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

A

A - Static variable in class io.netty.handler.codec.dns. DnsRecordType
地址记录RFC 1035返回32位IPv4地址,最常用于将主机名映射到主机的IP地址,但也用于DNSBL,在RFC 1101中存储子网掩码等。
AAAA - Static variable in class io.netty.handler.codec.dns. DnsRecordType
IPv6地址记录RFC 3596返回一个128位的IPv6地址,最常用于将主机名映射到主机的IP地址。
AbstractAddressResolver< T extends java.net.SocketAddress> - Class in io.netty.resolver
一个骨架AddressResolver实现。
AbstractAddressResolver(EventExecutor) - Constructor for class io.netty.resolver. AbstractAddressResolver
 
AbstractAddressResolver(EventExecutor, Class<? extends T>) - Constructor for class io.netty.resolver. AbstractAddressResolver
 
AbstractBinaryMemcacheDecoder< M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
用默认设置创建一个新的AbstractBinaryMemcacheDecoder
AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
用自定义设置创建一个新的AbstractBinaryMemcacheDecoder
AbstractBinaryMemcacheEncoder< M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
将二进制memcache消息编码为字节的MessageToByteEncoder
AbstractBinaryMemcacheEncoder() - Constructor for class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheEncoder
 
AbstractBinaryMemcacheMessage - Class in io.netty.handler.codec.memcache.binary
BinaryMemcacheMessage默认实现。
AbstractBinaryMemcacheMessage(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
创建一个包含所有属性的新实例。
AbstractBootstrap< B extends AbstractBootstrap< B, C>, C extends Channel> - Class in io.netty.bootstrap
AbstractBootstrap是一个辅助类,可以轻松引导Channel
AbstractBootstrapConfig< B extends AbstractBootstrap< B, C>, C extends Channel> - Class in io.netty.bootstrap
公开AbstractBootstrap的配置。
AbstractBootstrapConfig(B) - Constructor for class io.netty.bootstrap. AbstractBootstrapConfig
 
AbstractByteBuf - Class in io.netty.buffer
缓冲区的骨架实现。
AbstractByteBuf(int) - Constructor for class io.netty.buffer. AbstractByteBuf
 
AbstractByteBufAllocator - Class in io.netty.buffer
骨架ByteBufAllocator实施延伸。
AbstractByteBufAllocator() - Constructor for class io.netty.buffer. AbstractByteBufAllocator
实例默认使用堆缓冲区
AbstractByteBufAllocator(boolean) - Constructor for class io.netty.buffer. AbstractByteBufAllocator
创建新的实例
AbstractChannel - Class in io.netty.channel
一个骨架Channel实现。
AbstractChannel(Channel) - Constructor for class io.netty.channel. AbstractChannel
创建一个新的实例。
AbstractChannel(Channel, ChannelId) - Constructor for class io.netty.channel. AbstractChannel
创建一个新的实例。
AbstractChannel.AbstractUnsafe - Class in io.netty.channel
Unsafe实现哪些子类必须扩展和使用。
AbstractChannelPoolHandler - Class in io.netty.channel.pool
一个骨架ChannelPoolHandler实现。
AbstractChannelPoolHandler() - Constructor for class io.netty.channel.pool. AbstractChannelPoolHandler
 
AbstractChannelPoolMap< K, P extends ChannelPool> - Class in io.netty.channel.pool
一个骨架ChannelPoolMap实现。
AbstractChannelPoolMap() - Constructor for class io.netty.channel.pool. AbstractChannelPoolMap
 
AbstractCoalescingBufferQueue - Class in io.netty.channel
 
AbstractCoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel. AbstractCoalescingBufferQueue
创建一个新的实例。
AbstractConstant< T extends AbstractConstant< T>> - Class in io.netty.util
基地执行Constant
AbstractConstant(int, String) - Constructor for class io.netty.util. AbstractConstant
创建一个新的实例。
AbstractDerivedByteBuf - Class in io.netty.buffer
已过时。
不使用。
AbstractDerivedByteBuf(int) - Constructor for class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
AbstractDiskHttpData - Class in io.netty.handler.codec.http.multipart
抽象磁盘HttpData实现
AbstractDiskHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
AbstractDnsMessage - Class in io.netty.handler.codec.dns
骨架实现DnsMessage
AbstractDnsMessage(int) - Constructor for class io.netty.handler.codec.dns. AbstractDnsMessage
用指定的 idDnsOpCode.QUERY opCode创建一个新实例。
AbstractDnsMessage(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns. AbstractDnsMessage
用指定的 idopCode创建一个新实例。
AbstractDnsOptPseudoRrRecord - Class in io.netty.handler.codec.dns
OPT RR记录。
AbstractDnsOptPseudoRrRecord(int, int, int) - Constructor for class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
AbstractDnsOptPseudoRrRecord(int) - Constructor for class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
AbstractDnsRecord - Class in io.netty.handler.codec.dns
骨架实现DnsRecord
AbstractDnsRecord(String, DnsRecordType, long) - Constructor for class io.netty.handler.codec.dns. AbstractDnsRecord
创建一个新的 IN-class记录。
AbstractDnsRecord(String, DnsRecordType, int, long) - Constructor for class io.netty.handler.codec.dns. AbstractDnsRecord
创建一个新的记录。
AbstractEpollServerChannel - Class in io.netty.channel.epoll
 
AbstractEpollServerChannel(int) - Constructor for class io.netty.channel.epoll. AbstractEpollServerChannel
 
AbstractEpollStreamChannel - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel(Channel, int) - Constructor for class io.netty.channel.epoll. AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(int) - Constructor for class io.netty.channel.epoll. AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll. AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
 
AbstractEventExecutor - Class in io.netty.util.concurrent
EventExecutor实现的抽象基类。
AbstractEventExecutor() - Constructor for class io.netty.util.concurrent. AbstractEventExecutor
 
AbstractEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent. AbstractEventExecutor
 
AbstractEventExecutorGroup - Class in io.netty.util.concurrent
EventExecutorGroup实现的抽象基类。
AbstractEventExecutorGroup() - Constructor for class io.netty.util.concurrent. AbstractEventExecutorGroup
 
AbstractEventLoop - Class in io.netty.channel
骨架实现EventLoop
AbstractEventLoop() - Constructor for class io.netty.channel. AbstractEventLoop
 
AbstractEventLoop(EventLoopGroup) - Constructor for class io.netty.channel. AbstractEventLoop
 
AbstractEventLoopGroup - Class in io.netty.channel
骨架实现EventLoopGroup
AbstractEventLoopGroup() - Constructor for class io.netty.channel. AbstractEventLoopGroup
 
AbstractFuture< V> - Class in io.netty.util.concurrent
摘要Future不允许取消的实现。
AbstractFuture() - Constructor for class io.netty.util.concurrent. AbstractFuture
 
AbstractHttp2ConnectionHandlerBuilder< T extends Http2ConnectionHandler, B extends AbstractHttp2ConnectionHandlerBuilder< T, B>> - Class in io.netty.handler.codec.http2
抽象基类,定义构建Http2ConnectionHandler实例所需的常用功能。
AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
 
AbstractHttp2StreamFrame - Class in io.netty.handler.codec.http2
抽象实现Http2StreamFrame
AbstractHttp2StreamFrame() - Constructor for class io.netty.handler.codec.http2. AbstractHttp2StreamFrame
 
AbstractHttpData - Class in io.netty.handler.codec.http.multipart
抽象的HttpData实现
AbstractHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart. AbstractHttpData
 
AbstractInboundHttp2ToHttpAdapterBuilder< T extends InboundHttp2ToHttpAdapter, B extends AbstractInboundHttp2ToHttpAdapterBuilder< T, B>> - Class in io.netty.handler.codec.http2
InboundHttp2ToHttpAdapter及其子类型的骨架构建器实现。
AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
为指定的Http2Connection创建一个新的InboundHttp2ToHttpAdapter构建器。
AbstractKQueueServerChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueStreamChannel - Class in io.netty.channel.kqueue
 
AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
默认的MemcacheObject实现。
AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache. AbstractMemcacheObject
 
AbstractMemcacheObjectAggregator< H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
A ChannelHandlerMemcacheMessage及其以下MemcacheContent合并为一个MemcacheMessage ,但没有MemcacheContent
AbstractMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
AbstractMemcacheObjectDecoder - Class in io.netty.handler.codec.memcache
ascii和二进制解码器的抽象超类。
AbstractMemcacheObjectDecoder() - Constructor for class io.netty.handler.codec.memcache. AbstractMemcacheObjectDecoder
 
AbstractMemcacheObjectEncoder< M extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
AbstractMemcacheObjectEncoder() - Constructor for class io.netty.handler.codec.memcache. AbstractMemcacheObjectEncoder
 
AbstractMemoryHttpData - Class in io.netty.handler.codec.http.multipart
抽象内存HttpData实现
AbstractMemoryHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
AbstractNioByteChannel - Class in io.netty.channel.nio
基于Channel基类Channel以字节为单位进行操作。
AbstractNioByteChannel(Channel, SelectableChannel) - Constructor for class io.netty.channel.nio. AbstractNioByteChannel
创建一个新的实例
AbstractNioByteChannel.NioByteUnsafe - Class in io.netty.channel.nio
 
AbstractNioChannel - Class in io.netty.channel.nio
用于基于选择器的方法的Channel实现的抽象基类。
AbstractNioChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio. AbstractNioChannel
创建一个新的实例
AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.nio
 
AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.nio
特殊 Unsafe子类型,它允许访问基础 SelectableChannel
AbstractNioMessageChannel - Class in io.netty.channel.nio
AbstractNioChannel基类,用于处理消息的Channel
AbstractNioMessageChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio. AbstractNioMessageChannel
 
AbstractNioUnsafe() - Constructor for class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
AbstractOioByteChannel - Class in io.netty.channel.oio
OIO的抽象基类,它从/向Socket读写字节
AbstractOioByteChannel(Channel) - Constructor for class io.netty.channel.oio. AbstractOioByteChannel
 
AbstractOioChannel - Class in io.netty.channel.oio
使用Old-Blocking-IO的Channel实现的抽象基类
AbstractOioChannel(Channel) - Constructor for class io.netty.channel.oio. AbstractOioChannel
 
AbstractOioMessageChannel - Class in io.netty.channel.oio
OIO的抽象基类,用于从/向Socket读写对象
AbstractOioMessageChannel(Channel) - Constructor for class io.netty.channel.oio. AbstractOioMessageChannel
 
AbstractReferenceCounted - Class in io.netty.util
抽象类的基类想要实现ReferenceCounted
AbstractReferenceCounted() - Constructor for class io.netty.util. AbstractReferenceCounted
 
AbstractReferenceCountedByteBuf - Class in io.netty.buffer
用于计数引用的ByteBuf实现的抽象基类。
AbstractReferenceCountedByteBuf(int) - Constructor for class io.netty.buffer. AbstractReferenceCountedByteBuf
 
AbstractRemoteAddressFilter< T extends java.net.SocketAddress> - Class in io.netty.handler.ipfilter
该类提供了根据IP地址接受或拒绝新的Channel的功能。
AbstractRemoteAddressFilter() - Constructor for class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
 
AbstractScheduledEventExecutor - Class in io.netty.util.concurrent
要支持调度的抽象基类EventExecutor
AbstractScheduledEventExecutor() - Constructor for class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
AbstractScheduledEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
AbstractServerChannel - Class in io.netty.channel
一个骨架服务器端Channel实现。
AbstractServerChannel() - Constructor for class io.netty.channel. AbstractServerChannel
创建一个新的实例。
AbstractSniHandler< T> - Class in io.netty.handler.ssl
为服务器端SSL启用 SNI (Server Name Indication)扩展。
AbstractSniHandler() - Constructor for class io.netty.handler.ssl. AbstractSniHandler
 
AbstractSocks4Message - Class in io.netty.handler.codec.socksx.v4
摘要Socks4Message
AbstractSocks4Message() - Constructor for class io.netty.handler.codec.socksx.v4. AbstractSocks4Message
 
AbstractSocks5Message - Class in io.netty.handler.codec.socksx.v5
摘要Socks5Message
AbstractSocks5Message() - Constructor for class io.netty.handler.codec.socksx.v5. AbstractSocks5Message
 
AbstractSocksMessage - Class in io.netty.handler.codec.socksx
摘要SocksMessage
AbstractSocksMessage() - Constructor for class io.netty.handler.codec.socksx. AbstractSocksMessage
 
AbstractStringRedisMessage - Class in io.netty.handler.codec.redis
简单字符串或错误的抽象类。
AbstractTrafficShapingHandler - Class in io.netty.handler.traffic
AbstractTrafficShapingHandler允许将全局带宽(请参阅GlobalTrafficShapingHandler )或每个会话带宽(请参阅ChannelTrafficShapingHandler )限制为流量整形。
AbstractTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
AbstractTrafficShapingHandler(long, long, long) - Constructor for class io.netty.handler.traffic. AbstractTrafficShapingHandler
使用默认最大时间作为延迟允许值 15000L毫秒的 构造函数
AbstractTrafficShapingHandler(long, long) - Constructor for class io.netty.handler.traffic. AbstractTrafficShapingHandler
构造函数使用默认检查时间间隔值 1000L毫秒和默认最大时间作为延迟允许值 15000L毫秒。
AbstractTrafficShapingHandler() - Constructor for class io.netty.handler.traffic. AbstractTrafficShapingHandler
构造函数使用NO LIMIT,缺省值为 1000L ms,默认最大时间为 15000L ms。
AbstractTrafficShapingHandler(long) - Constructor for class io.netty.handler.traffic. AbstractTrafficShapingHandler
构造函数使用NO LIMIT,默认最大时间为延迟允许值 15000L ms。
AbstractUnsafe() - Constructor for class io.netty.channel. AbstractChannel.AbstractUnsafe
 
accelerationFactor() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
accept(byte[]) - Method in class io.netty.channel.unix. Socket
 
ACCEPT - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept"
ACCEPT - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept"
ACCEPT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"accept"
ACCEPT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Accept"
accept(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
Channel获得注册后立即调用此方法。
accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter. RuleBasedIpFilter
 
accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter. UniqueIpFilter
 
accept() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回服务器模式下启动的SSL / TLS握手的次数。
ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept-charset"
ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept-encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept-Encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"accept-encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept-language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept-Language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"accept-language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Accept-Language"
ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept-patch"
ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept-Patch"
ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"accept-ranges"
ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Accept-Ranges"
ACCEPT_VERSION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
ACCEPTED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
202接受
AcceptFilter - Class in io.netty.channel.kqueue
 
AcceptFilter(String, String) - Constructor for class io.netty.channel.kqueue. AcceptFilter
 
acceptGood() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回在服务器模式下成功建立的SSL / TLS会话的数量。
acceptInboundMessage(Object) - Method in class io.netty.channel. SimpleChannelInboundHandler
如果应该处理给定的消息,则返回 true
acceptInboundMessage(Object) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec. MessageAggregator
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec. MessageToMessageCodec
当且仅当指定的消息可以被此编解码器解码时返回 true
acceptInboundMessage(Object) - Method in class io.netty.handler.codec. MessageToMessageDecoder
如果应该处理给定的消息,则返回 true
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp. SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - Method in class io.netty.handler.codec.sctp. SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp. SctpMessageToMessageDecoder
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy. SpdyHttpResponseStreamIdHandler
 
acceptMessage(HttpRequest) - Method in class io.netty.handler.codec.http. HttpServerExpectContinueHandler
为定义期望的HttpRequest产生HttpResponse
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec. ByteToMessageCodec
当且仅当指定的消息可以由此编解码器编码时返回 true
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http. HttpContentEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http. HttpRequestEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http. HttpResponseEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec. MessageToByteEncoder
如果应该处理给定的消息,则返回 true
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec. MessageToMessageCodec
当且仅当指定的消息可以由此编解码器编码时返回 true
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec. MessageToMessageEncoder
如果应该处理给定的消息,则返回 true
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp. RtspEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp. RtspObjectEncoder
已过时。
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.smtp. SmtpRequestEncoder
 
acceptRenegotiate() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回服务器模式下的开始重新协商的数量。
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-allow-credentials"
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-allow-headers"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-allow-methods"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-expose-headers"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-max-age"
ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-request-headers"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"access-control-request-method"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Access-Control-Request-Method"
ack() - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
ACK - Static variable in class io.netty.handler.codec.http2. Http2Flags
 
ack() - Method in class io.netty.handler.codec.http2. Http2Flags
确定是否设置了该标志,表示该帧是一个ACK。
ack(boolean) - Method in class io.netty.handler.codec.http2. Http2Flags
设置 Http2Flags.ACK标志。
ack() - Method in interface io.netty.handler.codec.http2. Http2PingFrame
true ,表明此ping是ping响应。
ACK - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
acquire() - Method in interface io.netty.channel.pool. ChannelPool
获得Channel从这个ChannelPool
acquire(Promise<Channel>) - Method in interface io.netty.channel.pool. ChannelPool
获得Channel从这个ChannelPool
acquire(Promise<Channel>) - Method in class io.netty.channel.pool. FixedChannelPool
 
acquire() - Method in class io.netty.channel.pool. SimpleChannelPool
 
acquire(Promise<Channel>) - Method in class io.netty.channel.pool. SimpleChannelPool
 
activate(InputStream, OutputStream) - Method in class io.netty.channel.oio. OioByteStreamChannel
激活这个实例。
ACTIVE - Static variable in interface io.netty.channel.pool. ChannelHealthChecker
actualReadableBytes() - Method in class io.netty.handler.codec. ByteToMessageDecoder
返回此解码器的内部累积缓冲区中的可读字节的实际数量。
actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回服务器发送的子协议响应。
AdaptiveRecvByteBufAllocator - Class in io.netty.channel
RecvByteBufAllocator自动增加和减少反馈时的预测缓冲区大小。
AdaptiveRecvByteBufAllocator() - Constructor for class io.netty.channel. AdaptiveRecvByteBufAllocator
用默认参数创建一个新的预测器。
AdaptiveRecvByteBufAllocator(int, int, int) - Constructor for class io.netty.channel. AdaptiveRecvByteBufAllocator
用指定的参数创建一个新的预测变量。
add(ByteBuf) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
在队列的末尾添加一个缓冲区。
add(ByteBuf, ChannelPromise) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
将一个缓冲区添加到队列的末尾,并将一个承诺与它关联起来,当所有缓冲区的字节已从队列中消耗并写入时应该完成该承诺。
add(ByteBuf, ChannelFutureListener) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
将一个缓冲区添加到队列的末尾,并将一个侦听器与它关联起来,当所有缓冲区字节已从队列中消耗并写入时应该完成侦听器。
add(ChannelPromise, int) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
add(ChannelPromise, long) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
ChannelPromise添加到此ChannelFlushPromiseNotifier ,在达到pendingDataSize后会通知您。
add(Channel) - Method in class io.netty.channel.group. DefaultChannelGroup
 
add(Object, ChannelPromise) - Method in class io.netty.channel. PendingWriteQueue
添加给定的msgChannelPromise
add(ByteBuf) - Method in class io.netty.channel.unix. IovArray
ByteBuf添加到此IovArray
add(K, V) - Method in class io.netty.handler.codec. DefaultHeaders
 
add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec. DefaultHeaders
 
add(K, V...) - Method in class io.netty.handler.codec. DefaultHeaders
 
add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
add(K, V) - Method in class io.netty.handler.codec. EmptyHeaders
 
add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec. EmptyHeaders
 
add(K, V...) - Method in class io.netty.handler.codec. EmptyHeaders
 
add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. EmptyHeaders
 
add(K, V) - Method in interface io.netty.handler.codec. Headers
用指定的 namevalue添加一个新的标题。
add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec. Headers
添加指定的 namevalues新标头。
add(K, V...) - Method in interface io.netty.handler.codec. Headers
添加指定的 namevalues新标头。
add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec. Headers
将所有标题名称和值 headers添加到此对象。
add(HttpHeaders) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
add(CharSequence, Object) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http. HttpHeaders
 
add(CharSequence, Object) - Method in class io.netty.handler.codec.http. HttpHeaders
添加具有指定名称和值的新标题。
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http. HttpHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http. HttpHeaders
添加具有指定名称和值的新标题。
add(HttpHeaders) - Method in class io.netty.handler.codec.http. HttpHeaders
添加指定的 headers所有标题条目。
add(String, Object) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2. Http2Exception.CompositeStreamException
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
ADD - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
add(Promise<V>...) - Method in class io.netty.util.concurrent. PromiseAggregator
已过时。
将给定的Promise添加到聚合器。
add(Promise) - Method in class io.netty.util.concurrent. PromiseCombiner
add(Future) - Method in class io.netty.util.concurrent. PromiseCombiner
添加了一个新的未来。
add(String, V) - Method in class io.netty.util. DomainMappingBuilder
已过时。
添加一个将指定(可选通配符)主机名映射到指定输出值的映射。
add(String, V) - Method in class io.netty.util. DomainNameMapping
已过时。
使用DomainNameMappingBuilder来创建并填充映射
add(String, V) - Method in class io.netty.util. DomainNameMappingBuilder
添加一个将指定(可选通配符)主机名映射到指定输出值的映射。
addAfter(String, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的现有处理程序之后插入ChannelHandler
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的现有处理程序之后插入ChannelHandler
addAfter(String, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addAll(Promise...) - Method in class io.netty.util.concurrent. PromiseCombiner
已过时。
addAll(Future...) - Method in class io.netty.util.concurrent. PromiseCombiner
增加新的期货合并。
addBefore(String, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的现有处理程序之前插入ChannelHandler
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的现有处理程序之前插入ChannelHandler
addBefore(String, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addBodyAttribute(String, String) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
在Name中添加一个简单的属性名称= Value
addBodyFileUpload(String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
将文件添加为FileUpload
addBodyFileUpload(String, String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
将文件添加为FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
添加一系列与一个File参数关联的文件
addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
将InterfaceHttpData添加到Body列表
addBoolean(K, boolean) - Method in class io.netty.handler.codec. DefaultHeaders
 
addBoolean(K, boolean) - Method in class io.netty.handler.codec. EmptyHeaders
 
addBoolean(K, boolean) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addByte(K, byte) - Method in class io.netty.handler.codec. DefaultHeaders
 
addByte(K, byte) - Method in class io.netty.handler.codec. EmptyHeaders
 
addByte(K, byte) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addChar(K, char) - Method in class io.netty.handler.codec. DefaultHeaders
 
addChar(K, char) - Method in class io.netty.handler.codec. EmptyHeaders
 
addChar(K, char) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addChar(CharSequence, char) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy. HttpProxyHandler
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
添加与代理服务器进行通信所需的编解码器处理程序。
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
addComponent(ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
添加给定的ByteBuf
addComponent(int, ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
在特定索引上添加给定的ByteBuf
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
添加给定的ByteBuf并增加writerIndex如果increaseWriterIndextrue
addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
添加指定的ByteBuf具体指标,并增加了writerIndex如果increaseWriterIndextrue
addComponents(ByteBuf...) - Method in class io.netty.buffer. CompositeByteBuf
添加给定的ByteBuf
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer. CompositeByteBuf
添加给定的ByteBuf
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer. CompositeByteBuf
添加指定的ByteBuf S和增加writerIndex如果increaseWriterIndextrue
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer. CompositeByteBuf
添加指定的ByteBuf S和增加writerIndex如果increaseWriterIndextrue
addComponents(int, ByteBuf...) - Method in class io.netty.buffer. CompositeByteBuf
在特定索引上添加给定的ByteBuf请注意,此方法不会增加writerIndexwriterIndex
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer. CompositeByteBuf
ByteBuf添加到特定索引上请注意,此方法不会增加writerIndexwriterIndex
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
addContent(ByteBuf, boolean) - Method in interface io.netty.handler.codec.http.multipart. HttpData
从ChannelBuffer添加内容
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
addDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.add(CharSequence, Object) 用指定的名称和值添加新的日期标题。 指定值的格式如RFC2616中所定义
addDouble(K, double) - Method in class io.netty.handler.codec. DefaultHeaders
 
addDouble(K, double) - Method in class io.netty.handler.codec. EmptyHeaders
 
addDouble(K, double) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addExclusions(Class, String...) - Static method in class io.netty.util. ResourceLeakDetector
 
addFirst(ByteBuf, ChannelPromise) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
将一个缓冲区添加到队列的前面,并将一个承诺与它关联起来,当所有缓冲区的字节已从队列中消耗并写入时应该完成该承诺。
addFirst(String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的第一个位置插入ChannelHandler
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的第一个位置插入ChannelHandler
addFirst(ChannelHandler...) - Method in interface io.netty.channel. ChannelPipeline
在此管道的第一个位置插入ChannelHandler
addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel. ChannelPipeline
在此管道的第一个位置插入ChannelHandler
addFirst(String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addFirst(ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addFirst(ChannelHandler...) - Method in class io.netty.channel. DefaultChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel. DefaultChannelPipeline
 
addFloat(K, float) - Method in class io.netty.handler.codec. DefaultHeaders
 
addFloat(K, float) - Method in class io.netty.handler.codec. EmptyHeaders
 
addFloat(K, float) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
排队有效载荷以传输到远程端点。
addFlush() - Method in class io.netty.channel. ChannelOutboundBuffer
添加一个刷新到这个ChannelOutboundBuffer
addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.add(CharSequence, Object) 添加具有指定名称和值的新标题。 如果指定的值不是String ,它被转换成一个String通过Object.toString() ,除了DateCalendar ,其被格式化为在定义的日期格式RFC2616
addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
将HTTP / 2标头翻译并添加到HTTP / 1.x标头。
addHttp2ToHttpHeaders(int, Http2Headers, HttpHeaders, HttpVersion, boolean, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
将HTTP / 2标头翻译并添加到HTTP / 1.x标头。
addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
实用功能添加新的解码数据
addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
实用功能添加新的解码数据
addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
addInt(K, int) - Method in class io.netty.handler.codec. DefaultHeaders
 
addInt(K, int) - Method in class io.netty.handler.codec. EmptyHeaders
 
addInt(K, int) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http. HttpHeaders
name添加到 value
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.addInt(CharSequence, int) 使用指定的名称和值添加新的整数标题。
addLast(String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的最后位置追加ChannelHandler
addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
在此管道的最后位置追加ChannelHandler
addLast(ChannelHandler...) - Method in interface io.netty.channel. ChannelPipeline
在此管道的最后位置插入ChannelHandler
addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel. ChannelPipeline
在此管道的最后位置插入ChannelHandler
addLast(String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addLast(ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
addLast(ChannelHandler...) - Method in class io.netty.channel. DefaultChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel. DefaultChannelPipeline
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DefaultChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group. ChannelGroupFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. VoidChannelPromise
 
addListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
addListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2. Http2Connection
添加流生命周期事件的侦听器。
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. CompleteFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. DefaultPromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. Future
将指定的侦听器添加到此将来。
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. Promise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DefaultChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group. ChannelGroupFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. VoidChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. CompleteFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. DefaultPromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. Future
将指定的侦听器添加到此将来。
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. Promise
 
addLong(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
addLong(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
addLong(K, long) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addLong(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundBuffer
给此消息添加ChannelOutboundBuffer
addObject(K, Object) - Method in class io.netty.handler.codec. DefaultHeaders
 
addObject(K, Iterable<?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
addObject(K, Object...) - Method in class io.netty.handler.codec. DefaultHeaders
 
addObject(K, Object) - Method in class io.netty.handler.codec. EmptyHeaders
 
addObject(K, Iterable<?>) - Method in class io.netty.handler.codec. EmptyHeaders
 
addObject(K, Object...) - Method in class io.netty.handler.codec. EmptyHeaders
 
addObject(K, Object) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addObject(K, Iterable<?>) - Method in interface io.netty.handler.codec. Headers
添加具有指定名称和值的新标题。
addObject(K, Object...) - Method in interface io.netty.handler.codec. Headers
添加具有指定名称和值的新标题。
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addParam(String, String) - Method in class io.netty.handler.codec.http. QueryStringEncoder
将具有指定名称和值的参数添加到此编码器。
ADDQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsMessage
添加指定 record在指定的结束 section此DNS的消息。
addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsMessage
添加指定 record在指定 index指定的 section此DNS的消息。
addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
address() - Method in class io.netty.channel.unix. NativeInetAddress
 
address(byte[], int, int) - Static method in class io.netty.channel.unix. NativeInetAddress
 
address() - Method in class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
 
address() - Method in interface io.netty.handler.codec.dns. DnsOptEcsRecord
返回要使用的 InetAddress的字节。
address(String, ResolvedAddressTypes) - Method in class io.netty.resolver. DefaultHostsFileEntriesResolver
 
address() - Method in interface io.netty.resolver.dns. DnsCacheEntry
获取解析的地址。
address(String, ResolvedAddressTypes) - Method in interface io.netty.resolver. HostsFileEntriesResolver
根据某些地址类型,根据hosts文件中的条目解析主机名的地址。
ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
AddressedEnvelope< M, A extends java.net.SocketAddress> - Interface in io.netty.channel
包含发件人地址和收件人地址的其他邮件的消息。
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5. Socks5ClientEncoder
返回此编码器的Socks5AddressEncoder
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5. Socks5ServerEncoder
返回此编码器的Socks5AddressEncoder
addressFamily() - Method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
返回此协议和地址系列的HAProxyProxiedProtocol.AddressFamily
addressNumber() - Method in enum io.netty.channel.socket. InternetProtocolFamily
返回家庭的 address number
AddressResolver< T extends java.net.SocketAddress> - Interface in io.netty.resolver
解决未解决的可能性 SocketAddress
AddressResolverGroup< T extends java.net.SocketAddress> - Class in io.netty.resolver
创建并管理NameResolver这样每个EventExecutor都有自己的解析器实例。
AddressResolverGroup() - Constructor for class io.netty.resolver. AddressResolverGroup
 
addressType() - Method in enum io.netty.channel.socket. InternetProtocolFamily
返回此协议族的地址类型。
addressType() - Method in class io.netty.handler.codec.socks. SocksCmdRequest
addressType() - Method in class io.netty.handler.codec.socks. SocksCmdResponse
addShort(K, short) - Method in class io.netty.handler.codec. DefaultHeaders
 
addShort(K, short) - Method in class io.netty.handler.codec. EmptyHeaders
 
addShort(K, short) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http. HttpHeaders
name添加到 value
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addShutdownHook(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
添加一个 Runnable将在关闭此实例时执行
addSubscription(MqttQoS, String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.SubscribeBuilder
 
addTask(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
将任务添加到任务队列,或者在此之前关闭此实例时抛出 RejectedExecutionException
addTimeMillis(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
addTimeMillis(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
addTimeMillis(K, long) - Method in interface io.netty.handler.codec. Headers
添加一个新的标题。
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
addTopicFilter(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.UnsubscribeBuilder
 
adjustMarkers(int) - Method in class io.netty.buffer. AbstractByteBuf
 
advmss() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
AES_KEY_SIZE - Static variable in class io.netty.handler.ssl. OpenSslSessionTicketKey
会话票证密钥AES密钥的大小
aesKey() - Method in class io.netty.handler.ssl. OpenSslSessionTicketKey
获取AES密钥。
AFSDB - Static variable in class io.netty.handler.codec.dns. DnsRecordType
AFS数据库记录RFC 1183 AFS单元的数据库服务器的位置。
after - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
总体广告订单链接列表
after() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
afterRunningAllTasks() - Method in class io.netty.channel. SingleThreadEventLoop
 
afterRunningAllTasks() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
AGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"age"
AGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Age"
aggregate(FullHttpMessage, HttpContent) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
aggregate(O, C) - Method in class io.netty.handler.codec. MessageAggregator
将指定内容消息提供的信息传输到指定的聚合消息。
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
459不允许进行汇总操作
all() - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel秒。
ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
allLocalAddresses() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
allLocalAddresses() - Method in interface io.netty.channel.sctp. SctpChannel
返回SCTP通道的所有本地地址。
allLocalAddresses() - Method in interface io.netty.channel.sctp. SctpServerChannel
返回SCTP服务器通道的所有本地地址。
alloc() - Method in class io.netty.buffer. ByteBuf
返回创建此缓冲区的ByteBufAllocator
alloc() - Method in class io.netty.buffer. CompositeByteBuf
 
alloc() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
alloc() - Method in class io.netty.buffer. EmptyByteBuf
 
alloc() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
alloc() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
alloc() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
alloc() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
alloc() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
alloc() - Method in class io.netty.channel. AbstractChannel
 
alloc() - Method in interface io.netty.channel. Channel
返回分配的ByteBufAllocator这将被用于分配ByteBuf秒。
alloc() - Method in interface io.netty.channel. ChannelHandlerContext
返回分配的ByteBufAllocator这将被用于分配ByteBuf秒。
alloc() - Method in class io.netty.channel.unix. SocketWritableByteChannel
 
allocate(ByteBufAllocator) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
allocate(ByteBufAllocator) - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
allocate(ByteBufAllocator) - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
创建一个新的接收缓冲区,其容量可能足够大,可以读取所有入站数据,并且足够小,不会浪费其空间。
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression. LzmaFrameEncoder
 
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - Method in class io.netty.handler.codec.dns. DatagramDnsQueryEncoder
分配将用于构建数据报数据包的ByteBuf
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - Method in class io.netty.handler.codec.dns. DatagramDnsResponseEncoder
分配将用于构造数据报包的ByteBuf
allocateBuffer(ChannelHandlerContext, I, boolean) - Method in class io.netty.handler.codec. MessageToByteEncoder
分配一个ByteBuf ,它将用作#encode(ChannelHandlerContext, I, ByteBuf)参数。
allocateDirect(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
用给定的initialCapacity分配新的直接 ByteBuffer
allocateDirect(int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
用给定的initialCapacity分配新的直接 ByteBuffer
allocationQuantum(int) - Method in class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
设置将分配给每个流的字节数。
ALLOCATOR - Static variable in class io.netty.channel. ChannelOption
 
AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty.handler.ssl. JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
已过时。
 
ALLOW - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"allow"
ALLOW - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Allow"
ALLOW - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"allow"
ALLOW - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Allow"
ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel. ChannelOption
 
allowCredentials() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
allowCredentials() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
默认情况下,Cookie不包含在CORS请求中,但是这种方法将启用cookies以添加到CORS请求中。
allowedRequestHeaders() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回允许的一组请求标头。
allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定CORS'Access-Control-Allow-Headers'响应头中应该返回的if头。
allowedRequestHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定CORS'Access-Control-Allow-Headers'响应头中应该返回的if头。
allowedRequestMethods() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回允许的一组请求方法。
allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定应该在CORS的“访问控制请求方法”响应头中返回的允许的HTTP请求方法集。
allowNullOrigin() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
allowNullOrigin() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
如果从本地文件系统加载资源,Web浏览器可能会将'Origin'请求标头设置为'null'。
allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
这是从相反端点发送的 SETTINGS_ENABLE_PUSH值。
allowPushTo() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
这是从相反端点发送的 SETTINGS_ENABLE_PUSH值。
allRemoteAddresses() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
allRemoteAddresses() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
allRemoteAddresses() - Method in interface io.netty.channel.sctp. SctpChannel
返回SCTP服务器通道的所有远程地址。
ALWAYS_SENSITIVE - Static variable in interface io.netty.handler.codec.http2. Http2HeadersEncoder
ALWAYS_VERIFY - Static variable in interface io.netty.handler.codec.http2. Http2PromisedRequestVerifier
默认实现Http2PromisedRequestVerifier ,它始终返回所有验证挑战的正面响应。
annotateConnectException(Throwable, SocketAddress) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
将远程地址附加到由连接尝试失败引起的异常消息。
ANNOUNCE - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
ANNOUNCE将由请求URL标识的演示文稿或媒体对象的描述发布到服务器,或实时更新客户端会话描述。
ANY - Static variable in class io.netty.channel.local. LocalAddress
 
ANY - Static variable in class io.netty.handler.codec.dns. DnsRecordType
所有缓存的记录RFC 1035返回名称服务器已知的所有类型的所有记录。
APL - Static variable in class io.netty.handler.codec.dns. DnsRecordType
地址前缀列表记录RFC 3123指定地址范围列表,例如
append(Date, StringBuilder) - Static method in class io.netty.handler.codec. DateFormatter
附加一个 DateStringBuilder为RFC1123格式
APPEND - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
APPEND - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"append"
APPEND - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"append"
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
将指定的ByteBuf的美化多行十六进制转储追加到指定的StringBuilder ,这很容易被人读取。
appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
将指定的ByteBuf的美化多行十六进制转储附加到指定的StringBuilder ,这是人类易于阅读的,从给定的offset开始,使用给定的length
APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
APPLICATION_JSON - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"application/json"
APPLICATION_JSON - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"application/json"
APPLICATION_OCTET_STREAM - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"application/octet-stream"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"application/x-www-form-urlencoded"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"application/x-www-form-urlencoded"
applicationProtocol() - Method in class io.netty.handler.ssl. SslHandler
返回当前应用程序级协议的名称。
ApplicationProtocolConfig - Class in io.netty.handler.ssl
提供SSLEngine不可知的方式来配置ApplicationProtocolNegotiator
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - Constructor for class io.netty.handler.ssl. ApplicationProtocolConfig
创建一个新的实例。
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - Constructor for class io.netty.handler.ssl. ApplicationProtocolConfig
创建一个新的实例。
applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty.handler.ssl. SslContextBuilder
应用协议协商配置。
ApplicationProtocolConfig.Protocol - Enum in io.netty.handler.ssl
定义要使用哪种应用程序级别的协议协商。
ApplicationProtocolConfig.SelectedListenerFailureBehavior - Enum in io.netty.handler.ssl
定义被通知选定协议的对等体的最常见行为。
ApplicationProtocolConfig.SelectorFailureBehavior - Enum in io.netty.handler.ssl
定义选择应用程序协议的对等体的最常见行为。
ApplicationProtocolNames - Class in io.netty.handler.ssl
提供ALPN和NPN中使用的一组协议名称。
ApplicationProtocolNegotiationHandler - Class in io.netty.handler.ssl
配置一个ChannelPipeline取决于应用层协议协商结果SslHandler
ApplicationProtocolNegotiationHandler(String) - Constructor for class io.netty.handler.ssl. ApplicationProtocolNegotiationHandler
使用指定的回退协议名称创建新实例。
ApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
已过时。
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl. JdkSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl. SslContext
返回负责协商TLS NPN / ALPN扩展的应用层协议的对象。
apply(ChannelUDT) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
apply(ChannelUDT) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
array() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的后备字节数组。
array() - Method in class io.netty.buffer. CompositeByteBuf
 
array() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
array() - Method in class io.netty.buffer. EmptyByteBuf
 
array() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
array() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
array() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
array() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
array() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
array() - Method in class io.netty.util. AsciiString
这可以直接访问底层存储阵列。
arrayChanged() - Method in class io.netty.util. AsciiString
在正常使用情况下, AsciiString应该是不可变的,但是如果底层数组是共享的,并且发生变化,那么就需要调用它。
ArrayHeaderRedisMessage - Class in io.netty.handler.codec.redis
Redis阵列消息头。
ArrayHeaderRedisMessage(long) - Constructor for class io.netty.handler.codec.redis. ArrayHeaderRedisMessage
创建一个ArrayHeaderRedisMessage为给定length
arrayOffset() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的后备字节数组中第一个字节的偏移量。
arrayOffset() - Method in class io.netty.buffer. CompositeByteBuf
 
arrayOffset() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
arrayOffset() - Method in class io.netty.buffer. EmptyByteBuf
 
arrayOffset() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
arrayOffset() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
arrayOffset() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
arrayOffset() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
arrayOffset() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
arrayOffset() - Method in class io.netty.util. AsciiString
此ByteString的数据开始的偏移量为 AsciiString.array()
ArrayRedisMessage - Class in io.netty.handler.codec.redis
数组 RESP
ArrayRedisMessage(List<RedisMessage>) - Constructor for class io.netty.handler.codec.redis. ArrayRedisMessage
创建一个ArrayRedisMessage为给定content
artifactId() - Method in class io.netty.util. Version
 
artifactVersion() - Method in class io.netty.util. Version
 
asAddressResolver() - Method in class io.netty.resolver. InetNameResolver
返回将在下面使用该名称解析器的AddressResolver
AsciiHeadersEncoder - Class in io.netty.handler.codec
 
AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec. AsciiHeadersEncoder
 
AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec. AsciiHeadersEncoder
 
AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
要在标题条目之间插入的换行符。
AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
要在标题名称和标题值之间插入的分隔符字符。
asciiName() - Method in class io.netty.handler.codec.http. HttpMethod
返回此方法的名称。
AsciiString - Class in io.netty.util
一个已编码为字符编码的字符串,其字符总是需要一个字节,与ASCII相似。
AsciiString(byte[]) - Constructor for class io.netty.util. AsciiString
基于字节数组初始化该字节字符串。
AsciiString(byte[], boolean) - Constructor for class io.netty.util. AsciiString
基于字节数组初始化该字节字符串。
AsciiString(byte[], int, int, boolean) - Constructor for class io.netty.util. AsciiString
byte[]阵列构建一个新实例。
AsciiString(ByteBuffer) - Constructor for class io.netty.util. AsciiString
value创建底层存储的 value
AsciiString(ByteBuffer, boolean) - Constructor for class io.netty.util. AsciiString
根据 value的基础存储初始化实例。
AsciiString(ByteBuffer, int, int, boolean) - Constructor for class io.netty.util. AsciiString
根据value的基础存储初始化value
AsciiString(char[]) - Constructor for class io.netty.util. AsciiString
使用ASCII编码将 value的副本创建到此实例中。
AsciiString(char[], int, int) - Constructor for class io.netty.util. AsciiString
假设使用ASCII编码,将 value的副本创建到此实例中。
AsciiString(char[], Charset) - Constructor for class io.netty.util. AsciiString
使用编码类型 charset为此实例创建一个 value的副本。
AsciiString(char[], Charset, int, int) - Constructor for class io.netty.util. AsciiString
使用编码类型 charsetvalue的副本创建到此实例中。
AsciiString(CharSequence) - Constructor for class io.netty.util. AsciiString
假设使用ASCII编码,将 value的副本创建到此实例中。
AsciiString(CharSequence, int, int) - Constructor for class io.netty.util. AsciiString
假设使用ASCII编码,将 value的副本创建到此实例中。
AsciiString(CharSequence, Charset) - Constructor for class io.netty.util. AsciiString
使用编码类型 charsetvalue的副本创建到此实例中。
AsciiString(CharSequence, Charset, int, int) - Constructor for class io.netty.util. AsciiString
使用编码类型 charsetvalue的副本创建到此实例中。
asLongText() - Method in interface io.netty.channel. ChannelId
返回ChannelId长而全球唯一的字符串表示形式
asLongText() - Method in class io.netty.channel. DefaultChannelId
 
asMap() - Method in class io.netty.util. DomainNameMapping
返回域映射模式及其相关值对象的只读 Map
asReadOnly() - Method in class io.netty.buffer. AbstractByteBuf
 
asReadOnly() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的只读版本。
asReadOnly() - Method in class io.netty.buffer. EmptyByteBuf
 
asReadOnly() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
asReadOnly() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
asShortText() - Method in interface io.netty.channel. ChannelId
返回ChannelId的简短但全局非唯一的字符串表示形式
asShortText() - Method in class io.netty.channel. DefaultChannelId
 
ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy. SpdyHttpHeaders.Names
"x-spdy-associated-to-stream-id"
associatedStreamId() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
associatedStreamId() - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
返回此帧的Associated-To-Stream-ID。
association() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
association() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
association() - Method in interface io.netty.channel.sctp. SctpChannel
返回底层的SCTP关联。
AsyncMapping< IN, OUT> - Interface in io.netty.util
 
ato() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
ATTACHMENT - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
attemptedBytesRead() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead(int) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
attemptedBytesRead(int) - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
attemptedBytesRead(int) - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
设置读取操作将要(或确实)尝试读取的字节数。
attemptedBytesRead() - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
获取读取操作将要(或确实)尝试读取的字节数。
attr(AttributeKey<T>, T) - Method in class io.netty.bootstrap. AbstractBootstrap
允许指定新创建的Channel的初始属性。
attr(AttributeKey<T>) - Method in interface io.netty.channel. ChannelHandlerContext
已过时。
attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
允许指定新创建的Http2StreamChannel的初始属性。
attr(AttributeKey<T>) - Method in interface io.netty.util. AttributeMap
获取Attribute对于给定AttributeKey
attr(AttributeKey<T>) - Method in class io.netty.util. DefaultAttributeMap
 
Attribute - Interface in io.netty.handler.codec.http.multipart
属性界面
Attribute< T> - Interface in io.netty.util
一个允许存储值引用的属性。
AttributeKey< T> - Class in io.netty.util
可用于从AttributeMap中访问Attribute密钥
AttributeMap - Interface in io.netty.util
持有Attribute S的可以通过访问AttributeKey
attributes() - Method in class io.netty.handler.codec.xml. XmlElementStart
 
attrs() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
返回配置属性的副本。
AUTH_CONTINUE - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
AUTH_ERROR - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
authMethod() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialResponse
 
authMethod() - Method in interface io.netty.handler.codec.socksx.v5. Socks5InitialResponse
返回此响应的 METHOD字段。
authMethods() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialRequest
 
authMethods() - Method in interface io.netty.handler.codec.socksx.v5. Socks5InitialRequest
返回所需认证方法的列表。
authoritativeDnsServerCache() - Method in class io.netty.resolver.dns. DnsNameResolver
返回用于域的授权DNS服务器的缓存。
authoritativeDnsServerCache(DnsCache) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置权威NS服务器的缓存
authority(CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
authority(CharSequence) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
authority(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
如果没有这样的头部,则设置 Http2Headers.PseudoHeaderName.AUTHORITY标头或 null
authority() - Method in interface io.netty.handler.codec.http2. Http2Headers
获取 Http2Headers.PseudoHeaderName.AUTHORITY头或 null如果没有这样的头
authority(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
AUTHORIZATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Authorization"
authScheme() - Method in class io.netty.handler.codec.socks. SocksInitResponse
authScheme() - Method in class io.netty.handler.proxy. HttpProxyHandler
 
authScheme() - Method in class io.netty.handler.proxy. ProxyConnectionEvent
返回正在使用的认证方案的名称。
authScheme() - Method in class io.netty.handler.proxy. ProxyHandler
返回正在使用的认证方案的名称。
authScheme() - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
authScheme() - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
authSchemes() - Method in class io.netty.handler.codec.socks. SocksInitRequest
返回此SocksInitRequest的列表< SocksAuthScheme >
authStatus() - Method in class io.netty.handler.codec.socks. SocksAuthResponse
AUTO_CLOSE - Static variable in class io.netty.channel. ChannelOption
已过时。
自动关闭将在未来的版本中被删除。 如果true那么Channel会在写入失败时自动关闭。 默认值是true
AUTO_READ - Static variable in class io.netty.channel. ChannelOption
 
autoReadCleared() - Method in class io.netty.channel. DefaultChannelConfig
曾经被称为 DefaultChannelConfig.setAutoRead(boolean)被称为与 falseDefaultChannelConfig.isAutoRead()true之前。
autoReadCleared() - Method in class io.netty.channel.epoll. EpollChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
available() - Method in class io.netty.buffer. ByteBufInputStream
 
available() - Method in class io.netty.channel.oio. AbstractOioByteChannel
返回准备从底层套接字读取的字节数。
available() - Method in class io.netty.channel.oio. OioByteStreamChannel
 
available() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
availableCipherSuites() - Static method in class io.netty.handler.ssl. OpenSsl
availableJavaCipherSuites() - Static method in class io.netty.handler.ssl. OpenSsl
返回所有可用的密码套件(Java风格)。
availableOpenSslCipherSuites() - Static method in class io.netty.handler.ssl. OpenSsl
返回所有可用的OpenSSL密码套件。
availableProcessors() - Static method in class io.netty.util. NettyRuntime
获取配置的可用处理器数量。
AVP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"AVP"
AVP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"AVP"
await() - Method in interface io.netty.channel. ChannelFuture
 
await() - Method in interface io.netty.channel. ChannelProgressiveFuture
 
await() - Method in interface io.netty.channel. ChannelProgressivePromise
 
await() - Method in interface io.netty.channel. ChannelPromise
 
await() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
await() - Method in class io.netty.channel. DefaultChannelPromise
 
await() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
await(long, TimeUnit) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
await(long) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
await() - Method in interface io.netty.channel.group. ChannelGroupFuture
 
await() - Method in class io.netty.channel. VoidChannelPromise
 
await(long, TimeUnit) - Method in class io.netty.channel. VoidChannelPromise
 
await(long) - Method in class io.netty.channel. VoidChannelPromise
 
await() - Method in class io.netty.util.concurrent. CompleteFuture
 
await(long, TimeUnit) - Method in class io.netty.util.concurrent. CompleteFuture
 
await(long) - Method in class io.netty.util.concurrent. CompleteFuture
 
await() - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
await() - Method in class io.netty.util.concurrent. DefaultPromise
 
await(long, TimeUnit) - Method in class io.netty.util.concurrent. DefaultPromise
 
await(long) - Method in class io.netty.util.concurrent. DefaultPromise
 
await() - Method in interface io.netty.util.concurrent. Future
等待这个未来的完成。
await(long, TimeUnit) - Method in interface io.netty.util.concurrent. Future
等待这个未来在规定的时限内完成。
await(long) - Method in interface io.netty.util.concurrent. Future
等待这个未来在规定的时限内完成。
await() - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
await() - Method in interface io.netty.util.concurrent. ProgressivePromise
 
await() - Method in interface io.netty.util.concurrent. Promise
 
awaitInactivity(long, TimeUnit) - Method in class io.netty.util.concurrent. GlobalEventExecutor
等待此执行程序的工作线程没有任务留在其任务队列中并终止本身。
awaitInactivity(long, TimeUnit) - Static method in class io.netty.util. ThreadDeathWatcher
已过时。
等到这个观察者的线程没有线程观看并终止它自己。
awaitTermination(long, TimeUnit) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
awaitUninterruptibly() - Method in interface io.netty.channel. ChannelFuture
 
awaitUninterruptibly() - Method in interface io.netty.channel. ChannelProgressiveFuture
 
awaitUninterruptibly() - Method in interface io.netty.channel. ChannelProgressivePromise
 
awaitUninterruptibly() - Method in interface io.netty.channel. ChannelPromise
 
awaitUninterruptibly() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
awaitUninterruptibly() - Method in class io.netty.channel. DefaultChannelPromise
 
awaitUninterruptibly() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
awaitUninterruptibly(long) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
awaitUninterruptibly() - Method in interface io.netty.channel.group. ChannelGroupFuture
 
awaitUninterruptibly() - Method in class io.netty.channel. VoidChannelPromise
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel. VoidChannelPromise
 
awaitUninterruptibly(long) - Method in class io.netty.channel. VoidChannelPromise
 
awaitUninterruptibly() - Method in class io.netty.util.concurrent. CompleteFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent. CompleteFuture
 
awaitUninterruptibly(long) - Method in class io.netty.util.concurrent. CompleteFuture
 
awaitUninterruptibly() - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
awaitUninterruptibly() - Method in class io.netty.util.concurrent. DefaultPromise
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent. DefaultPromise
 
awaitUninterruptibly(long) - Method in class io.netty.util.concurrent. DefaultPromise
 
awaitUninterruptibly() - Method in interface io.netty.util.concurrent. Future
等待这个未来不中断地完成。
awaitUninterruptibly(long, TimeUnit) - Method in interface io.netty.util.concurrent. Future
等待这个未来在规定的时间内完成而不会中断。
awaitUninterruptibly(long) - Method in interface io.netty.util.concurrent. Future
等待这个未来在规定的时间内完成而不会中断。
awaitUninterruptibly() - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
awaitUninterruptibly() - Method in interface io.netty.util.concurrent. ProgressivePromise
 
awaitUninterruptibly() - Method in interface io.netty.util.concurrent. Promise
 
AXFR - Static variable in class io.netty.handler.codec.dns. DnsRecordType
权威性区域传输记录RFC 1035将整个区域文件从主名称服务器传输到辅助名称服务器。

B

b2c(byte) - Static method in class io.netty.util. AsciiString
 
backoff() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
backoff(int, long, TimeUnit) - Static method in class io.netty.util.concurrent. RejectedExecutionHandlers
试图在任务无法添加到配置的时间量的应有限制时退避。
BAD_GATEWAY - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
502错误的网关
BAD_GATEWAY - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
502错误的网关
BAD_REQUEST - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
400错误请求
BAD_REQUEST - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
400错误请求
BADALG - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADALG'DNS RCODE(21),定义见 RFC2930
BADKEY - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADKEY'DNS RCODE(17),如 RFC2845所定义。
BADMODE - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADMODE'DNS RCODE(19),定义见 RFC2930
BADNAME - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADNAME'DNS RCODE(20),如 RFC2930中所定义。
BADTIME - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADTIME'DNS RCODE(18),如 RFC2845中定义。
BADVERS_OR_BADSIG - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'BADVERS'或'BADSIG'DNS RCODE(16),如 RFC2671RFC2845中所定义。
BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"bandwidth"
BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Bandwidth"
Base64 - Class in io.netty.handler.codec.base64
实用类ByteBuf进行编码和解码,并从Base64符号。
BASE64 - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"base64"
BASE64 - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"base64"
Base64Decoder - Class in io.netty.handler.codec.base64
将Base64编码的ByteBuf或US-ASCII StringByteBuf
Base64Decoder() - Constructor for class io.netty.handler.codec.base64. Base64Decoder
 
Base64Decoder(Base64Dialect) - Constructor for class io.netty.handler.codec.base64. Base64Decoder
 
Base64Dialect - Enum in io.netty.handler.codec.base64
枚举支持的Base64方言。
Base64Encoder - Class in io.netty.handler.codec.base64
ByteBuf编码为Base64编码的ByteBuf
Base64Encoder() - Constructor for class io.netty.handler.codec.base64. Base64Encoder
 
Base64Encoder(boolean) - Constructor for class io.netty.handler.codec.base64. Base64Encoder
 
Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty.handler.codec.base64. Base64Encoder
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart. DiskAttribute
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
BAUD_RATE - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
before - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
总体广告订单链接列表
before() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
beginAggregation(WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
beginAggregation(BinaryMemcacheMessage, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheObjectAggregator
 
beginAggregation(S, ByteBuf) - Method in class io.netty.handler.codec. MessageAggregator
根据指定的开始消息和指定的内容创建新的聚合消息。
beginAggregation(BulkStringHeaderRedisMessage, ByteBuf) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http. HttpContentCompressor
 
beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http. HttpContentEncoder
准备编码HTTP消息内容。
beginHandshake() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
beginRead() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
beginRead() - Method in interface io.netty.channel. Channel.Unsafe
附表填充第一的入缓冲区的读取操作ChannelInboundHandlerChannelPipeline
BiDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
BiDnsQueryLifecycleObserver(DnsQueryLifecycleObserver, DnsQueryLifecycleObserver) - Constructor for class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
创建一个新的实例。
BiDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
BiDnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory, DnsQueryLifecycleObserverFactory) - Constructor for class io.netty.resolver.dns. BiDnsQueryLifecycleObserverFactory
创建一个新的实例。
BIG_ENDIAN - Static variable in class io.netty.buffer. Unpooled
大端字节顺序。
BINARY - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"binary"
BINARY - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"binary"
BinaryMemcacheClientCodec - Class in io.netty.handler.codec.memcache.binary
结合了正确编码器和解码器的客户端编解码器。
BinaryMemcacheClientCodec() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheClientCodec
使用默认设置创建一个新的BinaryMemcacheClientCodec
BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheClientCodec
创建一个新的BinaryMemcacheClientCodec并设置一个自定义块大小。
BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheClientCodec
用自定义设置创建一个新的BinaryMemcacheClientCodec
BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
定义二进制Memcache消息的接口,为BinaryMemcacheRequestBinaryMemcacheResponse提供公共属性。
BinaryMemcacheObjectAggregator - Class in io.netty.handler.codec.memcache.binary
memcache二进制协议的对象聚合器。
BinaryMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheObjectAggregator
 
BinaryMemcacheOpcodes - Class in io.netty.handler.codec.memcache.binary
代表BinaryMemcacheMessage中可能出现的所有操作码。
BinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
代表完整的BinaryMemcacheRequest ,其中包含标题和可选的关键字和附加内容。
BinaryMemcacheRequestDecoder - Class in io.netty.handler.codec.memcache.binary
负责解码请求特定报头的解码器部分。
BinaryMemcacheRequestDecoder() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestDecoder
 
BinaryMemcacheRequestDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestDecoder
 
BinaryMemcacheRequestEncoder - Class in io.netty.handler.codec.memcache.binary
负责编码请求标头的编码器部分。
BinaryMemcacheRequestEncoder() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestEncoder
 
BinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
代表完整的BinaryMemcacheResponse ,其中包含标题和可选的关键字和附加内容。
BinaryMemcacheResponseDecoder - Class in io.netty.handler.codec.memcache.binary
负责解码响应头的解码器。
BinaryMemcacheResponseDecoder() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseDecoder
 
BinaryMemcacheResponseDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseDecoder
 
BinaryMemcacheResponseEncoder - Class in io.netty.handler.codec.memcache.binary
负责编码响应头的编码器。
BinaryMemcacheResponseEncoder() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseEncoder
 
BinaryMemcacheResponseStatus - Class in io.netty.handler.codec.memcache.binary
包含BinaryMemcacheResponse可返回的所有可能的状态值。
BinaryMemcacheServerCodec - Class in io.netty.handler.codec.memcache.binary
完整的服务器编解码器,结合了正确的编码器和解码器。
BinaryMemcacheServerCodec() - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheServerCodec
 
BinaryMemcacheServerCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary. BinaryMemcacheServerCodec
 
BinaryWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
包含二进制数据的Web Socket框架
BinaryWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
创建一个新的空白二进制框架。
BinaryWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
用指定的二进制数据创建一个新的二进制帧。
BinaryWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
用指定的二进制数据和最终的片段标志创建一个新的二进制帧。
bind() - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并将其绑定。
bind(int) - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并绑定它。
bind(String, int) - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并绑定它。
bind(InetAddress, int) - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并绑定它。
bind(SocketAddress) - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并绑定它。
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
bind(SocketAddress) - Method in class io.netty.channel. AbstractChannel
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
绑定SocketAddressChannel的的ChannelPromise并通知其一旦其完成。
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
调用一次绑定操作。
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
bind(SocketAddress) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求绑定到给定的SocketAddress并在操作完成后通知ChannelFuture ,可能是因为操作成功或出现错误。
bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求绑定到给定的SocketAddress并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
bind(SocketAddress) - Method in class io.netty.channel. DefaultChannelPipeline
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
bind(SocketAddress) - Method in class io.netty.channel.unix. Socket
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
BIND - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
BIND - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp. SctpChannel
将地址绑定到已绑定的通道以启用多宿主。
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp. SctpChannel
将地址绑定到已绑定的通道以启用多宿主。
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp. SctpServerChannel
将地址绑定到已绑定的通道以启用多宿主。
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp. SctpServerChannel
将地址绑定到已绑定的通道以启用多宿主。
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
在给定networkInterface上阻止给定的多播地址的给定sourceToBlock地址,并在操作完成后通知ChannelFuture
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
在给定networkInterface上阻止给定多播地址的给定sourceToBlock地址,并在操作完成后通知ChannelFuture
block(InetAddress, InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
阻止给定多播地址的给定sourceToBlock地址,并在操作完成后通知ChannelFuture
block(InetAddress, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
阻止给定多播地址的给定sourceToBlock地址,并在操作完成后通知ChannelFuture
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
阻止给定networkInterface上给定多播地址的给定sourceToBlock地址
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
阻止给定networkInterface上给定多播地址的给定sourceToBlock地址
block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
阻止给定多播地址的给定sourceToBlock地址
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
阻止给定多播地址的给定sourceToBlock地址
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
BlockingOperationException - Exception in io.netty.util.concurrent
IllegalStateException当用户在事件循环线程中时用户执行阻止操作时引发的 IllegalStateException
BlockingOperationException() - Constructor for exception io.netty.util.concurrent. BlockingOperationException
 
BlockingOperationException(String) - Constructor for exception io.netty.util.concurrent. BlockingOperationException
 
BlockingOperationException(Throwable) - Constructor for exception io.netty.util.concurrent. BlockingOperationException
 
BlockingOperationException(String, Throwable) - Constructor for exception io.netty.util.concurrent. BlockingOperationException
 
BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"blocksize"
BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Blocksize"
bndAddr() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
bndAddr() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandResponse
返回此响应的 BND.ADDR字段。
bndAddrType() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
bndAddrType() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandResponse
返回此响应的 BND.ADDR字段的地址类型。
bndPort() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
bndPort() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandResponse
返回此响应的 BND.PORT字段。
BooleanSupplier - Interface in io.netty.util
代表 boolean结果的供应商。
bootstrap - Variable in class io.netty.bootstrap. AbstractBootstrapConfig
 
Bootstrap - Class in io.netty.bootstrap
一个Bootstrap ,可以很容易地引导Channel用于客户端。
Bootstrap() - Constructor for class io.netty.bootstrap. Bootstrap
 
bootstrap() - Method in class io.netty.channel.pool. SimpleChannelPool
返回此池将用于打开新连接的Bootstrap
BootstrapConfig - Class in io.netty.bootstrap
公开Bootstrap的配置。
BOUNDARY - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"boundary"
BOUNDARY - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"boundary"
buffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
buffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
buffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
buffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配一个ByteBuf
buffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配给定的初始容量ByteBuf
buffer(int, int) - Method in interface io.netty.buffer. ByteBufAllocator
分配给定的初始容量和给定的最大容量ByteBuf
buffer() - Method in class io.netty.buffer. ByteBufOutputStream
返回此流正在写入数据的缓冲区。
buffer() - Static method in class io.netty.buffer. Unpooled
创建一个具有相当小的初始容量的新的大端Java堆缓冲区,可根据需要无限扩展其容量。
buffer(int) - Static method in class io.netty.buffer. Unpooled
使用指定的 capacity创建一个新的大端Java堆缓冲区,该缓冲区根据需要无限扩展其容量。
buffer(int, int) - Static method in class io.netty.buffer. Unpooled
用指定的 initialCapacity创建一个新的大端Java堆缓冲区,该缓冲区可能长到 maxCapacity新缓冲区的 readerIndexwriterIndex0
buffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
buffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
buffer(int, int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
build() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
改为使用CorsConfigBuilder.build()
build() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
使用以前的方法调用指定的设置构建CorsConfig
build() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
创建一个新的Http2ConnectionHandler
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
实现此方法以创建新的Http2ConnectionHandler或其子类型实例。
build() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
使用此构建器的当前设置构建/创建一个新的InboundHttp2ToHttpAdapter实例。
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
用指定的属性创建一个新的InboundHttp2ToHttpAdapter
build() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
构建一个Http2FrameCodec对象。
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
build() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
build() - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
 
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
 
build() - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnAckBuilder
 
build() - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
build() - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
build() - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.SubscribeBuilder
 
build() - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.UnsubscribeBuilder
 
build() - Method in class io.netty.handler.ssl. SslContextBuilder
使用配置的设置创建新的 SslContext实例。
build() - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
返回一个新的DnsNameResolver实例。
build() - Method in class io.netty.util. DomainMappingBuilder
已过时。
创建一个不可变的新实例DomainNameMapping尝试将新映射添加到结果对象将导致引发UnsupportedOperationException
build() - Method in class io.netty.util. DomainNameMappingBuilder
创建一个不可变的新实例DomainNameMapping尝试将新映射添加到结果对象将导致引发UnsupportedOperationException
Builder(String...) - Constructor for class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
改为使用CorsConfigBuilder
Builder() - Constructor for class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
改为使用CorsConfigBuilder
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
当传入分析失败时,Helper方法创建上游消息。
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestDecoder
 
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseDecoder
 
buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl. JdkSslContext
已过时。
将被删除。
buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl. JdkSslContext
已过时。
将被删除。
buildTimeMillis() - Method in class io.netty.util. Version
 
buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl. SslContext
已过时。
BulkStringHeaderRedisMessage - Class in io.netty.handler.codec.redis
Bulk Strings的标题为 RESP
BulkStringHeaderRedisMessage(int) - Constructor for class io.netty.handler.codec.redis. BulkStringHeaderRedisMessage
bulkStringLength() - Method in class io.netty.handler.codec.redis. BulkStringHeaderRedisMessage
此内容返回 bulkStringLength
BulkStringRedisContent - Interface in io.netty.handler.codec.redis
大量用于Redis分块传输编码的批量字符串。
BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT字节接受器的ChannelFactory
BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT字节连接器的ChannelFactory
BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT字节通道的 SelectorProvider
BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT Byte Rendezvous的ChannelFactory
ByteArrayDecoder - Class in io.netty.handler.codec.bytes
将收到的ByteBuf解码为字节数组。
ByteArrayDecoder() - Constructor for class io.netty.handler.codec.bytes. ByteArrayDecoder
 
ByteArrayEncoder - Class in io.netty.handler.codec.bytes
将请求的字节数组编码为ByteBuf
ByteArrayEncoder() - Constructor for class io.netty.handler.codec.bytes. ByteArrayEncoder
 
byteAt(int) - Method in class io.netty.util. AsciiString
 
ByteBuf - Class in io.netty.buffer
一个零或更多字节(八位字节)的随机和顺序访问序列。
ByteBuf() - Constructor for class io.netty.buffer. ByteBuf
 
ByteBufAllocator - Interface in io.netty.buffer
实现负责分配缓冲区。
ByteBufAllocatorMetric - Interface in io.netty.buffer
 
ByteBufAllocatorMetricProvider - Interface in io.netty.buffer
 
ByteBufHolder - Interface in io.netty.buffer
一个发送或接收的数据包。
ByteBufInputStream - Class in io.netty.buffer
InputStream读取数据的InputStream
ByteBufInputStream(ByteBuf) - Constructor for class io.netty.buffer. ByteBufInputStream
创建新的流,其读取从指定的数据 buffer并从当前 readerIndex并且在当前结束 writerIndex
ByteBufInputStream(ByteBuf, int) - Constructor for class io.netty.buffer. ByteBufInputStream
创建一个新的流,它从指定的 buffer开始,从当前的 readerIndex开始读取数据,结束于 readerIndex + length
ByteBufInputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer. ByteBufInputStream
创建新的流,其读取从指定的数据 buffer并从当前 readerIndex并且在当前结束 writerIndex
ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class io.netty.buffer. ByteBufInputStream
创建新的流,其读取从指定的数据 buffer并从当前 readerIndex和在结束 readerIndex + length
ByteBufOutputStream - Class in io.netty.buffer
一个OutputStream这在将数据写入ByteBuf
ByteBufOutputStream(ByteBuf) - Constructor for class io.netty.buffer. ByteBufOutputStream
创建一个将数据写入指定的 buffer的新流。
ByteBufProcessor - Interface in io.netty.buffer
已过时。
使用ByteProcessor
ByteBufUtil - Class in io.netty.buffer
与处理ByteBuf相关的实用程序方法的集合,例如生成十六进制转储和交换整数的字节顺序。
ByteCollections - Class in io.netty.util.collection
基于字节的原始集合的实用程序。
ByteObjectHashMap< V> - Class in io.netty.util.collection
ByteObjectMap哈希映射实现,它使用键的开放寻址。
ByteObjectHashMap() - Constructor for class io.netty.util.collection. ByteObjectHashMap
 
ByteObjectHashMap(int) - Constructor for class io.netty.util.collection. ByteObjectHashMap
 
ByteObjectHashMap(int, float) - Constructor for class io.netty.util.collection. ByteObjectHashMap
 
ByteObjectMap< V> - Interface in io.netty.util.collection
使用 byte作为键的原始映射的接口。
ByteObjectMap.PrimitiveEntry< V> - Interface in io.netty.util.collection
地图中的一个原始条目,由 ByteObjectMap.entries()的迭代器提供
ByteProcessor - Interface in io.netty.util
提供了一种迭代字节集合的机制。
ByteProcessor.IndexNotOfProcessor - Class in io.netty.util
一个ByteProcessor找到不是特定字节的第一个外观。
ByteProcessor.IndexOfProcessor - Class in io.netty.util
一个ByteProcessor ,它发现特定字节的第一次出现。
bytes() - Method in class io.netty.channel. PendingWriteQueue
返回由于未决消息而处于未决状态的总字节数。
BYTES - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"bytes"
BYTES - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"bytes"
BYTES - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"bytes"
BYTES - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"bytes"
bytesBefore(byte) - Method in class io.netty.buffer. AbstractByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer. AbstractByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer. AbstractByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer. ByteBuf
定位此缓冲区中第一次出现的指定 value
bytesBefore(int, byte) - Method in class io.netty.buffer. ByteBuf
定位此缓冲区中第一次出现的指定 value
bytesBefore(int, int, byte) - Method in class io.netty.buffer. ByteBuf
定位此缓冲区中第一次出现的指定 value
bytesBefore(byte) - Method in class io.netty.buffer. EmptyByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer. EmptyByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer. EmptyByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
bytesBefore(int, byte) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
bytesBeforeUnwritable() - Method in class io.netty.channel. AbstractChannel
 
bytesBeforeUnwritable() - Method in interface io.netty.channel. Channel
获取可以写入多少个字节,直到 Channel.isWritable()返回 false
bytesBeforeUnwritable() - Method in class io.netty.channel. ChannelOutboundBuffer
获取可以写入多少个字节,直到 ChannelOutboundBuffer.isWritable()返回 false
bytesBeforeWritable() - Method in class io.netty.channel. AbstractChannel
 
bytesBeforeWritable() - Method in interface io.netty.channel. Channel
获取必须从底层缓冲区中 清除多少个字节,直到 Channel.isWritable()返回 true
bytesBeforeWritable() - Method in class io.netty.channel. ChannelOutboundBuffer
获取必须从底层缓冲区中 清除多少个字节,直到 ChannelOutboundBuffer.isWritable()返回 true
bytesToIpAddress(byte[]) - Static method in class io.netty.util. NetUtil
分别将4字节或16字节数据转换为IPv4或IPv6字符串。
bytesToIpAddress(byte[], int, int) - Static method in class io.netty.util. NetUtil
分别将4字节或16字节数据转换为IPv4或IPv6字符串。
ByteToMessageCodec< I> - Class in io.netty.handler.codec
一种编解码器,用于将消息中的字节进行即时编码/解码,反之亦然。
ByteToMessageCodec() - Constructor for class io.netty.handler.codec. ByteToMessageCodec
参见 ByteToMessageCodec.ByteToMessageCodec(boolean)true作为布尔参数。
ByteToMessageCodec(Class<? extends I>) - Constructor for class io.netty.handler.codec. ByteToMessageCodec
ByteToMessageCodec(boolean) - Constructor for class io.netty.handler.codec. ByteToMessageCodec
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
ByteToMessageCodec(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec. ByteToMessageCodec
创建一个新的实例
ByteToMessageDecoder - Class in io.netty.handler.codec
ChannelInboundHandlerAdapter ,它以类似流的方式将字节从一个ByteBuf解码为另一个消息类型。
ByteToMessageDecoder() - Constructor for class io.netty.handler.codec. ByteToMessageDecoder
 
ByteToMessageDecoder.Cumulator - Interface in io.netty.handler.codec
累积ByteBuf s。
byteValue() - Method in class io.netty.handler.codec.dns. DnsOpCode
 
byteValue() - Method in enum io.netty.handler.codec.haproxy. HAProxyCommand
返回此命令的字节值。
byteValue() - Method in enum io.netty.handler.codec.haproxy. HAProxyProtocolVersion
返回此版本的字节值。
byteValue() - Method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.AddressFamily
返回此地址系列的字节值。
byteValue() - Method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
返回此协议和地址系列的字节值。
byteValue() - Method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.TransportProtocol
返回此传输协议的字节值。
byteValue() - Method in enum io.netty.handler.codec.mqtt. MqttConnectReturnCode
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksAddressType
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksAuthScheme
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksAuthStatus
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksCmdStatus
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksCmdType
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksProtocolVersion
 
byteValue() - Method in enum io.netty.handler.codec.socks. SocksSubnegotiationVersion
 
byteValue() - Method in enum io.netty.handler.codec.socksx. SocksVersion
返回协议规范中定义的版本字段的值。
byteValue() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
Bzip2Decoder - Class in io.netty.handler.codec.compression
解压缩使用Bzip2格式编码的ByteBuf
Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression. Bzip2Decoder
 
Bzip2Encoder - Class in io.netty.handler.codec.compression
使用Bzip2算法压缩ByteBuf
Bzip2Encoder() - Constructor for class io.netty.handler.codec.compression. Bzip2Encoder
创建具有最大(900,000字节)块大小的新bzip2编码器。
Bzip2Encoder(int) - Constructor for class io.netty.handler.codec.compression. Bzip2Encoder
用指定的 blockSizeMultiplier创建一个新的bzip2编码器。

C

c2b(char) - Static method in class io.netty.util. AsciiString
 
CAA - Static variable in class io.netty.handler.codec.dns. DnsRecordType
证书颁发机构授权记录RFC 6844 CA固定,约束主机/域的可接受CA.
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns. DefaultDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns. DefaultDnsCache
 
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in interface io.netty.resolver.dns. DnsCache
创建一个新的DnsCacheEntry并缓存给定主机名的解析地址。
cache(String, DnsRecord[], Throwable, EventLoop) - Method in interface io.netty.resolver.dns. DnsCache
缓存给定主机名的解析失败。
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns. NoopDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns. NoopDnsCache
 
CACHE_CONTROL - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"cache-control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Cache-Control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"cache-control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Cache-Control"
cached(String) - Static method in class io.netty.util. AsciiString
返回包含给定字符串的AsciiString ,并保留/缓存输入字符串以供以后在AsciiString.toString()使用。
cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization. ClassResolvers
缓存禁用
cacheFull() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回由于超过最大会话缓存大小而被删除的会话数。
calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
计算以字节为单位的阈值,如果一组标题超过了这个数量,应该触发 GO_AWAY
calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
计算以字节为单位的阈值,如果一组标题超过这个数量,应该触发 GO_AWAY
calculateNewCapacity(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
calculateNewCapacity(int, int) - Method in interface io.netty.buffer. ByteBufAllocator
计算的新的容量ByteBuf时所使用ByteBuf需要通过扩大minNewCapacitymaxCapacity作为上限。
calculateNewCapacity(int, int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
calculateSize(Object) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
计算给定 Object的大小。
calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel. SelectStrategy
SelectStrategy可用于引导潜在选择呼叫的结果。
call() - Method in class io.netty.handler.codec.http.cors. CorsConfig.DateValueGenerator
已过时。
 
callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ByteToMessageDecoder
调用一次数据应该从给定的ByteBuf解码。
callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ReplayingDecoder
 
cancel(boolean) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
cancel(boolean) - Method in class io.netty.channel. VoidChannelPromise
如果取消成功,它将以 CancellationException未来失败。
CANCEL - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
5取消
cancel(boolean) - Method in class io.netty.util.concurrent. CompleteFuture
如果取消成功,它将以 CancellationException未来失败。
cancel(boolean) - Method in class io.netty.util.concurrent. DefaultPromise
如果取消成功,它将以 CancellationException未来失败。
cancel(boolean) - Method in interface io.netty.util.concurrent. Future
如果取消成功,它将以 CancellationException未来失败。
cancel() - Method in interface io.netty.util. Timeout
试图取消与此句柄关联的TimerTask
cancelScheduledTasks() - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
取消所有计划任务。
canOpenStream() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
指示是否可以在不违反 Http2Connection.Endpoint.maxActiveStreams()情况下打开由此端点创建的流。
capacity() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区可包含的字节数(字节)。
capacity(int) - Method in class io.netty.buffer. ByteBuf
调整此缓冲区的容量。
capacity() - Method in class io.netty.buffer. CompositeByteBuf
 
capacity(int) - Method in class io.netty.buffer. CompositeByteBuf
 
capacity() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
capacity(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
capacity() - Method in class io.netty.buffer. EmptyByteBuf
 
capacity(int) - Method in class io.netty.buffer. EmptyByteBuf
 
capacity() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
capacity(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
capacity() - Method in class io.netty.buffer. SlicedByteBuf
已过时。
 
capacity() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
capacity(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
capacity() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
capacity() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
capacity(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
capacity() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
cas() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
cas() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回CAS标识符。
cascadeTo(Future<X>, Promise<? super X>) - Static method in class io.netty.util.concurrent. UnaryPromiseNotifier
 
CASE_INSENSITIVE_HASHER - Static variable in class io.netty.util. AsciiString
 
CASE_SENSITIVE_HASHER - Static variable in class io.netty.util. AsciiString
 
caState() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
cause() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
cause() - Method in interface io.netty.channel.group. ChannelGroupFuture
 
cause() - Method in class io.netty.channel. VoidChannelPromise
 
cause() - Method in class io.netty.handler.codec. DecoderResult
 
cause() - Method in class io.netty.handler.ssl. SslCompletionEvent
返回 Throwable如果 SslCompletionEvent.isSuccess()回报 false等完成失败。
cause() - Method in interface io.netty.resolver.dns. DnsCacheEntry
如果DNS查询失败,这将提供合理的。
cause() - Method in class io.netty.util.concurrent. DefaultPromise
 
cause() - Method in class io.netty.util.concurrent. FailedFuture
 
cause() - Method in interface io.netty.util.concurrent. Future
如果I / O操作失败,则返回失败的I / O操作的原因。
cause() - Method in class io.netty.util.concurrent. SucceededFuture
 
cbHits() - Method in class io.netty.handler.ssl. OpenSslSessionStats
在服务器模式下,返回外部会话缓存中成功检索到的会话的数量。
CERT - Static variable in class io.netty.handler.codec.dns. DnsRecordType
证书记录RFC 4398存储PKIX,SPKI,PGP等
cert() - Method in class io.netty.handler.ssl.util. SelfSignedCertificate
返回生成的X.509证书。
certificate() - Method in class io.netty.handler.ssl.util. SelfSignedCertificate
以PEM格式返回生成的X.509证书文件。
certificates(byte[][]) - Static method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
ch() - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
ch() - Method in interface io.netty.channel.nio. AbstractNioChannel.NioUnsafe
返回潜在的 SelectableChannel
channel(Class<? extends C>) - Method in class io.netty.bootstrap. AbstractBootstrap
Class这是用来创建Channel从实例。
Channel - Interface in io.netty.channel
与网络套接字或能够进行I / O操作(如读取,写入,连接和绑定)的组件的关系。
channel() - Method in interface io.netty.channel. ChannelFuture
返回与此未来相关的I / O操作发生的通道。
channel() - Method in interface io.netty.channel. ChannelHandlerContext
返回Channel其绑定到ChannelHandlerContext
channel() - Method in interface io.netty.channel. ChannelPipeline
返回此管道所连接的Channel
channel() - Method in interface io.netty.channel. ChannelPromise
 
channel - Variable in class io.netty.channel. DefaultChannelConfig
 
channel() - Method in class io.netty.channel. DefaultChannelPipeline
 
channel() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
channel() - Method in class io.netty.channel. DefaultChannelPromise
 
channel() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
channel - Variable in class io.netty.channel.epoll. EpollServerChannelConfig
 
channel - Variable in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
channel() - Method in class io.netty.channel. VoidChannelPromise
 
Channel.Unsafe - Interface in io.netty.channel
应该从用户代码调用的 不安全操作。
channelAccepted(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
如果这种方法被称为 remoteAddress得到由接受 AbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress)
channelAcquired(Channel) - Method in class io.netty.channel.pool. AbstractChannelPoolHandler
NOOP的实现,子类可能会覆盖这个。
channelAcquired(Channel) - Method in interface io.netty.channel.pool. ChannelPoolHandler
通过调用ChannelPool.acquire()ChannelPool.acquire(Promise)获得Channel后称之为调用。
channelActive(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
ChannelHandlerContextChannel现在处于活动状态
channelActive(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelActive(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
在客户端模式下使用时连接发起初始TLS握手
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
ChannelConfig - Interface in io.netty.channel
一组Channel的配置属性。
channelCreated(Channel) - Method in interface io.netty.channel.pool. ChannelPoolHandler
一旦一个新的称为Channel在创建ChannelPool
ChannelDuplexHandler - Class in io.netty.channel
ChannelDuplexHandler() - Constructor for class io.netty.channel. ChannelDuplexHandler
 
ChannelException - Exception in io.netty.channel
A RuntimeException当I / O操作失败时引发。
ChannelException() - Constructor for exception io.netty.channel. ChannelException
创建一个新的异常。
ChannelException(String, Throwable) - Constructor for exception io.netty.channel. ChannelException
创建一个新的异常。
ChannelException(String) - Constructor for exception io.netty.channel. ChannelException
创建一个新的异常。
ChannelException(Throwable) - Constructor for exception io.netty.channel. ChannelException
创建一个新的异常。
channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap. AbstractBootstrap
channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap. AbstractBootstrap
ChannelFactory用于从调用AbstractBootstrap.bind()时创建Channel实例。
channelFactory() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
如果尚未配置, 返回已配置的ChannelFactorynull
ChannelFactory< T extends Channel> - Interface in io.netty.bootstrap
已过时。
改为使用ChannelFactory
ChannelFactory< T extends Channel> - Interface in io.netty.channel
创建一个新的Channel
channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置ChannelFactory ,这将创建一个DatagramChannel
ChannelFlushPromiseNotifier - Class in io.netty.channel
该实现允许注册ChannelFuture实例,一旦写入了一定数量的数据,就会得到通知,因此达到了检查点。
ChannelFlushPromiseNotifier(boolean) - Constructor for class io.netty.channel. ChannelFlushPromiseNotifier
创建一个新的实例
ChannelFlushPromiseNotifier() - Constructor for class io.netty.channel. ChannelFlushPromiseNotifier
ChannelFuture - Interface in io.netty.channel
异步Channel I / O操作的结果。
ChannelFutureListener - Interface in io.netty.channel
听取ChannelFuture的结果。
ChannelGroup - Interface in io.netty.channel.group
一个线程安全的Set ,包含开放的Channel并在其上提供各种批量操作。
ChannelGroupException - Exception in io.netty.channel.group
ChannelException其中包含由于错误而失败的ChannelFuture
ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty.channel.group. ChannelGroupException
 
ChannelGroupFuture - Interface in io.netty.channel.group
异步ChannelGroup操作的结果。
ChannelGroupFutureListener - Interface in io.netty.channel.group
ChannelHandler - Interface in io.netty.channel
处理I / O事件或拦截I / O操作,并将其转发到其ChannelPipeline中的下一个处理程序。
ChannelHandler.Sharable - Annotation Type in io.netty.channel
表示可以将带有注释的ChannelHandler的同一个实例多次添加到一个或多个ChannelPipeline ,而不会出现竞争条件。
ChannelHandlerAdapter - Class in io.netty.channel
一个ChannelHandler骨架实现。
ChannelHandlerAdapter() - Constructor for class io.netty.channel. ChannelHandlerAdapter
 
ChannelHandlerContext - Interface in io.netty.channel
使ChannelHandler能够与其ChannelPipeline和其他处理程序进行交互。
channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
设置应用流量控制的ChannelHandlerContext
channelHandlerContext() - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2. Http2FlowController
设置应用流量控制的ChannelHandlerContext
channelHandlerContext() - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
获取应用流量控制的ChannelHandlerContext
ChannelHealthChecker - Interface in io.netty.channel.pool
ChannelId - Interface in io.netty.channel
代表Channel的全球唯一标识符。
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout. IdleStateHandler
IdleStateEvent应该被解雇时被调用。
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout. ReadTimeoutHandler
 
channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
ChannelHandlerContextChannel已注册,现在处于非活动状态,并已达到其使用期限。
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentEncoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
当通道不活动时,释放所有帧以防止数据泄漏。
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec. MessageAggregator
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdyHttpDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.flow. FlowControlHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedWriteHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
ChannelInboundHandler - Interface in io.netty.channel
ChannelHandler ,它为状态更改添加回调。
ChannelInboundHandlerAdapter - Class in io.netty.channel
ChannelInboundHandler实现的抽象基类,它提供了所有方法的实现。
ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel. ChannelInboundHandlerAdapter
 
ChannelInboundInvoker - Interface in io.netty.channel
 
ChannelInitializer< C extends Channel> - Class in io.netty.channel
一个特殊的ChannelInboundHandler提供了一个简单的方法来初始化一个Channel一旦它被注册到它的EventLoop
ChannelInitializer() - Constructor for class io.netty.channel. ChannelInitializer
 
ChannelInputShutdownEvent - Class in io.netty.channel.socket
这将被解雇,并传递到特殊事件ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)方法一旦输入SocketChannel停工,并在SocketChannelConfig.isAllowHalfClosure()方法返回true
ChannelInputShutdownReadComplete - Class in io.netty.channel.socket
表示频道输入端的用户事件已关闭,我们试图再次关闭它。
ChannelMatcher - Interface in io.netty.channel.group
允许只有一些匹配Channel的运营在ChannelGroup
ChannelMatchers - Class in io.netty.channel.group
Helper类提供经常使用的ChannelMatcher实现。
ChannelMetadata - Class in io.netty.channel
表示Channel实现的属性。
ChannelMetadata(boolean) - Constructor for class io.netty.channel. ChannelMetadata
创建一个新的实例
ChannelMetadata(boolean, int) - Constructor for class io.netty.channel. ChannelMetadata
创建一个新的实例
ChannelOption< T> - Class in io.netty.channel
A ChannelOption允许以类型安全的方式配置ChannelConfig
ChannelOption(String) - Constructor for class io.netty.channel. ChannelOption
已过时。
ChannelOutboundBuffer - Class in io.netty.channel
(仅限传输实现者)由AbstractChannel使用的内部数据结构来存储其挂起的出站写入请求。
ChannelOutboundBuffer.MessageProcessor - Interface in io.netty.channel
 
ChannelOutboundHandler - Interface in io.netty.channel
ChannelHandler将通知IO出站操作。
ChannelOutboundHandlerAdapter - Class in io.netty.channel
ChannelOutboundHandler骨架实现。
ChannelOutboundHandlerAdapter() - Constructor for class io.netty.channel. ChannelOutboundHandlerAdapter
 
ChannelOutboundInvoker - Interface in io.netty.channel
 
ChannelOutputShutdownEvent - Class in io.netty.channel.socket
这将被解雇,并传递到特殊事件ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)方法一次的输出SocketChannel被关闭。
ChannelOutputShutdownException - Exception in io.netty.channel.socket
用于在通道的输出已关闭时发生挂起写入失败。
ChannelOutputShutdownException(String) - Constructor for exception io.netty.channel.socket. ChannelOutputShutdownException
 
ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty.channel.socket. ChannelOutputShutdownException
 
ChannelPipeline - Interface in io.netty.channel
处理或截取Channel的入站事件和出站操作的ChannelHandler的列表
ChannelPipelineException - Exception in io.netty.channel
A ChannelExceptionChannelPipeline未能执行操作时引发。
ChannelPipelineException() - Constructor for exception io.netty.channel. ChannelPipelineException
创建一个新的实例。
ChannelPipelineException(String, Throwable) - Constructor for exception io.netty.channel. ChannelPipelineException
创建一个新的实例。
ChannelPipelineException(String) - Constructor for exception io.netty.channel. ChannelPipelineException
创建一个新的实例。
ChannelPipelineException(Throwable) - Constructor for exception io.netty.channel. ChannelPipelineException
创建一个新的实例。
ChannelPool - Interface in io.netty.channel.pool
允许获取并释放Channel并充当这些池的池。
ChannelPoolHandler - Interface in io.netty.channel.pool
处理程序被称为由ChannelPool完成的各种操作。
ChannelPoolMap< K, P extends ChannelPool> - Interface in io.netty.channel.pool
允许将ChannelPool实现映射到特定的键。
ChannelProgressiveFuture - Interface in io.netty.channel
一个特殊的ChannelFuture ,用于表示FileRegion传输进度
ChannelProgressiveFutureListener - Interface in io.netty.channel
一个 EventListener监听器,当与未来相关的发送任务正在被传送时将被调用。
ChannelProgressivePromise - Interface in io.netty.channel
特殊的ChannelPromise ,一旦关联的字节被传输,将被通知。
ChannelPromise - Interface in io.netty.channel
特别ChannelFuture这是可写的。
ChannelPromiseAggregator - Class in io.netty.channel
已过时。
使用PromiseCombiner类,用于通过收听单个期货并在所有期货完成时产生汇总结果(成功/失败),将多个渠道期货合并为一个。
ChannelPromiseAggregator(ChannelPromise) - Constructor for class io.netty.channel. ChannelPromiseAggregator
已过时。
 
ChannelPromiseNotifier - Class in io.netty.channel
ChannelFutureListener实现,它需要其他ChannelPromise (s)并在完成时通知它们。
ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel. ChannelPromiseNotifier
创建一个新的实例
ChannelPromiseNotifier(boolean, ChannelPromise...) - Constructor for class io.netty.channel. ChannelPromiseNotifier
创建一个新的实例
channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel. ChannelInboundHandler
当前Channel已从对等端读取消息时调用。
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel. SimpleChannelInboundHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.cors. CorsHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http. HttpServerExpectContinueHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http. HttpServerKeepAliveHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketClientExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketServerExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx. Utf8FrameValidator
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2. InboundHttpToHttp2Adapter
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. MessageToMessageCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. MessageToMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flow. FlowControlHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging. LoggingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy. ProxyHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout. IdleStateHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel. SimpleChannelInboundHandler
请记住,此方法将在5.0中重命名为messageReceived(ChannelHandlerContext, I)
channelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
在当前读取操作读取的最后一条消息被 ChannelInboundHandler.channelRead(ChannelHandlerContext, Object)消耗时 调用
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodec
通知读取完成的任何子流。
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec. MessageAggregator
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flow. FlowControlHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio. NioTask
当调用 SelectableChannel已被选定 Selector
channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInitializer
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
channelRejected(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter. AbstractRemoteAddressFilter
如果这种方法被称为 remoteAddress被否决 AbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress)
channelReleased(Channel) - Method in class io.netty.channel.pool. AbstractChannelPoolHandler
NOOP的实现,子类可能会覆盖这个。
channelReleased(Channel) - Method in interface io.netty.channel.pool. ChannelPoolHandler
channelTrafficCounters() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
例如,允许doAccounting使用每个频道的TrafficCounter。
ChannelTrafficShapingHandler - Class in io.netty.handler.traffic
AbstractTrafficShapingHandler这种实现用于信道流量整形,也就是说每个信道的带宽限制。
ChannelTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty.handler.traffic. ChannelTrafficShapingHandler
创建一个新的实例。
ChannelTrafficShapingHandler(long, long, long) - Constructor for class io.netty.handler.traffic. ChannelTrafficShapingHandler
使用默认最大时间创建一个新实例,作为延迟允许值15000毫秒。
ChannelTrafficShapingHandler(long, long) - Constructor for class io.netty.handler.traffic. ChannelTrafficShapingHandler
使用默认的“检查时间间隔”值1000毫秒和最大时间作为延迟允许值15000毫秒创建一个新实例。
ChannelTrafficShapingHandler(long) - Constructor for class io.netty.handler.traffic. ChannelTrafficShapingHandler
使用默认最大时间创建一个新实例作为15000毫秒的延迟允许值并且没有限制。
channelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
ChannelFactory设置为此类型的ReflectiveChannelFactory
channelUDT(Channel) - Static method in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
公开底层 ChannelUDT进行调试和监控。
channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelUnregistered(C, Throwable) - Method in interface io.netty.channel.nio. NioTask
当调用SelectionKey指定的SelectableChannel已经取消,因此这NioTask将不会再收到通知。
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelInboundHandler
一旦Channel的可写状态改变, 就会调用它
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
channelWritabilityChanged() - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
通知 Http2RemoteFlowController.channelHandlerContext()的可写性已更改。
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedWriteHandler
 
charAt(int) - Method in class io.netty.util. AsciiString
 
CharCollections - Class in io.netty.util.collection
基于char的原始集合的实用程序。
CharObjectHashMap< V> - Class in io.netty.util.collection
CharObjectMap哈希映射实现,对密钥使用开放寻址。
CharObjectHashMap() - Constructor for class io.netty.util.collection. CharObjectHashMap
 
CharObjectHashMap(int) - Constructor for class io.netty.util.collection. CharObjectHashMap
 
CharObjectHashMap(int, float) - Constructor for class io.netty.util.collection. CharObjectHashMap
 
CharObjectMap< V> - Interface in io.netty.util.collection
使用 char作为键的原始映射的接口。
CharObjectMap.PrimitiveEntry< V> - Interface in io.netty.util.collection
地图中的一个原始条目,由迭代器 CharObjectMap.entries()提供
CharSequenceMap< V> - Class in io.netty.handler.codec.http2
仅供内部使用!
CharSequenceMap() - Constructor for class io.netty.handler.codec.http2. CharSequenceMap
 
CharSequenceMap(boolean) - Constructor for class io.netty.handler.codec.http2. CharSequenceMap
 
CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty.handler.codec.http2. CharSequenceMap
 
CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty.handler.codec.http2. CharSequenceMap
 
CharSequenceValueConverter - Class in io.netty.handler.codec
转换为本机类型,通用 ObjectCharSequence
CharSequenceValueConverter() - Constructor for class io.netty.handler.codec. CharSequenceValueConverter
 
CHARSET - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"charset"
CHARSET - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"charset"
CHARSET - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"charset"
CHARSET - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"charset"
CharsetUtil - Class in io.netty.util
提供与 Charset及其相关类相关的各种常用操作和常量的实用程序类。
checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. WebSocket08FrameDecoder
 
checkDeadLock() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
checkDeadLock() - Method in class io.netty.channel. DefaultChannelPromise
 
checkDeadLock() - Method in class io.netty.util.concurrent. DefaultPromise
 
checkDstIndex(int, int, int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
checkException() - Method in class io.netty.channel.embedded. EmbeddedChannel
检查是否有任何 Throwable收到,如果是这样重新抛出它。
checkIndex(int) - Method in class io.netty.buffer. AbstractByteBuf
 
checkIndex(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
checkInputShutdown() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
checkInterval - Variable in class io.netty.handler.traffic. AbstractTrafficShapingHandler
两个性能快照之间的延迟
checkInterval() - Method in class io.netty.handler.traffic. TrafficCounter
 
checkNewCapacity(int) - Method in class io.netty.buffer. AbstractByteBuf
 
checkpoint() - Method in class io.netty.handler.codec. ReplayingDecoder
存储内部累积缓冲区的阅读器位置。
checkpoint(S) - Method in class io.netty.handler.codec. ReplayingDecoder
存储内部累积缓冲区的读取器位置并更新当前的解码器状态。
checkReadableBytes(int) - Method in class io.netty.buffer. AbstractByteBuf
如果此缓冲区的当前 readable bytes小于指定值, 则会抛出 IndexOutOfBoundsException
checkSize(long) - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
checkSize(long) - Method in interface io.netty.handler.codec.http.multipart. HttpData
检查新尺寸是否未达到允许的最大限制。
checkSize(long) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
checkValidity() - Method in class io.netty.handler.ssl. PemX509Certificate
 
checkValidity(Date) - Method in class io.netty.handler.ssl. PemX509Certificate
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap. ServerBootstrap
设置特定AttributeKey与给定值的每一个孩子Channel
childAttrs() - Method in class io.netty.bootstrap. ServerBootstrapConfig
返回将用于子频道的已配置属性的副本。
childGroup() - Method in class io.netty.bootstrap. ServerBootstrap
已过时。
改为使用ServerBootstrap.config()
childGroup() - Method in class io.netty.bootstrap. ServerBootstrapConfig
返回将用于子通道的配置的EventLoopGroupnull如果尚未配置)。
childHandler(ChannelHandler) - Method in class io.netty.bootstrap. ServerBootstrap
设置ChannelHandler这是用来服务于该请求Channel的。
childHandler() - Method in class io.netty.bootstrap. ServerBootstrapConfig
返回配置的ChannelHandler用于子通道或null如果尚未配置)。
childOption(ChannelOption<T>, T) - Method in class io.netty.bootstrap. ServerBootstrap
允许指定ChannelOption其用于Channel情况下,一旦它们开始创建(受体后接受了Channel )。
childOptions() - Method in class io.netty.bootstrap. ServerBootstrapConfig
返回将用于子频道的已配置选项的副本。
children() - Method in class io.netty.handler.codec.redis. ArrayRedisMessage
让这个阵列的孩子。
chooseTrustManager(TrustManager[]) - Static method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
chooseX509KeyManager(KeyManager[]) - Static method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
CHUNKED - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"chunked"
CHUNKED - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"chunked"
ChunkedFile - Class in io.netty.handler.stream
一个ChunkedInput按块读取文件块中的数据。
ChunkedFile(File) - Constructor for class io.netty.handler.stream. ChunkedFile
创建一个从指定文件中提取数据的新实例。
ChunkedFile(File, int) - Constructor for class io.netty.handler.stream. ChunkedFile
创建一个从指定文件中提取数据的新实例。
ChunkedFile(RandomAccessFile) - Constructor for class io.netty.handler.stream. ChunkedFile
创建一个从指定文件中提取数据的新实例。
ChunkedFile(RandomAccessFile, int) - Constructor for class io.netty.handler.stream. ChunkedFile
创建一个从指定文件中提取数据的新实例。
ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class io.netty.handler.stream. ChunkedFile
创建一个从指定文件中提取数据的新实例。
ChunkedInput< B> - Interface in io.netty.handler.stream
ChunkedWriteHandler消耗的长度不定的数据流。
ChunkedNioFile - Class in io.netty.handler.stream
ChunkedInput使用NIO FileChannel通过块从文件块中提取数据。
ChunkedNioFile(File) - Constructor for class io.netty.handler.stream. ChunkedNioFile
创建一个从指定文件中提取数据的新实例。
ChunkedNioFile(File, int) - Constructor for class io.netty.handler.stream. ChunkedNioFile
创建一个从指定文件中提取数据的新实例。
ChunkedNioFile(FileChannel) - Constructor for class io.netty.handler.stream. ChunkedNioFile
创建一个从指定文件中提取数据的新实例。
ChunkedNioFile(FileChannel, int) - Constructor for class io.netty.handler.stream. ChunkedNioFile
创建一个从指定文件中提取数据的新实例。
ChunkedNioFile(FileChannel, long, long, int) - Constructor for class io.netty.handler.stream. ChunkedNioFile
创建一个从指定文件中提取数据的新实例。
ChunkedNioStream - Class in io.netty.handler.stream
ChunkedInput ,其从取出数据ReadableByteChannel由块块。
ChunkedNioStream(ReadableByteChannel) - Constructor for class io.netty.handler.stream. ChunkedNioStream
创建一个从指定通道获取数据的新实例。
ChunkedNioStream(ReadableByteChannel, int) - Constructor for class io.netty.handler.stream. ChunkedNioStream
创建一个从指定通道获取数据的新实例。
ChunkedStream - Class in io.netty.handler.stream
一个ChunkedInput从块中获取InputStream块的数据。
ChunkedStream(InputStream) - Constructor for class io.netty.handler.stream. ChunkedStream
创建一个从指定流中提取数据的新实例。
ChunkedStream(InputStream, int) - Constructor for class io.netty.handler.stream. ChunkedStream
创建一个从指定流中提取数据的新实例。
ChunkedWriteHandler - Class in io.netty.handler.stream
ChannelHandler增加了对异步写入大数据流的支持,既不花费大量内存也不获得OutOfMemoryError
ChunkedWriteHandler() - Constructor for class io.netty.handler.stream. ChunkedWriteHandler
 
ChunkedWriteHandler(int) - Constructor for class io.netty.handler.stream. ChunkedWriteHandler
chunkLists() - Method in interface io.netty.buffer. PoolArenaMetric
返回一个不可修改的List ,其中包含PoolChunkListMetric
chunkSize() - Method in interface io.netty.buffer. PoolChunkMetric
以字节为单位返回块大小,这是可以从块中提供的最大字节数。
chunkSize() - Method in class io.netty.buffer. PooledByteBufAllocator
chunkSize() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回竞技场的块大小。
CIPHERS - Static variable in class io.netty.handler.codec.http2. Http2SecurityUtil
ciphers(Iterable<String>) - Method in class io.netty.handler.ssl. SslContextBuilder
按优先顺序启用密码套件。
ciphers(Iterable<String>, CipherSuiteFilter) - Method in class io.netty.handler.ssl. SslContextBuilder
按优先顺序启用密码套件。
CipherSuiteFilter - Interface in io.netty.handler.ssl
提供了一种基于受支持和默认密码套件过滤提供的密码套件的方法。
cipherSuites() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl. JdkSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl. SslContext
按优先顺序返回启用的密码套件列表。
CLASS_ANY - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: ANY
CLASS_CHAOS - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: CHAOS
CLASS_CSNET - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: CSNET
CLASS_HESIOD - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: HESIOD
CLASS_IN - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: IN
CLASS_NONE - Static variable in interface io.netty.handler.codec.dns. DnsRecord
DNS资源记录类: NONE
ClassResolver - Interface in io.netty.handler.codec.serialization
请使用ClassResolvers作为实例工厂
ClassResolvers - Class in io.netty.handler.codec.serialization
 
cleanAllHttpData() - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
cleanAllHttpData() - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
为所有请求从清理列表中删除虚拟文件存储中的所有InterfaceHttpData
cleanAllHttpDatas() - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
cleanAllHttpDatas() - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
已过时。
cleanFiles() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
清理当前请求的所有HttpDatas(在磁盘上)。
cleanFiles() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
cleanFiles() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
清理当前请求的所有HttpDatas(在磁盘上)。
cleanFiles() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
根据当前请求清理所有HttpData
cleanFiles() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
清理当前请求的所有HttpDatas(在磁盘上)。
cleanRequestHttpData(HttpRequest) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
cleanRequestHttpData(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
从请求的清除列表中删除虚拟文件存储中的所有InterfaceHttpData
cleanRequestHttpDatas(HttpRequest) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
cleanSession(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
cleanup() - Method in class io.netty.channel.nio. NioEventLoop
 
cleanup() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
无所作为,子类可能会覆盖
clear() - Method in class io.netty.buffer. AbstractByteBuf
 
clear() - Method in class io.netty.buffer. ByteBuf
将此缓冲区的 readerIndexwriterIndex设置为 0
clear() - Method in class io.netty.buffer. CompositeByteBuf
 
clear() - Method in class io.netty.buffer. EmptyByteBuf
 
clear() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
clear() - Method in class io.netty.channel.group. DefaultChannelGroup
 
clear() - Method in class io.netty.channel.unix. IovArray
 
clear() - Method in class io.netty.handler.codec. DefaultHeaders
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
clear() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
clear() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
clear() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
clear() - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
clear() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
clear(DnsSection) - Method in interface io.netty.handler.codec.dns. DnsMessage
删除此DNS消息的指定 section的所有记录。
clear() - Method in interface io.netty.handler.codec.dns. DnsMessage
删除此DNS消息中的所有记录。
clear(DnsSection) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
clear() - Method in interface io.netty.handler.codec.dns. DnsQuery
 
clear(DnsSection) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
clear() - Method in interface io.netty.handler.codec.dns. DnsResponse
 
clear() - Method in class io.netty.handler.codec. EmptyHeaders
 
clear() - Method in interface io.netty.handler.codec. Headers
删除所有标题。
clear() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
clear() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
clear() - Method in class io.netty.handler.codec.http. HttpHeaders
删除此HttpMessage所有标头。
clear() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
clear() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
clear() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
clear() - Method in class io.netty.resolver.dns. DefaultDnsCache
 
clear(String) - Method in class io.netty.resolver.dns. DefaultDnsCache
 
clear() - Method in interface io.netty.resolver.dns. DnsCache
清除此解析器缓存的所有解析地址。
clear(String) - Method in interface io.netty.resolver.dns. DnsCache
从此解析器的缓存中清除指定主机名的解析地址。
clear() - Method in class io.netty.resolver.dns. NoopDnsCache
 
clear(String) - Method in class io.netty.resolver.dns. NoopDnsCache
 
clear() - Method in class io.netty.util.collection. ByteObjectHashMap
 
clear() - Method in class io.netty.util.collection. CharObjectHashMap
 
clear() - Method in class io.netty.util.collection. IntObjectHashMap
 
clear() - Method in class io.netty.util.collection. LongObjectHashMap
 
clear() - Method in class io.netty.util.collection. ShortObjectHashMap
 
clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.clear() 从指定的消息中删除所有标题。
clearOpWrite() - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
clearPreviouslyPersistedSettings() - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
如果以前 true设置应该清除,则返回 true
clearReadPending() - Method in class io.netty.channel.nio. AbstractNioChannel
将等待读取设置为 false
clearReadPending() - Method in class io.netty.channel.oio. AbstractOioChannel
将读取等待设置为 false
CleartextHttp2ServerUpgradeHandler - Class in io.netty.handler.codec.http2
通过h2c HTTP升级或预先知识执行明文升级。
CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2. CleartextHttp2ServerUpgradeHandler
创建通道处理程序,从HTTP升级或先前的知识提供明文HTTP / 2升级
CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - Class in io.netty.handler.codec.http2
启动用于通知HTTP / 2协议的用户事件。
CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"client_port"
CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"client_port"
ClientAuth - Enum in io.netty.handler.ssl
指示 SSLEngine关于客户端身份验证的状态。
clientAuth(ClientAuth) - Method in class io.netty.handler.ssl. SslContextBuilder
设置客户端身份验证模式。
ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
一个 RFC6265兼容的cookie解码器被用于客户端。
ClientCookieEncoder - Class in io.netty.handler.codec.http
已过时。
ClientCookieEncoder - Class in io.netty.handler.codec.http.cookie
RFC6265兼容的Cookie编码器用于客户端,因此只发送名称=值对。
clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
创建客户端使用的标题的新的只读表示。
clientId(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
clientIdentifier() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
CLOCK - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"clock"
CLOCK - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"clock"
clone() - Method in class io.netty.bootstrap. AbstractBootstrap
返回具有相同配置的此引导程序的深层克隆。
clone() - Method in class io.netty.bootstrap. Bootstrap
 
clone(EventLoopGroup) - Method in class io.netty.bootstrap. Bootstrap
返回此引导程序的深层克隆,它具有相同的配置,但它使用给定的EventLoopGroup
clone() - Method in class io.netty.bootstrap. ServerBootstrap
 
close() - Method in class io.netty.buffer. ByteBufInputStream
 
close(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
close() - Method in class io.netty.channel. AbstractChannel
 
close(ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
close(ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
关闭ChannelPromiseChannel并在操作完成后通知ChannelPromise
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
CLOSE - Static variable in interface io.netty.channel. ChannelFutureListener
ChannelFutureListener关闭所述Channel ,其与指定相关联的ChannelFuture
close(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
一旦进行了密切的操作,就会被调用。
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
close() - Method in interface io.netty.channel. ChannelOutboundInvoker
一旦操作完成,请求关闭Channel并通知ChannelFuture ,无论是因为操作成功还是由于错误。
close(ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求关闭Channel并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
close() - Method in class io.netty.channel. DefaultChannelPipeline
 
close(ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
close() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
close(ChannelPromise) - Method in class io.netty.channel.embedded. EmbeddedChannel
 
close() - Method in interface io.netty.channel.group. ChannelGroup
关闭此组中的所有Channel
close(ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
关闭所有Channel s此组由给定匹配的ChannelMatcher
close() - Method in class io.netty.channel.group. DefaultChannelGroup
 
close(ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
close() - Method in class io.netty.channel.pool. AbstractChannelPoolMap
 
close() - Method in interface io.netty.channel.pool. ChannelPool
 
close() - Method in class io.netty.channel.pool. FixedChannelPool
 
close() - Method in class io.netty.channel.pool. SimpleChannelPool
 
close() - Method in class io.netty.channel.unix. FileDescriptor
关闭文件描述符。
close() - Method in class io.netty.channel.unix. SocketWritableByteChannel
 
close() - Method in class io.netty.handler.codec.compression. Bzip2Encoder
关闭这个Bzip2Encoder并完成编码。
close(ChannelPromise) - Method in class io.netty.handler.codec.compression. Bzip2Encoder
关闭这个Bzip2Encoder并完成编码。
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression. Bzip2Encoder
 
close() - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
关闭这个Lz4FrameEncoder ,完成编码。
close(ChannelPromise) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
关闭这个Lz4FrameEncoder ,完成编码。
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
 
close() - Method in class io.netty.handler.codec.compression. ZlibEncoder
关闭此ZlibEncoder并完成编码。
close(ChannelPromise) - Method in class io.netty.handler.codec.compression. ZlibEncoder
关闭这个ZlibEncoder ,完成编码。
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
close() - Method in class io.netty.handler.codec.http. HttpChunkedInput
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
CLOSE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"close"
CLOSE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"close"
close() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
close() - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
释放与输入相关的资源。
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
执行关闭握手
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
执行关闭握手
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行关闭握手
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行关闭握手
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker00
回显结束帧
close() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
close() - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
close(Promise<Void>) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
close() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
close() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
close() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
close() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
close(Promise<Void>) - Method in interface io.netty.handler.codec.http2. Http2Connection
关闭此连接。
close() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
close() - Method in interface io.netty.handler.codec.http2. Http2FrameReader
关闭这个阅读器并释放任何分配的资源。
close() - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
关闭此作者并释放所有分配的资源。
close() - Method in class io.netty.handler.codec.http2. Http2InboundFrameLogger
 
close() - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
close() - Method in interface io.netty.handler.codec.http2. Http2Stream
关闭流。
close() - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
CLOSE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"close"
CLOSE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"close"
close() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
close() - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
close() - Method in class io.netty.handler.ssl. SslHandler
close(ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
close() - Method in class io.netty.handler.stream. ChunkedFile
 
close() - Method in interface io.netty.handler.stream. ChunkedInput
释放与输入相关的资源。
close() - Method in class io.netty.handler.stream. ChunkedNioFile
 
close() - Method in class io.netty.handler.stream. ChunkedNioStream
 
close() - Method in class io.netty.handler.stream. ChunkedStream
 
close() - Method in class io.netty.resolver. AbstractAddressResolver
 
close() - Method in interface io.netty.resolver. AddressResolver
关闭此解析器分配和使用的所有资源。
close() - Method in class io.netty.resolver. AddressResolverGroup
关闭此组创建的所有NameResolver
close() - Method in class io.netty.resolver.dns. DnsNameResolver
关闭用于发送和接收DNS消息的内部数据报通道,并清除缓存中的所有DNS资源记录。
close() - Method in class io.netty.resolver. InetSocketAddressResolver
 
close() - Method in interface io.netty.resolver. NameResolver
关闭此解析器分配和使用的所有资源。
close() - Method in class io.netty.resolver. SimpleNameResolver
 
close() - Method in interface io.netty.util. ResourceLeak
已过时。
关闭泄漏,以便ResourceLeakDetector不会警告泄漏的资源。
close(T) - Method in interface io.netty.util. ResourceLeakTracker
关闭泄漏,以便ResourceLeakTracker不会警告泄漏的资源。
CLOSE_ON_FAILURE - Static variable in interface io.netty.channel. ChannelFutureListener
A ChannelFutureListener ,当操作以失败或取消而非成功结束时,关闭Channel
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec. MessageAggregator
确定写入 MessageAggregator.newContinueResponse(Object, int, ChannelPipeline)的结果后是否应关闭通道。
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2. Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2. Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2. Http2Exception.ClosedStreamCreationException
 
closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
如果发生的错误不能隔离到单个流中,而是应用于整个连接,请使用此选项。
closeForcibly() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
closeForcibly() - Method in interface io.netty.channel. Channel.Unsafe
立即关闭Channel ,但不会触发任何事件。
closeFuture() - Method in class io.netty.channel. AbstractChannel
 
closeFuture() - Method in interface io.netty.channel. Channel
返回此通道关闭时将通知的ChannelFuture
closeIfClosed() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
closeInbound() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
closeLocalSide() - Method in interface io.netty.handler.codec.http2. Http2Stream
关闭此流的本地端。
closeOnReadError(Throwable) - Method in class io.netty.channel.nio. AbstractNioMessageChannel
 
closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
closeOutbound() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
closeRemoteSide() - Method in interface io.netty.handler.codec.http2. Http2Stream
关闭此流的远程端。
closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
关闭并停用给定的 stream
closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
关闭给定流的本地侧。
closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
关闭 stream的本地端。
closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
关闭给定流的远程端。
closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
关闭 stream的远程端。
CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket Frame用于关闭连接
CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
创建一个新的空关闭框架。
CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
用关闭的getStatus代码和原因文本创建一个新的空关闭框架
CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
创建一个新的关闭框架,不会丢失getStatus代码,也不会有任何理由文本
CloseWebSocketFrame(boolean, int, int, String) - Constructor for class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
使用结束状态代码和原因文本创建新的关闭框架
CloseWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
创建一个新的关闭框架
cmdStatus() - Method in class io.netty.handler.codec.socks. SocksCmdResponse
cmdType() - Method in class io.netty.handler.codec.socks. SocksCmdRequest
CNAME - Static variable in class io.netty.handler.codec.dns. DnsRecordType
规范名称记录RFC 1035一个名称的别名到另一个名称:DNS查找将继续通过用新名称重试查找。
CoalescingBufferQueue - Class in io.netty.channel
生产者通过反复添加ByteBuf添加字节的字节的FIFO队列,消费者以任意长度获取字节。
CoalescingBufferQueue(Channel) - Constructor for class io.netty.channel. CoalescingBufferQueue
 
CoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel. CoalescingBufferQueue
 
CoalescingBufferQueue(Channel, int, boolean) - Constructor for class io.netty.channel. CoalescingBufferQueue
 
code() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
code() - Method in interface io.netty.handler.codec.dns. DnsResponse
返回4位返回码。
code() - Method in class io.netty.handler.codec.http. HttpResponseStatus
返回此HttpResponseStatus的代码。
code() - Method in enum io.netty.handler.codec.http2. Http2Error
获取线路上使用的此错误的代码。
code() - Method in class io.netty.handler.codec.smtp. DefaultSmtpResponse
 
code() - Method in interface io.netty.handler.codec.smtp. SmtpResponse
返回响应代码。
code() - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
返回此状态的代码。
code() - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
返回此状态的代码。
codeAsText() - Method in class io.netty.handler.codec.http. HttpResponseStatus
返回状态码AsciiString
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
CodecException - Exception in io.netty.handler.codec
一个由编解码器引发的 异常
CodecException() - Constructor for exception io.netty.handler.codec. CodecException
创建一个新的实例。
CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec. CodecException
创建一个新的实例。
CodecException(String) - Constructor for exception io.netty.handler.codec. CodecException
创建一个新的实例。
CodecException(Throwable) - Constructor for exception io.netty.handler.codec. CodecException
创建一个新的实例。
codeClass() - Method in class io.netty.handler.codec.http. HttpResponseStatus
返回此HttpResponseStatus的类
COLON - Static variable in class io.netty.handler.codec.http. HttpConstants
Colon':'
CombinedChannelDuplexHandler< I extends ChannelInboundHandler, O extends ChannelOutboundHandler> - Class in io.netty.channel
CombinedChannelDuplexHandler() - Constructor for class io.netty.channel. CombinedChannelDuplexHandler
创建一个新的未初始化的实例。
CombinedChannelDuplexHandler(I, O) - Constructor for class io.netty.channel. CombinedChannelDuplexHandler
创建一个将指定的两个处理程序合并为一个的新实例。
CombinedHttpHeaders - Class in io.netty.handler.codec.http
将使用逗号分隔的值列表为单个标题添加相同标题的多个值。
CombinedHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http. CombinedHttpHeaders
 
COMMA - Static variable in class io.netty.handler.codec.http. HttpConstants
逗号','
command() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
command() - Method in class io.netty.handler.codec.smtp. DefaultSmtpRequest
 
command() - Method in interface io.netty.handler.codec.smtp. SmtpRequest
返回属于请求的SmtpCommand
command - Variable in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
command() - Method in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
command() - Method in interface io.netty.handler.codec.stomp. StompHeadersSubframe
返回此帧的命令。
COMMAND_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
comment() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
comment() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
commentUrl() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
commentUrl() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
commitTimeMillis() - Method in class io.netty.util. Version
 
compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
ByteBuf.compareTo(ByteBuf)所述比较两个指定的缓冲区。
compareAndSet(T, T) - Method in interface io.netty.util. Attribute
如果当前值==期望值,则按原子值将该值设置为给定的更新值。
compareTo(ByteBuf) - Method in class io.netty.buffer. AbstractByteBuf
 
compareTo(ByteBuf) - Method in class io.netty.buffer. ByteBuf
将指定缓冲区的内容与此缓冲区的内容进行比较。
compareTo(ByteBuf) - Method in class io.netty.buffer. EmptyByteBuf
 
compareTo(ByteBuf) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
compareTo(Channel) - Method in class io.netty.channel. AbstractChannel
 
compareTo(ChannelId) - Method in class io.netty.channel. DefaultChannelId
 
compareTo(ChannelGroup) - Method in class io.netty.channel.group. DefaultChannelGroup
 
compareTo(LocalAddress) - Method in class io.netty.channel.local. LocalAddress
 
compareTo(DnsOpCode) - Method in class io.netty.handler.codec.dns. DnsOpCode
 
compareTo(DnsRecordType) - Method in class io.netty.handler.codec.dns. DnsRecordType
 
compareTo(DnsResponseCode) - Method in class io.netty.handler.codec.dns. DnsResponseCode
 
compareTo(Cookie) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
compareTo(HttpMethod) - Method in class io.netty.handler.codec.http. HttpMethod
 
compareTo(HttpResponseStatus) - Method in class io.netty.handler.codec.http. HttpResponseStatus
compareTo(HttpVersion) - Method in class io.netty.handler.codec.http. HttpVersion
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
compareTo(Socks4CommandStatus) - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
compareTo(Socks4CommandType) - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
compareTo(Socks5AddressType) - Method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
compareTo(Socks5AuthMethod) - Method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
compareTo(Socks5CommandStatus) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
compareTo(Socks5CommandType) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
compareTo(Socks5PasswordAuthStatus) - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
 
compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
 
compareTo(T) - Method in class io.netty.util. AbstractConstant
 
compareTo(CharSequence) - Method in class io.netty.util. AsciiString
使用字符的ASCII值将指定的字符串与此字符串进行比较。
compareTo(Signal) - Method in error io.netty.util. Signal
 
CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
ReplayingDecoder其使用Unmarshaller读取对象出的ByteBuf
CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
创建一个CompatibleMarshallingDecoder的新实例。
CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder使用JBoss编组来封送对象的实现。
CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling. CompatibleMarshallingEncoder
创建CompatibleMarshallingEncoder的新实例
CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
将Java对象序列化为ByteBuf (互操作性版本)的编码器。
CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization. CompatibleObjectEncoder
创建一个重置间隔为 16的新实例。
CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization. CompatibleObjectEncoder
创建一个新的实例。
CompleteFuture< V> - Class in io.netty.util.concurrent
代表已完成的Future骨架Future实现。
CompleteFuture(EventExecutor) - Constructor for class io.netty.util.concurrent. CompleteFuture
创建一个新的实例。
component(int) - Method in class io.netty.buffer. CompositeByteBuf
返回指定索引上的ByteBuf
componentAtOffset(int) - Method in class io.netty.buffer. CompositeByteBuf
在指定的索引上返回ByteBuf
compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
计算 current + next的结果。
compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel. CoalescingBufferQueue
 
compose(ChannelMatcher...) - Static method in class io.netty.channel.group. ChannelMatchers
返回给定的ChannelMatcher的组合。
composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
cumulationnext成新的CompositeByteBuf
COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec. ByteToMessageDecoder
通过将它们添加到CompositeByteBuf来累积ByteBuf ,所以尽可能不要复制内存。
compositeBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配一个CompositeByteBuf
compositeBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配一个CompositeByteBuf ,其中可以存储最多数量的组件。
compositeBuffer() - Static method in class io.netty.buffer. Unpooled
返回没有组件的新的big-endian复合缓冲区。
compositeBuffer(int) - Static method in class io.netty.buffer. Unpooled
返回没有组件的新的big-endian复合缓冲区。
compositeBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
compositeBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
CompositeByteBuf - Class in io.netty.buffer
将多个缓冲区显示为单个合并缓冲区的虚拟缓冲区。
CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer. CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer. CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer. CompositeByteBuf
 
compositeDirectBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeDirectBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeDirectBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配直接CompositeByteBuf
compositeDirectBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配直接CompositeByteBuf与给定的最大数量的组件可以存储在其中。
compositeDirectBuffer(int) - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
compositeDirectBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
compositeDirectBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
compositeHeapBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
compositeHeapBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配一个堆CompositeByteBuf
compositeHeapBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配堆CompositeByteBuf与给定的最大数量的组件可以存储在它。
compositeHeapBuffer(int) - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
compositeHeapBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
CompositeNameResolver< T> - Class in io.netty.resolver
一个组合SimpleNameResolver ,它根据NameResolver的序列解析主机名。
CompositeNameResolver(EventExecutor, NameResolver<T>...) - Constructor for class io.netty.resolver. CompositeNameResolver
 
CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2. Http2Exception.CompositeStreamException
 
COMPRESS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"compress"
CompressionException - Exception in io.netty.handler.codec.compression
压缩失败时引发的EncoderException
CompressionException() - Constructor for exception io.netty.handler.codec.compression. CompressionException
创建一个新的实例。
CompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression. CompressionException
创建一个新的实例。
CompressionException(String) - Constructor for exception io.netty.handler.codec.compression. CompressionException
创建一个新的实例。
CompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression. CompressionException
创建一个新的实例。
CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
装饰HTTP2编码器,将根据每个流的 content-encoding标头压缩数据帧。
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.unix. UnixChannelUtil
 
computeResolvedAddressTypes(InternetProtocolFamily...) - Static method in class io.netty.resolver.dns. DnsNameResolverBuilder
concat(CharSequence) - Method in class io.netty.util. AsciiString
连接此字符串和指定的字符串。
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"conference"
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Conference"
CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
452会议未找到
config() - Method in class io.netty.bootstrap. AbstractBootstrap
返回可用于获取引导程序当前配置的AbstractBootstrapConfig对象。
config() - Method in class io.netty.bootstrap. Bootstrap
 
config() - Method in class io.netty.bootstrap. ServerBootstrap
 
config() - Method in interface io.netty.channel. Channel
返回此频道的配置。
config() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
config() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
config() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
config() - Method in class io.netty.channel.epoll. EpollSocketChannel
 
config() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
config() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
config() - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
config() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
config() - Method in class io.netty.channel.kqueue. KQueueSocketChannel
 
config() - Method in class io.netty.channel.local. LocalChannel
 
config() - Method in class io.netty.channel.local. LocalServerChannel
 
config() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
config() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
config() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
config() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
config() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
config() - Method in interface io.netty.channel.sctp. SctpChannel
返回通道的SctpChannelConfig配置。
config() - Method in interface io.netty.channel.sctp. SctpServerChannel
返回通道的SctpServerChannelConfig配置。
config() - Method in interface io.netty.channel.socket. DatagramChannel
 
config() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
config() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
config() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
返回此频道的配置。
config() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
config() - Method in interface io.netty.channel.socket. ServerSocketChannel
 
config() - Method in interface io.netty.channel.socket. SocketChannel
 
config() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
config() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
config() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
config() - Method in interface io.netty.channel.udt. UdtChannel
已过时。
返回频道的UdtChannelConfig
config() - Method in interface io.netty.channel.unix. DomainSocketChannel
 
configuration() - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
configuration() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
configuration() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
configuration() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
configuration() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
configuration() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
configuration() - Method in interface io.netty.handler.codec.http2. Http2FrameReader
获取此Http2FrameReader的配置相关元素
configuration() - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
获取此Http2FrameWriter的配置相关元素
configuration() - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder
configuration() - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder
configuration() - Method in class io.netty.handler.codec.http2. Http2InboundFrameLogger
 
configuration() - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
configure(long, long, long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
更改底层限制和检查时间间隔。
configure(long, long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
更改底层的限制。
configure(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
更改检查间隔。
configure(long) - Method in class io.netty.handler.traffic. TrafficCounter
更改两次计算之间的checkInterval(以毫秒为单位)。
configureChannel(long, long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
configurePipeline(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl. ApplicationProtocolNegotiationHandler
调用成功的初始SSL / TLS握手。
confirmShutdown() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
确认实例应该立即关闭!
CONFLICT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
409冲突
connAck() - Static method in class io.netty.handler.codec.mqtt. MqttMessageBuilders
 
connect() - Method in class io.netty.bootstrap. Bootstrap
Channel连接到远程对等端。
connect(String, int) - Method in class io.netty.bootstrap. Bootstrap
Channel连接到远程对等端。
connect(InetAddress, int) - Method in class io.netty.bootstrap. Bootstrap
Channel连接到远程对等端。
connect(SocketAddress) - Method in class io.netty.bootstrap. Bootstrap
Channel连接到远程对等端。
connect(SocketAddress, SocketAddress) - Method in class io.netty.bootstrap. Bootstrap
Channel连接到远程对等端。
connect(SocketAddress) - Method in class io.netty.channel. AbstractChannel
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel. AbstractChannel
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
连接Channel指定的ChannelFuture与指定的远程SocketAddress
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
连接操作完成后调用。
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
connect(SocketAddress) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求连接到给定的SocketAddress并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求连接到给定的SocketAddress同时绑定到localAddress并在操作完成后通知ChannelFuture ,可能是因为操作成功或者由于错误。
connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求连接到给定的SocketAddress并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求连接到给定的SocketAddress同时绑定到localAddress,并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
connect(SocketAddress) - Method in class io.netty.channel. DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel. DefaultChannelPipeline
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
connect(SocketAddress) - Method in class io.netty.channel.unix. Socket
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
CONNECT - Static variable in class io.netty.handler.codec.http. HttpMethod
该规范保留方法名称CONNECT,以便与可以动态切换为隧道的代理一起使用
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
connect() - Static method in class io.netty.handler.codec.mqtt. MqttMessageBuilders
 
CONNECT - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
CONNECT - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.proxy. ProxyHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
connect() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端模式下启动的SSL / TLS握手的次数。
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel. ChannelOption
 
connectChannel(Bootstrap) - Method in class io.netty.channel.pool. SimpleChannelPool
引导一个新的Channel
connectFuture() - Method in class io.netty.handler.proxy. ProxyHandler
返回到目的地的连接已建立或连接尝试失败时通知的Future
connectGood() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端模式下成功建立的SSL / TLS会话的数量。
CONNECTION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"connection"
CONNECTION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Connection"
connection() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
返回要使用的Http2Connection
connection(Http2Connection) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置要使用的Http2Connection
connection() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
返回Http2Connection
connection() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
connection() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
connection() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
connection() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
connection() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
提供对底层连接的直接访问。
connection() - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
提供对底层连接的直接访问。
connection() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
connection(Http2Connection) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
connection(Http2Connection) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
connection - Variable in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
CONNECTION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"connection"
CONNECTION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Connection"
CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
connectionError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
如果发生的错误不能隔离到单个流中,而是应用于整个连接,请使用此选项。
connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
如果发生的错误不能隔离到单个流中,而是应用于整个连接,请使用此选项。
connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
返回包含 Http2CodecUtil.CONNECTION_PREFACE的缓冲区。
connectionStream() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
connectionStream() - Method in interface io.netty.handler.codec.http2. Http2Connection
获取表示连接本身的流对象(即流零)。
connectRenegotiate() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端模式下的开始重新协商的数量。
connectReturnCode() - Method in class io.netty.handler.codec.mqtt. MqttConnAckVariableHeader
 
ConnectTimeoutException - Exception in io.netty.channel
ConnectException如果由于连接超时而无法建立连接,将会抛出它。
ConnectTimeoutException(String) - Constructor for exception io.netty.channel. ConnectTimeoutException
 
ConnectTimeoutException() - Constructor for exception io.netty.channel. ConnectTimeoutException
 
connectTimeoutMillis() - Method in class io.netty.handler.proxy. ProxyHandler
以毫秒为单位返回连接超时。
consolidate() - Method in class io.netty.buffer. CompositeByteBuf
合并组成的ByteBuf
consolidate(int, int) - Method in class io.netty.buffer. CompositeByteBuf
合并组成的ByteBuf
Constant< T extends Constant< T>> - Interface in io.netty.util
通过 ==操作员比较安全的单身人士。
ConstantPool< T extends Constant< T>> - Class in io.netty.util
一个Constant的池。
ConstantPool() - Constructor for class io.netty.util. ConstantPool
 
consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
consumeBytes(Http2Stream, int) - Method in interface io.netty.handler.codec.http2. Http2LocalFlowController
表示应用程序已经为给定流消耗了大量字节,因此准备从远程端点接收更多数据。
contains(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
contains(K) - Method in class io.netty.channel.pool. AbstractChannelPoolMap
 
contains(K) - Method in interface io.netty.channel.pool. ChannelPoolMap
返回true如果ChannelPool存在给定key
contains(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
contains(K, V) - Method in class io.netty.handler.codec. DefaultHeaders
 
contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec. DefaultHeaders
 
contains(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
contains(K, V) - Method in class io.netty.handler.codec. EmptyHeaders
 
contains(K) - Method in interface io.netty.handler.codec. Headers
返回 true如果与头 name存在, false其他。
contains(K, V) - Method in interface io.netty.handler.codec. Headers
返回 true如果与头 namevalue存在, false其他。
contains(String) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
contains(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
contains(String, String, boolean) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
contains(String) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
contains(String) - Method in class io.netty.handler.codec.http. HttpHeaders
 
contains(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
检查是否有指定名称的标题
contains(String, String, boolean) - Method in class io.netty.handler.codec.http. HttpHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http. HttpHeaders
返回 true如果与头 namevalue存在, false其他。
contains(int) - Method in enum io.netty.handler.codec.http. HttpStatusClass
当且仅当指定的HTTP状态码属于此类时才返回 true
contains(String) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
contains(String, String, boolean) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http2. Http2Headers
返回 true如果与头 namevalue存在, false其他。
contains(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy. SpdyHeaders
返回 true如果与头 namevalue存在, false其他。
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp. StompHeaders
返回 true如果与头 namevalue存在, false其他。
contains(CharSequence) - Method in class io.netty.util. AsciiString
确定此 String包含通过的 CharSequence的字符序列。
contains(CharSequence, CharSequence) - Static method in class io.netty.util. AsciiString
以区分大小写的方式确定 a包含 b
containsAllContentEqualsIgnoreCase(Collection<CharSequence>, Collection<CharSequence>) - Static method in class io.netty.util. AsciiString
确定是否 a包含的所有值 b使用 AsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)来比较值。
containsBoolean(K, boolean) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsBoolean(K, boolean) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsBoolean(K, boolean) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsByte(K, byte) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsByte(K, byte) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsByte(K, byte) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsChar(K, char) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsChar(K, char) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsChar(K, char) - Method in interface io.netty.handler.codec. Headers
如果存在具有名称和值的标题,则返回 true
containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - Static method in class io.netty.util. AsciiString
确定 collection包含 value并使用 AsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)来比较值。
containsDouble(K, double) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsDouble(K, double) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsDouble(K, double) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsFloat(K, float) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsFloat(K, float) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsFloat(K, float) - Method in interface io.netty.handler.codec. Headers
如果存在具有名称和值的标题,则返回 true
containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util. AsciiString
以不区分大小写的方式确定 a包含 b
containsInt(K, int) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsInt(K, int) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsInt(K, int) - Method in interface io.netty.handler.codec. Headers
如果存在具有名称和值的标头,则返回 true
containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsKey(byte) - Method in class io.netty.util.collection. ByteObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection. ByteObjectHashMap
 
containsKey(byte) - Method in interface io.netty.util.collection. ByteObjectMap
指示此映射是否包含指定键的值。
containsKey(char) - Method in class io.netty.util.collection. CharObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection. CharObjectHashMap
 
containsKey(char) - Method in interface io.netty.util.collection. CharObjectMap
指示此映射是否包含指定键的值。
containsKey(int) - Method in class io.netty.util.collection. IntObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection. IntObjectHashMap
 
containsKey(int) - Method in interface io.netty.util.collection. IntObjectMap
指示此映射是否包含指定键的值。
containsKey(long) - Method in class io.netty.util.collection. LongObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection. LongObjectHashMap
 
containsKey(long) - Method in interface io.netty.util.collection. LongObjectMap
指示此映射是否包含指定键的值。
containsKey(short) - Method in class io.netty.util.collection. ShortObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection. ShortObjectHashMap
 
containsKey(short) - Method in interface io.netty.util.collection. ShortObjectMap
指示此映射是否包含指定键的值。
containsLong(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsLong(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsLong(K, long) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsObject(K, Object) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsObject(K, Object) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsObject(K, Object) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsShort(K, short) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsShort(K, short) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsShort(K, short) - Method in interface io.netty.handler.codec. Headers
如果存在具有名称和值的标题,则返回 true
containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsTimeMillis(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
containsTimeMillis(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
containsTimeMillis(K, long) - Method in interface io.netty.handler.codec. Headers
如果存在名称和值的标题,则返回 true
containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http. CombinedHttpHeaders
 
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http. HttpHeaders
返回 true如果与头 namevalue存在, false其他。
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
containsValue(Object) - Method in class io.netty.util.collection. ByteObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection. CharObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection. IntObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection. LongObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection. ShortObjectHashMap
 
content() - Method in interface io.netty.buffer. ByteBufHolder
返回此ByteBufHolder所持有的数据。
content() - Method in class io.netty.buffer. DefaultByteBufHolder
 
content() - Method in interface io.netty.channel. AddressedEnvelope
返回由此信封消息包装的消息。
content() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
content() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
content() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
content() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
content() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
content() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
content() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
content() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
content() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
content() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
content() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
content() - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
content() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
数据帧的有效载荷。
content() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
描述导致GOAWAY的可选调试信息。
content() - Method in interface io.netty.handler.codec.http2. Http2PingFrame
返回八个字节的不透明数据。
content() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
content() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
content() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
content() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
content() - Method in class io.netty.handler.codec.redis. AbstractStringRedisMessage
获取此AbstractStringRedisMessage字符串内容。
content() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
content() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
返回此帧的数据有效载荷。
content() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
content() - Method in class io.netty.handler.ssl. PemPrivateKey
 
content() - Method in class io.netty.handler.ssl. PemX509Certificate
 
CONTENT_BASE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Base"
CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-disposition"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Language"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Length"
CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Location"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-md5"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-MD5"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-range"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Range"
CONTENT_SECURITY_POLICY - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-security-policy"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-transfer-encoding"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"content-type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Content-Type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"content-type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Content-Type"
CONTENT_TYPE - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
contentEncoder() - Method in class io.netty.handler.codec.http. HttpContentEncoder.Result
 
contentEquals(CharSequence) - Method in class io.netty.util. AsciiString
CharSequence与此 String进行比较,以确定它们的内容是否相等。
contentEquals(CharSequence, CharSequence) - Static method in class io.netty.util. AsciiString
如果两个 CharSequence的内容 true则返回 true
contentEqualsIgnoreCase(CharSequence) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,忽略字符的大小写,如果相等,则返回true。
contentEqualsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util. AsciiString
如果两个 CharSequence在忽略大小写时均为等于,则返回 true
contentToString() - Method in class io.netty.buffer. DefaultByteBufHolder
无需首先检查参考计数即可返回 ByteBuf.toString()
context(ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
返回此管道中指定的ChannelHandler的上下文对象。
context(String) - Method in interface io.netty.channel. ChannelPipeline
在此管道中返回具有指定名称的ChannelHandler的上下文对象。
context(Class<? extends ChannelHandler>) - Method in interface io.netty.channel. ChannelPipeline
返回此管道中指定类型的ChannelHandler的上下文对象。
context(String) - Method in class io.netty.channel. DefaultChannelPipeline
 
context(ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
context(Class<? extends ChannelHandler>) - Method in class io.netty.channel. DefaultChannelPipeline
 
context() - Method in class io.netty.handler.ssl. JdkSslContext
返回此上下文拥有的JDK SSLContext对象。
context() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
已过时。
此方法被认为是不安全的,因为返回的指针可能稍后被释放。 不要使用它!
ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider ,其存储到一个参考UnmarshallerChannelHandlerContext经由ChannelHandlerContext.attr(AttributeKey)方法。
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling. ContextBoundUnmarshallerProvider
 
CONTINUATION - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
ContinuationWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web套接字连续帧包含连续文本或二进制数据。
ContinuationWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
创建一个新的空继续框架。
ContinuationWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
用指定的二进制数据创建一个新的延续帧。
ContinuationWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
用指定的二进制数据创建一个新的延续帧
ContinuationWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
用指定的文本数据创建一个新的连续帧
CONTINUE - Static variable in interface io.netty.channel. SelectStrategy
指示IO循环应该重试,无阻塞选择直接跟踪。
CONTINUE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
100继续
CONTINUE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
100继续
continueOnWriteError() - Method in class io.netty.channel.nio. AbstractNioMessageChannel
如果我们应该在写入错误时继续写入循环,则返回 true
continueOnWriteError() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
continueReading() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel. RecvByteBufAllocator.ExtendedHandle
与“ RecvByteBufAllocator.Handle.continueReading() ”相同,但“更多数据”由供应商参数确定。
continueReading() - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
确定当前的读取循环是否应该继续。
convertBoolean(boolean) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertBoolean(boolean) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertBoolean(boolean) - Method in interface io.netty.handler.codec. ValueConverter
 
convertByte(byte) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertByte(byte) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertByte(byte) - Method in interface io.netty.handler.codec. ValueConverter
 
convertChar(char) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertChar(char) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertChar(char) - Method in interface io.netty.handler.codec. ValueConverter
 
convertDouble(double) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertDouble(double) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertDouble(double) - Method in interface io.netty.handler.codec. ValueConverter
 
convertFloat(float) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertFloat(float) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertFloat(float) - Method in interface io.netty.handler.codec. ValueConverter
 
convertInt(int) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertInt(int) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertInt(int) - Method in interface io.netty.handler.codec. ValueConverter
 
convertLong(long) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertLong(long) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertLong(long) - Method in interface io.netty.handler.codec. ValueConverter
 
convertObject(Object) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertObject(Object) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertObject(Object) - Method in interface io.netty.handler.codec. ValueConverter
 
convertShort(short) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertShort(short) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertShort(short) - Method in interface io.netty.handler.codec. ValueConverter
 
convertTimeMillis(long) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertTimeMillis(long) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertTimeMillis(long) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToBoolean(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToBoolean(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToBoolean(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToByte(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToByte(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToByte(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToChar(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToChar(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToChar(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToDouble(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToDouble(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToDouble(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToFloat(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToFloat(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToFloat(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToInt(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToInt(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToInt(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToLong(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToLong(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToLong(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToShort(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToShort(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToShort(T) - Method in interface io.netty.handler.codec. ValueConverter
 
convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec. CharSequenceValueConverter
 
convertToTimeMillis(V) - Method in class io.netty.handler.codec. UnsupportedValueConverter
 
convertToTimeMillis(T) - Method in interface io.netty.handler.codec. ValueConverter
 
Cookie - Interface in io.netty.handler.codec.http
已过时。
改为使用Cookie
Cookie - Interface in io.netty.handler.codec.http.cookie
定义 HTTP cookie的接口。
COOKIE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"cookie"
COOKIE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Cookie"
CookieDecoder - Class in io.netty.handler.codec.http.cookie
客户端和服务器端cookie解码器的父级
CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie. CookieDecoder
 
CookieDecoder - Class in io.netty.handler.codec.http
已过时。
改为使用ClientCookieDecoderServerCookieDecoder 将HTTP标头值解码为Cookie 该解码器可以解码HTTP cookie版本0,1和2。
  HttpRequest req = ...;
 String value = req.getHeader("Cookie");
 Set<Cookie> cookies = CookieDecoder.decode(value); 
CookieEncoder - Class in io.netty.handler.codec.http.cookie
客户端和服务器端Cookie编码器的父级
CookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie. CookieEncoder
 
CookieHeaderNames - Class in io.netty.handler.codec.http.cookie
 
copiedBuffer(byte[]) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是指定的 array的副本。
copiedBuffer(byte[], int, int) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是指定的 array的子区域的副本。
copiedBuffer(ByteBuffer) - Static method in class io.netty.buffer. Unpooled
创建一个新的缓冲区,其内容是指定的 buffer的当前分片的副本。
copiedBuffer(ByteBuf) - Static method in class io.netty.buffer. Unpooled
创建一个新的缓冲区,其内容是指定的 buffer的可读字节的副本。
copiedBuffer(byte[]...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是指定的 arrays的合并副本。
copiedBuffer(ByteBuf...) - Static method in class io.netty.buffer. Unpooled
创建一个新的缓冲区,其内容是指定的 buffers '可读字节的合并副本。
copiedBuffer(ByteBuffer...) - Static method in class io.netty.buffer. Unpooled
创建一个新的缓冲区,其内容是指定的 buffers '切片的合并副本。
copiedBuffer(CharSequence, Charset) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是在指定的 string编码的指定 charset
copiedBuffer(CharSequence, int, int, Charset) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是在指定的 string编码的指定 charset
copiedBuffer(char[], Charset) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是在指定的 array编码的指定 charset
copiedBuffer(char[], int, int, Charset) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其内容是在指定的 array编码的指定 charset
copy() - Method in class io.netty.buffer. AbstractByteBuf
 
copy() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区可读字节的副本。
copy(int, int) - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的子区域的副本。
copy() - Method in interface io.netty.buffer. ByteBufHolder
创建此ByteBufHolder的深层副本。
copy(AsciiString, ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
使用ByteBuf.writeBytes(byte[], int, int)src的全部内容srcByteBuf
copy(AsciiString, int, ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
副本的内容srcByteBuf使用ByteBuf.setBytes(int, byte[], int, int)
copy(AsciiString, int, ByteBuf, int) - Static method in class io.netty.buffer. ByteBufUtil
副本的内容srcByteBuf使用ByteBuf.writeBytes(byte[], int, int)
copy(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
copy() - Method in class io.netty.buffer. DefaultByteBufHolder
创建此ByteBufHolder的深层副本。
copy(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
copy() - Method in class io.netty.buffer. EmptyByteBuf
 
copy(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
copy(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
copy() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
copy(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
copy(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
copy(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
copy(int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
copy() - Method in class io.netty.channel.sctp. SctpMessage
 
copy() - Method in class io.netty.channel.socket. DatagramPacket
 
copy() - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
copy() - Method in class io.netty.handler.codec. DefaultHeaders
返回此实例的深层副本。
copy() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
copy() - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
copy() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
copy() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
copy() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
copy() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
copy() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
copy() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
copy() - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
copy() - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
copy() - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
copy() - Method in interface io.netty.handler.codec.http. HttpContent
 
copy() - Method in class io.netty.handler.codec.http. HttpHeaders
返回传入的DEAP副本HttpHeaders
copy() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
copy() - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
copy() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
copy() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
copy() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
copy() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
copy() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
copy() - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
copy() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
copy() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
copy() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
copy() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
copy() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
copy() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
copy() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
copy() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
copy() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
copy() - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
copy() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
copy() - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
copy() - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
copy() - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
copy() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
copy() - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
copy() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
copy() - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
copy() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
copy() - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
copy() - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
copy() - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
copy() - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
copy() - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
copy() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
copy() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
copy() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
copy() - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
copy() - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp. StompFrame
 
copy() - Method in class io.netty.handler.ssl. PemPrivateKey
 
copy() - Method in class io.netty.handler.ssl. PemX509Certificate
 
copy(int, byte[], int, int) - Method in class io.netty.util. AsciiString
将此字符串的内容复制到字节数组。
copy(int, char[], int, int) - Method in class io.netty.util. AsciiString
将此字符串的内容复制到字符数组中。
copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
cumulationnext成一个新的 ByteBufAllocator.ioBuffer()
copyBoolean(boolean) - Static method in class io.netty.buffer. Unpooled
创建一个包含指定布尔值的新的单字节大端缓冲区。
copyBoolean(boolean...) - Static method in class io.netty.buffer. Unpooled
创建一个包含指定布尔值序列的新的大端缓冲区。
copyDouble(double) - Static method in class io.netty.buffer. Unpooled
创建一个新的8字节大端缓冲区,该缓冲区保存指定的64位浮点数。
copyDouble(double...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,它包含一系列指定的64位浮点数。
copyFloat(float) - Static method in class io.netty.buffer. Unpooled
创建一个新的4字节大端缓冲区,该缓冲区保存指定的32位浮点数。
copyFloat(float...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其中包含一系列指定的32位浮点数。
copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2. Http2Settings
清除然后将给定的设置复制到此对象中。
copyInt(int) - Static method in class io.netty.buffer. Unpooled
创建一个新的4字节大端缓冲区,其中包含指定的32位整数。
copyInt(int...) - Static method in class io.netty.buffer. Unpooled
创建一个包含指定32位整数序列的大端缓冲区。
copyLong(long) - Static method in class io.netty.buffer. Unpooled
创建一个新的8字节大端缓冲区,该缓冲区保存指定的64位整数。
copyLong(long...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其中包含指定的64位整数序列。
copyMedium(int) - Static method in class io.netty.buffer. Unpooled
创建一个新的3字节的big-endian缓冲区,该缓冲区保存指定的24位整数。
copyMedium(int...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其中包含指定的24位整数序列。
copyShort(int) - Static method in class io.netty.buffer. Unpooled
创建一个新的2字节大端缓冲区,该缓冲区保存指定的16位整数。
copyShort(short...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其中包含指定的16位整数序列。
copyShort(int...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,其中包含指定的16位整数序列。
copyTo(AbstractCoalescingBufferQueue) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
将此队列中的所有待处理条目复制到目标队列中。
CorruptedFrameException - Exception in io.netty.handler.codec
一个DecoderException当接收到的帧数据不能被入站处理程序解码时抛出。
CorruptedFrameException() - Constructor for exception io.netty.handler.codec. CorruptedFrameException
创建一个新的实例。
CorruptedFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec. CorruptedFrameException
创建一个新的实例。
CorruptedFrameException(String) - Constructor for exception io.netty.handler.codec. CorruptedFrameException
创建一个新的实例。
CorruptedFrameException(Throwable) - Constructor for exception io.netty.handler.codec. CorruptedFrameException
创建一个新的实例。
CorsConfig - Class in io.netty.handler.codec.http.cors
跨源资源共享配置(CORS)。
CorsConfig.Builder - Class in io.netty.handler.codec.http.cors
已过时。
改为使用CorsConfigBuilder
CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
已过时。
删除没有替代品。
CorsConfigBuilder - Class in io.netty.handler.codec.http.cors
Builder用于配置和构建CorsConfig实例。
CorsHandler - Class in io.netty.handler.codec.http.cors
处理 Cross Origin Resource Sharing (CORS)请求。
CorsHandler(CorsConfig) - Constructor for class io.netty.handler.codec.http.cors. CorsHandler
用指定的CorsConfig创建一个新实例。
count() - Method in class io.netty.channel. DefaultFileRegion
 
count() - Method in interface io.netty.channel. FileRegion
返回要传输的字节数。
count() - Method in class io.netty.channel.unix. IovArray
返回iov条目的数字。
count(DnsSection) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
count() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
count(DnsSection) - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的指定 section中的记录数。
count() - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息中的记录数。
CR - Static variable in class io.netty.handler.codec.http. HttpConstants
回车
createAttribute(HttpRequest, String) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, long) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
createAttribute(HttpRequest, String) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
 
createAttribute(HttpRequest, String, long) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
 
createAttribute(HttpRequest, String, String) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
 
createByteArrayFromIpAddressString(String) - Static method in class io.netty.util. NetUtil
基于ipAddressString创建一个byte []。
CREATED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
201创建
created(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
指示此端点是否创建了给定的流。
CREATED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
201创建
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
 
createInvalidMessage() - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.http. HttpRequestDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.http. HttpResponseDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.rtsp. RtspDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http. HttpRequestDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http. HttpResponseDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.rtsp. RtspDecoder
 
createStream(int, boolean) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
创建由此端点启动的流。
CSEQ - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"cseq"
CSEQ - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"CSeq"
ctx - Variable in class io.netty.handler.codec.http. HttpContentDecoder
 
ctx() - Method in class io.netty.handler.codec. MessageAggregator
 
ctx - Variable in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
OpenSSL SSL_CTX对象。
cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec. ByteToMessageDecoder.Cumulator
累积给定的ByteBuf s并返回保存累积字节的ByteBuf
cumulativeReadBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
cumulativeWrittenBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
current() - Method in class io.netty.channel. ChannelOutboundBuffer
如果之前没有刷新任何内容,则返回当前消息以写入或写入 null ,准备写入。
current() - Method in class io.netty.channel. PendingWriteQueue
如果为空,则返回当前消息或 null
currentOffset() - Method in class io.netty.handler.stream. ChunkedFile
返回当前正在进行传输的文件中的偏移量。
currentOffset() - Method in class io.netty.handler.stream. ChunkedNioFile
返回当前正在进行传输的文件中的偏移量。
currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
 
currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
 
currentPartialHttpData() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
如果当前处于解码状态(表示所有数据尚未处于内),则返回当前的InterfaceHttpData;如果当前没有处于解码状态的InterfaceHttpData(因为尚未解码或当前未解码),则返回null。
currentReadBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
currentWrittenBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
customHeaders - Variable in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
 

D

DATA - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
DATA - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
data() - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 DATA请求。
data() - Method in class io.netty.handler.codec.xml. XmlContent
 
data() - Method in class io.netty.handler.codec.xml. XmlProcessingInstruction
 
DATA_BITS - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel. ChannelOption
已过时。
DatagramChannel - Interface in io.netty.channel.socket
一个UDP / IP Channel
DatagramChannelConfig - Interface in io.netty.channel.socket
DatagramDnsQuery - Class in io.netty.handler.codec.dns
用于UDP / IP的DnsQuery实现。
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns. DatagramDnsQuery
DnsOpCode.QUERY opCode创建一个新实例。
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns. DatagramDnsQuery
创建一个新的实例。
DatagramDnsQueryDecoder - Class in io.netty.handler.codec.dns
DatagramDnsQueryDecoder() - Constructor for class io.netty.handler.codec.dns. DatagramDnsQueryDecoder
the default record decoder创建一个新的解码器。
DatagramDnsQueryDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns. DatagramDnsQueryDecoder
用指定的 recordDecoder创建一个新的解码器。
DatagramDnsQueryEncoder - Class in io.netty.handler.codec.dns
DatagramDnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns. DatagramDnsQueryEncoder
the default record encoder创建一个新的编码器。
DatagramDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns. DatagramDnsQueryEncoder
用指定的 recordEncoder创建一个新的编码器。
DatagramDnsResponse - Class in io.netty.handler.codec.dns
用于UDP / IP的DnsResponse实现。
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponse
使用 DnsOpCode.QUERY opCodeDnsResponseCode.NOERROR RCODE创建一个新实例。
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponse
使用 DnsResponseCode.NOERROR responseCode创建一个新实例。
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponse
创建一个新的实例。
DatagramDnsResponseDecoder - Class in io.netty.handler.codec.dns
DatagramDnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponseDecoder
the default record decoder创建一个新的解码器。
DatagramDnsResponseDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponseDecoder
用指定的 recordDecoder创建一个新的解码器。
DatagramDnsResponseEncoder - Class in io.netty.handler.codec.dns
DatagramDnsResponseEncoder() - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponseEncoder
the default record encoder创建一个新的编码器。
DatagramDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns. DatagramDnsResponseEncoder
用指定的 recordEncoder创建一个新的编码器。
DatagramPacket - Class in io.netty.channel.socket
用于DatagramChannel与远程对等进行通信的消息容器。
DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket. DatagramPacket
使用指定的数据包 datarecipient地址创建一个新实例。
DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.socket. DatagramPacket
与指定的包创建一个新的实例 datarecipient地址和 sender地址。
DatagramPacketDecoder - Class in io.netty.handler.codec
解码器,使用指定的ByteBuf解码器解码接收到的DatagramPacket的内容。
DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - Constructor for class io.netty.handler.codec. DatagramPacketDecoder
使用指定的ByteBuf解码器创建一个DatagramPacket解码器。
DatagramPacketEncoder< M> - Class in io.netty.handler.codec
使用指定的消息编码器将内容编码为AddressedEnvelopeDatagramPacket的编码器。
DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty.handler.codec. DatagramPacketEncoder
产生编码在内容编码器AddressedEnvelopeDatagramPacket使用指定的消息编码器。
DatagramSocketAddress - Class in io.netty.channel.unix
充当特殊的 InetSocketAddress能够轻松地传递来自JNI的所有需要的数据,而无需创建更多需要的对象。
dataType() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
dataType() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回消息的数据类型。
DATE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"date"
DATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Date"
DATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"cate"
DATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Date"
DateFormatter - Class in io.netty.handler.codec
用于HTTP标头日期的格式化程序,例如“过期”和“日期”标头,或“Set-Cookie”中的“过期”字段。
DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors. CorsConfig.DateValueGenerator
已过时。
 
deallocate() - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
deallocate() - Method in class io.netty.buffer. CompositeByteBuf
 
deallocate() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
deallocate() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
deallocate() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
deallocate() - Method in class io.netty.channel. DefaultFileRegion
 
deallocate() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
deallocate() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
deallocate() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
deallocate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
deallocate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
deallocate() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
deallocate() - Method in class io.netty.handler.codec.redis. ArrayRedisMessage
 
deallocate() - Method in class io.netty.handler.ssl. PemPrivateKey
 
deallocate() - Method in class io.netty.util. AbstractReferenceCounted
一次调用 AbstractReferenceCounted.refCnt()等于0。
debugData() - Method in exception io.netty.handler.codec.http2. StreamBufferingEncoder.Http2GoAwayException
 
decode(ByteBuf) - Static method in class io.netty.handler.codec.base64. Base64
 
decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64. Base64
 
decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64. Base64
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64. Base64Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.bytes. ByteArrayDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ByteToMessageDecoder
解码从一个ByteBuf到另一个。
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. Bzip2Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. FastLzFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. JdkZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. Lz4FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. LzfDecoder
 
decode(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. Snappy
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression. SnappyFrameDecoder
 
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec. DelimiterBasedFrameDecoder
ByteBuf创建一个框架并将其返回。
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns. DatagramDnsQueryDecoder
 
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns. DatagramDnsResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec. FixedLengthFrameDecoder
ByteBuf创建一个框架并将其返回。
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
 
decode(String) - Method in class io.netty.handler.codec.http.cookie. ClientCookieDecoder
将指定的Set-Cookie HTTP标头值解码为Cookie
decode(String) - Method in class io.netty.handler.codec.http.cookie. ServerCookieDecoder
将指定的Set-Cookie HTTP标头值解码为Cookie
decode(String) - Static method in class io.netty.handler.codec.http. CookieDecoder
已过时。
 
decode(String, boolean) - Static method in class io.netty.handler.codec.http. CookieDecoder
已过时。
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http. HttpContentDecoder
 
decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.netty.handler.codec.http. HttpContentEncoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - Method in class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.json. JsonObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. LengthFieldBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec. LengthFieldBasedFrameDecoder
ByteBuf创建一个框架并将其返回。
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. LineBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec. LineBasedFrameDecoder
ByteBuf创建一个框架并将其返回。
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling. MarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
 
decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec. MessageAggregator
 
decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - Method in class io.netty.handler.codec. MessageToMessageCodec
 
decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec. MessageToMessageDecoder
从一条消息解码到另一条消息。
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.mqtt. MqttDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf. ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf. ProtobufDecoderNano
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf. ProtobufVarint32FrameDecoder
 
decode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis. RedisArrayAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis. RedisDecoder
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp. SctpInboundByteStreamHandler
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp. SctpMessageCompletionHandler
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization. ObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.smtp. SmtpResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksCmdRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksCmdResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksInitRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks. SocksInitResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx. SocksPortUnificationServerHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4. Socks4ClientDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4. Socks4ServerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5InitialRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5InitialResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
decode(ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameDecoder
 
decode(ChannelHandlerContext, SpdyFrame, List<Object>) - Method in class io.netty.handler.codec.spdy. SpdyHttpDecoder
 
decode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.spdy. SpdyHttpResponseStreamIdHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.stomp. StompSubframeDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.string. StringDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml. XmlDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml. XmlFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl. OptionalSslHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl. SslHandler
 
decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5. Socks5AddressDecoder
将SOCKS5地址字段解码为其字符串表示形式。
decodeComponent(String) - Static method in class io.netty.handler.codec.http. QueryStringDecoder
解码由浏览器编码的URL的一小部分。
decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http. QueryStringDecoder
解码由浏览器编码的URL的一小部分。
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
Http2ConnectionHandler调用以解码来自输入缓冲器的下一帧。
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
解码并返回解析的BinaryMemcacheMessage
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestDecoder
 
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseDecoder
 
decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy. SpdyHeaderBlockRawDecoder
 
decodeHeaders(int, ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
decodeHeaders(int, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder
解码给定的标题块并返回标题。
decodeHexByte(CharSequence, int) - Static method in class io.netty.buffer. ByteBufUtil
解码一个字符串中的2位十六进制字节。
decodeHexDump(CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
解码由 ByteBufUtil.hexDump(byte[])生成的字符串
decodeHexDump(CharSequence, int, int) - Static method in class io.netty.buffer. ByteBufUtil
解码由 ByteBufUtil.hexDump(byte[])生成的字符串的 一部分
decodeIdn(boolean) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置域/主机名是否应在接收时解码为unicode。
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. ByteToMessageDecoder
ChannelHandlerContext不起作用时,称为最后一次。
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
 
decodeName(ByteBuf) - Static method in class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
根据包含DNS数据包的缓冲区检索域名。
decodeName0(ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
根据包含DNS数据包的缓冲区检索域名。
decodeQuestion(ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
 
decodeQuestion(ByteBuf) - Method in interface io.netty.handler.codec.dns. DnsRecordDecoder
将DNS问题解码为其对象表示。
decoder() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
返回要使用的Http2ConnectionDecoder
decoder() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util. CharsetUtil
为具有指定错误操作的 Charset返回新的 CharsetDecoder
decoder(Charset, CodingErrorAction) - Static method in class io.netty.util. CharsetUtil
用指定的错误操作为 Charset返回新的 CharsetDecoder
decoder(Charset) - Static method in class io.netty.util. CharsetUtil
返回一个缓存的线程本地 CharsetDecoder指定的 Charset
decodeRecord(ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
 
decodeRecord(String, DnsRecordType, int, long, ByteBuf, int, int) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
DefaultDnsRecordDecoder.decodeRecord(ByteBuf)到目前为止解码的信息解码记录。
decodeRecord(ByteBuf) - Method in interface io.netty.handler.codec.dns. DnsRecordDecoder
将DNS记录解码为其对象表示。
DecoderException - Exception in io.netty.handler.codec
一个CodecException由解码器抛出。
DecoderException() - Constructor for exception io.netty.handler.codec. DecoderException
创建一个新的实例。
DecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec. DecoderException
创建一个新的实例。
DecoderException(String) - Constructor for exception io.netty.handler.codec. DecoderException
创建一个新的实例。
DecoderException(Throwable) - Constructor for exception io.netty.handler.codec. DecoderException
创建一个新的实例。
DecoderResult - Class in io.netty.handler.codec
 
DecoderResult(Throwable) - Constructor for class io.netty.handler.codec. DecoderResult
 
decoderResult() - Method in interface io.netty.handler.codec. DecoderResultProvider
返回解码此对象的结果。
decoderResult() - Method in class io.netty.handler.codec.http. DefaultHttpObject
 
decoderResult() - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObject
 
decoderResult() - Method in class io.netty.handler.codec.mqtt. MqttMessage
 
decoderResult() - Method in class io.netty.handler.codec.socksx. AbstractSocksMessage
 
decoderResult() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
decoderResult - Variable in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
decoderResult() - Method in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
DecoderResultProvider - Interface in io.netty.handler.codec
为解码消息的DecoderResult属性提供访问器方法。
decompose(int, int) - Method in class io.netty.buffer. CompositeByteBuf
slice(int, int)相同,只是此方法返回一个列表。
DecompressionException - Exception in io.netty.handler.codec.compression
解压缩失败时引发的DecoderException
DecompressionException() - Constructor for exception io.netty.handler.codec.compression. DecompressionException
创建一个新的实例。
DecompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression. DecompressionException
创建一个新的实例。
DecompressionException(String) - Constructor for exception io.netty.handler.codec.compression. DecompressionException
创建一个新的实例。
DecompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression. DecompressionException
创建一个新的实例。
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
围绕另一个Http2ConnectionDecoder实例的装饰器。
DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
围绕另一个Http2ConnectionEncoder实例的装饰器。
DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
围绕另一个Http2FrameWriter实例的装饰器。
DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel. DefaultChannelPipeline
 
DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
DEFAULT - Static variable in interface io.netty.buffer. ByteBufAllocator
 
DEFAULT - Static variable in class io.netty.buffer. PooledByteBufAllocator
 
DEFAULT - Static variable in class io.netty.buffer. UnpooledByteBufAllocator
对直接缓冲区使用泄漏检测的默认实例。
DEFAULT - Static variable in class io.netty.channel. AdaptiveRecvByteBufAllocator
已过时。
DEFAULT - Static variable in class io.netty.channel. DefaultMessageSizeEstimator
返回未知消息返回 8的默认实现。
DEFAULT - Static variable in class io.netty.channel. WriteBufferWaterMark
 
DEFAULT - Static variable in interface io.netty.handler.codec.dns. DnsRecordDecoder
 
DEFAULT - Static variable in interface io.netty.handler.codec.dns. DnsRecordEncoder
 
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5. Socks5AddressDecoder
 
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5. Socks5AddressEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5. Socks5ClientEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5. Socks5ServerEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.string. LineSeparator
当前系统中的默认行分隔符。
DEFAULT - Static variable in interface io.netty.resolver. HostsFileEntriesResolver
默认实例:a DefaultHostsFileEntriesResolver
DEFAULT_CAPACITY - Static variable in class io.netty.util.collection. ByteObjectHashMap
默认初始容量。
DEFAULT_CAPACITY - Static variable in class io.netty.util.collection. CharObjectHashMap
默认初始容量。
DEFAULT_CAPACITY - Static variable in class io.netty.util.collection. IntObjectHashMap
默认初始容量。
DEFAULT_CAPACITY - Static variable in class io.netty.util.collection. LongObjectHashMap
默认初始容量。
DEFAULT_CAPACITY - Static variable in class io.netty.util.collection. ShortObjectHashMap
默认初始容量。
DEFAULT_CHARSET - Static variable in class io.netty.handler.codec.http. HttpConstants
默认字符集(UTF-8)
DEFAULT_CHECK_INTERVAL - Static variable in class io.netty.handler.traffic. AbstractTrafficShapingHandler
两次检查之间的默认延迟:1秒
DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection. ByteObjectHashMap
默认加载因子。
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection. CharObjectHashMap
默认加载因子。
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection. IntObjectHashMap
默认加载因子。
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection. LongObjectHashMap
默认加载因子。
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection. ShortObjectHashMap
默认加载因子。
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
 
DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp. RtspDecoder
默认最大内容长度为常量。
DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty.handler.codec.rtsp. RtspDecoder
默认最大标题大小为常量。
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty.handler.codec.rtsp. RtspDecoder
常量默认最大初始行长度。
DEFAULT_MAX_PENDING_TASKS - Static variable in class io.netty.channel. SingleThreadEventLoop
 
DEFAULT_MAX_TIME - Static variable in class io.netty.handler.traffic. AbstractTrafficShapingHandler
流量整形时的默认最大延迟(在此期间不会发生通信)。
DEFAULT_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
窗口大小与初始窗口大小的默认比率,低于此大小将发送 WINDOW_UPDATE以展开窗口。
DefaultAddressedEnvelope< M, A extends java.net.SocketAddress> - Class in io.netty.channel
默认的AddressedEnvelope实现。
DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel. DefaultAddressedEnvelope
创建具有指定一个新的实例 messagerecipient地址和 sender地址。
DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel. DefaultAddressedEnvelope
用指定的 messagerecipient地址创建一个新实例。
defaultAddresses() - Static method in class io.netty.resolver.dns. DefaultDnsServerAddressStreamProvider
返回顺序产生系统DNS服务器地址的DnsServerAddresses
defaultAddresses() - Static method in class io.netty.resolver.dns. DnsServerAddresses
已过时。
使用DefaultDnsServerAddressStreamProvider.defaultAddresses()

返回顺序产生系统DNS服务器地址的DnsServerAddresses 如果它无法从环境中检索系统DNS服务器地址列表,它将使用Google公有DNS服务器的地址"8.8.8.8""8.8.4.4"

此方法与以下代码具有相同的效果:

  DnsServerAddresses.sequential(DnsServerAddresses.defaultAddressList()); 

defaultAddressList() - Static method in class io.netty.resolver.dns. DefaultDnsServerAddressStreamProvider
返回系统DNS服务器地址的列表。
defaultAddressList() - Static method in class io.netty.resolver.dns. DnsServerAddresses
已过时。
使用DefaultDnsServerAddressStreamProvider.defaultAddressList()

返回系统DNS服务器地址的列表。 如果它无法从环境中检索系统DNS服务器地址列表,它将返回Google公有DNS服务器的地址"8.8.8.8""8.8.4.4"

DefaultAddressResolverGroup - Class in io.netty.resolver
DefaultAttributeMap - Class in io.netty.util
默认AttributeMap实现,它使用每个桶的简单同步来尽可能降低内存开销。
DefaultAttributeMap() - Constructor for class io.netty.util. DefaultAttributeMap
 
DefaultBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
BinaryMemcacheRequest的默认实现。
DefaultBinaryMemcacheRequest() - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
只用标题创建一个新的DefaultBinaryMemcacheRequest
DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
用标题和键创建一个新的DefaultBinaryMemcacheRequest
DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
仅使用标题创建一个新的DefaultBinaryMemcacheRequest
DefaultBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
BinaryMemcacheResponse的默认实现。
DefaultBinaryMemcacheResponse() - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
仅使用标题创建一个新的DefaultBinaryMemcacheResponse
DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
用标题和键创建一个新的DefaultBinaryMemcacheResponse
DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
创建一个新的DefaultBinaryMemcacheResponse与标题,关键和演员。
DefaultBulkStringRedisContent - Class in io.netty.handler.codec.redis
默认实现BulkStringRedisContent
DefaultBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
创建一个DefaultBulkStringRedisContent为给定content
DefaultByteBufHolder - Class in io.netty.buffer
ByteBufHolder默认实现,它将数据保存在ByteBuf
DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty.buffer. DefaultByteBufHolder
 
DefaultChannelConfig - Class in io.netty.channel
默认的ChannelConfig实现。
DefaultChannelConfig(Channel) - Constructor for class io.netty.channel. DefaultChannelConfig
 
DefaultChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel. DefaultChannelConfig
 
DefaultChannelGroup - Class in io.netty.channel.group
默认的ChannelGroup实现。
DefaultChannelGroup(EventExecutor) - Constructor for class io.netty.channel.group. DefaultChannelGroup
使用生成的名称创建一个新组,并使用提供的EventExecutor通知ChannelGroupFuture
DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty.channel.group. DefaultChannelGroup
用指定的nameEventExecutor创建一个新组以通知ChannelGroupFuture
DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty.channel.group. DefaultChannelGroup
使用生成的名称创建一个新组,并使用提供的EventExecutor通知ChannelGroupFuture
DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty.channel.group. DefaultChannelGroup
使用指定的nameEventExecutor创建一个新组,以通知ChannelGroupFuture
DefaultChannelId - Class in io.netty.channel
默认的ChannelId实现。
DefaultChannelPipeline - Class in io.netty.channel
默认的ChannelPipeline实现。
DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel. DefaultChannelPipeline
 
DefaultChannelProgressivePromise - Class in io.netty.channel
默认的ChannelProgressivePromise实现。
DefaultChannelProgressivePromise(Channel) - Constructor for class io.netty.channel. DefaultChannelProgressivePromise
创建一个新的实例。
DefaultChannelProgressivePromise(Channel, EventExecutor) - Constructor for class io.netty.channel. DefaultChannelProgressivePromise
创建一个新的实例。
DefaultChannelPromise - Class in io.netty.channel
默认的ChannelPromise实现。
DefaultChannelPromise(Channel) - Constructor for class io.netty.channel. DefaultChannelPromise
创建一个新的实例。
DefaultChannelPromise(Channel, EventExecutor) - Constructor for class io.netty.channel. DefaultChannelPromise
创建一个新的实例。
defaultClientProvider() - Static method in class io.netty.handler.ssl. SslContext
返回当前正在使用的默认客户端实现提供程序。
DefaultCookie - Class in io.netty.handler.codec.http.cookie
默认的Cookie实现。
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.cookie. DefaultCookie
用指定的名称和值创建一个新的cookie。
DefaultCookie - Class in io.netty.handler.codec.http
已过时。
改为使用DefaultCookie
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http. DefaultCookie
已过时。
用指定的名称和值创建一个新的cookie。
DefaultDatagramChannelConfig - Class in io.netty.channel.socket
默认的DatagramChannelConfig实现。
DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket. DefaultDatagramChannelConfig
创建一个新的实例。
DefaultDnsCache - Class in io.netty.resolver.dns
默认实现DnsCache ,由ConcurrentMap支持。
DefaultDnsCache() - Constructor for class io.netty.resolver.dns. DefaultDnsCache
创建一个尊重DNS服务器返回的TTL并且不缓存负面响应的缓存。
DefaultDnsCache(int, int, int) - Constructor for class io.netty.resolver.dns. DefaultDnsCache
创建一个缓存。
DefaultDnsOptEcsRecord - Class in io.netty.handler.codec.dns
默认DnsOptEcsRecord执行。
DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - Constructor for class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
创建一个新的实例。
DefaultDnsOptEcsRecord(int, int, byte[]) - Constructor for class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
创建一个新的实例。
DefaultDnsOptEcsRecord(int, InternetProtocolFamily) - Constructor for class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
创建一个新的实例。
DefaultDnsPtrRecord - Class in io.netty.handler.codec.dns
 
DefaultDnsPtrRecord(String, int, long, String) - Constructor for class io.netty.handler.codec.dns. DefaultDnsPtrRecord
创建一个新的PTR记录。
DefaultDnsQuery - Class in io.netty.handler.codec.dns
默认的DnsQuery实现。
DefaultDnsQuery(int) - Constructor for class io.netty.handler.codec.dns. DefaultDnsQuery
DnsOpCode.QUERY opCode创建一个新实例。
DefaultDnsQuery(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns. DefaultDnsQuery
创建一个新的实例。
DefaultDnsQuestion - Class in io.netty.handler.codec.dns
默认的DnsQuestion实现。
DefaultDnsQuestion(String, DnsRecordType) - Constructor for class io.netty.handler.codec.dns. DefaultDnsQuestion
创建一个新的 IN-class问题。
DefaultDnsQuestion(String, DnsRecordType, int) - Constructor for class io.netty.handler.codec.dns. DefaultDnsQuestion
创建一个新问题。
DefaultDnsRawRecord - Class in io.netty.handler.codec.dns
默认的 DnsRawRecord实现。
DefaultDnsRawRecord(String, DnsRecordType, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns. DefaultDnsRawRecord
创建一个新的 IN-class记录。
DefaultDnsRawRecord(String, DnsRecordType, int, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns. DefaultDnsRawRecord
创建一个新的记录。
DefaultDnsRecordDecoder - Class in io.netty.handler.codec.dns
默认的DnsRecordDecoder实现。
DefaultDnsRecordDecoder() - Constructor for class io.netty.handler.codec.dns. DefaultDnsRecordDecoder
创建一个新的实例。
DefaultDnsRecordEncoder - Class in io.netty.handler.codec.dns
默认的DnsRecordEncoder实现。
DefaultDnsRecordEncoder() - Constructor for class io.netty.handler.codec.dns. DefaultDnsRecordEncoder
创建一个新的实例。
DefaultDnsResponse - Class in io.netty.handler.codec.dns
默认的DnsResponse实现。
DefaultDnsResponse(int) - Constructor for class io.netty.handler.codec.dns. DefaultDnsResponse
使用 DnsOpCode.QUERY opCodeDnsResponseCode.NOERROR RCODE创建一个新实例。
DefaultDnsResponse(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns. DefaultDnsResponse
DnsResponseCode.NOERROR RCODE创建一个新实例。
DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns. DefaultDnsResponse
创建一个新的实例。
DefaultDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
一个DnsServerAddressStreamProvider ,它将使用预定义的默认DNS服务器用于DNS解析。
DefaultEventExecutor - Class in io.netty.util.concurrent
默认SingleThreadEventExecutor实现, 它只是以串行方式执行所有提交的任务。
DefaultEventExecutor() - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(Executor) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. DefaultEventExecutor
 
DefaultEventExecutorChooserFactory - Class in io.netty.util.concurrent
使用简单的循环法选择下一个EventExecutor默认实现。
DefaultEventExecutorGroup - Class in io.netty.util.concurrent
默认实现MultithreadEventExecutorGroup ,它将使用DefaultEventExecutor实例来处理任务。
DefaultEventExecutorGroup(int) - Constructor for class io.netty.util.concurrent. DefaultEventExecutorGroup
 
DefaultEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty.util.concurrent. DefaultEventExecutorGroup
创建一个新的实例。
DefaultEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. DefaultEventExecutorGroup
创建一个新的实例。
DefaultEventLoop - Class in io.netty.channel
 
DefaultEventLoop() - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoop(ThreadFactory) - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoop(Executor) - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, ThreadFactory) - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, Executor) - Constructor for class io.netty.channel. DefaultEventLoop
 
DefaultEventLoopGroup - Class in io.netty.channel
MultithreadEventLoopGroup必须用于当地运输。
DefaultEventLoopGroup() - Constructor for class io.netty.channel. DefaultEventLoopGroup
用默认的线程数创建一个新的实例。
DefaultEventLoopGroup(int) - Constructor for class io.netty.channel. DefaultEventLoopGroup
创建一个新的实例
DefaultEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel. DefaultEventLoopGroup
创建一个新的实例
DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel. DefaultEventLoopGroup
创建一个新的实例
DefaultFileRegion - Class in io.netty.channel
FileChannelFile传输数据的默认FileRegion实现。
DefaultFileRegion(FileChannel, long, long) - Constructor for class io.netty.channel. DefaultFileRegion
创建一个新的实例
DefaultFileRegion(File, long, long) - Constructor for class io.netty.channel. DefaultFileRegion
使用给定的 File创建一个新实例。
DefaultFullBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
FullBinaryMemcacheRequest的默认实现。
DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
创建一个新的DefaultBinaryMemcacheRequest与标题,关键和演员。
DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
创建一个新的DefaultBinaryMemcacheRequest与标题,关键,临时演员和内容。
DefaultFullBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
FullBinaryMemcacheResponse的默认实现。
DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
创建一个新的DefaultFullBinaryMemcacheResponse与标题,关键和演员。
DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
创建一个新的DefaultFullBinaryMemcacheResponse与标题,关键,临时演员和内容。
DefaultFullHttpRequest - Class in io.netty.handler.codec.http
默认实现FullHttpRequest
DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpRequest
 
DefaultFullHttpResponse - Class in io.netty.handler.codec.http
FullHttpResponse默认实现。
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http. DefaultFullHttpResponse
 
DefaultHeaders< K, V, T extends Headers< K, V, T>> - Class in io.netty.handler.codec
默认实现Headers ;
DefaultHeaders(ValueConverter<V>) - Constructor for class io.netty.handler.codec. DefaultHeaders
 
DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec. DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - Constructor for class io.netty.handler.codec. DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec. DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - Constructor for class io.netty.handler.codec. DefaultHeaders
创建一个新的实例。
DefaultHeaders.HeaderEntry< K, V> - Class in io.netty.handler.codec
 
DefaultHeaders.NameValidator< K> - Interface in io.netty.handler.codec
 
DefaultHeadersImpl< K, V> - Class in io.netty.handler.codec
DefaultHeaders的具体实现允许直接实例化。
DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec. DefaultHeadersImpl
 
DefaultHostsFileEntriesResolver - Class in io.netty.resolver
默认HostsFileEntriesResolver仅解析主机文件条目一次。
DefaultHostsFileEntriesResolver() - Constructor for class io.netty.resolver. DefaultHostsFileEntriesResolver
 
DefaultHttp2Connection - Class in io.netty.handler.codec.http2
简单实现Http2Connection
DefaultHttp2Connection(boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2Connection
用给定的设置创建一个新的连接。
DefaultHttp2Connection(boolean, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2Connection
用给定的设置创建一个新的连接。
DefaultHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
提供处理入站帧事件的默认实现,并委派给Http2FrameListener此类将读取HTTP / 2帧并将事件委托给Http2FrameListener此接口通过Http2LocalFlowController实施入站流控制功能
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
默认实现Http2ConnectionEncoder
DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
通过流量控制传送有效载荷的通用基本类型。
DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
默认的Http2DataFrame实现。
DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2DataFrame
相当于 new DefaultHttp2DataFrame(content, false)
DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2DataFrame
相当于 new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream)
DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2DataFrame
相当于 new DefaultHttp2DataFrame(content, endStream, 0)
DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2DataFrame
构建新的数据信息。
DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
支持HTTP / 2规范定义的所有帧类型的Http2FrameReader
DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameReader
创建一个新的实例。
DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameReader
创建一个新的实例。
DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
工具类可帮助构建可能跨越多个框架的标题块。
DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
支持HTTP / 2规范定义的所有帧类型的Http2FrameWriter
DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
默认的Http2GoAwayFrame实现。
DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
相当于 new DefaultHttp2GoAwayFrame(error.code())
DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
相当于 new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER)
DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
构建一个新的GOAWAY消息。
DefaultHttp2Headers - Class in io.netty.handler.codec.http2
 
DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2Headers
创建一个新的实例。
DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2Headers
创建一个新的实例。
DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2Headers
创建一个新的实例。
DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
 
DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
创建一个新的实例。
DefaultHttp2HeadersDecoder(boolean, long, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
创建一个新的实例。
DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
 
DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
默认的Http2HeadersFrame实现。
DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
相当于 new DefaultHttp2HeadersFrame(headers, false)
DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
相当于 new DefaultHttp2HeadersFrame(headers, endStream, 0)
DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
构造一个新的标题消息。
DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
基本实现Http2LocalFlowController
DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
用给定的设置构造一个控制器。
DefaultHttp2PingFrame - Class in io.netty.handler.codec.http2
默认的Http2PingFrame实现。
DefaultHttp2PingFrame(long) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
基本实现Http2RemoteFlowController
DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
默认的Http2ResetFrame实现。
DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
构建重置消息。
DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
构建重置消息。
DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
默认的Http2SettingsFrame实现。
DefaultHttp2SettingsFrame(Http2Settings) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2SettingsFrame
 
DefaultHttp2UnknownFrame - Class in io.netty.handler.codec.http2
 
DefaultHttp2UnknownFrame(byte, Http2Flags) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
DefaultHttp2UnknownFrame(byte, Http2Flags, ByteBuf) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
默认的Http2WindowUpdateFrame实现。
DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2. DefaultHttp2WindowUpdateFrame
 
DefaultHttpContent - Class in io.netty.handler.codec.http
默认的HttpContent实现。
DefaultHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http. DefaultHttpContent
用指定的块内容创建一个新实例。
DefaultHttpDataFactory - Class in io.netty.handler.codec.http.multipart
默认工厂根据构造函数给出AttributeFileUpload
DefaultHttpDataFactory() - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
如果缺省大小(16KB),HttpData将在内存中。
DefaultHttpDataFactory(Charset) - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
DefaultHttpDataFactory(boolean) - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
如果useDisk为True,则HttpData将永远在磁盘上;否则,如果为False,则始终在Memory中
DefaultHttpDataFactory(boolean, Charset) - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
DefaultHttpDataFactory(long) - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
如果文件大小大于minSize,则HttpData将位于磁盘上,否则它将位于内存中。
DefaultHttpDataFactory(long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
DefaultHttpHeaders - Class in io.netty.handler.codec.http
默认实现HttpHeaders
DefaultHttpHeaders() - Constructor for class io.netty.handler.codec.http. DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http. DefaultHttpHeaders
 
DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http. DefaultHttpHeaders
 
DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty.handler.codec.http. DefaultHttpHeaders
 
DefaultHttpMessage - Class in io.netty.handler.codec.http
默认的HttpMessage实现。
DefaultHttpMessage(HttpVersion) - Constructor for class io.netty.handler.codec.http. DefaultHttpMessage
创建一个新的实例。
DefaultHttpMessage(HttpVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.http. DefaultHttpMessage
创建一个新的实例。
DefaultHttpMessage(HttpVersion, HttpHeaders) - Constructor for class io.netty.handler.codec.http. DefaultHttpMessage
创建一个新的实例。
DefaultHttpObject - Class in io.netty.handler.codec.http
 
DefaultHttpObject() - Constructor for class io.netty.handler.codec.http. DefaultHttpObject
 
DefaultHttpRequest - Class in io.netty.handler.codec.http
默认的HttpRequest实现。
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http. DefaultHttpRequest
创建一个新的实例。
DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http. DefaultHttpRequest
创建一个新的实例。
DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty.handler.codec.http. DefaultHttpRequest
创建一个新的实例。
DefaultHttpResponse - Class in io.netty.handler.codec.http
默认的HttpResponse实现。
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http. DefaultHttpResponse
创建一个新的实例。
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http. DefaultHttpResponse
创建一个新的实例。
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http. DefaultHttpResponse
创建一个新的实例。
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty.handler.codec.http. DefaultHttpResponse
创建一个新的实例。
DefaultLastBulkStringRedisContent - Class in io.netty.handler.codec.redis
LastBulkStringRedisContent的默认实现。
DefaultLastBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
创建一个DefaultLastBulkStringRedisContent为给定content
DefaultLastHttpContent - Class in io.netty.handler.codec.http
默认的LastHttpContent实现。
DefaultLastHttpContent() - Constructor for class io.netty.handler.codec.http. DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http. DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http. DefaultLastHttpContent
 
DefaultLastMemcacheContent - Class in io.netty.handler.codec.memcache
LastMemcacheContent的默认实现。
DefaultLastMemcacheContent() - Constructor for class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
DefaultLastMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
DefaultLastSmtpContent - Class in io.netty.handler.codec.smtp
LastSmtpContent默认实现,它没有验证传入的原始数据。
DefaultLastSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp. DefaultLastSmtpContent
使用给定的数据创建一个新实例。
DefaultLastStompContentSubframe - Class in io.netty.handler.codec.stomp
LastStompContentSubframe的默认实现。
DefaultLastStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
默认实现MarshallerProvider ,它只是在DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)调用中创建一个新的Marshaller
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling. DefaultMarshallerProvider
创建一个新的实例
DefaultMaxBytesRecvByteBufAllocator - Class in io.netty.channel
RecvByteBufAllocator基于从每次读取的最大字节数中减去该值来产生缓冲区大小预测。
DefaultMaxBytesRecvByteBufAllocator() - Constructor for class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
DefaultMaxBytesRecvByteBufAllocator(int, int) - Constructor for class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
defaultMaxMessagesPerRead() - Method in class io.netty.channel. ChannelMetadata
DefaultMaxMessagesRecvByteBufAllocator - Class in io.netty.channel
MaxMessagesRecvByteBufAllocator默认实现,它遵守ChannelConfig.isAutoRead()并防止溢出。
DefaultMaxMessagesRecvByteBufAllocator() - Constructor for class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator(int) - Constructor for class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle - Class in io.netty.channel
重点关注 DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading()每个读取条件的最大消息执行情况。
defaultMaxOrder() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认最大订单 - 系统属性:io.netty.allocator.maxOrder - 默认11
DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
默认的MemcacheContent实现。
DefaultMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache. DefaultMemcacheContent
用指定的内容创建一个新实例。
DefaultMessageSizeEstimator - Class in io.netty.channel
默认MessageSizeEstimator实施支持的尺寸的估计ByteBufByteBufHolderFileRegion
DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel. DefaultMessageSizeEstimator
创建一个新的实例
DefaultNameResolver - Class in io.netty.resolver
一个使用JDK的内置域名查找机制解决的InetNameResolver
DefaultNameResolver(EventExecutor) - Constructor for class io.netty.resolver. DefaultNameResolver
 
defaultNormalCacheSize() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认正常缓存大小 - 系统属性:io.netty.allocator.normalCacheSize - 默认64
defaultNumDirectArena() - Static method in class io.netty.buffer. PooledByteBufAllocator
直接竞技场的默认数量 - 系统属性:io.netty.allocator.numDirectArenas - 默认2 *核心
defaultNumHeapArena() - Static method in class io.netty.buffer. PooledByteBufAllocator
堆场的默认数量 - 系统属性:io.netty.allocator.numHeapArenas - 默认2 *内核
DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
已过时。
DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
已过时。
defaultPageSize() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认缓冲页面大小 - 系统属性:io.netty.allocator.pageSize - 默认8192
defaultPreferDirect() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认优先直接 - 系统属性:io.netty.noPreferDirect - 默认为false
DefaultProgressivePromise< V> - Class in io.netty.util.concurrent
 
DefaultProgressivePromise(EventExecutor) - Constructor for class io.netty.util.concurrent. DefaultProgressivePromise
创建一个新的实例。
DefaultProgressivePromise() - Constructor for class io.netty.util.concurrent. DefaultProgressivePromise
 
DefaultPromise< V> - Class in io.netty.util.concurrent
 
DefaultPromise(EventExecutor) - Constructor for class io.netty.util.concurrent. DefaultPromise
创建一个新的实例。
DefaultPromise() - Constructor for class io.netty.util.concurrent. DefaultPromise
DefaultSctpChannelConfig - Class in io.netty.channel.sctp
SCTP的默认SctpChannelConfig实现。
DefaultSctpChannelConfig(SctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp. DefaultSctpChannelConfig
 
DefaultSctpServerChannelConfig - Class in io.netty.channel.sctp
SCTP的默认SctpServerChannelConfig实现。
DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp. DefaultSctpServerChannelConfig
创建一个新的实例。
DefaultSelectStrategyFactory - Class in io.netty.channel
使用默认选择策略的工厂。
defaultServerProvider() - Static method in class io.netty.handler.ssl. SslContext
返回当前使用的默认服务器端实现提供程序。
DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
默认的ServerSocketChannelConfig实现。
DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket. DefaultServerSocketChannelConfig
创建一个新的实例。
defaultSettings() - Static method in class io.netty.handler.codec.http2. Http2Settings
 
defaultSmallCacheSize() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认的小缓存大小 - 系统属性:io.netty.allocator.smallCacheSize - 默认值为256
DefaultSmtpContent - Class in io.netty.handler.codec.smtp
SmtpContent默认实现,它没有验证传入的原始数据。
DefaultSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpContent
使用给定的数据创建一个新实例。
DefaultSmtpRequest - Class in io.netty.handler.codec.smtp
默认SmtpRequest执行。
DefaultSmtpRequest(SmtpCommand) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpRequest
使用给定的命令并且没有参数创建一个新的实例。
DefaultSmtpRequest(SmtpCommand, CharSequence...) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpRequest
用给定的命令和参数创建一个新实例。
DefaultSmtpRequest(CharSequence, CharSequence...) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpRequest
用给定的命令和参数创建一个新实例。
DefaultSmtpResponse - Class in io.netty.handler.codec.smtp
默认SmtpResponse执行。
DefaultSmtpResponse(int) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpResponse
用给定的smtp代码创建一个新的实例,并且没有任何细节。
DefaultSmtpResponse(int, CharSequence...) - Constructor for class io.netty.handler.codec.smtp. DefaultSmtpResponse
用给定的smtp代码和细节创建一个新实例。
DefaultSocketChannelConfig - Class in io.netty.channel.socket
默认的SocketChannelConfig实现。
DefaultSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket. DefaultSocketChannelConfig
创建一个新的实例。
DefaultSocks4CommandRequest - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandRequest(Socks4CommandType, String, int) - Constructor for class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
创建一个新的实例。
DefaultSocks4CommandRequest(Socks4CommandType, String, int, String) - Constructor for class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
创建一个新的实例。
DefaultSocks4CommandResponse - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandResponse(Socks4CommandStatus) - Constructor for class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
创建一个新的实例。
DefaultSocks4CommandResponse(Socks4CommandStatus, String, int) - Constructor for class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
创建一个新的实例。
DefaultSocks5CommandRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
DefaultSocks5InitialRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialRequest(Socks5AuthMethod...) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialRequest
 
DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod>) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialRequest
 
DefaultSocks5InitialResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialResponse
 
DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthRequest
 
DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthResponse
 
DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
默认的SpdyDataFrame实现。
DefaultSpdyDataFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
创建一个新的实例。
DefaultSpdyDataFrame(int, ByteBuf) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
创建一个新的实例。
DefaultSpdyGoAwayFrame - Class in io.netty.handler.codec.spdy
默认的SpdyGoAwayFrame实现。
DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
创建一个新的实例。
DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
创建一个新的实例。
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
创建一个新的实例。
DefaultSpdyHeaders - Class in io.netty.handler.codec.spdy
 
DefaultSpdyHeaders() - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
DefaultSpdyHeaders(boolean) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
默认的SpdyHeadersFrame实现。
DefaultSpdyHeadersFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
创建一个新的实例。
DefaultSpdyHeadersFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
创建一个新的实例。
DefaultSpdyPingFrame - Class in io.netty.handler.codec.spdy
默认的SpdyPingFrame实现。
DefaultSpdyPingFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyPingFrame
创建一个新的实例。
DefaultSpdyRstStreamFrame - Class in io.netty.handler.codec.spdy
默认的SpdyRstStreamFrame实现。
DefaultSpdyRstStreamFrame(int, int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
创建一个新的实例。
DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
创建一个新的实例。
DefaultSpdySettingsFrame - Class in io.netty.handler.codec.spdy
默认的SpdySettingsFrame实现。
DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
DefaultSpdyStreamFrame - Class in io.netty.handler.codec.spdy
默认的SpdyStreamFrame实现。
DefaultSpdyStreamFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyStreamFrame
创建一个新的实例。
DefaultSpdySynReplyFrame - Class in io.netty.handler.codec.spdy
默认的SpdySynReplyFrame实现。
DefaultSpdySynReplyFrame(int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
创建一个新的实例。
DefaultSpdySynReplyFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
创建一个新的实例。
DefaultSpdySynStreamFrame - Class in io.netty.handler.codec.spdy
默认的SpdySynStreamFrame实现。
DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
创建一个新的实例。
DefaultSpdySynStreamFrame(int, int, byte, boolean) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
创建一个新的实例。
DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
默认的SpdyWindowUpdateFrame实现。
DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
创建一个新的实例。
DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
默认的StompContentSubframe实现。
DefaultStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
DefaultStompFrame - Class in io.netty.handler.codec.stomp
默认实现StompFrame
DefaultStompFrame(StompCommand) - Constructor for class io.netty.handler.codec.stomp. DefaultStompFrame
 
DefaultStompFrame(StompCommand, ByteBuf) - Constructor for class io.netty.handler.codec.stomp. DefaultStompFrame
 
DefaultStompHeaders - Class in io.netty.handler.codec.stomp
 
DefaultStompHeaders() - Constructor for class io.netty.handler.codec.stomp. DefaultStompHeaders
 
DefaultStompHeadersSubframe - Class in io.netty.handler.codec.stomp
默认实现StompHeadersSubframe
DefaultStompHeadersSubframe(StompCommand) - Constructor for class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
DefaultThreadFactory - Class in io.netty.util.concurrent
一个 ThreadFactory执行一个简单的命名规则。
DefaultThreadFactory(Class<?>) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(String) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, boolean) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(String, boolean) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, int) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(String, int) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, boolean, int) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(String, boolean, int, ThreadGroup) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
DefaultThreadFactory(String, boolean, int) - Constructor for class io.netty.util.concurrent. DefaultThreadFactory
 
defaultTinyCacheSize() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认的微小缓存大小 - 系统属性:io.netty.allocator.tinyCacheSize - 默认512
DefaultUdtChannelConfig - Class in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
默认实现UnmarshallerProvider ,这将只需要创建一个新Unmarshaller在每次调用DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling. DefaultUnmarshallerProvider
创建一个DefaultMarshallerProvider的新实例
defaultUseCacheForAllThreads() - Static method in class io.netty.buffer. PooledByteBufAllocator
默认线程缓存行为 - 系统属性:io.netty.allocator.useCacheForAllThreads - 默认为true
definedLength() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
definedLength() - Method in interface io.netty.handler.codec.http.multipart. HttpData
返回HttpData的定义长度。
definedLength() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
definedLength() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
definedSize - Variable in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
DEFLATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"deflate"
DeflateFrameClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
perframe-deflate握手实现。
DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameClientExtensionHandshaker
具有默认配置的构造函数。
DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameClientExtensionHandshaker
带自定义配置的构造函数。
DeflateFrameServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
perframe-deflate握手实施。
DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameServerExtensionHandshaker
具有默认配置的构造函数。
DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameServerExtensionHandshaker
带自定义配置的构造函数。
delayNanos(long) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
返回执行最接近死线的计划任务之前剩余的时间量。
delegate() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
获取将所有方法委托给的RecvByteBufAllocator.Handle
DelegatingChannelPromiseNotifier - Class in io.netty.channel
 
DelegatingChannelPromiseNotifier(ChannelPromise) - Constructor for class io.netty.channel. DelegatingChannelPromiseNotifier
 
DelegatingChannelPromiseNotifier(ChannelPromise, boolean) - Constructor for class io.netty.channel. DelegatingChannelPromiseNotifier
 
DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
一个HTTP2帧侦听器,它将根据每个流的 content-encoding标题解压缩数据帧。
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
 
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
 
DelegatingHandle(RecvByteBufAllocator.Handle) - Constructor for class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
DelegatingSslContext - Class in io.netty.handler.ssl
适配器类,它允许包装另一个SslContext和init SSLEngine实例。
DelegatingSslContext(SslContext) - Constructor for class io.netty.handler.ssl. DelegatingSslContext
 
DELETE - Static variable in class io.netty.handler.codec.http. HttpMethod
DELETE方法请求源服务器删除由Request-URI标识的资源。
delete() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
delete() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
delete() - Method in interface io.netty.handler.codec.http.multipart. HttpData
删除文件项目的底层存储,包括删除任何关联的临时磁盘文件。
delete() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
delete() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
DELETE - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
delete() - Method in class io.netty.handler.ssl.util. SelfSignedCertificate
删除生成的X.509证书文件和RSA私钥文件。
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart. DiskAttribute
 
deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
DELETEQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
解码器将接收到的ByteBuf分割成一个或多个分隔符。
DelimiterBasedFrameDecoder(int, ByteBuf) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
DelimiterBasedFrameDecoder(int, boolean, ByteBuf) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
DelimiterBasedFrameDecoder(int, ByteBuf...) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
DelimiterBasedFrameDecoder(int, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec. DelimiterBasedFrameDecoder
创建一个新的实例。
Delimiters - Class in io.netty.handler.codec
一组常用的分隔符DelimiterBasedFrameDecoder
DELTA_BADVAL - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
deltaWindowSize() - Method in class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
 
deltaWindowSize() - Method in interface io.netty.handler.codec.spdy. SpdyWindowUpdateFrame
返回此帧的Delta-Window-Size。
deregister(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
deregister() - Method in class io.netty.channel. AbstractChannel
 
deregister(ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
deregister(ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
操作完成后,从EventLoop注销ChannelPromiseChannel ,并通知ChannelPromise
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
deregister(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
一旦从目前注册的EventLoop进行撤销登记操作,则称为
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
deregister() - Method in interface io.netty.channel. ChannelOutboundInvoker
请求注销以前分配的EventExecutor并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
deregister(ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求从先前分配的EventExecutor取消注册,并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
deregister() - Method in class io.netty.channel. DefaultChannelPipeline
 
deregister(ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
deregister() - Method in interface io.netty.channel.group. ChannelGroup
已过时。
该方法将在下一个主要功能版本中删除。 注销所有Channel s该组中从他们EventLoop 请注意,此操作是异步的,因为ChannelOutboundInvoker.deregister()是。
deregister(ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
已过时。
该方法将在下一个主要功能版本中删除。 EventLoop注销Channel的所有Channel ,这些EventLoop与给定的ChannelMatcher相匹配。 请注意,此操作是异步的,因为ChannelOutboundInvoker.deregister()是。
deregister() - Method in class io.netty.channel.group. DefaultChannelGroup
 
deregister(ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
deregister() - Method in class io.netty.channel. ThreadPerChannelEventLoop
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
DESCRIBE - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
DESCRIBE getMethod从服务器检索由请求URL标识的演示文稿或媒体对象的描述。
DESTINATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"destination"
DESTINATION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"destination"
DESTINATION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
462目的地不可达
destinationAddress() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
返回此HAProxyMessage的人类可读目标地址。
destinationAddress() - Method in class io.netty.handler.proxy. ProxyConnectionEvent
返回目的地的地址。
destinationAddress() - Method in class io.netty.handler.proxy. ProxyHandler
返回通过代理服务器连接的目标地址。
destinationPort() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
返回此HAProxyMessage的UDP / TCP目标端口。
destroy() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
销毁HttpPostMultipartRequestDecoder并释放它的所有资源。
destroy() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
destroy() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
销毁HttpPostStandardRequestDecoder并释放它的所有资源。
destroy() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
销毁InterfaceHttpPostRequestDecoder并释放它的所有资源。
destroy() - Method in class io.netty.handler.ssl. PemPrivateKey
注意:这是一个JDK8接口/方法。
destroy() - Static method in class io.netty.util.concurrent. FastThreadLocal
销毁保留所有FastThreadLocal变量从非FastThreadLocalThread访问的数据结构。
details() - Method in class io.netty.handler.codec.smtp. DefaultSmtpResponse
 
details() - Method in interface io.netty.handler.codec.smtp. SmtpResponse
如果有的话,返回细节。
detected(T) - Static method in class io.netty.handler.codec. ProtocolDetectionResult
返回保存检测到的协议的ProtocolDetectionResult
detectedProtocol() - Method in class io.netty.handler.codec. ProtocolDetectionResult
如果 ProtocolDetectionResult.state()返回 ProtocolDetectionState.DETECTED ,则返回协议,否则返回 null
detectProtocol(ByteBuf) - Static method in class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
返回ProtocolDetectionResult为给定ByteBuf
determineWrapper(String) - Method in class io.netty.handler.codec.http. HttpContentCompressor
 
DHCID - Static variable in class io.netty.handler.codec.dns. DnsRecordType
DHCP标识符记录RFC 4701与DHCP的FQDN选项一起使用。
directArenas() - Method in class io.netty.buffer. PooledByteBufAllocator
directArenas() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回一个List所有直接的PoolArenaMetric这个池提供的秒。
directBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
directBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
directBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配直接ByteBuf
directBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配给定初始容量的直接ByteBuf
directBuffer(int, int) - Method in interface io.netty.buffer. ByteBufAllocator
分配给定的初始容量和给定的最大容量的直接ByteBuf
directBuffer() - Static method in class io.netty.buffer. Unpooled
以合理的小初始容量创建新的大端直接缓冲区,根据需要无限扩展其容量。
directBuffer(int) - Static method in class io.netty.buffer. Unpooled
用指定的 capacity创建一个新的big-endian直接缓冲区,根据需要无限扩展其容量。
directBuffer(int, int) - Static method in class io.netty.buffer. Unpooled
用指定的 initialCapacity创建一个新的big-endian直接缓冲区,该缓冲区可能长到 maxCapacity
directBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
directBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
disable() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
改为使用CorsConfigBuilder.disable()
disable() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
禁用CORS支持。
DISABLED - Static variable in class io.netty.handler.ssl. ApplicationProtocolConfig
禁用应用程序协议协商的配置。
discardReadBytes() - Method in class io.netty.buffer. AbstractByteBuf
 
discardReadBytes() - Method in class io.netty.buffer. ByteBuf
丢弃第0个索引和 readerIndex之间的字节。
discardReadBytes() - Method in class io.netty.buffer. CompositeByteBuf
 
discardReadBytes() - Method in class io.netty.buffer. EmptyByteBuf
 
discardReadBytes() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
discardReadBytes() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
discardReadComponents() - Method in class io.netty.buffer. CompositeByteBuf
丢弃所有被读取的ByteBuf
discardSomeReadBytes() - Method in class io.netty.buffer. AbstractByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer. ByteBuf
类似于 ByteBuf.discardReadBytes()只是此方法可能会丢弃部分,全部或者全部读取字节,具体取决于其内部实现方式,以减少潜在的额外内存消耗为代价降低整体内存带宽消耗。
discardSomeReadBytes() - Method in class io.netty.buffer. CompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer. EmptyByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
discardSomeReadBytes() - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
disconnect(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
disconnect() - Method in class io.netty.channel. AbstractChannel
 
disconnect(ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
disconnect(ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
断开ChannelFutureChannel并在操作完成后通知ChannelPromise
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
disconnect(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
调用一次断开操作。
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
disconnect() - Method in interface io.netty.channel. ChannelOutboundInvoker
请求从远程对等方断开连接,并在操作完成后通知ChannelFuture ,可能是因为操作成功或错误。
disconnect(ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求从远程对等方断开连接,并在操作完成后通知ChannelFuture ,无论是因为操作成功还是由于错误。
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
disconnect() - Method in class io.netty.channel. DefaultChannelPipeline
 
disconnect(ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
disconnect() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
disconnect(ChannelPromise) - Method in class io.netty.channel.embedded. EmbeddedChannel
 
disconnect() - Method in interface io.netty.channel.group. ChannelGroup
断开本组中所有Channel与远程对等机的连接。
disconnect(ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
断开此组中所有Channel与远程对等设备的连接,它们与给定的ChannelMatcher相匹配。
disconnect() - Method in class io.netty.channel.group. DefaultChannelGroup
 
disconnect(ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
disconnect() - Method in class io.netty.channel.unix. Socket
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
DiskAttribute - Class in io.netty.handler.codec.http.multipart
属性的磁盘实现
DiskAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
用于巨大属性的构造函数
DiskAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
 
DiskAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
 
DiskAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
 
DiskAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
 
DiskAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart. DiskAttribute
 
DiskFileUpload - Class in io.netty.handler.codec.http.multipart
磁盘FileUpload实现将文件存储到实际文件中
DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart. DiskFileUpload
 
distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty.handler.codec.http2. StreamByteDistributor
将最多 maxBytes给那些包含流传输字节的流,并遍历这些流以写入适当的字节。
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2. UniformStreamByteDistributor
 
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
 
DLV - Static variable in class io.netty.handler.codec.dns. DnsRecordType
DNSSEC旁视验证记录RFC 4431用于在DNS委派链之外发布DNSSEC信任锚。
DNAME - Static variable in class io.netty.handler.codec.dns. DnsRecordType
代理名称记录RFC 2672 DNAME为名称及其所有子名称创建别名,与CNAME不同,CNAME只标记其标签中的确切名称。
DnsAddressResolverGroup - Class in io.netty.resolver.dns
DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns. DnsAddressResolverGroup
 
DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns. DnsAddressResolverGroup
 
DnsCache - Interface in io.netty.resolver.dns
DNS解析条目的缓存。
DnsCacheEntry - Interface in io.netty.resolver.dns
表示可缓存的先前DNS查询的结果。
dnsClass() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
dnsClass() - Method in interface io.netty.handler.codec.dns. DnsRecord
返回此资源记录的类。
DNSKEY - Static variable in class io.netty.handler.codec.dns. DnsRecordType
DNS密钥记录RFC 4034 DNSSEC中使用的密钥记录。
DnsMessage - Interface in io.netty.handler.codec.dns
包含有关DnsQueryDnsResponse核心信息的超类。
DnsNameResolver - Class in io.netty.resolver.dns
基于DNS的InetNameResolver
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, DnsCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty.resolver.dns. DnsNameResolver
创建一个与指定的DNS服务器列表通信的新的基于DNS的名称解析器。
DnsNameResolverBuilder - Class in io.netty.resolver.dns
一位DnsNameResolver建造者。
DnsNameResolverBuilder(EventLoop) - Constructor for class io.netty.resolver.dns. DnsNameResolverBuilder
创建一个新的构建器。
DnsNameResolverException - Exception in io.netty.resolver.dns
DnsNameResolver无法执行成功的查询时引发一个RuntimeException
DnsNameResolverException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns. DnsNameResolverException
 
DnsNameResolverException(InetSocketAddress, DnsQuestion, String, Throwable) - Constructor for exception io.netty.resolver.dns. DnsNameResolverException
 
DnsNameResolverTimeoutException - Exception in io.netty.resolver.dns
DnsNameResolverException由于超时而无法执行成功查询时引发了一个DnsNameResolverException
DnsNameResolverTimeoutException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns. DnsNameResolverTimeoutException
 
DnsOpCode - Class in io.netty.handler.codec.dns
OpCode中定义的DNS OpCode
DnsOpCode(int, String) - Constructor for class io.netty.handler.codec.dns. DnsOpCode
 
DnsOptEcsRecord - Interface in io.netty.handler.codec.dns
Client Subnet in DNS Queries中定义的ECS记录。
DnsOptPseudoRecord - Interface in io.netty.handler.codec.dns
一个 OPT RR的记录。
DnsPtrRecord - Interface in io.netty.handler.codec.dns
 
DnsQuery - Interface in io.netty.handler.codec.dns
一个DNS查询消息。
DnsQueryLifecycleObserver - Interface in io.netty.resolver.dns
该界面提供对各个DNS查询的可视性。
dnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置用于生成可以观察单个DNS查询的对象的工厂。
DnsQueryLifecycleObserverFactory - Interface in io.netty.resolver.dns
用于生成DnsQueryLifecycleObserver新实例。
DnsQuestion - Interface in io.netty.handler.codec.dns
DNS问题。
DnsRawRecord - Interface in io.netty.handler.codec.dns
一个普通DnsRecord包含非解码RDATA
DnsRecord - Interface in io.netty.handler.codec.dns
DNS资源记录。
DnsRecordDecoder - Interface in io.netty.handler.codec.dns
将DNS记录解码为其对象表示。
DnsRecordEncoder - Interface in io.netty.handler.codec.dns
DnsRecord编码为二进制表示。
DnsRecordType - Class in io.netty.handler.codec.dns
代表DNS记录类型。
DnsRecordType(int, String) - Constructor for class io.netty.handler.codec.dns. DnsRecordType
 
DnsResponse - Interface in io.netty.handler.codec.dns
一个DNS响应消息。
DnsResponseCode - Class in io.netty.handler.codec.dns
的DNS RCODE ,如在限定的 RFC2929
DnsResponseCode(int, String) - Constructor for class io.netty.handler.codec.dns. DnsResponseCode
 
DnsSection - Enum in io.netty.handler.codec.dns
DnsServerAddresses - Class in io.netty.resolver.dns
DnsNameResolver提供无限序列的DNS服务器地址。
DnsServerAddresses() - Constructor for class io.netty.resolver.dns. DnsServerAddresses
 
DnsServerAddressStream - Interface in io.netty.resolver.dns
无限的DNS服务器地址流。
DnsServerAddressStreamProvider - Interface in io.netty.resolver.dns
提供一个机会来覆盖哪个DnsServerAddressStream用于解析特定的主机名。
DnsServerAddressStreamProviders - Class in io.netty.resolver.dns
DnsServerAddressStreamProvider相关的实用方法。
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
每次从TrafficCounters计算会计时调用。
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
doBeginRead() - Method in class io.netty.channel. AbstractChannel
安排读取操作。
doBeginRead() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doBeginRead() - Method in class io.netty.channel.local. LocalChannel
 
doBeginRead() - Method in class io.netty.channel.local. LocalServerChannel
 
doBeginRead() - Method in class io.netty.channel.nio. AbstractNioChannel
 
doBeginRead() - Method in class io.netty.channel.nio. AbstractNioMessageChannel
 
doBeginRead() - Method in class io.netty.channel.oio. AbstractOioChannel
 
doBind(SocketAddress) - Method in class io.netty.channel. AbstractChannel
Channel绑定到SocketAddress
doBind(SocketAddress) - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.local. LocalChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.local. LocalServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doClose() - Method in class io.netty.channel. AbstractChannel
关闭Channel
doClose() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doClose() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
doClose() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
doClose() - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
doClose() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
doClose() - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
doClose() - Method in class io.netty.channel.local. LocalChannel
 
doClose() - Method in class io.netty.channel.local. LocalServerChannel
 
doClose() - Method in class io.netty.channel.nio. AbstractNioChannel
 
doClose() - Method in class io.netty.channel.oio. OioByteStreamChannel
 
doClose() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
doClose() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doClose() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doClose() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doClose() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doClose() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doClose() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
doClose() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doClose() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doClose() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.nio. AbstractNioChannel
连接到远程对等
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.oio. AbstractOioChannel
如果指定了localAddress,则使用给定的localAddress连接到远程对等,否则连接到 null
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doDeregister() - Method in class io.netty.channel. AbstractChannel
注销ChannelEventLoop
doDeregister() - Method in class io.netty.channel.local. LocalChannel
 
doDeregister() - Method in class io.netty.channel.local. LocalServerChannel
 
doDeregister() - Method in class io.netty.channel.nio. AbstractNioChannel
 
doDisconnect() - Method in class io.netty.channel. AbstractChannel
断开Channel与其远端的连接
doDisconnect() - Method in class io.netty.channel. AbstractServerChannel
 
doDisconnect() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doDisconnect() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.local. LocalChannel
 
doDisconnect() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
doDisconnect() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
doDisconnect() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doDisconnect() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doDisconnect() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doFinishConnect() - Method in class io.netty.channel.nio. AbstractNioChannel
完成连接
doFinishConnect() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doFinishConnect() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doFinishConnect() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doFinishConnect() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doFinishConnect() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doInit() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
doIsResolved(T) - Method in class io.netty.resolver. AbstractAddressResolver
AbstractAddressResolver.isResolved(SocketAddress)调用以检查指定的 address是否已经解决。
doIsResolved(InetSocketAddress) - Method in class io.netty.resolver. InetSocketAddressResolver
 
doIsResolved(SocketAddress) - Method in class io.netty.resolver. NoopAddressResolver
 
domain() - Method in interface io.netty.handler.codec.http.cookie. Cookie
返回此Cookie的域。
DOMAIN - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
domain() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
DOMAIN - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.unix. UnixChannelOption
 
DomainMappingBuilder< V> - Class in io.netty.util
已过时。
改为使用DomainNameMappingBuilder
DomainMappingBuilder(V) - Constructor for class io.netty.util. DomainMappingBuilder
已过时。
构造函数具有映射的映射的默认初始容量
DomainMappingBuilder(int, V) - Constructor for class io.netty.util. DomainMappingBuilder
已过时。
具有映射初始容量的构造函数
DomainNameMapping< V> - Class in io.netty.util
将域名映射到其关联的值对象。
DomainNameMapping(V) - Constructor for class io.netty.util. DomainNameMapping
已过时。
使用DomainNameMappingBuilder来创建并填充映射
DomainNameMapping(int, V) - Constructor for class io.netty.util. DomainNameMapping
已过时。
使用DomainNameMappingBuilder来创建并填充映射
DomainNameMappingBuilder< V> - Class in io.netty.util
用于不可变DomainNameMapping实例的生成器。
DomainNameMappingBuilder(V) - Constructor for class io.netty.util. DomainNameMappingBuilder
构造函数具有映射的映射的默认初始容量
DomainNameMappingBuilder(int, V) - Constructor for class io.netty.util. DomainNameMappingBuilder
具有映射初始容量的构造函数
DomainSocketAddress - Class in io.netty.channel.unix
地址为 Unix Domain Socket
DomainSocketAddress(String) - Constructor for class io.netty.channel.unix. DomainSocketAddress
 
DomainSocketAddress(File) - Constructor for class io.netty.channel.unix. DomainSocketAddress
 
DomainSocketChannel - Interface in io.netty.channel.unix
UnixChannel支持经由通信Unix Domain Socket
DomainSocketChannelConfig - Interface in io.netty.channel.unix
DomainSocketReadMode - Enum in io.netty.channel.unix
DomainSocketChannel读取不同的模式。
doRead() - Method in class io.netty.channel.oio. AbstractOioByteChannel
 
doRead() - Method in class io.netty.channel.oio. AbstractOioChannel
 
doRead() - Method in class io.netty.channel.oio. AbstractOioMessageChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.nio. AbstractNioByteChannel
将字节读入给定的ByteBuf并返回金额。
doReadBytes(ByteBuf) - Method in class io.netty.channel.oio. AbstractOioByteChannel
从底层套接字读取字节。
doReadBytes(ByteBuf) - Method in class io.netty.channel.oio. OioByteStreamChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doReadMessages(List<Object>) - Method in class io.netty.channel.nio. AbstractNioMessageChannel
将消息读入给定数组并返回读取的数量。
doReadMessages(List<Object>) - Method in class io.netty.channel.oio. AbstractOioMessageChannel
将消息读入给定数组并返回读取的数量。
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doRegister() - Method in class io.netty.channel. AbstractChannel
之后,被称为Channel与其注册EventLoop作为注册过程的一部分。
doRegister() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doRegister() - Method in class io.netty.channel.local. LocalChannel
 
doRegister() - Method in class io.netty.channel.local. LocalServerChannel
 
doRegister() - Method in class io.netty.channel.nio. AbstractNioChannel
 
doResolve(T, Promise<T>) - Method in class io.netty.resolver. AbstractAddressResolver
AbstractAddressResolver.resolve(SocketAddress)调用来执行实际的名称解析。
doResolve(String, Promise<T>) - Method in class io.netty.resolver. CompositeNameResolver
 
doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver. DefaultNameResolver
 
doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.dns. DnsNameResolver
 
doResolve(String, DnsRecord[], Promise<InetAddress>, DnsCache) - Method in class io.netty.resolver.dns. DnsNameResolver
Hook专为扩展性而设计,因此可以在每次分辨率尝试时传递不同的缓存,而不是使用全局分辨率。
doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver. InetSocketAddressResolver
 
doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty.resolver. NoopAddressResolver
 
doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver. RoundRobinInetAddressResolver
 
doResolve(String, Promise<T>) - Method in class io.netty.resolver. SimpleNameResolver
SimpleNameResolver.resolve(String)调用来执行实际的名称解析。
doResolveAll(T, Promise<List<T>>) - Method in class io.netty.resolver. AbstractAddressResolver
AbstractAddressResolver.resolveAll(SocketAddress)调用来执行实际的名称解析。
doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver. CompositeNameResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver. DefaultNameResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns. DnsNameResolver
 
doResolveAll(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - Method in class io.netty.resolver.dns. DnsNameResolver
Hook专为扩展性而设计,因此可以在每次分辨率尝试时传递不同的缓存,而不是使用全局分辨率。
doResolveAll(InetSocketAddress, Promise<List<InetSocketAddress>>) - Method in class io.netty.resolver. InetSocketAddressResolver
 
doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - Method in class io.netty.resolver. NoopAddressResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver. RoundRobinInetAddressResolver
 
doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver. SimpleNameResolver
SimpleNameResolver.resolveAll(String)调用来执行实际的名称解析。
doShutdownOutput() - Method in class io.netty.channel. AbstractChannel
当条件证明关闭通道的输出部分时调用。
doShutdownOutput() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
doShutdownOutput() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
doShutdownOutput() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doShutdownOutput() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http. HttpConstants
双引号'''
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel. AbstractChannel
将给定缓冲区的内容刷新到远程对等体。
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel. AbstractServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.embedded. EmbeddedChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.local. LocalChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio. AbstractNioMessageChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.oio. AbstractOioByteChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
doWrite0(ChannelOutboundBuffer) - Method in class io.netty.channel.nio. AbstractNioByteChannel
将对象写入操作系统。
doWriteBytes(ByteBuf) - Method in class io.netty.channel.nio. AbstractNioByteChannel
将字节从给定的ByteBuf写入底层的Channel
doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio. AbstractOioByteChannel
将由ByteBuf保存的数据写入底层套接字。
doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio. OioByteStreamChannel
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio. AbstractNioByteChannel
写一个FileRegion
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio. AbstractOioByteChannel
将由FileRegion保存的数据写入底层套接字。
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio. OioByteStreamChannel
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.nio. AbstractNioMessageChannel
给底层的 Channel写一条消息。
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
尝试编写单个对象。
doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
尝试编写单个对象。
doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
DS - Static variable in class io.netty.handler.codec.dns. DnsRecordType
代表签名人记录RFC 4034该记录用于标识委派区域的DNSSEC签名密钥。
dstAddr() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
 
dstAddr() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandRequest
返回此请求的 DSTIP字段。
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandResponse
返回此响应的 DSTIP字段。
dstAddr() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandRequest
返回此请求的 DST.ADDR字段。
dstAddrType() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
dstAddrType() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandRequest
返回此请求的 DST.ADDR字段的类型。
dstPort() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
 
dstPort() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandRequest
返回此请求的 DSTPORT字段。
dstPort() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandResponse
返回此响应的 DSTPORT字段。
dstPort() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandRequest
返回此请求的 DST.PORT字段。
DTR - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
dumpStats() - Method in class io.netty.buffer. PooledByteBufAllocator
以字符串的形式返回分配器(包含所有度量)的状态。
DuplexChannel - Interface in io.netty.channel.socket
双面Channel ,可双面关闭。
duplicate() - Method in class io.netty.buffer. AbstractByteBuf
 
duplicate() - Method in class io.netty.buffer. ByteBuf
返回共享此缓冲区整个区域的缓冲区。
duplicate() - Method in interface io.netty.buffer. ByteBufHolder
重复此ByteBufHolder
duplicate() - Method in class io.netty.buffer. DefaultByteBufHolder
重复此ByteBufHolder
duplicate() - Method in class io.netty.buffer. EmptyByteBuf
 
duplicate() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
duplicate() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
duplicate() - Method in class io.netty.channel.sctp. SctpMessage
 
duplicate() - Method in class io.netty.channel.socket. DatagramPacket
 
duplicate() - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
duplicate() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
duplicate() - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
duplicate() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
duplicate() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
duplicate() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
duplicate() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
duplicate() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
duplicate() - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
duplicate() - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
duplicate() - Method in interface io.netty.handler.codec.http. HttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
duplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
duplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
duplicate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
duplicate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
duplicate() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
duplicate() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
duplicate() - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
duplicate() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
duplicate() - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
duplicate() - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
duplicate() - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
duplicate() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
duplicate() - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
duplicate() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
duplicate() - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
duplicate() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
duplicate() - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
duplicate() - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
duplicate() - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
duplicate() - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
duplicate() - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
duplicate() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
duplicate() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
duplicate() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
duplicate() - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp. StompFrame
 
duplicate() - Method in class io.netty.handler.ssl. PemPrivateKey
 
duplicate() - Method in class io.netty.handler.ssl. PemX509Certificate
 
duplicate() - Method in interface io.netty.resolver.dns. DnsServerAddressStream
复制这个对象。
DuplicatedByteBuf - Class in io.netty.buffer
已过时。
不使用。
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer. DuplicatedByteBuf
已过时。
 
duringDecode() - Method in exception io.netty.handler.codec.http2. Http2Exception.HeaderListSizeException
 

E

E2BIG - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
EHLO - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
ehlo(CharSequence) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 EHLO请求。
EINVA - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
elementSize() - Method in interface io.netty.buffer. PoolSubpageMetric
返回将被分配的元素的大小(以字节为单位)。
EmbeddedChannel - Class in io.netty.channel.embedded
以嵌入方式使用的Channel实现的基类。
EmbeddedChannel() - Constructor for class io.netty.channel.embedded. EmbeddedChannel
EmbeddedChannelId和一个空管道创建一个新实例。
EmbeddedChannel(ChannelId) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
使用指定的ID和空管道创建一个新实例。
EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
使用指定的处理程序初始化管道创建一个新实例。
EmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
使用指定的处理程序初始化管道创建一个新实例。
EmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
使用指定的处理程序初始化管道创建一个新实例。
EmbeddedChannel(ChannelId, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
创建一个新的实例,将通道ID设置为给定ID,并使用指定的处理程序初始化管道。
EmbeddedChannel(ChannelId, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
创建一个新的实例,将通道ID设置为给定ID,并使用指定的处理程序初始化管道。
EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
创建一个新的实例,将通道ID设置为给定ID,并使用指定的处理程序初始化管道。
EmbeddedChannel(ChannelId, boolean, ChannelConfig, ChannelHandler...) - Constructor for class io.netty.channel.embedded. EmbeddedChannel
创建一个新的实例,将通道ID设置为给定ID,并使用指定的处理程序初始化管道。
EMPTY_BUFFER - Static variable in class io.netty.buffer. Unpooled
容量为 0缓冲区。
EMPTY_HEADERS - Static variable in class io.netty.handler.codec.http. HttpHeaders
已过时。
使用EmptyHttpHeaders.INSTANCE

该实例在这里被实例化以打破EmptyHttpHeadersHttpHeaders之间的循环静态初始化。 问题是,如果有人访问EmptyHttpHeaders.INSTANCE之前HttpHeaders.EMPTY_HEADERS然后HttpHeaders.EMPTY_HEADERS将是null

EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis. ArrayRedisMessage
预定义的空数组实例,用于ArrayRedisMessage
EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
预定义的空实例FullBulkStringRedisMessage
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.http. LastHttpContent
分块编码中的'内容结束'标记。
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
分块编码中的'内容结束'标记。
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.smtp. LastSmtpContent
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
EMPTY_STRING - Static variable in class io.netty.util. AsciiString
 
EmptyByteBuf - Class in io.netty.buffer
一个空的ByteBuf其容量和最大容量都是0
EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer. EmptyByteBuf
 
EmptyHeaders< K, V, T extends Headers< K, V, T>> - Class in io.netty.handler.codec
 
EmptyHeaders() - Constructor for class io.netty.handler.codec. EmptyHeaders
 
EmptyHttp2Headers - Class in io.netty.handler.codec.http2
 
EmptyHttpHeaders - Class in io.netty.handler.codec.http
 
EmptyHttpHeaders() - Constructor for class io.netty.handler.codec.http. EmptyHttpHeaders
 
emptyMap() - Static method in class io.netty.util.collection. ByteCollections
返回一个不可修改的空ByteObjectMap
emptyMap() - Static method in class io.netty.util.collection. CharCollections
返回一个不可修改的空CharObjectMap
emptyMap() - Static method in class io.netty.util.collection. IntCollections
返回一个不可修改的空IntObjectMap
emptyMap() - Static method in class io.netty.util.collection. LongCollections
返回一个不可修改的空LongObjectMap
emptyMap() - Static method in class io.netty.util.collection. ShortCollections
返回一个不可修改的空ShortObjectMap
emptyPingBuf() - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
返回填充了全部零的缓冲区,这是PING帧的适当长度。
enableOcsp(boolean) - Method in class io.netty.handler.ssl. SslContextBuilder
启用OCSP装订。
encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy. HAProxySSLTLV
返回一个不可修改的一组封装的HAProxyTLV
encode(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec. AsciiHeadersEncoder
 
encode(ByteBuf) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, boolean) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, int, int, boolean) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, int, int, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ByteBuf, int, int, boolean, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64. Base64
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64. Base64Encoder
 
encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes. ByteArrayEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. Bzip2Encoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. FastLzFrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
将消息编码成ByteBuf
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. LzfEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. LzmaFrameEncoder
 
encode(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression. Snappy
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression. SnappyFrameEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns. DatagramDnsQueryEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns. DatagramDnsResponseEncoder
 
encode(String, String) - Static method in class io.netty.handler.codec.http. ClientCookieEncoder
已过时。
encode(Cookie) - Static method in class io.netty.handler.codec.http. ClientCookieEncoder
已过时。
encode(Cookie...) - Static method in class io.netty.handler.codec.http. ClientCookieEncoder
已过时。
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http. ClientCookieEncoder
已过时。
encode(String, String) - Method in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
将指定的cookie编码为Cookie标头值。
encode(Cookie) - Method in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
将指定的cookie编码为Cookie标头值。
encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
将指定的Cookie编码为单个Cookie标头值。
encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
将指定的Cookie编码为单个Cookie标头值。
encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
将指定的Cookie编码为单个Cookie标头值。
encode(String, String) - Method in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
将指定的cookie名称 - 值对编码为Set-Cookie标头值。
encode(Cookie) - Method in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
将指定的cookie编码为Set-Cookie标头值。
encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
将Cookie编码为Set-Cookie标题值。
encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
将Cookie编码为Set-Cookie标题值。
encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
将Cookie编码为Set-Cookie标题值。
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http. HttpContentEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
 
encode(String, String) - Static method in class io.netty.handler.codec.http. ServerCookieEncoder
已过时。
encode(Cookie) - Static method in class io.netty.handler.codec.http. ServerCookieEncoder
已过时。
encode(Cookie...) - Static method in class io.netty.handler.codec.http. ServerCookieEncoder
已过时。
encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http. ServerCookieEncoder
已过时。
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http. ServerCookieEncoder
已过时。
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocket00FrameEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx. WebSocket08FrameEncoder
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
HttpObject编码到Http2StreamFrame
encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec. LengthFieldPrepender
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling. CompatibleMarshallingEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling. MarshallingEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec. MessageToByteEncoder
将消息编码成ByteBuf
encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty.handler.codec. MessageToMessageCodec
 
encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec. MessageToMessageEncoder
从一条消息编码到另一条消息。
encode(ChannelHandlerContext, MqttMessage, List<Object>) - Method in class io.netty.handler.codec.mqtt. MqttEncoder
 
encode(ChannelHandlerContext, MessageLiteOrBuilder, List<Object>) - Method in class io.netty.handler.codec.protobuf. ProtobufEncoder
 
encode(ChannelHandlerContext, MessageNano, List<Object>) - Method in class io.netty.handler.codec.protobuf. ProtobufEncoderNano
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf. ProtobufVarint32LengthFieldPrepender
 
encode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis. RedisEncoder
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.sctp. SctpOutboundByteStreamHandler
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization. CompatibleObjectEncoder
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization. ObjectEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.smtp. SmtpRequestEncoder
 
encode(ChannelHandlerContext, SocksMessage, ByteBuf) - Method in class io.netty.handler.codec.socks. SocksMessageEncoder
 
encode(ChannelHandlerContext, Socks4CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4. Socks4ClientEncoder
 
encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4. Socks4ServerEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5. Socks5ClientEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5. Socks5ServerEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy. SpdyHeaderBlockRawEncoder
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.spdy. SpdyHttpEncoder
 
encode(ChannelHandlerContext, HttpMessage, List<Object>) - Method in class io.netty.handler.codec.spdy. SpdyHttpResponseStreamIdHandler
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - Method in class io.netty.handler.codec.stomp. StompSubframeEncoder
 
encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string. LineEncoder
 
encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string. StringEncoder
 
encodeAddress(Socks5AddressType, String, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5. Socks5AddressEncoder
编码一个SOCKS5地址。
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksAuthRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksAuthResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksCmdRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksCmdResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksInitRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksInitResponse
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. SocksMessage
已过时。
不使用; 此方法仅用于内部使用。
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. UnknownSocksRequest
 
encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks. UnknownSocksResponse
 
encodeAscii(CharSequence, ByteBuf) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
encodeAscii(String, ByteBuf) - Static method in class io.netty.handler.codec.http. HttpObjectEncoder
已过时。
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeGoAwayFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeHeader(ByteBuf, M) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheEncoder
编码标题。
encodeHeader(ByteBuf, BinaryMemcacheRequest) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheRequestEncoder
 
encodeHeader(ByteBuf, BinaryMemcacheResponse) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseEncoder
 
encodeHeaders(HttpHeaders, ByteBuf) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
HttpHeaders编码为ByteBuf
encodeHeaders(int, Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
encodeHeaders(int, Http2Headers, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder
编码给定的标题并将输出标题块写入给定的输出缓冲区。
encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeInitialLine(ByteBuf, H) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
 
encodeInitialLine(ByteBuf, HttpRequest) - Method in class io.netty.handler.codec.http. HttpRequestEncoder
 
encodeInitialLine(ByteBuf, HttpResponse) - Method in class io.netty.handler.codec.http. HttpResponseEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp. RtspEncoder
 
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectEncoder
取给定的MemcacheMessage并将其编码成可写的ByteBuf
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheEncoder
 
encodeName(String, ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordEncoder
 
encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeQuestion(DnsQuestion, ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordEncoder
 
encodeQuestion(DnsQuestion, ByteBuf) - Method in interface io.netty.handler.codec.dns. DnsRecordEncoder
编码一个DnsQuestion
encoder() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
返回要使用的Http2ConnectionEncoder
encoder() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util. CharsetUtil
为具有指定错误操作的 Charset返回新的 CharsetEncoder
encoder(Charset, CodingErrorAction) - Static method in class io.netty.util. CharsetUtil
用指定的错误操作为 Charset返回新的 CharsetEncoder
encoder(Charset) - Static method in class io.netty.util. CharsetUtil
返回一个缓存的线程本地 CharsetEncoder指定的 Charset
encodeRecord(DnsRecord, ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRecordEncoder
 
encodeRecord(DnsRecord, ByteBuf) - Method in interface io.netty.handler.codec.dns. DnsRecordEncoder
编码一个DnsRecord
encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
如果编码器应该排队帧,如果否则会超过并发流的最大数量时返回。
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
如果编码器应该排队帧,如果否则会超过并发流的最大数量。
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
EncoderException - Exception in io.netty.handler.codec
一个由编码器抛出的CodecException
EncoderException() - Constructor for exception io.netty.handler.codec. EncoderException
创建一个新的实例。
EncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec. EncoderException
创建一个新的实例。
EncoderException(String) - Constructor for exception io.netty.handler.codec. EncoderException
创建一个新的实例。
EncoderException(Throwable) - Constructor for exception io.netty.handler.codec. EncoderException
创建一个新的实例。
encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置编码标头时是否应该忽略 SETTINGS_MAX_HEADER_LIST_SIZE
encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
encodeRstStreamFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty.buffer. ByteBufUtil
编码给定CharBuffer使用给定Charset到一个新ByteBuf这是通过分配ByteBufAllocator
encodeString(ByteBufAllocator, CharBuffer, Charset, int) - Static method in class io.netty.buffer. ByteBufUtil
编码给定CharBuffer使用给定Charset到一个新ByteBuf这是通过分配ByteBufAllocator
encodeSynReplyFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeSynStreamFrame(ByteBufAllocator, int, int, byte, boolean, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameEncoder
 
encoding() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
返回定义或猜测的XML编码
encodingScheme() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
返回定义的编码或null
END_HEADERS - Static variable in class io.netty.handler.codec.http2. Http2Flags
 
END_STREAM - Static variable in class io.netty.handler.codec.http2. Http2Flags
 
EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.EndOfDataDecoderException
 
endOffset() - Method in class io.netty.handler.stream. ChunkedFile
返回传输将结束的文件中的偏移量。
endOffset() - Method in class io.netty.handler.stream. ChunkedNioFile
返回传输将结束的文件中的偏移量。
endOfHeaders() - Method in class io.netty.handler.codec.http2. Http2Flags
确定是否设置了 Http2Flags.END_HEADERS标志。
endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2. Http2Flags
设置 Http2Flags.END_HEADERS标志。
endOfStream - Variable in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
endOfStream() - Method in class io.netty.handler.codec.http2. Http2Flags
确定是否设置了 Http2Flags.END_STREAM标志。
endOfStream(boolean) - Method in class io.netty.handler.codec.http2. Http2Flags
设置 Http2Flags.END_STREAM标志。
endsWith(CharSequence) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,以确定指定的字符串是否为后缀。
engine() - Method in class io.netty.handler.ssl. SslHandler
返回此处理程序使用的 SSLEngine
engineGetTrustManagers() - Method in class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
 
engineGetTrustManagers() - Method in class io.netty.handler.ssl.util. InsecureTrustManagerFactory
 
engineGetTrustManagers() - Method in class io.netty.handler.ssl.util. SimpleTrustManagerFactory
为每种类型的信任材料返回一个信任管理器。
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
 
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util. InsecureTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util. InsecureTrustManagerFactory
 
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util. SimpleTrustManagerFactory
使用证书颁发机构和相关信任材料的来源初始化此工厂。
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util. SimpleTrustManagerFactory
使用特定于提供者的密钥材料的来源初始化此工厂。
ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
ensureAccessible() - Method in class io.netty.buffer. AbstractByteBuf
应该被尝试访问缓冲区内容的每种方法调用,以检查缓冲区是否在之前被释放。
ensureAvailability() - Static method in class io.netty.channel.epoll. Epoll
ensureAvailability() - Static method in class io.netty.channel.kqueue. KQueue
ensureAvailability() - Static method in class io.netty.handler.ssl. OpenSsl
确保 netty-tcnative及其OpenSSL支持可用。
ensureNotSharable() - Method in class io.netty.channel. ChannelHandlerAdapter
抛出 IllegalStateException如果 ChannelHandlerAdapter.isSharable()返回 true
ensureOpen(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
ensureOpen() - Method in class io.netty.channel.embedded. EmbeddedChannel
确保Channel已打开并且不会抛出异常。
ensureWritable(int) - Method in class io.netty.buffer. AbstractByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer. AbstractByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer. ByteBuf
确保 the writable bytes的数量等于或大于指定的值。
ensureWritable(int, boolean) - Method in class io.netty.buffer. ByteBuf
尝试确保 the writable bytes的数量等于或大于指定的值。
ensureWritable(int) - Method in class io.netty.buffer. CompositeByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer. EmptyByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer. EmptyByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
ensureWritable(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
ensureWritable(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
ensureWritable(int, boolean) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
ensureWritableSuccess(int) - Static method in class io.netty.buffer. ByteBufUtil
用于确定 ByteBuf.ensureWritable(int, boolean)的返回值 是否意味着有足够的空间并且写入操作会成功。
entries() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
entries() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
entries() - Method in class io.netty.handler.codec.http. HttpHeaders
返回包含此对象中所有标题的新的 List
entries() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
entries() - Method in class io.netty.util.collection. ByteObjectHashMap
 
entries() - Method in interface io.netty.util.collection. ByteObjectMap
获取迭代以遍历此映射中包含的原始条目。
entries() - Method in class io.netty.util.collection. CharObjectHashMap
 
entries() - Method in interface io.netty.util.collection. CharObjectMap
获取迭代以遍历此映射中包含的原始条目。
entries() - Method in class io.netty.util.collection. IntObjectHashMap
 
entries() - Method in interface io.netty.util.collection. IntObjectMap
获取迭代以遍历此映射中包含的原始条目。
entries() - Method in class io.netty.util.collection. LongObjectHashMap
 
entries() - Method in interface io.netty.util.collection. LongObjectMap
获取迭代以遍历此映射中包含的原始条目。
entries() - Method in class io.netty.util.collection. ShortObjectHashMap
 
entries() - Method in interface io.netty.util.collection. ShortObjectMap
获取迭代以遍历此映射中包含的原始条目。
entrySet() - Method in class io.netty.util.collection. ByteObjectHashMap
 
entrySet() - Method in class io.netty.util.collection. CharObjectHashMap
 
entrySet() - Method in class io.netty.util.collection. IntObjectHashMap
 
entrySet() - Method in class io.netty.util.collection. LongObjectHashMap
 
entrySet() - Method in class io.netty.util.collection. ShortObjectHashMap
 
Epoll - Class in io.netty.channel.epoll
告诉是否支持 netty-transport-native-epoll
EPOLL_MODE - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
EpollChannelConfig - Class in io.netty.channel.epoll
 
EpollChannelOption< T> - Class in io.netty.channel.epoll
 
epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll. Native
 
epollCtlDel(int, int) - Static method in class io.netty.channel.epoll. Native
 
epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll. Native
 
EpollDatagramChannel - Class in io.netty.channel.epoll
DatagramChannel使用linux EPOLL Edge-Triggered Mode实现最高性能。
EpollDatagramChannel() - Constructor for class io.netty.channel.epoll. EpollDatagramChannel
 
EpollDatagramChannel(int) - Constructor for class io.netty.channel.epoll. EpollDatagramChannel
 
EpollDatagramChannelConfig - Class in io.netty.channel.epoll
 
EpollDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll. EpollDomainSocketChannel
 
EpollDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll. EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, LinuxSocket) - Constructor for class io.netty.channel.epoll. EpollDomainSocketChannel
 
EpollDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll. EpollDomainSocketChannel
 
EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
 
EPOLLERR - Static variable in class io.netty.channel.epoll. Native
 
EPOLLET - Static variable in class io.netty.channel.epoll. Native
 
EpollEventLoopGroup - Class in io.netty.channel.epoll
EventLoopGroup其中使用epoll的封面。
EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
使用默认线程数和缺省值 ThreadFactory创建一个新实例。
EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
使用指定数量的线程和默认 ThreadFactory创建新实例。
EpollEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
使用指定数量的线程和默认 ThreadFactory创建新实例。
EpollEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
使用指定数量的线程和给定的 ThreadFactory创建一个新实例。
EpollEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
 
EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
使用指定数量的线程和给定的 ThreadFactory创建一个新实例。
EpollEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
EpollEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll. EpollEventLoopGroup
 
EPOLLIN - Static variable in class io.netty.channel.epoll. Native
 
EpollMode - Enum in io.netty.channel.epoll
要使用的 epoll模式。
EPOLLOUT - Static variable in class io.netty.channel.epoll. Native
 
EPOLLRDHUP - Static variable in class io.netty.channel.epoll. Native
 
EpollServerChannelConfig - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel() - Constructor for class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
EpollServerSocketChannel - Class in io.netty.channel.epoll
ServerSocketChannel使用linux EPOLL Edge-Triggered Mode实现最高性能。
EpollServerSocketChannel() - Constructor for class io.netty.channel.epoll. EpollServerSocketChannel
 
EpollServerSocketChannel(int) - Constructor for class io.netty.channel.epoll. EpollServerSocketChannel
 
EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollSocketChannel - Class in io.netty.channel.epoll
SocketChannel使用linux EPOLL Edge-Triggered Mode实现最高性能。
EpollSocketChannel() - Constructor for class io.netty.channel.epoll. EpollSocketChannel
 
EpollSocketChannel(int) - Constructor for class io.netty.channel.epoll. EpollSocketChannel
 
EpollSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollTcpInfo - Class in io.netty.channel.epoll
struct tcp_info {__u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale:4,tcpi_rcv_wscale:4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
EpollTcpInfo() - Constructor for class io.netty.channel.epoll. EpollTcpInfo
 
epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - Static method in class io.netty.channel.epoll. Native
 
equals(Object) - Method in class io.netty.buffer. AbstractByteBuf
 
equals(Object) - Method in class io.netty.buffer. ByteBuf
确定指定缓冲区的内容是否与此数组的内容相同。
equals(ByteBuf, int, ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
返回 true当且仅当两个指定缓冲器彼此相同为 length开始于字节 aStartIndex指数为 a缓冲器和 bStartIndex指数为 b缓冲器。
equals(ByteBuf, ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
返回 true当且仅当两个指定的缓冲区彼此相同时,如 ByteBuf.equals(Object)中所述
equals(Object) - Method in class io.netty.buffer. DefaultByteBufHolder
 
equals(Object) - Method in class io.netty.buffer. EmptyByteBuf
 
equals(Object) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
equals(Object) - Method in class io.netty.channel. AbstractChannel
当且仅当指定的对象与此通道相同(即: this == o )时才返回 true
equals(Object) - Method in class io.netty.channel. DefaultChannelId
 
equals(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
equals(Object) - Method in class io.netty.channel.kqueue. AcceptFilter
 
equals(Object) - Method in class io.netty.channel.local. LocalAddress
 
equals(Object) - Method in class io.netty.channel.sctp. SctpMessage
 
equals(Object) - Method in class io.netty.channel.unix. DomainSocketAddress
 
equals(Object) - Method in class io.netty.channel.unix. FileDescriptor
 
equals(Object) - Method in class io.netty.handler.codec. DefaultHeaders
 
equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec. DefaultHeaders
测试此对象的相等性 h2
equals(Object) - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
equals(Object) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
equals(Object) - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
equals(Object) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
equals(Object) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
equals(Object) - Method in class io.netty.handler.codec.dns. DnsOpCode
 
equals(Object) - Method in class io.netty.handler.codec.dns. DnsRecordType
 
equals(Object) - Method in class io.netty.handler.codec.dns. DnsResponseCode
equals(Object) - Method in class io.netty.handler.codec. EmptyHeaders
 
equals(Object) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultHttpMessage
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultHttpObject
 
equals(Object) - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
EQUALS - Static variable in class io.netty.handler.codec.http. HttpConstants
Equals'='
equals(Object) - Method in class io.netty.handler.codec.http. HttpMethod
 
equals(Object) - Method in class io.netty.handler.codec.http. HttpResponseStatus
equals(Object) - Method in class io.netty.handler.codec.http. HttpScheme
 
equals(Object) - Method in class io.netty.handler.codec.http. HttpVersion
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http.websocketx. WebSocketScheme
 
equals(Object) - Method in class io.netty.handler.codec.http2. AbstractHttp2StreamFrame
返回 true如果 o具有相等 stream此对象。
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2. Http2Flags
 
equals(Object) - Method in class io.netty.handler.codec.smtp. DefaultSmtpRequest
 
equals(Object) - Method in class io.netty.handler.codec.smtp. DefaultSmtpResponse
 
equals(Object) - Method in class io.netty.handler.codec.smtp. SmtpCommand
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
 
equals(Object) - Method in class io.netty.handler.codec.string. LineSeparator
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlAttribute
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlContent
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlDocumentStart
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlDTD
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlElement
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlElementStart
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlEntityReference
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlNamespace
 
equals(Object) - Method in class io.netty.handler.codec.xml. XmlProcessingInstruction
 
equals(Object) - Method in class io.netty.handler.ssl. PemX509Certificate
 
equals(Object) - Method in class io.netty.util. AbstractConstant
 
equals(Object) - Method in class io.netty.util. AsciiString
 
equals(Object) - Method in class io.netty.util.collection. ByteObjectHashMap
 
equals(Object) - Method in class io.netty.util.collection. CharObjectHashMap
 
equals(Object) - Method in class io.netty.util.collection. IntObjectHashMap
 
equals(Object) - Method in class io.netty.util.collection. LongObjectHashMap
 
equals(Object) - Method in class io.netty.util.collection. ShortObjectHashMap
 
equals(T, T) - Method in interface io.netty.util. HashingStrategy
返回 true如果参数相等,彼此 false其他。
equals(Object) - Method in exception io.netty.util. ResourceLeakException
已过时。
 
equals(Object) - Method in error io.netty.util. Signal
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
error() - Method in exception io.netty.handler.codec.http2. Http2Exception
 
error() - Method in exception io.netty.handler.codec.http2. Http2FrameStreamException
 
error(ChannelHandlerContext, Throwable) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.FlowControlled
被调用以指示在可以完全写入此对象之前发生错误。
ERROR_EALREADY_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERROR_EISCONN_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix. Errors
 
errorCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
errorCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
errorCode() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
开始关闭连接的原因。
errorCode() - Method in interface io.netty.handler.codec.http2. Http2ResetFrame
重新设置流的原因。
errorCode() - Method in exception io.netty.handler.codec.http2. StreamBufferingEncoder.Http2GoAwayException
 
errorCode() - Method in exception io.netty.handler.ssl. OpenSslCertificateException
返回 error code使用。
ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorRedisMessage - Class in io.netty.handler.codec.redis
RESP的错误。
ErrorRedisMessage(String) - Constructor for class io.netty.handler.codec.redis. ErrorRedisMessage
创建一个ErrorRedisMessagecontent
Errors - Class in io.netty.channel.unix
仅限内部使用!
Errors.NativeIoException - Exception in io.netty.channel.unix
仅限内部使用!
ETAG - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"etag"
ETAG - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"ETag"
EventExecutor - Interface in io.netty.util.concurrent
EventExecutor是一个特殊的EventExecutorGroup ,它带有一些方便的方法来查看Thread是否在事件循环中执行。
EventExecutorChooserFactory - Interface in io.netty.util.concurrent
EventExecutorChooserFactory.EventExecutorChooser - Interface in io.netty.util.concurrent
选择下一个EventExecutor使用。
EventExecutorGroup - Interface in io.netty.util.concurrent
EventExecutorGroup负责通过其EventExecutorGroup.next()方法提供EventExecutor的使用。
eventFdRead(int) - Static method in class io.netty.channel.epoll. Native
 
eventFdWrite(int, long) - Static method in class io.netty.channel.epoll. Native
 
eventLoop() - Method in class io.netty.channel. AbstractChannel
 
eventLoop() - Method in interface io.netty.channel. Channel
返回EventLoopChannel被注册。
EventLoop - Interface in io.netty.channel
一旦注册,将处理Channel所有I / O操作。
eventLoop() - Method in class io.netty.channel.nio. AbstractNioChannel
 
EventLoopException - Exception in io.netty.channel
特殊的ChannelException当发生错误时将由EventLoopEventLoopGroup实现抛出。
EventLoopException() - Constructor for exception io.netty.channel. EventLoopException
 
EventLoopException(String, Throwable) - Constructor for exception io.netty.channel. EventLoopException
 
EventLoopException(String) - Constructor for exception io.netty.channel. EventLoopException
 
EventLoopException(Throwable) - Constructor for exception io.netty.channel. EventLoopException
 
EventLoopGroup - Interface in io.netty.channel
特殊的EventExecutorGroup ,它允许注册Channel ,这些Channel在事件循环期间被处理以供以后选择。
exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel. ChannelHandler
已过时。
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel. ChannelHandlerAdapter
exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel. ChannelInboundHandler
获取如果一个 Throwable被抛出。
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel. ChannelInitializer
通过记录和关闭Throwable来处理Throwable
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
处理从其他处理程序抛出的对象Http2Exception
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.logging. LoggingHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.proxy. ProxyHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl. ApplicationProtocolNegotiationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl. SslHandler
 
exceptionMessage(String) - Method in class io.netty.handler.proxy. ProxyHandler
使用当前协议,验证方案,代理地址和目标地址等公共信息装饰指定的异常消息。
execute(Runnable) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
execute(Runnable) - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent. ImmediateExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
execute(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent. ThreadPerTaskExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
executeAfterEventLoopIteration(Runnable) - Method in class io.netty.channel. SingleThreadEventLoop
添加要在下一次(或电流)结束运行一次任务 eventloop迭代。
executor() - Method in interface io.netty.channel. ChannelHandlerContext
返回用于执行任意任务的EventExecutor
executor() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
executor() - Method in class io.netty.channel. DefaultChannelPromise
 
executor() - Method in class io.netty.resolver. AbstractAddressResolver
返回EventExecutor ,用于通知由AbstractAddressResolver.resolve(SocketAddress)返回的Future的侦听
executor() - Method in class io.netty.resolver.dns. DnsNameResolver
 
executor() - Method in class io.netty.resolver. SimpleNameResolver
返回EventExecutor ,用于通知SimpleNameResolver.resolve(String)返回的Future的侦听
executor() - Method in class io.netty.util.concurrent. CompleteFuture
返回CompleteFuture使用的EventExecutor
executor() - Method in class io.netty.util.concurrent. DefaultPromise
当这个承诺完成时,让执行者用来通知监听者。
executorCount() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
返回此实现使用的数量EventExecutor
exists(String) - Static method in class io.netty.channel. ChannelOption
如果给定的name存在true则返回name
exists(String) - Static method in class io.netty.util. AttributeKey
如果给定的name存在true则返回name
exists(String) - Method in class io.netty.util. ConstantPool
如果给定的name存在true则返回name
EXPECT - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"expect"
EXPECT - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Expect"
expect(Signal) - Method in error io.netty.util. Signal
检查给定的Signal是否与此实例相同。
EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
417期望失败
expectedErr() - Method in exception io.netty.channel.unix. Errors.NativeIoException
 
expectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
按照构造函数中的指定返回发送到服务器的请求的子协议的CSV
EXPIRES - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
EXPIRES - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"expires"
EXPIRES - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Expires"
EXPIRES - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"expires"
EXPIRES - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Expires"
EXPN - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
expn(CharSequence) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 EXPN请求。
exposedHeaders() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回一组要显示给呼叫客户端的头文件。
exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定要显示给呼叫客户端的头文件。
exposeHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定要显示给呼叫客户端的头文件。
extendedRcode() - Method in class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
extendedRcode() - Method in interface io.netty.handler.codec.dns. DnsOptPseudoRecord
返回 EXTENDED-RCODE其编码为 DnsRecord.timeToLive()
extractExtensions(String) - Static method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionUtil
 
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec. LengthFieldBasedFrameDecoder
提取指定缓冲区的子区域。
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling. MarshallingDecoder
 
extractObject(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.json. JsonObjectDecoder
如果要过滤通过管道传递的json对象/数组,则覆盖此方法。
extras() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
extras() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回可选附加项的ByteBuf表示形式。
extrasLength() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
extrasLength() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回消息的额外长度。
extraStreamIds() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
extraStreamIds() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
GOAWAY在运输过程中为接收器预留的ID的数量。

F

fackets() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
424失败依赖(WebDAV,RFC4918)
FailedFuture< V> - Class in io.netty.util.concurrent
已经失败的CompleteFuture
FailedFuture(EventExecutor, Throwable) - Constructor for class io.netty.util.concurrent. FailedFuture
创建一个新的实例。
failure(Throwable) - Static method in class io.netty.handler.codec. DecoderResult
 
FAILURE - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
FAILURE - Static variable in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
FALSE_SUPPLIER - Static variable in interface io.netty.util. BooleanSupplier
始终返回 false并永不抛出的供应商。
FALSE_SUPPLIER - Static variable in interface io.netty.util. UncheckedBooleanSupplier
始终返回 false并永不抛出的供应商。
FastLzFrameDecoder - Class in io.netty.handler.codec.compression
使用FastLZ算法解压缩由FastLzFrameEncoder编码的ByteBuf
FastLzFrameDecoder() - Constructor for class io.netty.handler.codec.compression. FastLzFrameDecoder
无需校验和计算即可创建最快的FastLZ解码器。
FastLzFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression. FastLzFrameDecoder
创建一个FastLZ解码器,并根据指定的计算校验和。
FastLzFrameDecoder(Checksum) - Constructor for class io.netty.handler.codec.compression. FastLzFrameDecoder
用指定的校验和计算器创建一个FastLZ解码器。
FastLzFrameEncoder - Class in io.netty.handler.codec.compression
压缩一个ByteBuf使用FastLZ算法。
FastLzFrameEncoder() - Constructor for class io.netty.handler.codec.compression. FastLzFrameEncoder
创建不带校验和计算器并自动检测压缩级别的FastLZ编码器。
FastLzFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression. FastLzFrameEncoder
创建一个具有指定压缩级别并且没有校验和计算器的FastLZ编码器。
FastLzFrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression. FastLzFrameEncoder
创建FastLZ编码器,自动检测压缩级别并根据指定计算校验和。
FastLzFrameEncoder(int, Checksum) - Constructor for class io.netty.handler.codec.compression. FastLzFrameEncoder
创建具有指定压缩级别和校验和计算器的FastLZ编码器。
FastThreadLocal< V> - Class in io.netty.util.concurrent
的一个特殊变种ThreadLocal从访问时产生更高的访问性能FastThreadLocalThread
FastThreadLocal() - Constructor for class io.netty.util.concurrent. FastThreadLocal
 
FastThreadLocalThread - Class in io.netty.util.concurrent
一个特殊的Thread ,可以快速访问FastThreadLocal变量。
FastThreadLocalThread() - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(Runnable) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(ThreadGroup, Runnable) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(String) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(ThreadGroup, String) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(Runnable, String) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(ThreadGroup, Runnable, String) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
FastThreadLocalThread(ThreadGroup, Runnable, String, long) - Constructor for class io.netty.util.concurrent. FastThreadLocalThread
 
fd() - Method in interface io.netty.channel.unix. UnixChannel
返回此Channel使用的FileDescriptor
FILE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
FileDescriptor - Class in io.netty.channel.unix
原生FileDescriptor实现,它允许包装int并为其提供FileDescriptor
FileDescriptor(int) - Constructor for class io.netty.channel.unix. FileDescriptor
 
FILENAME - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
FileRegion - Interface in io.netty.channel
通过支持zero-copy file transferChannel发送的文件区域。
FileUpload - Interface in io.netty.handler.codec.http.multipart
FileUpload接口可能在内存中,临时文件或任何其他实现上。
fillInStackTrace() - Method in exception io.netty.handler.timeout. TimeoutException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns. DnsNameResolverException
 
fillInStackTrace() - Method in error io.netty.util. Signal
 
filterArgs() - Method in class io.netty.channel.kqueue. AcceptFilter
 
filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in interface io.netty.handler.ssl. CipherSuiteFilter
根据其他密码特征过滤请求的 ciphers
filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl. IdentityCipherSuiteFilter
 
filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl. SupportedCipherSuiteFilter
 
filterName() - Method in class io.netty.channel.kqueue. AcceptFilter
 
filterOutboundMessage(Object) - Method in class io.netty.channel. AbstractChannel
在将新消息添加到此AbstractChannelChannelOutboundBuffer调用 ,以便Channel实现将消息转换为另一个。
filterOutboundMessage(Object) - Method in class io.netty.channel. AbstractServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.oio. AbstractOioByteChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
finalize() - Method in class io.netty.handler.ssl. OpenSslContext
 
finalize() - Method in class io.netty.handler.ssl. OpenSslEngine
 
finalize() - Method in class io.netty.util. HashedWheelTimer
 
finalizeRequest() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
通过在请求中准备标题完成请求,并返回准备发送的请求。
find(ChannelId) - Method in interface io.netty.channel.group. ChannelGroup
返回Channel其中有指定的ChannelId
find(Channel) - Method in interface io.netty.channel.group. ChannelGroupFuture
返回ChannelFuture ,其与指定的相关联的单独的I / O操作的Channel
find(ChannelId) - Method in class io.netty.channel.group. DefaultChannelGroup
 
FIND_ASCII_SPACE - Static variable in interface io.netty.util. ByteProcessor
' ' ascii空格字符( ' ' )。
FIND_COMMA - Static variable in interface io.netty.util. ByteProcessor
以逗号 (',')中止。
FIND_CR - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_CR - Static variable in interface io.netty.util. ByteProcessor
CR ('\r')上中止。
FIND_CRLF - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_CRLF - Static variable in interface io.netty.util. ByteProcessor
CR ('\r')LF ('\n')
FIND_LF - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_LF - Static variable in interface io.netty.util. ByteProcessor
LF ('\n')
FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.util. ByteProcessor
' '线性空白(a( ' ''\t' ))。
FIND_NON_CR - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_NON_CR - Static variable in interface io.netty.util. ByteProcessor
在非 CR ('\r')上中止。
FIND_NON_CRLF - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_NON_CRLF - Static variable in interface io.netty.util. ByteProcessor
中止一个既不是 CR ('\r')也不是 LF ('\n')
FIND_NON_LF - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_NON_LF - Static variable in interface io.netty.util. ByteProcessor
在非 LF ('\n')上中止。
FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer. ByteBufProcessor
FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.util. ByteProcessor
中止一个不是线性空白的字节(既不是 ' '也不是 '\t' )。
FIND_NON_NUL - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_NON_NUL - Static variable in interface io.netty.util. ByteProcessor
在非 NUL (0x00)上中止。
FIND_NUL - Static variable in interface io.netty.buffer. ByteBufProcessor
已过时。
FIND_NUL - Static variable in interface io.netty.util. ByteProcessor
NUL (0x00)上中止。
FIND_SEMI_COLON - Static variable in interface io.netty.util. ByteProcessor
用分号 (';')中止。
FingerprintTrustManagerFactory - Class in io.netty.handler.ssl.util
信任SHA1校验和匹配的X.509证书的 TrustManagerFactory
FingerprintTrustManagerFactory(Iterable<String>) - Constructor for class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
创建一个新的实例。
FingerprintTrustManagerFactory(String...) - Constructor for class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
创建一个新的实例。
FingerprintTrustManagerFactory(byte[]...) - Constructor for class io.netty.handler.ssl.util. FingerprintTrustManagerFactory
创建一个新的实例。
finish() - Method in class io.netty.channel.embedded. EmbeddedChannel
将此Channel标记为完成。
finish(Promise<Void>) - Method in class io.netty.util.concurrent. PromiseCombiner
设置所有合并期货完成时的通知承诺。
finishAggregation(FullHttpMessage) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
finishAggregation(O) - Method in class io.netty.handler.codec. MessageAggregator
当指定的 aggregated消息即将传递给管道中的下一个处理程序时调用。
finishAndReleaseAll() - Method in class io.netty.channel.embedded. EmbeddedChannel
将此Channel标记为已完成,并释放入站和出站缓冲区中的所有待处理消息。
finishConnect() - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
finishConnect() - Method in interface io.netty.channel.nio. AbstractNioChannel.NioUnsafe
完成连接
finishConnect() - Method in class io.netty.channel.unix. Socket
 
finishHandshake(Channel, FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
验证并完成由 WebSocketClientHandshaker.handshake(io.netty.channel.Channel)发起的开启握手。
FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel. ChannelFutureListener
A ChannelFutureListener ,将ThrowableThrowable转发到ChannelPipeline
fireChannelActive() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelActive() - Method in interface io.netty.channel. ChannelInboundInvoker
A Channel现在处于活动状态,这意味着它已连接。
fireChannelActive() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelActive() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelInactive() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelInactive() - Method in interface io.netty.channel. ChannelInboundInvoker
A Channel现在无效,这意味着它已关闭。
fireChannelInactive() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelInactive() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelRead(Object) - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelRead(Object) - Method in interface io.netty.channel. ChannelInboundInvoker
一个Channel收到一条消息。
fireChannelRead(Object) - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelRead(Object) - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
设置最终标题并启动频道阅读事件
fireChannelReadComplete() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelReadComplete() - Method in interface io.netty.channel. ChannelInboundInvoker
fireChannelReadComplete() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelReadComplete() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelRegistered() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelRegistered() - Method in interface io.netty.channel. ChannelInboundInvoker
A Channel已注册到其EventLoop
fireChannelRegistered() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelRegistered() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelUnregistered() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelUnregistered() - Method in interface io.netty.channel. ChannelInboundInvoker
ChannelEventLoop未注册。
fireChannelUnregistered() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelUnregistered() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireChannelWritabilityChanged() - Method in interface io.netty.channel. ChannelHandlerContext
 
fireChannelWritabilityChanged() - Method in interface io.netty.channel. ChannelInboundInvoker
fireChannelWritabilityChanged() - Method in interface io.netty.channel. ChannelPipeline
 
fireChannelWritabilityChanged() - Method in class io.netty.channel. DefaultChannelPipeline
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel. ChannelHandlerContext
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel. ChannelInboundInvoker
A Channel在其入站操作之一中收到Throwable
fireExceptionCaught(Throwable) - Method in interface io.netty.channel. ChannelPipeline
 
fireExceptionCaught(Throwable) - Method in class io.netty.channel. DefaultChannelPipeline
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel. ChannelHandlerContext
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel. ChannelInboundInvoker
A Channel收到用户定义的事件。
fireUserEventTriggered(Object) - Method in interface io.netty.channel. ChannelPipeline
 
fireUserEventTriggered(Object) - Method in class io.netty.channel. DefaultChannelPipeline
 
first() - Method in interface io.netty.channel. ChannelPipeline
返回此管道中的第一个ChannelHandler
first() - Method in class io.netty.channel. DefaultChannelPipeline
 
FIRST_ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
FIRST_READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
FIRST_WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
firstContext() - Method in interface io.netty.channel. ChannelPipeline
返回此管道中第一个ChannelHandler的上下文。
firstContext() - Method in class io.netty.channel. DefaultChannelPipeline
 
FixedChannelPool - Class in io.netty.channel.pool
ChannelPool实现需要另一个ChannelPool实现并实施最大数量的并发连接。
FixedChannelPool(Bootstrap, ChannelPoolHandler, int) - Constructor for class io.netty.channel.pool. FixedChannelPool
使用 ChannelHealthChecker.ACTIVE创建一个新实例。
FixedChannelPool(Bootstrap, ChannelPoolHandler, int, int) - Constructor for class io.netty.channel.pool. FixedChannelPool
使用 ChannelHealthChecker.ACTIVE创建一个新实例。
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int) - Constructor for class io.netty.channel.pool. FixedChannelPool
创建一个新的实例。
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean) - Constructor for class io.netty.channel.pool. FixedChannelPool
创建一个新的实例。
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean, boolean) - Constructor for class io.netty.channel.pool. FixedChannelPool
创建一个新的实例。
FixedChannelPool.AcquireTimeoutAction - Enum in io.netty.channel.pool
 
fixedHeader() - Method in class io.netty.handler.codec.mqtt. MqttMessage
 
FixedLengthFrameDecoder - Class in io.netty.handler.codec
将接收到的ByteBuf分割为固定字节数的解码器。
FixedLengthFrameDecoder(int) - Constructor for class io.netty.handler.codec. FixedLengthFrameDecoder
创建一个新的实例。
FixedRecvByteBufAllocator - Class in io.netty.channel
始终产生相同缓冲区大小预测的RecvByteBufAllocator
FixedRecvByteBufAllocator(int) - Constructor for class io.netty.channel. FixedRecvByteBufAllocator
创建一个总是返回指定缓冲区大小的相同预测的新预测器。
FixedRedisMessagePool - Class in io.netty.handler.codec.redis
默认的固定redis消息池。
flags() - Method in class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
flags() - Method in interface io.netty.handler.codec.dns. DnsOptPseudoRecord
返回 flags ,其包括 DOZ ,其被编码为 DnsRecord.timeToLive()
flags() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
flags() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
7流量控制错误
FlowControlHandler - Class in io.netty.handler.flow
FlowControlHandler确保每read()只向下游发送一条消息。
FlowControlHandler() - Constructor for class io.netty.handler.flow. FlowControlHandler
 
FlowControlHandler(boolean) - Constructor for class io.netty.handler.flow. FlowControlHandler
 
flowController() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
flowController() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
flowController() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
获取此端点的流量控制器。
flowController(F) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
设置此端点的流量控制器。
flowController() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
提供本地流量控制器来管理入站流量。
flowController() - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
提供远程流量控制器来管理出站流量。
flush() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
flush() - Method in class io.netty.channel. AbstractChannel
 
flush() - Method in interface io.netty.channel. Channel
 
flush() - Method in interface io.netty.channel. Channel.Unsafe
冲出通过 Channel.Unsafe.write(Object, ChannelPromise)计划的所有写入操作。
flush(ChannelHandlerContext) - Method in class io.netty.channel. ChannelDuplexHandler
flush() - Method in interface io.netty.channel. ChannelHandlerContext
 
flush(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelOutboundHandler
调用一次冲洗操作。
flush(ChannelHandlerContext) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
flush() - Method in interface io.netty.channel. ChannelOutboundInvoker
请求通过此ChannelOutboundInvoker清除所有未决消息。
flush() - Method in interface io.netty.channel. ChannelPipeline
 
flush(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
flush() - Method in class io.netty.channel. DefaultChannelPipeline
 
flush() - Method in interface io.netty.channel.group. ChannelGroup
冲洗此组中的所有Channel
flush(ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
冲洗该组中所有Channel ,与给定的ChannelMatcher相匹配。
flush() - Method in class io.netty.channel.group. DefaultChannelGroup
 
flush(ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
FLUSH - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
flush() - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.logging. LoggingHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedWriteHandler
 
flush0() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
flush0() - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
flushAndWrite(Object) - Method in interface io.netty.channel.group. ChannelGroup
已过时。
flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
flushAndWrite(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
flushAndWrite(Object, ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
flushCheckpoint() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
flushCheckpoint(long) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
flushCheckpoint() - Method in class io.netty.channel. DefaultChannelPromise
 
flushCheckpoint(long) - Method in class io.netty.channel. DefaultChannelPromise
 
FlushConsolidationHandler - Class in io.netty.handler.flush
FlushConsolidationHandler() - Constructor for class io.netty.handler.flush. FlushConsolidationHandler
创建新的实例,在最新的256个挂起的刷新操作后显式刷新。
FlushConsolidationHandler(int) - Constructor for class io.netty.handler.flush. FlushConsolidationHandler
在没有正在读取的情况下,创建不巩固刷新的新实例。
FlushConsolidationHandler(int, boolean) - Constructor for class io.netty.handler.flush. FlushConsolidationHandler
创建新的实例。
flushInbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
刷新此Channel的入站。
flushOutbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
刷新此Channel的出站。
FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
forAnyOrigin() - Static method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
创建一个Builder实例,它的原点设置为'*'。
FORBIDDEN - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
403禁止
FORBIDDEN - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
403禁止
FORBIDDEN - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
forceFlush() - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
forceFlush() - Method in interface io.netty.channel.nio. AbstractNioChannel.NioUnsafe
 
forClient() - Static method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
为HTTP / 2客户端创建一个构建器。
forClient(ChannelHandler) - Static method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
为HTTP / 2客户端创建一个构建器。
forClient() - Static method in class io.netty.handler.ssl. SslContextBuilder
为新的客户端SslContext创建一个构建器。
forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
允许遍历所有当前活动的流。
forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2. Http2Connection
提供一种迭代活动流集合的方法。
forEachByte(ByteProcessor) - Method in class io.netty.buffer. AbstractByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. AbstractByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer. ByteBuf
使用指定的 processor按升序对此缓冲区的可读字节进行迭代。
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. ByteBuf
以指定的 processor按升序对此缓冲区的指定区域进行迭代。
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer. EmptyByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. EmptyByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
forEachByte(ByteProcessor) - Method in class io.netty.util. AsciiString
以指定的 processor按升序对此缓冲区的可读字节进行迭代。
forEachByte(int, int, ByteProcessor) - Method in class io.netty.util. AsciiString
以指定的 processor按升序对此缓冲区的指定区域进行迭代。
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer. AbstractByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. AbstractByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer. ByteBuf
使用指定的 processor按降序对此缓冲区的可读字节进行迭代。
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. ByteBuf
以指定的 processor降序遍历此缓冲区的指定区域。
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer. EmptyByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. EmptyByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.util. AsciiString
使用指定的 processor按降序对此缓冲区的可读字节进行迭代。
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.util. AsciiString
以指定的 processor降序遍历此缓冲区的指定区域。
forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - Method in class io.netty.channel. ChannelOutboundBuffer
FORM_DATA - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
format(Date) - Static method in class io.netty.handler.codec. DateFormatter
格式化 Date为RFC1123格式
format(ChannelHandlerContext, String) - Method in class io.netty.handler.logging. LoggingHandler
格式化事件并返回格式化的消息。
format(ChannelHandlerContext, String, Object) - Method in class io.netty.handler.logging. LoggingHandler
格式化事件并返回格式化的消息。
format(ChannelHandlerContext, String, Object, Object) - Method in class io.netty.handler.logging. LoggingHandler
格式化事件并返回格式化的消息。
FORMERR - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'FormErr'DNS RCODE(1),定义见 RFC1035
forOrigin(String) - Static method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
用指定的原点创建一个CorsConfigBuilder实例。
forOrigins(String...) - Static method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
用指定的来源创建一个CorsConfigBuilder实例。
forServer() - Static method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
为HTTP / 2服务器创建一个构建器。
forServer(ChannelHandler) - Static method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
为HTTP / 2服务器创建一个构建器。
forServer(File, File) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新的服务器端SslContext创建一个构建器。
forServer(InputStream, InputStream) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新服务器端SslContext创建一个构建器。
forServer(PrivateKey, X509Certificate...) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新服务器端SslContext创建一个构建器。
forServer(File, File, String) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新的服务器端SslContext创建一个构建器。
forServer(InputStream, InputStream, String) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新服务器端SslContext创建一个构建器。
forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新的服务器端SslContext创建一个构建器。
forServer(KeyManagerFactory) - Static method in class io.netty.handler.ssl. SslContextBuilder
为新服务器端创建一个构建器SslContext
FOUND - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
302找到
FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
FRAME_TOO_LARGE - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
11框架太大
frameListener() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
返回入站帧的侦听器。
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置入站帧的侦听器。
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
frameListener() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
frameListener() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
设置Http2FrameListener将在帧解码时通知。
frameListener() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
获取解码帧时将通知的Http2FrameListener
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
frameLogger() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
返回用于编码器和解码器的记录器。
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置用于编码器和解码器的记录器。
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
frameLogger() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
frameLogger() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
frameSizePolicy() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
frameSizePolicy() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
frameSizePolicy() - Method in interface io.netty.handler.codec.http2. Http2FrameReader.Configuration
frameSizePolicy() - Method in interface io.netty.handler.codec.http2. Http2FrameWriter.Configuration
frameType() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
frameType() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
frameWriter() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
frameWriter() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
frameWriter() - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
提供对底层框架编写器对象的直接访问。
frameWriter() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2. Http2LocalFlowController
将写入器设置为用于发送 WINDOW_UPDATE帧。
freeBytes() - Method in interface io.netty.buffer. PoolChunkMetric
返回块中的空闲字节数。
freeDirect(ByteBuffer) - Method in class io.netty.buffer. UnpooledDirectByteBuf
免费直接 ByteBuffer
freeDirect(ByteBuffer) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
免费直接 ByteBuffer
freeThreadLocalCache() - Method in class io.netty.buffer. PooledByteBufAllocator
已过时。
from(String) - Static method in class io.netty.channel.unix. FileDescriptor
为给定路径打开一个新的FileDescriptor
from(File) - Static method in class io.netty.channel.unix. FileDescriptor
打开一个新FileDescriptor为给定File
FROM - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"from"
FROM - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"From"
from(int) - Static method in class io.netty.handler.codec.mqtt. MqttMessageIdVariableHeader
 
FROM - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"from"
FROM - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"From"
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksAddressType
已过时。
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksAuthScheme
已过时。
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksAuthStatus
已过时。
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksCmdStatus
已过时。
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksCmdType
已过时。
改为使用SocksCmdType.valueOf(byte)
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksProtocolVersion
已过时。
fromByte(byte) - Static method in enum io.netty.handler.codec.socks. SocksSubnegotiationVersion
已过时。
fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt. MqttVersion
 
FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
A BinaryMemcacheRequest也包含内容。
FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
一个BinaryMemcacheResponse也包含内容。
FullBulkStringRedisMessage - Class in io.netty.handler.codec.redis
RESP的汇总批量字符串。
FullBulkStringRedisMessage(ByteBuf) - Constructor for class io.netty.handler.codec.redis. FullBulkStringRedisMessage
创建一个FullBulkStringRedisMessage为给定content
FullHttpMessage - Interface in io.netty.handler.codec.http
HttpMessageLastHttpContent组合成一条消息。
FullHttpRequest - Interface in io.netty.handler.codec.http
结合HttpRequestFullHttpMessage ,所以请求是一个完整的 HTTP请求。
FullHttpResponse - Interface in io.netty.handler.codec.http
FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
MemcacheMessageLastMemcacheContent合并成一条消息。
Future< V> - Interface in io.netty.util.concurrent
异步操作的结果。
FutureListener< V> - Interface in io.netty.util.concurrent
为便利而隐藏类型参数的GenericFutureListener的子类型。

G

GAT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
504网关超时
GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
504网关超时
GATK - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
GATKQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
GATQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
generateKeySpec(char[], byte[]) - Static method in class io.netty.handler.ssl. SslContext
为(加密的)私钥生成密钥规范。
GenericFutureListener< F extends Future<?>> - Interface in io.netty.util.concurrent
听取Future的结果。
GenericProgressiveFutureListener< F extends ProgressiveFuture<?>> - Interface in io.netty.util.concurrent
 
get(String) - Method in interface io.netty.channel. ChannelPipeline
在此管道中返回具有指定名称的ChannelHandler
get(Class<T>) - Method in interface io.netty.channel. ChannelPipeline
返回此管道中指定类型的ChannelHandler
get(String) - Method in class io.netty.channel. DefaultChannelPipeline
 
get(Class<T>) - Method in class io.netty.channel. DefaultChannelPipeline
 
get() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
get(long, TimeUnit) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
get(K) - Method in class io.netty.channel.pool. AbstractChannelPoolMap
 
get(K) - Method in interface io.netty.channel.pool. ChannelPoolMap
code返回code
get(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
get(K, V) - Method in class io.netty.handler.codec. DefaultHeaders
 
get(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
get(K, V) - Method in class io.netty.handler.codec. EmptyHeaders
 
get(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的值。
get(K, V) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的值。
get(String) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
get(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
get(String) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
get() - Static method in class io.netty.handler.codec.http. HttpHeaderDateFormat
已过时。
 
get(String) - Method in class io.netty.handler.codec.http. HttpHeaders
 
get(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标头的值。
get(CharSequence, String) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标头的值。
GET - Static variable in class io.netty.handler.codec.http. HttpMethod
GET方法意味着检索任何信息(以实体的形式)由Request-URI标识。
get() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
get() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
get() - Method in interface io.netty.handler.codec.http.multipart. HttpData
以字节数组的形式返回文件项目的内容。
get() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
get() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
get(String) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
get(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
GET - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
get(String, DnsRecord[]) - Method in class io.netty.resolver.dns. DefaultDnsCache
 
get(String, DnsRecord[]) - Method in interface io.netty.resolver.dns. DnsCache
返回给定主机名的缓存条目。
get(String, DnsRecord[]) - Method in class io.netty.resolver.dns. NoopDnsCache
 
get() - Method in interface io.netty.util. Attribute
返回当前值,可能是 null
get() - Method in interface io.netty.util. BooleanSupplier
获取一个布尔值。
get(byte) - Method in class io.netty.util.collection. ByteObjectHashMap
 
get(Object) - Method in class io.netty.util.collection. ByteObjectHashMap
 
get(byte) - Method in interface io.netty.util.collection. ByteObjectMap
使用指定的键获取映射中的值。
get(char) - Method in class io.netty.util.collection. CharObjectHashMap
 
get(Object) - Method in class io.netty.util.collection. CharObjectHashMap
 
get(char) - Method in interface io.netty.util.collection. CharObjectMap
使用指定的键获取映射中的值。
get(int) - Method in class io.netty.util.collection. IntObjectHashMap
 
get(Object) - Method in class io.netty.util.collection. IntObjectHashMap
 
get(int) - Method in interface io.netty.util.collection. IntObjectMap
使用指定的键获取映射中的值。
get(long) - Method in class io.netty.util.collection. LongObjectHashMap
 
get(Object) - Method in class io.netty.util.collection. LongObjectHashMap
 
get(long) - Method in interface io.netty.util.collection. LongObjectMap
使用指定的键获取映射中的值。
get(short) - Method in class io.netty.util.collection. ShortObjectHashMap
 
get(Object) - Method in class io.netty.util.collection. ShortObjectHashMap
 
get(short) - Method in interface io.netty.util.collection. ShortObjectMap
使用指定的键获取映射中的值。
get() - Method in class io.netty.util.concurrent. AbstractFuture
 
get(long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractFuture
 
get() - Method in class io.netty.util.concurrent. FastThreadLocal
返回当前线程的当前值
get(InternalThreadLocalMap) - Method in class io.netty.util.concurrent. FastThreadLocal
返回指定线程本地映射的当前值。
get() - Method in interface io.netty.util. IntSupplier
获取结果。
get() - Method in class io.netty.util. Recycler
 
get() - Method in interface io.netty.util. UncheckedBooleanSupplier
获取一个布尔值。
GET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
GET_PARAMETER请求检索URI中指定的表示或流的参数的值。
getAcceptFilter() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
getAlgorithm() - Method in class io.netty.handler.ssl. PemPrivateKey
 
getAll(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getAll(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getAll(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标题的所有值。
getAll(String) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getAll(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getAll(String) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getAll(String) - Method in class io.netty.handler.codec.http. HttpHeaders
 
getAll(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的值
getAll(String) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getAll(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getAllAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getAllAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getAllAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标题的所有值,并将其从此对象中移除。
getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getAllAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec. HeadersUtils
Headers.get(Object)和中的每个元素转换 ListString
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
Headers.getAll(Object)和中的每个元素转换 ListString
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy. SpdyHeaders
Headers.getAll(Object)和中的每个元素转换 ListString
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp. StompHeaders
Headers.getAll(Object)和中的每个元素转换 ListString
getAllIdleTimeInMillis() - Method in class io.netty.handler.timeout. IdleStateHandler
以毫秒为单位返回实例此类时给出的allIdleTime。
getAllocator() - Method in interface io.netty.channel. ChannelConfig
返回用于通道分配缓冲区的ByteBufAllocator
getAllocator() - Method in class io.netty.channel. DefaultChannelConfig
 
getAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getAndRemove(K, V) - Method in class io.netty.handler.codec. DefaultHeaders
 
getAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getAndRemove(K, V) - Method in class io.netty.handler.codec. EmptyHeaders
 
getAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标题的值,并将其从此对象中删除。
getAndRemove(K, V) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标题的值,并将其从此对象中删除。
getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getAndRemove() - Method in interface io.netty.util. Attribute
已过时。
请考虑使用Attribute.getAndSet(Object) (价值null )。
getAndSet(T) - Method in interface io.netty.util. Attribute
原子级设置为给定值并返回旧值,如果之前未设置,则返回 null
getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec. HeadersUtils
Headers.get(Object)并将结果转换为 String
getAsString(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
Headers.get(Object)并将结果转换为 String
getAsString(CharSequence) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
getAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy. SpdyHeaders
Headers.get(Object)并将结果转换为 String
getAsString(CharSequence) - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
getAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp. StompHeaders
Headers.get(Object)并将结果转换为 String
getBacklog() - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取积压值以指定通道绑定到本地地址的时间。
getBacklog() - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
getBacklog() - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
获取积压值以指定通道绑定到本地地址的时间。
getBacklog() - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
getBacklog() - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
通过 ChannelOption.SO_BACKLOG获取 KindUDT.ACCEPTOR渠道积压。
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getBasicConstraints() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getBaudrate() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
getBioNonApplicationBufferSize() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
返回BIO为基于非应用程序的写入所使用的缓冲区的大小
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
这个getMethod从body返回具有给定名称的第一个InterfaceHttpData。
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
这个getMethod从body返回具有给定名称的第一个InterfaceHttpData。
getBodyHttpData(String) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
这个getMethod从body返回具有给定名称的第一个InterfaceHttpData。
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
这个getMethod从body返回一个所有HttpDatas的列表。
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
这个getMethod返回一个所有HttpDatas的列表,其中包含正文中给定的名字。
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
这个getMethod从body返回一个所有HttpDatas的列表。
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
这个getMethod返回一个所有HttpDatas的列表,其中包含正文中给定的名字。
getBodyHttpDatas() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
这个getMethod从body返回一个所有HttpDatas的列表。
getBodyHttpDatas(String) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
这个getMethod返回一个所有HttpDatas的列表,其中包含正文中给定的名字。
getBodyListAttributes() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
这个getMethod从正文部分返回一个所有InterfaceHttpData的List。
getBoolean(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getBoolean(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中获取指定绝对(@code索引)的布尔值。
getBoolean(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBoolean(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBoolean(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getBoolean(K, boolean) - Method in class io.netty.handler.codec. DefaultHeaders
 
getBoolean(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getBoolean(K, boolean) - Method in class io.netty.handler.codec. EmptyHeaders
 
getBoolean(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 boolean值。
getBoolean(K, boolean) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 boolean值。
getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getBooleanAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec. DefaultHeaders
 
getBooleanAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec. EmptyHeaders
 
getBooleanAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 boolean值,并从此对象中删除标头。
getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 boolean值,并从此对象中移除标头。
getBooleanAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getByName(CharSequence) - Static method in class io.netty.util. NetUtil
返回 CharSequence IP地址的 Inet6Address表示形式。
getByName(CharSequence, boolean) - Static method in class io.netty.util. NetUtil
返回 CharSequence IP地址的 Inet6Address表示形式。
getByte(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getByte(int) - Method in class io.netty.buffer. ByteBuf
获取此缓冲区中指定的绝对 index一个字节。
getByte(int) - Method in class io.netty.buffer. CompositeByteBuf
 
getByte(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getByte(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getByte(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getByte(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getByte(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getByte(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getByte(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getByte(K, byte) - Method in class io.netty.handler.codec. DefaultHeaders
 
getByte(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getByte(K, byte) - Method in class io.netty.handler.codec. EmptyHeaders
 
getByte(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 byte值。
getByte(K, byte) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 byte值。
getByte(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getByteAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getByteAndRemove(K, byte) - Method in class io.netty.handler.codec. DefaultHeaders
 
getByteAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getByteAndRemove(K, byte) - Method in class io.netty.handler.codec. EmptyHeaders
 
getByteAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 byte值,并从此对象中移除标头。
getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 byte值,并从此对象中删除标头。
getByteAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
从内存文件上传到磁盘(或其他实现)FileUpload的实用工具
getByteBuf() - Method in interface io.netty.handler.codec.http.multipart. HttpData
以ByteBuf的形式返回文件项目的内容
getByteBuf() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getByteBufOfInteger(long) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getByteBufOfInteger(long) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回 byte[]给定 msg
getBytes(int, byte[]) - Method in class io.netty.buffer. AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer. AbstractByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer. AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer. ByteBuf
将该缓冲区的数据传输到指定的目的地,从指定的绝对 index开始,直到目标变为不可写。
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的目标。
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的目标。
getBytes(int, byte[]) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的目标。
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的目标。
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的目标位置,从指定的绝对值 index开始,直到目标位置达到其限制。
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的流。
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的绝对 index开始的通道。
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据从指定的绝对 index到指定的通道,从给定的文件位置开始。
getBytes(ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
将底层存储的副本从 buf到一个字节数组中。
getBytes(ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
buf创建一个底层存储的 buf到一个字节数组中。
getBytes(ByteBuf, int, int, boolean) - Static method in class io.netty.buffer. ByteBufUtil
将底层存储的阵列从 buf到字节数组。
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer. CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, byte[]) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
getChar(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getChar(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个2字节的UTF-16字符。
getChar(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getChar(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getChar(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getChar(K, char) - Method in class io.netty.handler.codec. DefaultHeaders
 
getChar(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getChar(K, char) - Method in class io.netty.handler.codec. EmptyHeaders
 
getChar(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 char值。
getChar(K, char) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的头的 char值。
getChar(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getCharAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getCharAndRemove(K, char) - Method in class io.netty.handler.codec. DefaultHeaders
 
getCharAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getCharAndRemove(K, char) - Method in class io.netty.handler.codec. EmptyHeaders
 
getCharAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 char值,并从此对象中移除标头。
getCharAndRemove(K, char) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 char值,并从此对象中移除标头。
getCharAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer. ByteBuf
在给定索引处获得具有给定长度的 CharSequence
getCharSequence(int, int, Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getCharset(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
从消息的Content-Type头获取字符集。
getCharset(CharSequence) - Static method in class io.netty.handler.codec.http. HttpUtil
从Content-Type标头值中获取字符集。
getCharset(HttpMessage, Charset) - Static method in class io.netty.handler.codec.http. HttpUtil
从消息的Content-Type头获取字符集。
getCharset(CharSequence, Charset) - Static method in class io.netty.handler.codec.http. HttpUtil
从Content-Type标头值中获取字符集。
getCharset() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
getCharset() - Method in interface io.netty.handler.codec.http.multipart. HttpData
返回浏览器传递的字符集,如果未定义,则返回null。
getCharset() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getCharset() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getCharsetAsSequence(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
从消息的Content-Type头部获取字符集作为字符序列。
getCharsetAsSequence(CharSequence) - Static method in class io.netty.handler.codec.http. HttpUtil
从Content-Type头值中获取字符集作为字符序列。
getCharsetAsString(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
getCheckInterval() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
getChunk(int) - Method in interface io.netty.handler.codec.http.multipart. HttpData
从当前位置返回一个ChannelBuffer,长度读取字节数最多,从而增加了读取字节的当前位置。
getChunk(int) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getCloseNotifyFlushTimeoutMillis() - Method in class io.netty.handler.ssl. SslHandler
获取刷新由关闭Channel触发的close_notify的超时
getCloseNotifyReadTimeoutMillis() - Method in class io.netty.handler.ssl. SslHandler
获取用于接收由关闭Channel触发的close_notify响应的超时(以毫秒为单位)
getCloseNotifyTimeoutMillis() - Method in class io.netty.handler.ssl. SslHandler
getComment() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.comment()
getComment() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getCommentUrl() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.commentUrl()
getCommentUrl() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getConnectTimeoutMillis() - Method in interface io.netty.channel. ChannelConfig
以毫秒为单位返回通道的连接超时。
getConnectTimeoutMillis() - Method in class io.netty.channel. DefaultChannelConfig
 
getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.getContentLength(HttpMessage) 返回内容的长度。 请注意,此值不是从ByteBufHolder.content()检索的,而是从"Content-Length"标题中检索的,因此它们彼此独立。
getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.getContentLength(HttpMessage, long) 返回内容的长度。 请注意,此值不是从ByteBufHolder.content()检索的,而是从"Content-Length"标题中检索的,因此它们彼此独立。
getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
返回内容的长度。
getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http. HttpUtil
如果邮件没有 "Content-Length" header ,则返回内容的长度或指定的默认值。
getContentLength(HttpMessage, int) - Static method in class io.netty.handler.codec.http. HttpUtil
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getContentTransferEncoding() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
返回Content-Transfer-Encoding
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getContentType() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getContentType() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
返回浏览器传递的内容类型,如果未定义,则返回null。
getContentType() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
getContentType() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getDatabits() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
getDate(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getTimeMillis(CharSequence) 返回"Date"标题的值。
getDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getTimeMillis(CharSequence, long) 返回"Date"标题的值。 如果没有这样的标题或标题不是格式化日期,则返回defaultValue
getDateHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getDateHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getTimeMillis(CharSequence) 用指定的标题名称返回日期标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getTimeMillis(CharSequence, long) 用指定的标题名称返回日期标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getDecoder(Charset) - Static method in class io.netty.util. CharsetUtil
已过时。
getDecoderResult() - Method in class io.netty.handler.codec.http. DefaultHttpObject
已过时。
getDecoderResult() - Method in interface io.netty.handler.codec.http. HttpObject
已过时。
getDelegatedTask() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
以字节为单位返回阈值,之后应丢弃缓冲区中的读取数据。
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
以字节为单位返回阈值,之后应丢弃缓冲区中的读取数据。
getDiscardThreshold() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
以字节为单位返回阈值,之后应丢弃缓冲区中的读取数据。
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getDomain() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.domain()
getDomain() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getDouble(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getDouble(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个64位浮点数。
getDouble(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getDouble(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getDouble(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getDouble(K, double) - Method in class io.netty.handler.codec. DefaultHeaders
 
getDouble(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getDouble(K, double) - Method in class io.netty.handler.codec. EmptyHeaders
 
getDouble(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 double值。
getDouble(K, double) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 double值。
getDouble(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getDoubleAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec. DefaultHeaders
 
getDoubleAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec. EmptyHeaders
 
getDoubleAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 double值,并从此对象中移除标头。
getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 double值,并从此对象中删除标头。
getDoubleAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getDoubleLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处获取64位浮点数。
getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
通过因果关系链迭代查找给定的异常,并返回第一个Http2Exceptionnull如果没有)。
getEnabledCipherSuites() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getEnabledProtocols() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getEnableSessionCreation() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getEncoded() - Method in class io.netty.handler.ssl. PemPrivateKey
 
getEncoded() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getEncoder(Charset) - Static method in class io.netty.util. CharsetUtil
已过时。
getEpollMode() - Method in class io.netty.channel.epoll. EpollChannelConfig
返回使用的EpollMode
getError(String) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getError(ByteBuf) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getError(String) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回ErrorRedisMessage给定content
getError(ByteBuf) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回ErrorRedisMessage给定content
getExtensionValue(String) - Method in class io.netty.handler.ssl. PemX509Certificate
 
getFile() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
getFile() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getFile() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getFilename() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getFilename() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
返回客户端文件系统中由浏览器(或其他客户端软件)提供的原始文件名。
getFilename() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
getFilename() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getFileUpload(String) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
获取FileUpload(新的或当前的)
getFloat(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getFloat(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个32位浮点数。
getFloat(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getFloat(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getFloat(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getFloat(K, float) - Method in class io.netty.handler.codec. DefaultHeaders
 
getFloat(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getFloat(K, float) - Method in class io.netty.handler.codec. EmptyHeaders
 
getFloat(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 float值。
getFloat(K, float) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 float值。
getFloat(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getFloatAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getFloatAndRemove(K, float) - Method in class io.netty.handler.codec. DefaultHeaders
 
getFloatAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getFloatAndRemove(K, float) - Method in class io.netty.handler.codec. EmptyHeaders
 
getFloatAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 float值,并从此对象中删除标头。
getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 float值,并从此对象中删除标头。
getFloatAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getFloatLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处获取一个32位浮点数。
getFormat() - Method in class io.netty.handler.ssl. PemPrivateKey
 
getHandshakeSession() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getHandshakeStatus() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getHandshakeTimeoutMillis() - Method in class io.netty.handler.ssl. SslHandler
 
getHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.get(CharSequence) 返回具有指定标题名称的标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getHeader(HttpMessage, String, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getHeader(HttpMessage, CharSequence, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.get(CharSequence, String) 返回具有指定标题名称的标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getHost(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改用HttpHeaders.get(CharSequence) 返回"Host"标题的值。
getHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.get(CharSequence, String) 返回"Host"标头的值。 如果没有这样的标题,则返回defaultValue
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getHttpDataType() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getIds() - Method in class io.netty.handler.ssl. OpenSslSessionContext
 
getInitMaxStreams() - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
getInitMaxStreams() - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getInitMaxStreams() - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SCTP_INIT_MAXSTREAMS选项。
getInitMaxStreams() - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取 SCTP_INIT_MAXSTREAMS选项。
getInt(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getInt(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个32位整数。
getInt(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getInt(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getInt(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getInt(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getInt(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getInt(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getInt(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getInt(K, int) - Method in class io.netty.handler.codec. DefaultHeaders
 
getInt(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getInt(K, int) - Method in class io.netty.handler.codec. EmptyHeaders
 
getInt(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 int值。
getInt(K, int) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 int值。
getInt(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getInt(CharSequence) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getInt(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的整数值。
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的整数值。
getInt(CharSequence) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getInt(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getIntAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getIntAndRemove(K, int) - Method in class io.netty.handler.codec. DefaultHeaders
 
getIntAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getIntAndRemove(K, int) - Method in class io.netty.handler.codec. EmptyHeaders
 
getIntAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 int值,并从此对象中移除标头。
getIntAndRemove(K, int) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 int值,并从此对象中删除标头。
getIntAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getInteger(long) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getInteger(ByteBuf) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getInteger(long) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回IntegerRedisMessage给定value
getInteger(ByteBuf) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回IntegerRedisMessage给定content
getInterface() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getInterface() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getInterface() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取用于多播数据包的网络接口的地址。
getInterface() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getIntHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getIntHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getInt(CharSequence) 用指定的标题名称返回整数标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
getIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.getInt(CharSequence, int) 用指定的标题名称返回整数标题值。 如果指定的标题名称有多个标题值,则返回第一个值。
getIntLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getIntLE(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个32位整数,其 index字节顺序。
getIntLE(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getIntLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getIntLE(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getIntLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getIntLE(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getIntValue(char) - Method in class io.netty.handler.codec.http2. Http2Settings
返回的helper方法 Long.intValue()上的回报 CharObjectHashMap.get(char) ,如果存在的话。
getIoRatio() - Method in class io.netty.channel.nio. NioEventLoop
返回在事件循环中花费I / O所需时间的百分比。
getIssuerDN() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getIssuerUniqueID() - Method in class io.netty.handler.ssl. PemX509Certificate
 
GETK - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
getKey() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
getKeyUsage() - Method in class io.netty.handler.ssl. PemX509Certificate
 
GETKQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
getLevel() - Static method in class io.netty.util. ResourceLeakDetector
返回当前的资源泄漏检测级别。
getLong(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getLong(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个64位长整数。
getLong(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getLong(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getLong(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getLong(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getLong(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getLong(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getLong(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getLong(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
getLong(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getLong(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
getLong(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 long值。
getLong(K, long) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 long值。
getLong(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getLongAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getLongAndRemove(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
getLongAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getLongAndRemove(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
getLongAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 long值,并从此对象中删除标头。
getLongAndRemove(K, long) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 long值,并从此对象中删除标头。
getLongAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getLongLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getLongLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处获取一个64位长整数。
getLongLE(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getLongLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getLongLE(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getLongLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getLongLE(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling. DefaultMarshallerProvider
 
getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling. MarshallerProvider
找一个Marshaller对于给定ChannelHandlerContext
getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling. ThreadLocalMarshallerProvider
 
getMaxAge() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.maxAge()
getMaxAge() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
 
getMaxMessagesPerRead() - Method in interface io.netty.channel. ChannelConfig
已过时。
使用MaxMessagesRecvByteBufAllocator

返回每个读取循环要读取的最大消息数。 channelRead()事件。 如果此值大于1,则事件循环可能会尝试多次读取以获取多条消息。

getMaxMessagesPerRead() - Method in class io.netty.channel. DefaultChannelConfig
已过时。
getMaxSize() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
getMaxSize() - Method in interface io.netty.handler.codec.http.multipart. HttpData
返回此HttpData的maxSize。
getMaxSize() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getMaxSize() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getMaxTimeWait() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getMaxWriteDelay() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getMaxWriteSize() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getMedium(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getMedium(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个24位中等整数。
getMedium(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getMedium(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getMediumLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer. ByteBuf
以Little Endian Byte Order的形式获取此缓冲区中指定绝对 index的24位中等整数。
getMediumLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getMessage(Http2Stream) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
获取与stream关联的stream
getMessage(int) - Method in class io.netty.handler.codec.spdy. SpdyHttpDecoder
 
getMessageSizeEstimator() - Method in interface io.netty.channel. ChannelConfig
返回MessageSizeEstimator ,用于通道检测消息的大小。
getMessageSizeEstimator() - Method in class io.netty.channel. DefaultChannelConfig
 
getMethod() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
已过时。
getMethod() - Method in interface io.netty.handler.codec.http. HttpRequest
已过时。
改为使用HttpRequest.method()
getMimeType(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
从消息的Content-Type头中作为char序列获取MIME类型部分。
getMimeType(CharSequence) - Static method in class io.netty.handler.codec.http. HttpUtil
从Content-Type头值中取出MIME类型部分作为字符序列。
getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
如果此请求是多部分请求,请检查ContentType请求。
getName() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.name()
getName() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getName() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
getName() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
返回此InterfaceHttpData的名称。
getName() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getName() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getNeedClientAuth() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getNegotiatedApplicationProtocol() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getNetworkInterface() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getNetworkInterface() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getNetworkInterface() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.IP_MULTICAST_IF选项。
getNetworkInterface() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getNotAfter() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getNotBefore() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getNow() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
getNow() - Method in class io.netty.channel. VoidChannelPromise
 
getNow() - Method in class io.netty.util.concurrent. DefaultPromise
 
getNow() - Method in class io.netty.util.concurrent. FailedFuture
 
getNow() - Method in interface io.netty.util.concurrent. Future
无阻塞地返回结果。
getNow() - Method in class io.netty.util.concurrent. SucceededFuture
 
getNumPriorityBytes() - Method in class io.netty.handler.codec.http2. Http2Flags
获取有效负载的优先级字段预期的字节数。
getOcspResponse() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
如果服务器未提供装订的OCSP响应,则返回OCSP响应或 null
getOption(ChannelOption<T>) - Method in interface io.netty.channel. ChannelConfig
返回给定的ChannelOption的值
getOption(ChannelOption<T>) - Method in class io.netty.channel. DefaultChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
getOptions() - Method in interface io.netty.channel. ChannelConfig
返回所有设置ChannelOption的。
getOptions() - Method in class io.netty.channel. DefaultChannelConfig
 
getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - Method in class io.netty.channel. DefaultChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getOptions() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getOptions() - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2. Http2Flags
获取有效负载中预期的填充存在字段的字节长度。
getParitybit() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
getPath() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.path()
getPath() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getPorts() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.ports()
getPorts() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getPostfix() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
getProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2. Http2Stream
返回任何与此流关联的应用程序定义数据。
getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 OptionUDT.Protocol_Receive_Buffer_Size
getProtocolSendBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getProtocolSendBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 OptionUDT.Protocol_Send_Buffer_Size
getProtocolVersion() - Method in class io.netty.handler.codec.http. DefaultHttpMessage
已过时。
getProtocolVersion() - Method in interface io.netty.handler.codec.http. HttpMessage
已过时。
getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
返回与指定的标题名称对应的Http2Headers.PseudoHeaderName
getPublicKey() - Method in class io.netty.handler.ssl. PemX509Certificate
 
GETQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
getRcvAllocTransportProvidesGuess() - Method in class io.netty.channel.kqueue. KQueueChannelConfig
如果这是 true那么 RecvByteBufAllocator.Handle#guess()将被重写,以总是尝试读取与kqueue所说的可用字节数一样多的字节。
getReadChannelLimit() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
getReaderIdleTimeInMillis() - Method in class io.netty.handler.timeout. IdleStateHandler
返回实例此类以毫秒为单位给出的readerIdleTime。
getReadLimit() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getReadMode() - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
getReadMode() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
getReadMode() - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
为频道返回DomainSocketReadMode
getReadTimeout() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
返回最大时间(以毫秒为单位)以阻止并等待某些内容准备好读取。
getRealWriteThroughput() - Method in class io.netty.handler.traffic. TrafficCounter
 
getRealWrittenBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SO_RCVBUF选项。
getReceiveBufferSize() - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取 SO_RCVBUF选项。
getReceiveBufferSize() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.SO_RCVBUF选项。
getReceiveBufferSize() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
获取 StandardSocketOptions.SO_RCVBUF选项。
getReceiveBufferSize() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.SO_RCVBUF选项。
getReceiveBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getReceiveBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 ChannelOption.SO_RCVBUF选项。
getReceiveBufferSize() - Method in class io.netty.channel.unix. Socket
 
getRecvByteBufAllocator() - Method in interface io.netty.channel. ChannelConfig
返回RecvByteBufAllocator ,用于通道分配接收缓冲区。
getRecvByteBufAllocator() - Method in class io.netty.channel. DefaultChannelConfig
 
getRejectRemoteInitiatedRenegotiation() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
已过时。
getResolver(EventExecutor) - Method in class io.netty.resolver. AddressResolverGroup
返回与指定的EventExecutor关联的AddressResolver
getSendBufferSize() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SO_SNDBUF选项。
getSendBufferSize() - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取 SO_SNDBUF选项。
getSendBufferSize() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.SO_SNDBUF选项。
getSendBufferSize() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.SO_SNDBUF选项。
getSendBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getSendBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 ChannelOption.SO_SNDBUF选项。
getSendBufferSize() - Method in class io.netty.channel.unix. Socket
 
getSerialNumber() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSession(byte[]) - Method in class io.netty.handler.ssl. OpenSslSessionContext
 
getSession() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getSessionCacheSize() - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
getSessionTimeout() - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
getShort(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getShort(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个16位短整数。
getShort(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getShort(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getShort(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getShort(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getShort(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getShort(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getShort(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getShort(K, short) - Method in class io.netty.handler.codec. DefaultHeaders
 
getShort(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getShort(K, short) - Method in class io.netty.handler.codec. EmptyHeaders
 
getShort(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 short值。
getShort(K, short) - Method in interface io.netty.handler.codec. Headers
返回具有指定名称的标头的 short值。
getShort(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getShort(CharSequence) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getShort(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的短值。
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的短值。
getShort(CharSequence) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getShort(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getShortAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getShortAndRemove(K, short) - Method in class io.netty.handler.codec. DefaultHeaders
 
getShortAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getShortAndRemove(K, short) - Method in class io.netty.handler.codec. EmptyHeaders
 
getShortAndRemove(K) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 short值,并从此对象中删除标头。
getShortAndRemove(K, short) - Method in interface io.netty.handler.codec. Headers
返回具有指定 name的标头的 short值,并从此对象中删除标头。
getShortAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getShortLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getShortLE(int) - Method in class io.netty.buffer. ByteBuf
以Little Endian字节顺序在此缓冲区中的指定绝对 index处获取一个16位短整数。
getShortLE(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getShortLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getShortLE(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getShortLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getShortLE(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getSigAlgName() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSigAlgOID() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSigAlgParams() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSignature() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSimpleString(String) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getSimpleString(ByteBuf) - Method in class io.netty.handler.codec.redis. FixedRedisMessagePool
 
getSimpleString(String) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回SimpleStringRedisMessage给定content
getSimpleString(ByteBuf) - Method in interface io.netty.handler.codec.redis. RedisMessagePool
返回SimpleStringRedisMessage给定content
getSndLowAt() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getSoError() - Method in class io.netty.channel.unix. Socket
 
getSoLinger() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getSoLinger() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getSoLinger() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getSoLinger() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.SO_LINGER选项。
getSoLinger() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getSoLinger() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 ChannelOption.SO_LINGER选项。
getSoLinger() - Method in class io.netty.channel.unix. Socket
 
getSoTimeout() - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
getSoTimeout() - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
getSoTimeout() - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
返回底层套接字上的操作可能阻止的最大时间。
getSoTimeout() - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
返回底层套接字上的操作可能阻止的最大时间。
getSoTimeout() - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
返回底层套接字上的操作可能阻止的最大时间。
getSSLParameters() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getStatus() - Method in class io.netty.handler.codec.http. DefaultHttpResponse
已过时。
getStatus() - Method in interface io.netty.handler.codec.http. HttpResponse
已过时。
改为使用HttpResponse.status()
getStopbits() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
getString() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
getString() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
getString() - Method in interface io.netty.handler.codec.http.multipart. HttpData
使用默认字符编码,以String形式返回文件项目的内容。
getString(Charset) - Method in interface io.netty.handler.codec.http.multipart. HttpData
使用指定的字符集,以String形式返回文件项目的内容。
getString() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getString() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
getSubjectDN() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSubjectUniqueID() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getSupportedCipherSuites() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getSupportedProtocols() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getSystemReceiveBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 OptionUDT.System_Receive_Buffer_Size
getSystemSendBufferSize() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
getSystemSendBufferSize() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 OptionUDT.System_Send_Buffer_Size
getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http. HttpContentDecoder
返回解码内容的预期内容编码。
getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
返回解码内容的预期内容编码。
getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
返回解码内容的预期内容编码。
getTBSCertificate() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getTcpDeferAccept() - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
如果 TCP_DEFER_ACCEPT已启用,则返回正值。
getTcpFastopen() - Method in class io.netty.channel.epoll. EpollServerChannelConfig
返回快速打开连接的暂挂数量阈值。
getTcpKeepCnt() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_KEEPCNT选项。
getTcpKeepIdle() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_KEEPIDLE选项。
getTcpKeepIntvl() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_KEEPINTVL选项。
getTcpNotSentLowAt() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_NOTSENT_LOWAT选项。
getTcpUserTimeout() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_USER_TIMEOUT选项。
getTimeMillis(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getTimeMillis(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
getTimeMillis(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getTimeMillis(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
getTimeMillis(K) - Method in interface io.netty.handler.codec. Headers
以毫秒为单位返回具有指定名称的标头的值。
getTimeMillis(K, long) - Method in interface io.netty.handler.codec. Headers
以毫秒为单位返回具有指定名称的标头的值。
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的日期值。
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http. HttpHeaders
返回具有指定名称的标题的日期值。
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
getTimeMillisAndRemove(K) - Method in interface io.netty.handler.codec. Headers
以毫秒为单位返回指定 name的标头的值,并从该对象中删除标头。
getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec. Headers
以毫秒为单位返回指定 name的标题的值,并从此对象中删除标题。
getTimeMillisAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
getTimeToLive() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getTimeToLive() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getTimeToLive() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.IP_MULTICAST_TTL选项。
getTimeToLive() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.IP_TOS选项。
getTrafficClass() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.IP_TOS选项。
getTrafficClass() - Method in class io.netty.channel.unix. Socket
 
getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - Method in class io.netty.handler.codec. LengthFieldBasedFrameDecoder
将缓冲区的指定区域解码为未调整的帧长度。
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling. ContextBoundUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling. DefaultUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling. ThreadLocalUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling. UnmarshallerProvider
获取Unmarshaller对于给定ChannelHandlerContext
getUnsignedByte(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取无符号字节。
getUnsignedByte(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedInt(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个无符号的32位整数。
getUnsignedInt(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedIntLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.buffer. ByteBuf
以Little Endian Byte Order的形式获取此缓冲区中指定的绝对 index处的无符号32位整数。
getUnsignedIntLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedMedium(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处获取一个无符号的24位中等整数。
getUnsignedMedium(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getUnsignedMedium(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getUnsignedMedium(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedMedium(int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. ByteBuf
以小 index字节顺序在此缓冲区中的指定绝对 index处获取无符号的24位中等整数。
getUnsignedMediumLE(int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中指定的绝对 index处获取一个无符号的16位短整数。
getUnsignedShort(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUnsignedShortLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处获取一个无符号的16位短整数。
getUnsignedShortLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
getUri() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
已过时。
getUri() - Method in interface io.netty.handler.codec.http. HttpRequest
已过时。
改为使用HttpRequest.uri()
getUseClientMode() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getUserDefinedWritability(int) - Method in class io.netty.channel. ChannelOutboundBuffer
返回 true当且仅当该指定的索引在所述用户定义的可写性标志被设置为 true
getValue() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
getValue() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.value()
getValue() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getValue() - Method in interface io.netty.handler.codec.http.multipart. Attribute
返回此HttpData的值。
getValue() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
getValue() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
getValue() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
getValue(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
getValue(int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
返回设置ID的值。
getVersion() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
改为使用Cookie.version()
getVersion() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
getVersion() - Method in class io.netty.handler.ssl. PemX509Certificate
 
getWaitTimeMillis() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
getWantClientAuth() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
getWriteBufferHighWaterMark() - Method in interface io.netty.channel. ChannelConfig
返回写入缓冲区的高位标记。
getWriteBufferHighWaterMark() - Method in class io.netty.channel. DefaultChannelConfig
 
getWriteBufferLowWaterMark() - Method in interface io.netty.channel. ChannelConfig
返回写缓冲区的低水位标志。
getWriteBufferLowWaterMark() - Method in class io.netty.channel. DefaultChannelConfig
 
getWriteBufferWaterMark() - Method in interface io.netty.channel. ChannelConfig
返回用于设置写入缓冲区的高位和低位水印的WriteBufferWaterMark
getWriteBufferWaterMark() - Method in class io.netty.channel. DefaultChannelConfig
 
getWriteChannelLimit() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
getWriteLimit() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
getWriterIdleTimeInMillis() - Method in class io.netty.handler.timeout. IdleStateHandler
以毫秒为单位返回实例此类的writerIdleTime。
getWriteSpinCount() - Method in interface io.netty.channel. ChannelConfig
返回写入操作的最大循环数,直到 WritableByteChannel.write(ByteBuffer)返回非零值。
getWriteSpinCount() - Method in class io.netty.channel. DefaultChannelConfig
 
gids() - Method in class io.netty.channel.unix. PeerCredentials
 
GlobalChannelTrafficCounter - Class in io.netty.handler.traffic
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficCounter
 
GlobalChannelTrafficShapingHandler - Class in io.netty.handler.traffic
AbstractTrafficShapingHandler这种实现是针对全局和每个信道的流量整形,也就是全局的带宽限制,无论开放通道的数量和每个通道的带宽限制如何。
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long, long) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
创建一个新的实例。
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
创建一个新的实例。
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
创建一个新的实例。
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
创建一个新的实例。
GlobalChannelTrafficShapingHandler(ScheduledExecutorService) - Constructor for class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
创建一个新的实例。
GlobalEventExecutor - Class in io.netty.util.concurrent
单线程单例EventExecutor
GlobalTrafficShapingHandler - Class in io.netty.handler.traffic
AbstractTrafficShapingHandler这种实现方式适用于全局流量整形,也就是说无论打开的通道数量多少,都会对带宽造成全局性限制。
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic. GlobalTrafficShapingHandler
创建一个新的实例。
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long) - Constructor for class io.netty.handler.traffic. GlobalTrafficShapingHandler
使用默认最大时间创建一个新实例,作为延迟允许值15000毫秒。
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long) - Constructor for class io.netty.handler.traffic. GlobalTrafficShapingHandler
使用默认的“检查间隔”值1000毫秒和默认最大时间作为延迟允许值15000毫秒创建一个新实例。
GlobalTrafficShapingHandler(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic. GlobalTrafficShapingHandler
使用默认最大时间创建一个新实例作为15000毫秒的延迟允许值并且没有限制。
GlobalTrafficShapingHandler(EventExecutor) - Constructor for class io.netty.handler.traffic. GlobalTrafficShapingHandler
使用默认的“检查时间间隔”值1000毫秒和默认最大时间作为延迟允许值15000毫秒并且没有限制来创建一个新实例。
GO_AWAY - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
如果 errorCode不是 Http2Error.NO_ERROR则防止对等体创建流并关闭连接。
goAwayReceived() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
goAwayReceived() - Method in interface io.netty.handler.codec.http2. Http2Connection
指示是否从远程端点接收到 GOAWAY
goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2Connection
表示从远程端点接收到 GOAWAY并设置最后一个已知流。
goAwaySent() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
goAwaySent() - Method in interface io.netty.handler.codec.http2. Http2Connection
指示 GOAWAY是否已发送到远程端点。
goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2Connection
表示 GOAWAY已发送到远程端点并设置最后一个已知流。
GONE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
410消失
GONE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
410消失
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
以毫秒为单位返回Http2Connection的正常关闭超时。
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
以毫秒为单位设置Http2Connection的正常关闭超时。
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
获取在正常关闭过程中关闭连接之前,此端点将等待所有流关闭的时间量(以毫秒为单位)。
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
设置此端点在正常关闭过程中关闭连接之前将等待所有流关闭的时间量(以毫秒为单位)。
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt. MqttSubAckPayload
 
group(EventLoopGroup) - Method in class io.netty.bootstrap. AbstractBootstrap
EventLoopGroup用于处理待创建的所有事件Channel
group() - Method in class io.netty.bootstrap. AbstractBootstrap
已过时。
改为使用AbstractBootstrap.config()
group() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
如果尚未配置, 返回已配置的EventLoopGroupnull
group(EventLoopGroup) - Method in class io.netty.bootstrap. ServerBootstrap
指定用于父级(接受者)和子级(客户端)的EventLoopGroup
group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap. ServerBootstrap
为父(受体)和子(客户)设置EventLoopGroup
group() - Method in interface io.netty.channel.group. ChannelGroupFuture
返回与此未来相关的ChannelGroup
GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
guess() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
guess() - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
类似于 RecvByteBufAllocator.Handle.allocate(ByteBufAllocator)除了它不分配任何东西,只是告诉容量。
GZIP - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"gzip"
GZIP - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"gzip"
GZIP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"gzip"
GZIP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"gzip"
GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"gzip,deflate"
GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"gzip,deflate"

H

handleInboundMessage(Object) - Method in class io.netty.channel.embedded. EmbeddedChannel
针对每个入站消息进行调用。
handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp. SctpNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp. SctpNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp. SctpNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp. SctpNotificationHandler
 
handleOutboundMessage(Object) - Method in class io.netty.channel.embedded. EmbeddedChannel
针对每个出站消息进行调用。
handleOversizedMessage(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
handleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec. MessageAggregator
当传入请求超过最大内容长度时调用。
handler(ChannelHandler) - Method in class io.netty.bootstrap. AbstractBootstrap
用于提供请求的ChannelHandler
handler() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
如果尚未配置, 返回已配置的ChannelHandlernull
handler() - Method in interface io.netty.channel. ChannelHandlerContext
handler() - Method in class io.netty.channel.pool. SimpleChannelPool
返回将通知不同池操作的ChannelPoolHandler
handler(ChannelHandler) - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
用于提供请求的ChannelHandler
handlerAdded(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelHandler
ChannelHandler被添加到实际上下文之后调用,并准备处理事件。
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel. ChannelHandlerAdapter
子类可以忽略这个方法。
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel. ChannelInitializer
子类可以忽略这个方法。
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. Bzip2Encoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentCompressor
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentDecoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. CleartextHttp2ServerUpgradeHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2FrameCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec. MessageAggregator
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flow. FlowControlHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedWriteHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic. ChannelTrafficShapingHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodec
 
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy. HttpProxyHandler
 
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy. ProxyHandler
处理从代理服务器收到的消息。
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
handlerRemoved(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelHandler
ChannelHandler从实际上下文中移除之后调用,它不再处理事件。
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel. ChannelHandlerAdapter
子类可以忽略这个方法。
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpContentEncoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec. MessageAggregator
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flush. FlushConsolidationHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout. IdleStateHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout. WriteTimeoutHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic. ChannelTrafficShapingHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec. ByteToMessageDecoder
ByteToMessageDecoder已从实际上下文中移除后调用它,它不再处理事件。
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression. JdkZlibDecoder
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodec
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
通知客户端此服务器已收到比它愿意接受的头大的头。
handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
开始握手
handshake(Channel, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
开始握手
handshake(Channel, FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行开始握手。
handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行打开握手当调用此方法必须不保留FullHttpRequest这是在过去。
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行开始握手。
handshake(Channel, HttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
执行打开握手当调用此方法必须不保留HttpRequest这是在过去。
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketClientExtensionHandshaker
基于服务器响应的握手。
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketServerExtensionHandshaker
基于客户请求的握手。
handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl. ApplicationProtocolNegotiationHandler
在失败的初始SSL / TLS握手中调用。
handshakeFuture() - Method in class io.netty.handler.ssl. SslHandler
返回一个Future ,一旦当前的TLS握手完成,将会收到通知。
handshaker() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
返回使用过的握手
HAProxyCommand - Enum in io.netty.handler.codec.haproxy
HAProxy代理协议头的命令
HAProxyMessage - Class in io.netty.handler.codec.haproxy
用于解码HAProxy代理协议参数的消息容器
HAProxyMessageDecoder - Class in io.netty.handler.codec.haproxy
解码HAProxy代理协议标头
HAProxyMessageDecoder() - Constructor for class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
创建一个没有附加数据(TLV)限制的新解码器
HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
创建具有受限附加数据(TLV)大小的新解码器 注:限制TLV大小仅影响v2二进制标头的处理。
HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
遇到无效HAProxy代理协议标头时引发的DecoderException
HAProxyProtocolException() - Constructor for exception io.netty.handler.codec.haproxy. HAProxyProtocolException
创建一个新的实例
HAProxyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.haproxy. HAProxyProtocolException
创建一个新的实例
HAProxyProtocolException(String) - Constructor for exception io.netty.handler.codec.haproxy. HAProxyProtocolException
创建一个新的实例
HAProxyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.haproxy. HAProxyProtocolException
创建一个新的实例
HAProxyProtocolVersion - Enum in io.netty.handler.codec.haproxy
HAProxy代理协议规范版本。
HAProxyProxiedProtocol - Enum in io.netty.handler.codec.haproxy
由HAProxy代理的协议,由其传输协议和地址族表示。
HAProxyProxiedProtocol.AddressFamily - Enum in io.netty.handler.codec.haproxy
HAProxy代理协议标头的地址族。
HAProxyProxiedProtocol.TransportProtocol - Enum in io.netty.handler.codec.haproxy
HAProxy代理协议头的传输协议
HAProxySSLTLV - Class in io.netty.handler.codec.haproxy
HAProxyTLV - Class in io.netty.handler.codec.haproxy
类型长度值(TLV向量),可以添加到PROXY协议以包含附加信息,如SSL信息。
HAProxyTLV.Type - Enum in io.netty.handler.codec.haproxy
TLV可以在PROXY协议1.5规范中注册的类型
hasArray() - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区有一个后备字节数组时,才返回 true
hasArray() - Method in class io.netty.buffer. CompositeByteBuf
 
hasArray() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
hasArray() - Method in class io.netty.buffer. EmptyByteBuf
 
hasArray() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
hasArray() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
hasArray() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
hasArray() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
hasArray() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
hasAttr(AttributeKey<T>) - Method in interface io.netty.channel. ChannelHandlerContext
hasAttr(AttributeKey<T>) - Method in interface io.netty.util. AttributeMap
当且仅当给定的Attribute存在于此AttributeMap时才返回true。
hasAttr(AttributeKey<T>) - Method in class io.netty.util. DefaultAttributeMap
 
hasDisconnect() - Method in class io.netty.channel. ChannelMetadata
返回 true当且仅当通道的 disconnect()操作允许用户断开连接,然后再次呼叫 ChannelOutboundInvoker.connect(SocketAddress) ,如UDP / IP。
hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
确定stream是否有任何Http2RemoteFlowController.FlowControlled当前排队的帧。
hasFrame() - Method in interface io.netty.handler.codec.http2. StreamByteDistributor.StreamState
指示是否存在等待此流的帧。
hash - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
hashCode() - Method in class io.netty.buffer. AbstractByteBuf
 
hashCode() - Method in class io.netty.buffer. ByteBuf
返回从此缓冲区的内容计算出来的哈希码。
hashCode(ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
计算指定缓冲区的哈希码。
hashCode() - Method in class io.netty.buffer. DefaultByteBufHolder
 
hashCode() - Method in class io.netty.buffer. EmptyByteBuf
 
hashCode() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
hashCode() - Method in class io.netty.channel. AbstractChannel
返回此频道的ID。
hashCode() - Method in class io.netty.channel. DefaultChannelId
 
hashCode() - Method in class io.netty.channel.group. DefaultChannelGroup
 
hashCode() - Method in class io.netty.channel.kqueue. AcceptFilter
 
hashCode() - Method in class io.netty.channel.local. LocalAddress
 
hashCode() - Method in class io.netty.channel.sctp. SctpMessage
 
hashCode() - Method in class io.netty.channel.unix. DomainSocketAddress
 
hashCode() - Method in class io.netty.channel.unix. FileDescriptor
 
hashCode() - Method in class io.netty.handler.codec. DefaultHeaders
 
hashCode(HashingStrategy<V>) - Method in class io.netty.handler.codec. DefaultHeaders
给定一个HashingStrategy为这个对象生成一个哈希码,以便为各个值生成哈希码。
hashCode() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
hashCode() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
hashCode() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
hashCode() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
hashCode() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
hashCode() - Method in class io.netty.handler.codec.dns. DnsOpCode
 
hashCode() - Method in class io.netty.handler.codec.dns. DnsRecordType
 
hashCode() - Method in class io.netty.handler.codec.dns. DnsResponseCode
 
hashCode() - Method in class io.netty.handler.codec. EmptyHeaders
 
hashCode() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultHttpMessage
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultHttpObject
 
hashCode() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
hashCode() - Method in class io.netty.handler.codec.http. HttpMethod
 
hashCode() - Method in class io.netty.handler.codec.http. HttpResponseStatus
 
hashCode() - Method in class io.netty.handler.codec.http. HttpScheme
 
hashCode() - Method in class io.netty.handler.codec.http. HttpVersion
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.websocketx. WebSocketScheme
 
hashCode() - Method in class io.netty.handler.codec.http2. AbstractHttp2StreamFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
hashCode() - Method in class io.netty.handler.codec.http2. Http2Flags
 
hashCode() - Method in class io.netty.handler.codec.smtp. DefaultSmtpRequest
 
hashCode() - Method in class io.netty.handler.codec.smtp. DefaultSmtpResponse
 
hashCode() - Method in class io.netty.handler.codec.smtp. SmtpCommand
 
hashCode() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
hashCode() - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
 
hashCode() - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
 
hashCode() - Method in class io.netty.handler.codec.string. LineSeparator
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlContent
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlDTD
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlElement
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlElementStart
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlEntityReference
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlNamespace
 
hashCode() - Method in class io.netty.handler.codec.xml. XmlProcessingInstruction
 
hashCode() - Method in class io.netty.handler.ssl. PemX509Certificate
 
hashCode() - Method in class io.netty.util. AbstractConstant
 
hashCode() - Method in class io.netty.util. AsciiString
为Ascii提供像字节字符串一样的不区分大小写的哈希码。
hashCode(CharSequence) - Static method in class io.netty.util. AsciiString
返回指定字符串的不区分大小写的哈希码。
hashCode() - Method in class io.netty.util.collection. ByteObjectHashMap
 
hashCode() - Method in class io.netty.util.collection. CharObjectHashMap
 
hashCode() - Method in class io.netty.util.collection. IntObjectHashMap
 
hashCode() - Method in class io.netty.util.collection. LongObjectHashMap
 
hashCode() - Method in class io.netty.util.collection. ShortObjectHashMap
 
hashCode(T) - Method in interface io.netty.util. HashingStrategy
obj生成哈希码。
hashCode() - Method in exception io.netty.util. ResourceLeakException
已过时。
 
hashCode() - Method in error io.netty.util. Signal
 
HashedWheelTimer - Class in io.netty.util
A Timer针对近似I / O超时调度进行了优化。
HashedWheelTimer() - Constructor for class io.netty.util. HashedWheelTimer
使用默认线程工厂( Executors.defaultThreadFactory() ),默认滴答持续时间以及每个轮子的缺省滴答数创建新计时器。
HashedWheelTimer(long, TimeUnit) - Constructor for class io.netty.util. HashedWheelTimer
使用默认线程工厂( Executors.defaultThreadFactory() )和每个轮子的默认数量的刻度创建一个新计时器。
HashedWheelTimer(long, TimeUnit, int) - Constructor for class io.netty.util. HashedWheelTimer
使用默认线程工厂( Executors.defaultThreadFactory() )创建一个新计时器。
HashedWheelTimer(ThreadFactory) - Constructor for class io.netty.util. HashedWheelTimer
使用默认的滴答持续时间和每个轮子的默认滴答数创建新的计时器。
HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class io.netty.util. HashedWheelTimer
使用每个轮子默认的滴答数创建一个新的计时器。
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty.util. HashedWheelTimer
创建一个新的计时器。
HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean) - Constructor for class io.netty.util. HashedWheelTimer
创建一个新的计时器。
HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long) - Constructor for class io.netty.util. HashedWheelTimer
创建一个新的计时器。
HashingStrategy< T> - Interface in io.netty.util
哈希码生成和相等比较的抽象。
hasMemoryAddress() - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区引用指向后备数据的低级内存地址时才返回 true
hasMemoryAddress() - Method in class io.netty.buffer. CompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
hasMemoryAddress() - Method in class io.netty.buffer. EmptyByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
hasMemoryAddress() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
hasMemoryAddress() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
hasNext() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
如果在当前的getStatus中,则为真,则存在来自Body的可用解码的InterfaceHttpData。
hasNext() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
hasNext() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
如果在当前的getStatus中,则为真,则存在来自Body的可用解码的InterfaceHttpData。
hasNext() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
如果在当前的getStatus中,则为真,则存在来自Body的可用解码的InterfaceHttpData。
hasPassword() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
hasPassword(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
指示指定的头是否遵循伪头格式(以':'字符开头)
hasScheduledTasks() - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
如果计划任务已准备好处理,则返回 true
hasTasks() - Method in class io.netty.channel. SingleThreadEventLoop
 
hasTasks() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
hasThreadLocalCache() - Method in class io.netty.buffer. PooledByteBufAllocator
已过时。
hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl. PemX509Certificate
 
hasUser(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
hasUserName() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
head - Variable in class io.netty.handler.codec. DefaultHeaders
 
HEAD - Static variable in class io.netty.handler.codec.http. HttpMethod
HEAD方法与GET相同,只是服务器不能在响应中返回消息体。
HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
456标题字段对资源无效
HeaderEntry(int, K) - Constructor for class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
由于无法解码超过最大标题大小列表的标题而导致的特定流错误。
headerListSizeExceeded(int, long, boolean) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
由于违反 SETTINGS_MAX_HEADER_LIST_SIZEstreamId结果为 streamId
headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
由于以不可恢复的方式违反 SETTINGS_MAX_HEADER_LIST_SIZE ,因此发送GO_AWAY结果。
Headers< K, V, T extends Headers< K, V, T>> - Interface in io.netty.handler.codec
Headers通用界面,代表了键值映射。
headers() - Method in class io.netty.handler.codec.http. DefaultHttpMessage
 
headers() - Method in interface io.netty.handler.codec.http. HttpMessage
返回此消息的标题。
headers() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
HEADERS - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
headers() - Method in interface io.netty.handler.codec.http2. Http2HeadersFrame
一个完整的标题列表。
headers() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
headers() - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
返回SpdyHeaders
headers - Variable in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
headers() - Method in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
headers() - Method in interface io.netty.handler.codec.stomp. StompHeadersSubframe
返回此帧的标题。
HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2. DefaultHttp2FrameReader.HeadersBlockBuilder
 
headersConfiguration() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
headersConfiguration() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
headersConfiguration() - Method in interface io.netty.handler.codec.http2. Http2FrameReader.Configuration
headersConfiguration() - Method in interface io.netty.handler.codec.http2. Http2FrameWriter.Configuration
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
headersReceived(boolean) - Method in interface io.netty.handler.codec.http2. Http2Stream
表示已收到标题。
headersSent(boolean) - Method in interface io.netty.handler.codec.http2. Http2Stream
表示头已经发送到此流上的远程端点。
HeadersUtils - Class in io.netty.handler.codec
提供与Headers相关的实用方法。
headerTableSize() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_HEADER_TABLE_SIZE值。
headerTableSize(long) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_HEADER_TABLE_SIZE值。
healthChecker() - Method in class io.netty.channel.pool. SimpleChannelPool
返回ChannelHealthChecker将用来检查一个Channel是健康的。
heapArenas() - Method in class io.netty.buffer. PooledByteBufAllocator
heapArenas() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回一个List所有堆PoolArenaMetric这个池提供的秒。
heapBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
heapBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
heapBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配一个堆ByteBuf
heapBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
用给定的初始容量分配堆ByteBuf
heapBuffer(int, int) - Method in interface io.netty.buffer. ByteBufAllocator
用给定的初始容量和给定的最大容量分配堆ByteBuf
heapBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
heapBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
HEART_BEAT - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
HELO - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
helo(CharSequence) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 HELO请求。
HELP - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
help(String) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 HELP请求。
hexDump(ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
返回指定缓冲区可读字节的 hex dump
hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
返回指定缓冲区的子区域的 hex dump
hexDump(byte[]) - Static method in class io.netty.buffer. ByteBufUtil
返回指定字节数组的 hex dump
hexDump(byte[], int, int) - Static method in class io.netty.buffer. ByteBufUtil
返回指定字节数组的子区域的 hex dump
high() - Method in class io.netty.channel. WriteBufferWaterMark
返回写入缓冲区的高位标记。
HIP - Static variable in class io.netty.handler.codec.dns. DnsRecordType
主机标识协议记录RFC 5205分离IP地址的端点标识符和定位器角色的方法。
hits() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回成功重用会话的数量。
HMAC_KEY_SIZE - Static variable in class io.netty.handler.ssl. OpenSslSessionTicketKey
会话票证密钥HMAC密钥的大小
hmacKey() - Method in class io.netty.handler.ssl. OpenSslSessionTicketKey
获取HMAC密钥。
HOST - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"host"
HOST - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Host"
HOST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"host"
HOST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Host"
host() - Method in class io.netty.handler.codec.socks. SocksCmdRequest
返回用作SocksCmdType参数的主机
host() - Method in class io.netty.handler.codec.socks. SocksCmdResponse
返回用作SocksCmdType参数的主机
HOST - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":host"
HOST - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
hostname() - Method in class io.netty.handler.codec.dns. DefaultDnsPtrRecord
 
hostname() - Method in interface io.netty.handler.codec.dns. DnsPtrRecord
返回此PTR记录解析为的主机名。
hostname() - Method in class io.netty.handler.ssl. SniCompletionEvent
如果我们能够解析它,返回客户端发送的SNI主机名,否则 null
hostname() - Method in class io.netty.handler.ssl. SniHandler
 
HostsFileEntries - Class in io.netty.resolver
主机文件条目的容器
HostsFileEntries(Map<String, Inet4Address>, Map<String, Inet6Address>) - Constructor for class io.netty.resolver. HostsFileEntries
 
hostsFileEntriesResolver() - Method in class io.netty.resolver.dns. DnsNameResolver
在请求远程DNS服务器之前,返回尝试根据主机文件解析主机名的组件。
hostsFileEntriesResolver(HostsFileEntriesResolver) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
 
HostsFileEntriesResolver - Interface in io.netty.resolver
根据主机文件条目解析主机名。
HostsFileParser - Class in io.netty.resolver
主机文件的解析器。
HT - Static variable in class io.netty.handler.codec.http. HttpConstants
水平标签
HTTP - Static variable in class io.netty.handler.codec.http. HttpScheme
用于非安全HTTP连接的方案。
Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2. StreamBufferingEncoder.Http2ChannelClosedException
 
Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
ChannelDuplexHandler提供HTTP / 2的附加功能。
Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
 
Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
客户端明文升级编解码器从HTTP到HTTP / 2。
Http2ClientUpgradeCodec(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
 
Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
 
Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
添加到管道时,使用连接处理程序的默认名称创建编解码器。
Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
创建提供HTTP / 2给定处理程序升级的编解码器。
Http2CodecUtil - Class in io.netty.handler.codec.http2
用于编码/解码HTTP2帧的常量和实用方法。
Http2Connection - Interface in io.netty.handler.codec.http2
管理器用于与远程端点建立HTTP / 2连接的状态。
Http2Connection.Endpoint< F extends Http2FlowController> - Interface in io.netty.handler.codec.http2
从一个端点(本地或远程)连接的视图。
Http2Connection.Listener - Interface in io.netty.handler.codec.http2
监听器针对此连接中的流的生命周期事件。
Http2Connection.PropertyKey - Interface in io.netty.handler.codec.http2
用于将应用程序定义的属性与此连接内的流相关联的键。
Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
提供所有Http2Connection.Listener方法的空白实现。
Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
代表Http2ConnectionHandler入站流量处理程序
Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
处理出站HTTP / 2流量的处理程序。
Http2ConnectionHandler - Class in io.netty.handler.codec.http2
提供处理入站帧事件和委派给Http2FrameListener的默认实现此类将读取HTTP / 2帧并将事件委托给Http2FrameListener此接口通过Http2LocalFlowController实施入站流控制功能
Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2. Http2ConnectionHandler
 
Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
构建Http2ConnectionHandler对象的构建
Http2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty.handler.codec.http2
表示 connection preface和初始设置帧已发送。
Http2DataFrame - Interface in io.netty.handler.codec.http2
HTTP / 2数据帧。
Http2DataWriter - Interface in io.netty.handler.codec.http2
定义能够生成HTTP / 2数据帧的对象的接口。
Http2Error - Enum in io.netty.handler.codec.http2
所有由HTTP / 2规范标识的错误代码。
Http2EventAdapter - Class in io.netty.handler.codec.http2
这个类将Http2Connection.ListenerHttp2FrameListener结合在一起提供NOOP实现,因此继承类可以选择性地选择要覆盖的方法。
Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2. Http2EventAdapter
 
Http2Exception - Exception in io.netty.handler.codec.http2
遇到HTTP / 2错误时抛出异常。
Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2. Http2Exception
 
Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
当流创建尝试失败时使用,但可能是因为流先前已关闭。
Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
提供使用一个throw语句处理多个流异常的能力。
Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
 
Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
提供关于是否合理关闭的提示,应执行什么类型的关闭。
Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
表示可以隔离到单个流的异常(与整个连接相反)。
Http2Flags - Class in io.netty.handler.codec.http2
提供用于访问HTTP / 2规范定义的特定标志的实用方法。
Http2Flags() - Constructor for class io.netty.handler.codec.http2. Http2Flags
 
Http2Flags(short) - Constructor for class io.netty.handler.codec.http2. Http2Flags
 
Http2FlowController - Interface in io.netty.handler.codec.http2
所有HTTP / 2流量控制器的基本接口。
Http2Frame - Interface in io.netty.handler.codec.http2
一个HTTP / 2帧。
Http2FrameAdapter - Class in io.netty.handler.codec.http2
Http2FrameListener所有方法提供无操作实现的便利类。
Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2. Http2FrameAdapter
 
Http2FrameCodec - Class in io.netty.handler.codec.http2
这个API非常不成熟。
Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
Http2FrameCodec生成器。
Http2FrameListener - Interface in io.netty.handler.codec.http2
HTTP / 2帧的侦听器。
Http2FrameListenerDecorator - Class in io.netty.handler.codec.http2
围绕Http2FrameListener提供装饰器并委托所有方法调用
Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
Http2FrameLogger - Class in io.netty.handler.codec.http2
记录HTTP2帧以用于调试目的。
Http2FrameLogger(LogLevel) - Constructor for class io.netty.handler.codec.http2. Http2FrameLogger
 
Http2FrameLogger(LogLevel, String) - Constructor for class io.netty.handler.codec.http2. Http2FrameLogger
 
Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2. Http2FrameLogger
 
Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
 
Http2FrameReader - Interface in io.netty.handler.codec.http2
从输入ByteBuf读取HTTP / 2帧,并在帧完成时通知指定的Http2FrameListener
Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
特定于Http2FrameReader配置
Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
 
Http2FrameStream - Interface in io.netty.handler.codec.http2
HTTP / 2连接中的单个流。
Http2FrameStreamEvent - Class in io.netty.handler.codec.http2
 
Http2FrameStreamException - Exception in io.netty.handler.codec.http2
特定Http2FrameStream HTTP / 2例外。
Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty.handler.codec.http2. Http2FrameStreamException
 
Http2FrameStreamVisitor - Interface in io.netty.handler.codec.http2
允许遍历Http2FrameStream集合的访问者
Http2FrameTypes - Class in io.netty.handler.codec.http2
由HTTP / 2规范定义的所有标准帧类型的注册表。
Http2FrameWriter - Interface in io.netty.handler.codec.http2
负责将HTTP / 2帧封送到频道的作者。
Http2FrameWriter.Configuration - Interface in io.netty.handler.codec.http2
特定于Http2FrameWriter配置
Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2. StreamBufferingEncoder.Http2GoAwayException
 
Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
HTTP / 2 GOAWAY帧。
Http2Headers - Interface in io.netty.handler.codec.http2
通过HTTP / 2发送或接收的标头集合。
Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
HTTP / 2伪头名称。
Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
将HPACK编码的标题块解码为Http2Headers
Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
Http2HeadersDecoder接口的配置相关元素
Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
Http2Headers编码为HPACK编码的标题块。
Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
Http2HeadersEncoder接口的配置相关元素
Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
确定标题名称/值对是否被视为 sensitive
Http2HeadersFrame - Interface in io.netty.handler.codec.http2
HTTP / 2 HEADERS帧。
Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
围绕Http2FrameReader装饰器在回调侦听器之前记录所有入站帧。
Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2. Http2InboundFrameLogger
 
Http2LifecycleManager - Interface in io.netty.handler.codec.http2
HTTP / 2连接生命周期的管理器。
Http2LocalFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController用于控制来自远程端点的DATA帧的入站流。
Http2MultiplexCodec - Class in io.netty.handler.codec.http2
为每个流创建子通道的HTTP / 2处理程序。
Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
建造者Http2MultiplexCodec
Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
当当前连接不再有可用的流ID时抛出此异常
Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2. Http2NoMoreStreamIdsException
 
Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2. Http2NoMoreStreamIdsException
 
Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
围绕Http2FrameWriter装饰器在调用作者之前记录所有出站帧。
Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
Http2PingFrame - Interface in io.netty.handler.codec.http2
HTTP / 2 PING帧。
Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
为用户定义推送请求的有效性提供可扩展性点。
Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController用于控制出站DATA帧到远程端点的流量。
Http2RemoteFlowController.FlowControlled - Interface in io.netty.handler.codec.http2
这个接口的实现用来渐进地将底层载荷的块写入流中。
Http2RemoteFlowController.Listener - Interface in io.netty.handler.codec.http2
监听器对每个流写入的流控字节数。
Http2ResetFrame - Interface in io.netty.handler.codec.http2
HTTP / 2 RST_STREAM帧。
Http2SecurityUtil - Class in io.netty.handler.codec.http2
提供与特定于HTTP / 2的安全性需求相关的实用程序。
Http2ServerUpgradeCodec - Class in io.netty.handler.codec.http2
服务器端编解码器,用于执行从HTTP / 1.x到HTTP / 2的明文升级。
Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
添加到管道时,使用连接处理程序的默认名称创建编解码器。
Http2ServerUpgradeCodec(Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
添加到管道时,使用连接处理程序的默认名称创建编解码器。
Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
创建提供HTTP / 2给定处理程序升级的编解码器。
Http2ServerUpgradeCodec(String, Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
创建提供HTTP / 2给定处理程序升级的编解码器。
Http2ServerUpgradeCodec(Http2FrameCodec, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
添加到管道时,使用连接处理程序的默认名称创建编解码器。
Http2Settings - Class in io.netty.handler.codec.http2
HTTP / 2连接中一个端点的设置。
Http2Settings() - Constructor for class io.netty.handler.codec.http2. Http2Settings
 
Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2. Http2Settings
 
Http2Settings(int) - Constructor for class io.netty.handler.codec.http2. Http2Settings
 
Http2SettingsFrame - Interface in io.netty.handler.codec.http2
HTTP / 2设置框架。
Http2Stream - Interface in io.netty.handler.codec.http2
HTTP2连接中的单个流。
Http2Stream.State - Enum in io.netty.handler.codec.http2
HTTP2流的允许状态。
Http2StreamChannel - Interface in io.netty.handler.codec.http2
 
Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
 
Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
 
Http2StreamFrame - Interface in io.netty.handler.codec.http2
一个框架,其含义 可能适用于特定的流,而不是整个连接。
Http2StreamFrameToHttpObjectCodec - Class in io.netty.handler.codec.http2
该处理程序从Http2StreamFrame转换为HttpObject ,然后返回。
Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
Http2StreamVisitor - Interface in io.netty.handler.codec.http2
允许迭代一组流的访问者。
Http2UnknownFrame - Interface in io.netty.handler.codec.http2
 
Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
HTTP / 2 WINDOW_UPDATE帧。
HTTP_1_0 - Static variable in class io.netty.handler.codec.http. HttpVersion
HTTP / 1.0
HTTP_1_1 - Static variable in class io.netty.handler.codec.http. HttpVersion
HTTP / 1.1
HTTP_1_1 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"http/1.1" :HTTP版本1.1
HTTP_2 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"h2" :HTTP版本2
HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
不支持505 HTTP版本
HttpChunkedInput - Class in io.netty.handler.codec.http
一个ChunkedInput ,通过块获取数据块以便与HTTP分块传输一起使用。
HttpChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http. HttpChunkedInput
使用指定的输入创建一个新实例。
HttpChunkedInput(ChunkedInput<ByteBuf>, LastHttpContent) - Constructor for class io.netty.handler.codec.http. HttpChunkedInput
使用指定的输入创建一个新实例。
HttpClientCodec - Class in io.netty.handler.codec.http
HttpRequestEncoderHttpResponseDecoder组合,可以更轻松地实现客户端HTTP。
HttpClientCodec() - Constructor for class io.netty.handler.codec.http. HttpClientCodec
使用默认解码器选项( maxInitialLineLength (4096 }, maxHeaderSize (8192)maxChunkSize (8192) )创建一个新实例。
HttpClientCodec(int, int, int) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientCodec(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientCodec(int, int, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientCodec(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientCodec(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpClientCodec
用指定的解码器选项创建一个新实例。
HttpClientUpgradeHandler - Class in io.netty.handler.codec.http
用于处理与另一个协议的HTTP升级握手的客户端处理程序。
HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty.handler.codec.http. HttpClientUpgradeHandler
构造客户端升级处理程序。
HttpClientUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
最初在流水线中使用的源代码编解码器。
HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
源可以升级到的编解码器。
HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty.handler.codec.http
被触发以通知升级状态的用户事件。
HttpConstants - Class in io.netty.handler.codec.http
 
HttpContent - Interface in io.netty.handler.codec.http
用于HTTP分块传输编码的HTTP块。
HttpContentCompressor - Class in io.netty.handler.codec.http
压缩HttpMessageHttpContent gzipdeflate编码,同时尊重"Accept-Encoding"标头。
HttpContentCompressor() - Constructor for class io.netty.handler.codec.http. HttpContentCompressor
使用默认压缩级别( 6 ),默认窗口大小( 15 )和默认内存级别( 8 )创建新的处理程序。
HttpContentCompressor(int) - Constructor for class io.netty.handler.codec.http. HttpContentCompressor
用指定的压缩级别,默认窗口大小( 15 )和默认内存级别( 8 )创建新的处理程序。
HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http. HttpContentCompressor
用指定的压缩级别,窗口大小和内存级别创建一个新的处理程序。
HttpContentDecoder - Class in io.netty.handler.codec.http
解码收到的HttpRequestHttpContent的内容
HttpContentDecoder() - Constructor for class io.netty.handler.codec.http. HttpContentDecoder
 
HttpContentDecompressor - Class in io.netty.handler.codec.http
解压缩HttpMessageHttpContent压缩的gzipdeflate编码。
HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http. HttpContentDecompressor
在非严格模式下创建一个新的HttpContentDecompressor
HttpContentDecompressor(boolean) - Constructor for class io.netty.handler.codec.http. HttpContentDecompressor
创建一个新的HttpContentDecompressor
HttpContentEncoder - Class in io.netty.handler.codec.http
HttpContentEncoder() - Constructor for class io.netty.handler.codec.http. HttpContentEncoder
 
HttpContentEncoder.Result - Class in io.netty.handler.codec.http
 
HttpConversionUtil - Class in io.netty.handler.codec.http2
提供HTTP / 2到HTTP转换的实用方法和常量
HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
提供用于在HTTP对象中携带HTTP / 2信息的HTTP标头扩展
HttpData - Interface in io.netty.handler.codec.http.multipart
InterfaceHttpData的扩展接口
HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
用于启用InterfaceHttpData对象创建的接口
HttpExpectationFailedEvent - Class in io.netty.handler.codec.http
一个用户事件旨在传达一个期望已经失败,并且不应该期望一个机构将遵循。
HttpHeaderDateFormat - Class in io.netty.handler.codec.http
已过时。
改为使用DateFormatter
HttpHeaderNames - Class in io.netty.handler.codec.http
标准的HTTP头名称。
HttpHeaders - Class in io.netty.handler.codec.http
为标准HTTP头名称和值提供常量,并提供访问HttpMessage常用实用程序方法。
HttpHeaders() - Constructor for class io.netty.handler.codec.http. HttpHeaders
 
HttpHeaders.Names - Class in io.netty.handler.codec.http
已过时。
改为使用HttpHeaderNames 标准的HTTP头名称。
HttpHeaders.Values - Class in io.netty.handler.codec.http
已过时。
改用HttpHeaderValues 标准的HTTP标头值。
HttpHeaderValues - Class in io.netty.handler.codec.http
标准的HTTP标头值。
HttpMessage - Interface in io.netty.handler.codec.http
定义HTTP消息的接口,为HttpRequestHttpResponse提供公共属性。
HttpMethod - Class in io.netty.handler.codec.http
HTTP或其派生协议的请求方法,如 RTSPICAP
HttpMethod(String) - Constructor for class io.netty.handler.codec.http. HttpMethod
用指定的名称创建一个新的HTTP方法。
HttpObject - Interface in io.netty.handler.codec.http
 
HttpObjectAggregator - Class in io.netty.handler.codec.http
一个ChannelHandlerHttpMessage及其以下HttpContent集成到单个FullHttpRequestFullHttpResponse (取决于它是否用于处理请求或响应)而没有以下HttpContent
HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http. HttpObjectAggregator
创建一个新的实例。
HttpObjectAggregator(int, boolean) - Constructor for class io.netty.handler.codec.http. HttpObjectAggregator
创建一个新的实例。
HttpObjectDecoder - Class in io.netty.handler.codec.http
ByteBuf s解码为HttpMessage s和HttpContent s。
HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http. HttpObjectDecoder
使用默认的 maxInitialLineLength (4096 }, maxHeaderSize (8192)maxChunkSize (8192)创建一个新实例。
HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpObjectDecoder
用指定的参数创建一个新的实例。
HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http. HttpObjectDecoder
用指定的参数创建一个新的实例。
HttpObjectDecoder(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http. HttpObjectDecoder
 
HttpObjectEncoder< H extends HttpMessage> - Class in io.netty.handler.codec.http
HttpMessageHttpContent编码为ByteBuf
HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http. HttpObjectEncoder
 
HTTPONLY - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
HttpPostMultipartRequestDecoder - Class in io.netty.handler.codec.http.multipart
该解码器将解码Body并可以处理POST BODY。
HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
 
HttpPostRequestDecoder - Class in io.netty.handler.codec.http.multipart
该解码器将解码Body并可以处理POST BODY。
HttpPostRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
HttpPostRequestDecoder.EndOfDataDecoderException - Exception in io.netty.handler.codec.http.multipart
即使仍然有数据,身体完全解码也是例外
HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
解码时发生错误时异常
HttpPostRequestDecoder.MultiPartStatus - Enum in io.netty.handler.codec.http.multipart
状态遵循NOTSTARTED PREAMBLE((HEADERDELIMITER配置(字段| FILEUPLOAD))*(HEADERDELIMITER配置混合可执行文件(MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+ EPILOGUE首先getStatus为:NOSTARTED内容类型:multipart / form-data,boundary = AaB03x =>标题中的PREAMBLE --AaB03x => HEADERDELIMITER content-disposition:form-data; name =“field1”=>配置Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition:form-data; name =“pics”=>处置内容类型:multipart / mixed,边界= BbC04y --BbC04y => MIXEDDELIMITER内容处置:附件; filename =“file1.txt”=> MIXEDDISPOSITION Content-Type:文本/纯文本... file1.txt的内容... => MIXEDFILEUPLOAD --BbC04y => MIXEDDELIMITER内容处置:文件; filename =“file2.gif”=> MIXEDDISPOSITION Content-type:image / gif Content-Transfer-Encoding:binary ... file2.gif的内容... => MIXEDFILEUPLOAD --BbC04y-- => MIXEDCLOSEDELIMITER --AaB03x- - => CLOSEDELIMITER一旦找到CLOSEDELIMITER,最后的getStatus就是EPILOGUE
HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in io.netty.handler.codec.http.multipart
尝试以分块格式从请求中读取数据时出现异常,并且没有足够的数据可用(需要更多块)
HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
该编码器将有助于将FORM的请求编码为POST。
HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
用于编码表单数据的不同模式。
HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
编码时发生错误时发生异常
HttpPostStandardRequestDecoder - Class in io.netty.handler.codec.http.multipart
该解码器将解码Body并可以处理POST BODY。
HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
 
HttpProxyHandler - Class in io.netty.handler.proxy
 
HttpProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy. HttpProxyHandler
 
HttpProxyHandler(SocketAddress, HttpHeaders) - Constructor for class io.netty.handler.proxy. HttpProxyHandler
 
HttpProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy. HttpProxyHandler
 
HttpProxyHandler(SocketAddress, String, String, HttpHeaders) - Constructor for class io.netty.handler.proxy. HttpProxyHandler
 
HttpRequest - Interface in io.netty.handler.codec.http
一个HTTP请求。
HttpRequestDecoder - Class in io.netty.handler.codec.http
ByteBuf s解码为HttpRequest s和HttpContent s。
HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http. HttpRequestDecoder
使用默认的一个新的实例 maxInitialLineLength (4096)maxHeaderSize (8192)maxChunkSize (8192)
HttpRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http. HttpRequestDecoder
用指定的参数创建一个新的实例。
HttpRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpRequestDecoder
 
HttpRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http. HttpRequestDecoder
 
HttpRequestEncoder - Class in io.netty.handler.codec.http
HttpRequestHttpContent编码为ByteBuf
HttpRequestEncoder() - Constructor for class io.netty.handler.codec.http. HttpRequestEncoder
 
HttpResponse - Interface in io.netty.handler.codec.http
一个HTTP响应。
HttpResponseDecoder - Class in io.netty.handler.codec.http
ByteBuf s解码为HttpResponse s和HttpContent s。
HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http. HttpResponseDecoder
使用默认的一个新的实例 maxInitialLineLength (4096)maxHeaderSize (8192)maxChunkSize (8192)
HttpResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http. HttpResponseDecoder
用指定的参数创建一个新的实例。
HttpResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpResponseDecoder
 
HttpResponseDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http. HttpResponseDecoder
 
HttpResponseEncoder - Class in io.netty.handler.codec.http
HttpResponseHttpContent编码为ByteBuf
HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http. HttpResponseEncoder
 
HttpResponseStatus - Class in io.netty.handler.codec.http
HTTP或其派生协议的响应代码及其描述,如 RTSPICAP
HttpResponseStatus(int, String) - Constructor for class io.netty.handler.codec.http. HttpResponseStatus
用指定的 code及其 reasonPhrase创建一个新实例。
HTTPS - Static variable in class io.netty.handler.codec.http. HttpScheme
安全HTTP连接方案。
HttpScheme - Class in io.netty.handler.codec.http
定义 rfc7230定义的用于HTTP协议的通用方案。
HttpServerCodec - Class in io.netty.handler.codec.http
HttpRequestDecoderHttpResponseEncoder组合,可以更轻松地实现服务器端HTTP。
HttpServerCodec() - Constructor for class io.netty.handler.codec.http. HttpServerCodec
使用默认解码器选项( maxInitialLineLength (4096 }, maxHeaderSize (8192)maxChunkSize (8192) )创建一个新实例。
HttpServerCodec(int, int, int) - Constructor for class io.netty.handler.codec.http. HttpServerCodec
用指定的解码器选项创建一个新实例。
HttpServerCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpServerCodec
用指定的解码器选项创建一个新实例。
HttpServerCodec(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http. HttpServerCodec
用指定的解码器选项创建一个新实例。
HttpServerExpectContinueHandler - Class in io.netty.handler.codec.http
发送100 CONTINUE HttpResponseHttpRequest ,其中包含'expect:100-continue'标头。
HttpServerExpectContinueHandler() - Constructor for class io.netty.handler.codec.http. HttpServerExpectContinueHandler
 
HttpServerKeepAliveHandler - Class in io.netty.handler.codec.http
HttpServerKeepAliveHandler在适当时帮助关闭持久连接。
HttpServerKeepAliveHandler() - Constructor for class io.netty.handler.codec.http. HttpServerKeepAliveHandler
 
HttpServerUpgradeHandler - Class in io.netty.handler.codec.http
服务器端处理程序,用于接收HTTP请求,并且可以在支持所请求的协议时选择执行协议切换。
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory) - Constructor for class io.netty.handler.codec.http. HttpServerUpgradeHandler
用支持的编解码器构建升级程序。
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int) - Constructor for class io.netty.handler.codec.http. HttpServerUpgradeHandler
用支持的编解码器构建升级程序。
HttpServerUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
最初在流水线中使用的源代码编解码器。
HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
源可以升级到的编解码器。
HttpServerUpgradeHandler.UpgradeCodecFactory - Interface in io.netty.handler.codec.http
为请求的协议名称创建一个新的HttpServerUpgradeHandler.UpgradeCodec
HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty.handler.codec.http
用户事件被触发以通知HTTP升级到另一协议的完成。
HttpStatusClass - Enum in io.netty.handler.codec.http
HTTP状态的类。
HttpToHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
将HTTP / 1.x对象写入HTTP / 2帧。
HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandler
 
HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
构建HttpToHttp2ConnectionHandler对象的构建
HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
HttpUtil - Class in io.netty.handler.codec.http
在HTTP上下文中有用的实用方法。
HttpVersion - Class in io.netty.handler.codec.http
HTTP或其衍生协议的版本,如 RTSPICAP
HttpVersion(String, boolean) - Constructor for class io.netty.handler.codec.http. HttpVersion
用指定的版本字符串创建一个新的HTTP版本。
HttpVersion(String, int, int, boolean) - Constructor for class io.netty.handler.codec.http. HttpVersion
使用指定的协议名称和版本号创建新的HTTP版本。

I

id() - Method in class io.netty.channel. AbstractChannel
 
id() - Method in interface io.netty.channel. Channel
返回此Channel的全局唯一标识符。
id() - Method in class io.netty.channel.local. LocalAddress
返回此地址的ID。
id() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
id() - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的 ID
id() - Method in interface io.netty.handler.codec.http2. Http2FrameStream
返回流标识符。
id() - Method in interface io.netty.handler.codec.http2. Http2Stream
在连接内获取此流的唯一标识符。
id() - Method in class io.netty.handler.codec.spdy. DefaultSpdyPingFrame
 
id() - Method in interface io.netty.handler.codec.spdy. SpdyPingFrame
返回此帧的ID。
ID - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
id() - Method in class io.netty.util. AbstractConstant
 
id() - Method in interface io.netty.util.concurrent. ThreadProperties
 
id() - Method in interface io.netty.util. Constant
返回分配给此Constant的唯一编号。
id() - Method in error io.netty.util. Signal
 
IDENTD_AUTH_FAILURE - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
IDENTD_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
identify() - Static method in class io.netty.util. Version
使用当前上下文类加载器检索Netty工件的版本信息。
identify(ClassLoader) - Static method in class io.netty.util. Version
使用指定的 ClassLoader检索Netty工件的版本信息。
IDENTITY - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"identity"
IDENTITY - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"identity"
IDENTITY - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"identity"
IDENTITY - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"identity"
IdentityCipherSuiteFilter - Class in io.netty.handler.ssl
该课程不会对密码套件进行任何过滤。
IdleState - Enum in io.netty.handler.timeout
代表Enum的空闲状态的Enum
IdleStateEvent - Class in io.netty.handler.timeout
Channel处于空闲状态时由IdleStateHandler触发的用户事件。
IdleStateEvent(IdleState, boolean) - Constructor for class io.netty.handler.timeout. IdleStateEvent
子类的构造器。
IdleStateHandler - Class in io.netty.handler.timeout
Channel在一段时间内未执行读取,写入操作或两者都执行时触发IdleStateEvent
IdleStateHandler(int, int, int) - Constructor for class io.netty.handler.timeout. IdleStateHandler
创建一个触发IdleStateEvent的新实例。
IdleStateHandler(long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout. IdleStateHandler
 
IdleStateHandler(boolean, long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout. IdleStateHandler
创建一个新的实例触发IdleStateEvent s。
ids() - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
ids() - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
返回设置ID的 Set
IF_MATCH - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"if-match"
IF_MATCH - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"If-Match"
IF_MATCH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"if-match"
IF_MATCH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"If-Match"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"if-modified-since"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"If-Modified-Since"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"if-modified-since"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"If-Modified-Since"
IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"if-none-match"
IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"If-None-Match"
IF_RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"if-range"
IF_RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"If-Range"
IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"if-unmodified-since"
IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"If-Unmodified-Since"
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec. MessageAggregator
确定当前请求/响应的所有对象是否应该被忽略。
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
IllegalReferenceCountException - Exception in io.netty.util
IllegalStateException当用户试图访问引用计数减少到0(并因此释放)的ReferenceCounted时引发的。
IllegalReferenceCountException() - Constructor for exception io.netty.util. IllegalReferenceCountException
 
IllegalReferenceCountException(int) - Constructor for exception io.netty.util. IllegalReferenceCountException
 
IllegalReferenceCountException(int, int) - Constructor for exception io.netty.util. IllegalReferenceCountException
 
IllegalReferenceCountException(String) - Constructor for exception io.netty.util. IllegalReferenceCountException
 
IllegalReferenceCountException(String, Throwable) - Constructor for exception io.netty.util. IllegalReferenceCountException
 
IllegalReferenceCountException(Throwable) - Constructor for exception io.netty.util. IllegalReferenceCountException
 
ImmediateEventExecutor - Class in io.netty.util.concurrent
在调用者的线程中执行 Runnable对象。
ImmediateExecutor - Class in io.netty.util.concurrent
Executor ,它们在调用者线程中执行任务。
inboundHandler() - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
此适配器仅从此处定义的HTTP消息流提供标头/数据事件
InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
构建一个InboundHttp2ToHttpAdapter
InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
为指定的Http2Connection创建一个新的InboundHttp2ToHttpAdapter构建器。
InboundHttpToHttp2Adapter - Class in io.netty.handler.codec.http2
将HTTP / 1.x对象读取转换为HTTP / 2帧。
InboundHttpToHttp2Adapter(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2. InboundHttpToHttp2Adapter
 
inboundMessages() - Method in class io.netty.channel.embedded. EmbeddedChannel
返回Queue持有所有Object这个收到,且s Channel
incMessagesRead(int) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
incMessagesRead(int) - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
incMessagesRead(int) - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
增加为当前读取循环读取的消息数量。
incompleteWrite(boolean) - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
increaseWriteCounter(long) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
按给定的增量增加当前的写计数器
INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
incrementAndGetNextStreamId() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
递增并获取下一个生成的流ID这个端点。
incrementPendingOutboundBytes(long) - Method in class io.netty.channel. DefaultChannelPipeline
 
INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
incrementWindowSize(Http2Stream, int) - Method in interface io.netty.handler.codec.http2. Http2FlowController
按给定的增量增加流的流量控制窗口的大小。
INDEX_NOT_FOUND - Static variable in class io.netty.util. AsciiString
 
IndexNotOfProcessor(byte) - Constructor for class io.netty.util. ByteProcessor.IndexNotOfProcessor
 
indexOf(int, int, byte) - Method in class io.netty.buffer. AbstractByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer. ByteBuf
定位此缓冲区中第一次出现的指定 value
indexOf(ByteBuf, ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
返回干草堆中针的阅读器索引,如果针不在干草堆中,则返回-1。
indexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer. ByteBufUtil
indexOf(int, int, byte) - Method in class io.netty.buffer. EmptyByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
indexOf(CharSequence) - Method in class io.netty.util. AsciiString
在此字符串中搜索指定字符串的第一个索引。
indexOf(CharSequence, int) - Method in class io.netty.util. AsciiString
在此字符串中搜索指定字符串的索引。
indexOf(char, int) - Method in class io.netty.util. AsciiString
在此字符串中搜索指定字符 ch的索引。
indexOf(CharSequence, char, int) - Static method in class io.netty.util. AsciiString
查找匹配指定字符的 CharSequence中的第一个索引。
indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class io.netty.util. AsciiString
大小写敏感地查找指定位置的CharSequence内的第一个索引。
indexOfIgnoreCaseAscii(CharSequence, CharSequence, int) - Static method in class io.netty.util. AsciiString
大小写敏感地查找指定位置的CharSequence内的第一个索引。
IndexOfProcessor(byte) - Constructor for class io.netty.util. ByteProcessor.IndexOfProcessor
 
inet4Entries() - Method in class io.netty.resolver. HostsFileEntries
IPv4条目
inet6Entries() - Method in class io.netty.resolver. HostsFileEntries
IPv6条目
InetNameResolver - Class in io.netty.resolver
解决InetAddress骨架NameResolver实现。
InetNameResolver(EventExecutor) - Constructor for class io.netty.resolver. InetNameResolver
 
InetSocketAddressResolver - Class in io.netty.resolver
A AbstractAddressResolver ,解决InetSocketAddress
InetSocketAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver. InetSocketAddressResolver
 
inEventLoop() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
inEventLoop() - Method in interface io.netty.util.concurrent. EventExecutor
Thread.currentThread()作为参数调用 EventExecutor.inEventLoop(Thread)
inEventLoop(Thread) - Method in interface io.netty.util.concurrent. EventExecutor
返回 true如果给定 Thread在事件循环中执行, false其他。
inEventLoop(Thread) - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
init(I, O) - Method in class io.netty.channel. CombinedChannelDuplexHandler
使用指定的处理程序初始化此处理程序。
initCause(Throwable) - Method in error io.netty.util. Signal
 
initChannel(C) - Method in class io.netty.channel. ChannelInitializer
一旦Channel被注册,该方法将被调用。
initCookie(String, int, int, int, int) - Method in class io.netty.handler.codec.http.cookie. CookieDecoder
 
initEngine(SSLEngine) - Method in class io.netty.handler.ssl. DelegatingSslContext
初始化 SSLEngine
initHandler(SslHandler) - Method in class io.netty.handler.ssl. DelegatingSslContext
初始化SslHandler
initialFlowControlledBytes() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
initialFlowControlledBytes() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
返回流量控制的初始化字节数,所以即使 Http2DataFrame.content()被消耗,也不会改变。
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置在HPACK huffman解码期间使用的中间缓冲区的初始大小。
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
initialize() - Static method in class io.netty.channel.unix. Socket
 
initialSettings() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
Http2Settings设置为用于初始连接设置交换。
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
Http2Settings设置为用于初始连接设置交换。
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
initialSettings() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
initialSettings() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
initialValue() - Method in class io.netty.util.concurrent. FastThreadLocal
返回此线程局部变量的初始值。
initialWindowSize(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
initialWindowSize(int) - Method in interface io.netty.handler.codec.http2. Http2FlowController
设置连接范围的初始流量控制窗口并按增量更新所有流窗口(但不是连接流窗口)。
initialWindowSize() - Method in interface io.netty.handler.codec.http2. Http2FlowController
获取用作新流流控制窗口基础的连接范围初始流控制窗口大小。
initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2LocalFlowController
获取给定流的初始流量控制窗口大小。
initialWindowSize() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_INITIAL_WINDOW_SIZE值。
initialWindowSize(int) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_INITIAL_WINDOW_SIZE值。
InsecureTrustManagerFactory - Class in io.netty.handler.ssl.util
一个不安全的 TrustManagerFactory ,信任所有X.509证书没有任何验证。
INSTANCE - Static variable in class io.netty.channel. DefaultSelectStrategyFactory
 
INSTANCE - Static variable in class io.netty.channel.socket. ChannelInputShutdownEvent
实例使用
INSTANCE - Static variable in class io.netty.channel.socket. ChannelInputShutdownReadComplete
 
INSTANCE - Static variable in class io.netty.channel.socket. ChannelOutputShutdownEvent
 
INSTANCE - Static variable in class io.netty.handler.codec. CharSequenceValueConverter
 
INSTANCE - Static variable in class io.netty.handler.codec.http. EmptyHttpHeaders
 
INSTANCE - Static variable in class io.netty.handler.codec.http. HttpExpectationFailedEvent
 
INSTANCE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression. WebSocketClientCompressionHandler
 
INSTANCE - Static variable in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
INSTANCE - Static variable in class io.netty.handler.codec.mqtt. MqttEncoder
 
INSTANCE - Static variable in class io.netty.handler.codec.redis. FixedRedisMessagePool
FixedRedisMessagePool的共享对象。
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4. Socks4ClientEncoder
Socks4ClientEncoder的单例实例
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4. Socks4ServerEncoder
 
instance() - Static method in class io.netty.handler.codec. UnsupportedValueConverter
 
INSTANCE - Static variable in class io.netty.handler.codec.xml. XmlDocumentEnd
 
INSTANCE - Static variable in class io.netty.handler.ssl. IdentityCipherSuiteFilter
当提供的密码为空时,默认为默认密码
INSTANCE - Static variable in class io.netty.handler.ssl. SupportedCipherSuiteFilter
 
INSTANCE - Static variable in class io.netty.handler.ssl.util. InsecureTrustManagerFactory
 
INSTANCE - Static variable in exception io.netty.handler.timeout. ReadTimeoutException
 
INSTANCE - Static variable in exception io.netty.handler.timeout. WriteTimeoutException
 
INSTANCE - Static variable in class io.netty.resolver. DefaultAddressResolverGroup
 
INSTANCE - Static variable in class io.netty.resolver.dns. DefaultDnsServerAddressStreamProvider
 
INSTANCE - Static variable in class io.netty.resolver.dns. NoopDnsCache
 
INSTANCE - Static variable in class io.netty.resolver.dns. NoopDnsQueryLifecycleObserverFactory
 
INSTANCE - Static variable in class io.netty.resolver. NoopAddressResolverGroup
 
INSTANCE - Static variable in class io.netty.util.concurrent. DefaultEventExecutorChooserFactory
 
INSTANCE - Static variable in class io.netty.util.concurrent. GlobalEventExecutor
 
INSTANCE - Static variable in class io.netty.util.concurrent. ImmediateEventExecutor
 
INSTANCE - Static variable in class io.netty.util.concurrent. ImmediateExecutor
 
instance() - Static method in class io.netty.util. ResourceLeakDetectorFactory
获取此工厂类的单例实例。
INSTANCE_DEFAULTING_TO_SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl. IdentityCipherSuiteFilter
当提供的密码为空时,默认为支持的密码
INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
507存储不足(WebDAV,RFC4918)
INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
IntCollections - Class in io.netty.util.collection
基于int的原始集合的实用程序。
IntegerRedisMessage - Class in io.netty.handler.codec.redis
整数 RESP
IntegerRedisMessage(long) - Constructor for class io.netty.handler.codec.redis. IntegerRedisMessage
创建一个IntegerRedisMessage为给定content
InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
所有可以使用HttpPostRequestEncoder / Decoder进行编码/解码的对象的接口
InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
 
InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
该解码器将解码Body并可以处理POST BODY。
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"interleaved"
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"interleaved"
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy. SpdySessionStatus
2内部错误
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
6内部错误
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
500内部服务器错误
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
500内部服务器错误
internalBuffer() - Method in class io.netty.handler.codec. ByteToMessageDecoder
返回此解码器的内部累积缓冲区。
internalComponent(int) - Method in class io.netty.buffer. CompositeByteBuf
返回指定索引上的内部ByteBuf
internalComponentAtOffset(int) - Method in class io.netty.buffer. CompositeByteBuf
返回指定偏移量的内部ByteBuf
internalLevel - Variable in class io.netty.handler.logging. LoggingHandler
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. ByteBuf
仅内部使用:公开内部NIO缓冲区。
internalNioBuffer(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
InternetProtocolFamily - Enum in io.netty.channel.socket
Internet协议(IP)系列使用字节DatagramChannel
interruptThread() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
中断当前运行的 Thread
IntObjectHashMap< V> - Class in io.netty.util.collection
IntObjectMap哈希映射实现,它使用键的开放寻址。
IntObjectHashMap() - Constructor for class io.netty.util.collection. IntObjectHashMap
 
IntObjectHashMap(int) - Constructor for class io.netty.util.collection. IntObjectHashMap
 
IntObjectHashMap(int, float) - Constructor for class io.netty.util.collection. IntObjectHashMap
 
IntObjectMap< V> - Interface in io.netty.util.collection
使用 int作为键的原始映射的接口。
IntObjectMap.PrimitiveEntry< V> - Interface in io.netty.util.collection
地图中的一个原始条目,由迭代器 IntObjectMap.entries()提供
IntSupplier - Interface in io.netty.util
代表 int结果的供应商。
intToIpAddress(int) - Static method in class io.netty.util. NetUtil
将32位整数转换为IPv4地址。
intValue() - Method in class io.netty.channel.unix. FileDescriptor
返回filedescriptor的int值。
intValue() - Method in class io.netty.handler.codec.dns. DnsRecordType
返回此DNS类型出现在DNS协议中的值
intValue() - Method in class io.netty.handler.codec.dns. DnsResponseCode
返回此DnsResponseCode的错误代码。
invalid() - Static method in class io.netty.handler.codec. ProtocolDetectionResult
返回一个ProtocolDetectionResult ,表示数据对协议无效。
INVALID_CREDENTIALS - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
10无效的凭证
INVALID_RANGE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
457无效范围
INVALID_STREAM - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
2无效的流
invalidateLocalAddress() - Method in class io.netty.channel. AbstractChannel
已过时。
没有这个用例。
invalidateRemoteAddress() - Method in class io.netty.channel. AbstractChannel
已过时。
没有这个用例。
invert(ChannelMatcher) - Static method in class io.netty.channel.group. ChannelMatchers
反转给定的ChannelMatcher
invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
io.netty.bootstrap - package io.netty.bootstrap
带有流畅API的助手类可以轻松实现典型的客户端和服务器端通道初始化。
io.netty.buffer - package io.netty.buffer
抽象字节缓冲区 - 表示低级二进制和文本消息的基本数据结构。
io.netty.channel - package io.netty.channel
核心通道API是异步和事件驱动的各种传输(如 NIO Channel)的抽象
io.netty.channel.embedded - package io.netty.channel.embedded
一个虚拟的Channel ,帮助包装一系列处理程序来单元测试处理程序或在非I / O上下文中使用它们。
io.netty.channel.epoll - package io.netty.channel.epoll
针对Linux的优化传输,使用 EPOLL Edge-Triggered Mode获得最高性能。
io.netty.channel.group - package io.netty.channel.group
帮助用户维护打开的Channel列表并对其执行批量操作的通道注册表。
io.netty.channel.kqueue - package io.netty.channel.kqueue
BSD专用运输。
io.netty.channel.local - package io.netty.channel.local
一种虚拟传输,可在同一虚拟机中实现双方之间的通信。
io.netty.channel.nio - package io.netty.channel.nio
基于 NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
io.netty.channel.oio - package io.netty.channel.oio
旧阻止基于I / O的通道API实现 - 建议用于少量连接(<1000)。
io.netty.channel.pool - package io.netty.channel.pool
Channel池的实现和API。
io.netty.channel.rxtx - package io.netty.channel.rxtx
基于 RXTX的串行和并行端口通信传输。
io.netty.channel.sctp - package io.netty.channel.sctp
抽象扩展核心通道API的SCTP套接字接口。
io.netty.channel.sctp.nio - package io.netty.channel.sctp.nio
基于 NIO的SCTP通道API实现 - 推荐用于大量连接(> = 1000)。
io.netty.channel.sctp.oio - package io.netty.channel.sctp.oio
旧的阻止基于I / O的SCTP通道API实现 - 建议用于少量连接(<1000)。
io.netty.channel.socket - package io.netty.channel.socket
抽象扩展核心通道API的TCP和UDP套接字接口。
io.netty.channel.socket.nio - package io.netty.channel.socket.nio
基于 NIO的套接字通道API实现 - 建议用于大量连接(> = 1000)。
io.netty.channel.socket.oio - package io.netty.channel.socket.oio
旧阻塞基于I / O的套接字通道API实现 - 建议少量连接(<1000)。
io.netty.channel.udt - package io.netty.channel.udt
UDT运输。
io.netty.channel.udt.nio - package io.netty.channel.udt.nio
用于NIO通道的UDT传输。
io.netty.channel.unix - package io.netty.channel.unix
Unix专用传输。
io.netty.handler.codec - package io.netty.handler.codec
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
io.netty.handler.codec.base64 - package io.netty.handler.codec.base64
编码器和解码器,将Base64编码的StringByteBuf转换为解码的ByteBuf ,反之亦然。
io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
编码器和解码器将字节数组转换成ByteBuf ,反之亦然。
io.netty.handler.codec.compression - package io.netty.handler.codec.compression
编码器和解码器,其用于压缩和解压缩ByteBuf在压缩格式S如zlibgzipSnappy
io.netty.handler.codec.dns - package io.netty.handler.codec.dns
DNS编解码器。
io.netty.handler.codec.haproxy - package io.netty.handler.codec.haproxy
解码HAProxy代理协议标头
io.netty.handler.codec.http - package io.netty.handler.codec.http
编码器,解码器及其相关的HTTP消息类型。
io.netty.handler.codec.http.cookie - package io.netty.handler.codec.http.cookie
该软件包包含与Cookie相关的类。
io.netty.handler.codec.http.cors - package io.netty.handler.codec.http.cors
该软件包包含跨源资源共享(CORS)相关类。
io.netty.handler.codec.http.multipart - package io.netty.handler.codec.http.multipart
HTTP多部分支持。
io.netty.handler.codec.http.websocketx - package io.netty.handler.codec.http.websocketx
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
io.netty.handler.codec.http.websocketx.extensions - package io.netty.handler.codec.http.websocketx.extensions
编码器,解码器,握手来处理 WebSocket Extensions
io.netty.handler.codec.http.websocketx.extensions.compression - package io.netty.handler.codec.http.websocketx.extensions.compression
编码器,解码器,握手处理大多数常见的WebSocket压缩扩展。
io.netty.handler.codec.http2 - package io.netty.handler.codec.http2
用于发送和接收HTTP / 2帧的处理程序。
io.netty.handler.codec.json - package io.netty.handler.codec.json
JSON特定的编解码器。
io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
解码器和编码器,它使用 JBoss Marshalling
io.netty.handler.codec.memcache - package io.netty.handler.codec.memcache
ascii和二进制类的通用超集。
io.netty.handler.codec.memcache.binary - package io.netty.handler.codec.memcache.binary
Memcache二进制协议的实现和接口。
io.netty.handler.codec.mqtt - package io.netty.handler.codec.mqtt
编码器,解码器和MQTT的不同消息类型。
io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
编码器和解码器将Google Protocol Buffers Messagenano.MessageNano转换为ByteBuf ,反之亦然。
io.netty.handler.codec.redis - package io.netty.handler.codec.redis
编码器,Redis解码器。
io.netty.handler.codec.rtsp - package io.netty.handler.codec.rtsp
基于HTTP编解码器的 RTSP扩展。
io.netty.handler.codec.sctp - package io.netty.handler.codec.sctp
解码器和编码器在SCTP / IP中管理消息完成和多流编解码器。
io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
编码器,解码器及其兼容性流实现,将 Serializable对象转换为字节缓冲区,反之亦然。
io.netty.handler.codec.smtp - package io.netty.handler.codec.smtp
SMTP编解码器。
io.netty.handler.codec.socks - package io.netty.handler.codec.socks
编码器,解码器及其相关的信息类型的袜子。
io.netty.handler.codec.socksx - package io.netty.handler.codec.socksx
编码器,解码器及其相关的SOCKS协议消息类型。
io.netty.handler.codec.socksx.v4 - package io.netty.handler.codec.socksx.v4
编码器,解码器及其相关的SOCKSv4协议消息类型。
io.netty.handler.codec.socksx.v5 - package io.netty.handler.codec.socksx.v5
编码器,解码器及其相关的SOCKSv5协议消息类型。
io.netty.handler.codec.spdy - package io.netty.handler.codec.spdy
SPDY协议的编码器,解码器,会话处理程序及其相关的消息类型。
io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
STOMP编解码器
io.netty.handler.codec.string - package io.netty.handler.codec.string
编码器和解码器,将String转换为ByteBuf ,反之亦然。
io.netty.handler.codec.xml - package io.netty.handler.codec.xml
Xml特定的编解码器。
io.netty.handler.flow - package io.netty.handler.flow
打包来控制消息流。
io.netty.handler.flush - package io.netty.handler.flush
打包来控制冲洗行为。
io.netty.handler.ipfilter - package io.netty.handler.ipfilter
打包来过滤IP地址(允许/拒绝)。
io.netty.handler.logging - package io.netty.handler.logging
记录I / O事件以进行调试。
io.netty.handler.proxy - package io.netty.handler.proxy
通过代理协议(如 SOCKSHTTP CONNECT tunneling)添加对客户端连接的支持
io.netty.handler.ssl - package io.netty.handler.ssl
SSL · TLS的实现基于 SSLEngine
io.netty.handler.ssl.ocsp - package io.netty.handler.ssl.ocsp
OCSP stapling ,正式名称为TLS证书状态请求扩展,是用于检查X.509数字证书的撤销状态的在线证书状态协议(OCSP)的替代方法。
io.netty.handler.ssl.util - package io.netty.handler.ssl.util
有助于更轻松地开发TLS / SSL应用程序的实用程序类。
io.netty.handler.stream - package io.netty.handler.stream
写入非常大的数据流是异步的,既不花费大量内存也不获得 OutOfMemoryError
io.netty.handler.timeout - package io.netty.handler.timeout
使用Timer添加对读写超时和空闲连接通知的支持
io.netty.handler.traffic - package io.netty.handler.traffic
流量整形处理器和动态统计的实现。
io.netty.resolver - package io.netty.resolver
将表示端点名称的任意字符串解析为地址。
io.netty.resolver.dns - package io.netty.resolver.dns
Java的内置域名查找机制的一种替代方法,可以异步解析域名,同样支持任意DNS记录类型的查询。
io.netty.util - package io.netty.util
在多个包中使用的实用程序类。
io.netty.util.collection - package io.netty.util.collection
 
io.netty.util.concurrent - package io.netty.util.concurrent
并发/异步任务的实用程序类。
ioBuffer() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
ioBuffer(int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
 
ioBuffer() - Method in interface io.netty.buffer. ByteBufAllocator
分配一个ByteBuf ,最好是一个适用于I / O的直接缓冲区。
ioBuffer(int) - Method in interface io.netty.buffer. ByteBufAllocator
分配一个ByteBuf ,最好是一个适合I / O的直接缓冲区。
ioBuffer(int, int) - Method in interface io.netty.buffer. ByteBufAllocator
分配一个ByteBuf ,最好是一个适合I / O的直接缓冲区。
ioBuffer() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
ioBuffer(int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix. Errors
 
IOV_MAX - Static variable in class io.netty.channel.unix. Limits
 
IovArray - Class in io.netty.channel.unix
表示一个结构数组的数组,因此可以通过JNI直接传递,而不需要再做任何数组拷贝。
IovArray() - Constructor for class io.netty.channel.unix. IovArray
 
IP_FREEBIND - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
IP_MULTICAST_ADDR - Static variable in class io.netty.channel. ChannelOption
 
IP_MULTICAST_IF - Static variable in class io.netty.channel. ChannelOption
 
IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel. ChannelOption
 
IP_MULTICAST_TTL - Static variable in class io.netty.channel. ChannelOption
 
IP_TOS - Static variable in class io.netty.channel. ChannelOption
 
IP_TRANSPARENT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
IpFilterRule - Interface in io.netty.handler.ipfilter
实现这个接口来创建新的规则。
IpFilterRuleType - Enum in io.netty.handler.ipfilter
IpFilterRule用于决定是否允许或拒绝匹配的IP地址进行连接。
IPSECKEY - Static variable in class io.netty.handler.codec.dns. DnsRecordType
IPsec密钥记录RFC 4025可用于IPsec的密钥记录。
IpSubnetFilterRule - Class in io.netty.handler.ipfilter
使用此类为RuleBasedIpFilter创建规则,将IP地址分组为子网。
IpSubnetFilterRule(String, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter. IpSubnetFilterRule
 
IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter. IpSubnetFilterRule
 
IPv4 - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix. NativeInetAddress
 
IPv6 - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
IQUERY - Static variable in class io.netty.handler.codec.dns. DnsOpCode
' IQuery'DNS OpCode,定义见 RFC1035
is(Channel) - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配给定Channel
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.is100ContinueExpected(HttpMessage) 当且仅当指定的消息包含"Expect: 100-continue"标题时返回true
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
返回 true当且仅当指定的消息包含期望头并且唯一期望值是100-继续期望值。
IS_SUPPORTING_SENDMMSG - Static variable in class io.netty.channel.epoll. Native
 
IS_SUPPORTING_TCP_FASTOPEN - Static variable in class io.netty.channel.epoll. Native
 
isActive() - Method in interface io.netty.channel. Channel
如果Channel处于活动状态并已连接,则返回true
isActive() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
isActive() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
isActive() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
isActive() - Method in class io.netty.channel.local. LocalChannel
 
isActive() - Method in class io.netty.channel.local. LocalServerChannel
 
isActive() - Method in class io.netty.channel.oio. OioByteStreamChannel
 
isActive() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
isActive() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
isActive() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
isActive() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
isActive() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
isActive() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
isAggregated(HttpObject) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
isAggregated(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
isAggregated(MemcacheObject) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
isAggregated(I) - Method in class io.netty.handler.codec. MessageAggregator
当且仅当指定的消息已经聚合时返回 true
isAggregated(RedisMessage) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
isAggregated(StompSubframe) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
isAlive() - Method in interface io.netty.util.concurrent. ThreadProperties
 
isAllowHalfClosure() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
isAllowHalfClosure() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
isAllowHalfClosure() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
isAllowHalfClosure() - Method in interface io.netty.channel.socket. SocketChannelConfig
返回 true当且仅当其远程对等关闭输出以使连接半关闭时,通道不应关闭。
isAlpnSupported() - Static method in class io.netty.handler.ssl. OpenSsl
返回 true如果的OpenSSL使用的版本支持 ALPN
isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors. CorsConfig
确定是否支持通配符来源'*'。
isAsteriskForm(URI) - Static method in class io.netty.handler.codec.http. HttpUtil
根据 rfc7230, 5.3确定uri是否以星号形式。
isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty.handler.codec.http2. Http2PromisedRequestVerifier
确定是否Http2Headers权威性的特定ChannelHandlerContext
isAuthoritativeAnswer() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
isAuthoritativeAnswer() - Method in interface io.netty.handler.codec.dns. DnsResponse
如果响应服务器对查询消息中的域名具有权威性,则返回 true
isAutoClose() - Method in interface io.netty.channel. ChannelConfig
已过时。
自动关闭将在未来的版本中被删除。 当且仅当Channel将在写入失败时自动关闭并立即返回true 默认值是false
isAutoClose() - Method in class io.netty.channel. DefaultChannelConfig
 
isAutoRead() - Method in interface io.netty.channel. ChannelConfig
返回 true当且仅当 ChannelHandlerContext.read()将自动调用,以便用户应用程序根本不需要调用它。
isAutoRead() - Method in class io.netty.channel. DefaultChannelConfig
 
isAvailable() - Static method in class io.netty.channel.epoll. Epoll
当且仅当 netty-transport-native-epoll可用时返回 true
isAvailable() - Static method in class io.netty.channel.kqueue. KQueue
当且仅当 netty-transport-native-kqueue可用时返回 true
isAvailable() - Static method in class io.netty.handler.ssl. OpenSsl
当且仅当 netty-tcnative及其OpenSSL支持可用时返回 true
isBroadcast() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
isBroadcast() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
isBroadcast() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.SO_BROADCAST选项。
isBroadcast() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
isBroadcast() - Method in class io.netty.channel.unix. Socket
 
isBufferCopyNeededForWrite(ByteBuf) - Static method in class io.netty.channel.unix. UnixChannelUtil
检查指定的缓冲区是否有内存地址或者是否由n(n <= IOV_MAX)个NIO直接缓冲区组成。
isCacheable(Http2Headers) - Method in interface io.netty.handler.codec.http2. Http2PromisedRequestVerifier
确定请求是否可缓存。
isCancellable() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
isCancellable() - Method in class io.netty.channel. VoidChannelPromise
 
isCancellable() - Method in class io.netty.util.concurrent. CompleteFuture
 
isCancellable() - Method in class io.netty.util.concurrent. DefaultPromise
 
isCancellable() - Method in interface io.netty.util.concurrent. Future
返回 true当且仅当该操作可通过取消 Future.cancel(boolean)
isCancelled() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
isCancelled() - Method in class io.netty.channel. VoidChannelPromise
 
isCancelled() - Method in class io.netty.util.concurrent. CompleteFuture
 
isCancelled() - Method in class io.netty.util.concurrent. DefaultPromise
 
isCancelled() - Method in interface io.netty.util. Timeout
当且仅当与该句柄关联的TimerTask已被取消时才返回true
isChunked() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
isCipherSuiteAvailable(String) - Static method in class io.netty.handler.ssl. OpenSsl
当且仅当指定的密码套件在OpenSSL中可用时才返回 true
isCleanSession() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
isClient() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
isClient() - Method in class io.netty.handler.ssl. JdkSslContext
 
isClient() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
isClient() - Method in class io.netty.handler.ssl. SslContext
当且仅当此上下文用于客户端时才返回 true
isClosed() - Method in class io.netty.handler.codec.compression. Bzip2Decoder
当且仅当已到达压缩流的结尾时返回 true
isClosed() - Method in class io.netty.handler.codec.compression. Bzip2Encoder
当且仅当已达到压缩流的结尾时返回 true
isClosed() - Method in class io.netty.handler.codec.compression. JdkZlibDecoder
 
isClosed() - Method in class io.netty.handler.codec.compression. JdkZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression. JZlibDecoder
返回 true当且仅当已达到压缩流的结尾。
isClosed() - Method in class io.netty.handler.codec.compression. JZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression. Lz4FrameDecoder
当且仅当已达到压缩流的结尾时返回 true
isClosed() - Method in class io.netty.handler.codec.compression. Lz4FrameEncoder
当且仅当压缩流已完成时返回 true
isClosed() - Method in class io.netty.handler.codec.compression. ZlibDecoder
当且仅当已到达压缩流的结尾时返回 true
isClosed() - Method in class io.netty.handler.codec.compression. ZlibEncoder
当且仅当已达到压缩流的结尾时返回 true
isCompatible(EventLoop) - Method in class io.netty.channel. AbstractChannel
如果给定的EventLoop与此实例兼容,则返回true
isCompatible(EventLoop) - Method in class io.netty.channel.embedded. EmbeddedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local. LocalChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local. LocalServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.nio. AbstractNioChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.oio. AbstractOioChannel
 
isComplete() - Method in class io.netty.channel.sctp. SctpMessage
如果此消息已完成,请返回 true
isCompleted() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
isCompleted() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
isConnected() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
isConnected() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
isConnected() - Method in interface io.netty.channel.socket. DatagramChannel
如果DatagramChannel连接到远程对等端,则返回true
isConnected() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
isConnected() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
isConnected() - Method in class io.netty.handler.proxy. ProxyHandler
当且仅当与目标的连接已成功建立时才返回 true
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
isContentAlwaysEmpty(H) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
确定消息是否包含内容。
isContentAlwaysEmpty(HttpResponse) - Method in class io.netty.handler.codec.http. HttpResponseEncoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp. RtspDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp. RtspObjectDecoder
已过时。
 
isContentLengthInvalid(HttpMessage, int) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
isContentLengthInvalid(WebSocketFrame, int) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
isContentLengthInvalid(H, int) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
isContentLengthInvalid(S, int) - Method in class io.netty.handler.codec. MessageAggregator
确定消息 start的内容长度是否已知,并且是否大于 maxContentLength
isContentLengthInvalid(BulkStringHeaderRedisMessage, int) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
isContentLengthInvalid(StompHeadersSubframe, int) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
 
isContentMessage(HttpObject) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
isContentMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
isContentMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
isContentMessage(I) - Method in class io.netty.handler.codec. MessageAggregator
当且仅当指定的消息是内容消息时返回 true
isContentMessage(RedisMessage) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
isCorsSupportEnabled() - Method in class io.netty.handler.codec.http.cors. CorsConfig
确定是否启用对CORS的支持。
isCredentialsAllowed() - Method in class io.netty.handler.codec.http.cors. CorsConfig
确定CORS请求是否支持Cookie。
isDaemon() - Method in interface io.netty.util.concurrent. ThreadProperties
 
isDecodingRequest() - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http. HttpRequestDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http. HttpResponseDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.rtsp. RtspDecoder
 
isDestroyed() - Method in class io.netty.handler.ssl. PemPrivateKey
注意:这是一个JDK8接口/方法。
isDirect() - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区由NIO直接缓冲区支持时才返回 true
isDirect() - Method in class io.netty.buffer. CompositeByteBuf
 
isDirect() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
isDirect() - Method in class io.netty.buffer. EmptyByteBuf
 
isDirect() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
isDirect() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isDirect() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
isDirect() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
isDirect() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
isDirectBufferPooled() - Method in interface io.netty.buffer. ByteBufAllocator
如果直接ByteBuf合并,则返回true
isDirectBufferPooled() - Method in class io.netty.buffer. PooledByteBufAllocator
 
isDirectBufferPooled() - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
isDirectBufferPooled() - Method in class io.netty.channel. PreferHeapByteBufAllocator
 
isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty.buffer. PooledByteBufAllocator
返回 true如果直接内存缓存对齐支持, false其他。
isDiscard() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
isDiscard() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
isDone() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
isDone() - Method in class io.netty.channel. VoidChannelPromise
 
isDone() - Method in class io.netty.util.concurrent. CompleteFuture
 
isDone() - Method in class io.netty.util.concurrent. DefaultPromise
 
isDtr() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
isDup() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
isEmpty() - Method in class io.netty.channel. AbstractCoalescingBufferQueue
队列中是否有挂起的缓冲区。
isEmpty() - Method in class io.netty.channel. ChannelOutboundBuffer
如果ChannelOutboundBufferfalse有刷新的消息,则返回true
isEmpty() - Method in class io.netty.channel.group. DefaultChannelGroup
 
isEmpty() - Method in class io.netty.channel. PendingWriteQueue
如果此队列中没有待处理的写入操作,则返回 true
isEmpty() - Method in class io.netty.channel.pool. AbstractChannelPoolMap
如果AbstractChannelPoolMap为空,则返回true ,否则false
isEmpty() - Method in class io.netty.handler.codec. DefaultHeaders
 
isEmpty() - Method in class io.netty.handler.codec. EmptyHeaders
 
isEmpty() - Method in interface io.netty.handler.codec. Headers
返回 true如果 Headers.size()等于 0
isEmpty() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
isEmpty() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
isEmpty() - Method in class io.netty.handler.codec.http. HttpHeaders
检查是否不存在标题。
isEmpty() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
isEmpty() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
isEmpty() - Method in class io.netty.util. AsciiString
确定此实例是否具有0长度。
isEmpty() - Method in class io.netty.util.collection. ByteObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection. CharObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection. IntObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection. LongObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection. ShortObjectHashMap
 
isEnabled() - Static method in class io.netty.util. ResourceLeakDetector
如果资源泄漏检测已启用,则返回 true
isEncrypted(ByteBuf) - Static method in class io.netty.handler.ssl. SslHandler
如果给定ByteBuf已加密,则返回true
isEndOfInput() - Method in class io.netty.handler.codec.http. HttpChunkedInput
 
isEndOfInput() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
isEndOfInput() - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
 
isEndOfInput() - Method in class io.netty.handler.stream. ChunkedFile
 
isEndOfInput() - Method in interface io.netty.handler.stream. ChunkedInput
返回 true当且仅当数据流中没有剩余数据且数据流已达到数据结束时。
isEndOfInput() - Method in class io.netty.handler.stream. ChunkedNioFile
 
isEndOfInput() - Method in class io.netty.handler.stream. ChunkedNioStream
 
isEndOfInput() - Method in class io.netty.handler.stream. ChunkedStream
 
isEndStream() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
isEndStream() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
isEndStream() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
如果END_STREAM标志未设置,则返回 true
isEndStream() - Method in interface io.netty.handler.codec.http2. Http2HeadersFrame
如果设置了END_STREAM标志,则返回 true
isEntireArrayUsed() - Method in class io.netty.util. AsciiString
确定 AsciiString.array()代表的存储是否完全使用。
isExpired() - Method in interface io.netty.util. Timeout
当且仅当与此句柄关联的TimerTask已过期时才返回true
isFailure() - Method in class io.netty.handler.codec. DecoderResult
 
isFinalFragment() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
标记以指示该帧是否是消息中的最终片段。
isFinished() - Method in class io.netty.handler.codec. DecoderResult
 
isFirst() - Method in class io.netty.handler.timeout. IdleStateEvent
如果这是true的第一个事件,则返回true
isFlagSet(short) - Method in class io.netty.handler.codec.http2. Http2Flags
指示是否设置了特定标志。
isFreeBind() - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
返回 true如果 IP_FREEBIND启用, false其他。
isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
由优雅的关机逻辑调用以确定何时可以安全地关闭连接。
isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2. Http2FrameCodec
 
isHandlerActive(ChannelHandlerContext) - Static method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
isHandlingOversizedMessage() - Method in class io.netty.handler.codec. MessageAggregator
已过时。
将来的发行版中将删除此方法。
isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
标记以指示开始握手是否完成
isHeadersReceived() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示是否收到初始标题。
isHeadersSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示是否将标头发送到远程端点。
isHealthy(Channel) - Method in interface io.netty.channel.pool. ChannelHealthChecker
检查给定通道是否健康,这意味着它可以被使用。
isHttpOnly() - Method in interface io.netty.handler.codec.http.cookie. Cookie
检查此Cookie是否只能通过HTTP访问。
isHttpOnly() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
isInboundDone() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
isInline() - Method in enum io.netty.handler.codec.redis. RedisMessageType
返回 true如果这种类型的在线型,或返回 false
isInMemory() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
isInMemory() - Method in interface io.netty.handler.codec.http.multipart. HttpData
提供有关是否从内存中读取文件内容的提示。
isInMemory() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
isInputShutdown() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
isInputShutdown() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
isInputShutdown() - Method in class io.netty.channel.oio. AbstractOioByteChannel
确定此通道的输入端是否已关闭。
isInputShutdown() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
isInputShutdown() - Method in interface io.netty.channel.socket. DuplexChannel
返回 true当且仅当远程节点关闭其输出以便从此通道接收不到更多数据时。
isInputShutdown() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.unix. Socket
 
isInputShutdown0() - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
isInputShutdown0() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
isInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel S中的子类型的给定类的一个实例。
isInterrupted() - Method in interface io.netty.util.concurrent. ThreadProperties
 
isInvalid() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
isInvalid() - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
如果此标题块无效,则返回 true
isIpTransparent() - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
返回 true如果 IP_TRANSPARENT启用, false其他。
isIpTransparent() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
返回 true如果 IP_TRANSPARENT启用, false其他。
isIpV4StackPreferred() - Static method in class io.netty.util. NetUtil
如果即使系统同时支持IPv4和IPv6,也应使用IPv4,请返回 true
isIpV6AddressesPreferred() - Static method in class io.netty.util. NetUtil
如果主机同时拥有IPv4地址和IPv6地址时应优先考虑IPv6地址,则返回 true
isKeepAlive() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
isKeepAlive() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
isKeepAlive() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
isKeepAlive() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.SO_KEEPALIVE选项。
isKeepAlive() - Method in class io.netty.channel.unix. Socket
 
isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.isKeepAlive(HttpMessage) 当且仅当连接可以保持打开并因此“保持活着”时才返回true 此方法首先考虑"Connection"标头的值,然后再返回HttpVersion.isKeepAliveDefault()值。
isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
当且仅当连接可以保持打开并因此“保持活着”时,返回 true
isKeepAliveDefault() - Method in class io.netty.handler.codec.http. HttpVersion
当且仅当连接保持活动状态时才返回 true ,除非 "Connection"标题明确设置为 "close"
isLast() - Method in class io.netty.handler.codec.spdy. DefaultSpdyStreamFrame
 
isLast() - Method in interface io.netty.handler.codec.spdy. SpdyStreamFrame
如果此帧是要在流上传输的最后一帧,则返回 true
isLastContentMessage(HttpContent) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
isLastContentMessage(MemcacheContent) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
isLastContentMessage(C) - Method in class io.netty.handler.codec. MessageAggregator
当且仅当指定的消息是最后一个内容消息时才返回 true
isLastContentMessage(BulkStringRedisContent) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
isLastContentMessage(StompContentSubframe) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.IP_MULTICAST_LOOP选项。
isLoopbackModeDisabled() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
isMaxFrameSizeValid(int) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
指示最大帧大小的给定值是否落在有效范围内。
isMultipart() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
如果此请求是多部分请求,则为真
isMultipart(HttpRequest) - Static method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
检查给定的请求是否是多部分请求
isMultipart() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
isMultipart() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
如果此请求是多部分请求,则为真
isMultipart() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
如果此请求是多部分请求,则为真
isMultipart() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
如果此请求是多部分请求,则为真
isNonServerChannel() - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel S中的类型 ServerChannel
isNot(Channel) - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel除了将指定的。
isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel S中的分型给定类的一个实例。
isNull() - Method in class io.netty.handler.codec.redis. ArrayHeaderRedisMessage
返回此消息的内容是否为 null
isNull() - Method in class io.netty.handler.codec.redis. ArrayRedisMessage
返回此消息的内容是否为 null
isNull() - Method in class io.netty.handler.codec.redis. BulkStringHeaderRedisMessage
返回此消息的内容是否为 null
isNull() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
返回此消息的内容是否为 null
isNullOriginAllowed() - Method in class io.netty.handler.codec.http.cors. CorsConfig
如果从本地文件系统加载资源,Web浏览器可能会将'Origin'请求标头设置为'null'。
ISO_8859_1 - Static variable in class io.netty.util. CharsetUtil
ISO拉丁字母No.1,如 ISO-LATIN-1
isOcspSupported() - Static method in class io.netty.handler.ssl. OpenSsl
如果使用的OpenSSL版本支持OCSP装订,则返回 true
isOpen() - Method in interface io.netty.channel. Channel
如果Channel已打开并且稍后可能会激活,则返回true
isOpen() - Method in class io.netty.channel. DefaultFileRegion
如果FileRegion具有打开的文件描述符,则返回true
isOpen() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
isOpen() - Method in class io.netty.channel.local. LocalChannel
 
isOpen() - Method in class io.netty.channel.local. LocalServerChannel
 
isOpen() - Method in class io.netty.channel.nio. AbstractNioChannel
 
isOpen() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
isOpen() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
isOpen() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
isOpen() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
isOpen() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
isOpen() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
isOpen() - Method in class io.netty.channel.unix. FileDescriptor
如果文件描述符已打开,则返回 true
isOpen() - Method in class io.netty.channel.unix. SocketWritableByteChannel
 
isOptResourceEnabled() - Method in class io.netty.resolver.dns. DnsNameResolver
返回一个可选记录的自动包含,该记录试图为远程DNS服务器提供关于解析器可以为每个响应读取多少数据的提示。
isOriginForm(URI) - Static method in class io.netty.handler.codec.http. HttpUtil
根据 rfc7230, 5.3确定uri是否为原始形式。
isOutboundDone() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
如果流是出站流,则返回 true
isOutputShutdown() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
isOutputShutdown() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
isOutputShutdown() - Method in interface io.netty.channel.socket. DuplexChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.unix. Socket
 
isPartialFailure() - Method in interface io.netty.channel.group. ChannelGroupFuture
返回 true当且仅当与此未来相关的I / O操作部分失败并取得一些成功时。
isPartialSuccess() - Method in interface io.netty.channel.group. ChannelGroupFuture
返回 true当且仅当与此未来相关的I / O操作部分成功且出现故障时。
isPersisted(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
isPersisted(int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
如果此设置保持 true则返回 true
isPersistValue(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
isPersistValue(int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
如果此设置应该 true则返回 true
isPP2ClientCertConn() - Method in class io.netty.handler.codec.haproxy. HAProxySSLTLV
如果设置了PP2_CLIENT_CERT_CONN的位域,则返回 true
isPP2ClientCertSess() - Method in class io.netty.handler.codec.haproxy. HAProxySSLTLV
如果设置了PP2_CLIENT_CERT_SESS的位域,则返回 true
isPP2ClientSSL() - Method in class io.netty.handler.codec.haproxy. HAProxySSLTLV
如果设置了PP2_CLIENT_SSL的位域,则返回 true
isPreferDirect() - Method in class io.netty.handler.codec. MessageToByteEncoder
 
isPropagateSettings() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
如果应该沿着通道管道传播读取设置帧,则返回 true
isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
指示给定标题名称是否是有效的HTTP / 2伪标题。
isPushPromiseSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示推送承诺是否已发送到远程端点。
isReadable() - Method in class io.netty.buffer. AbstractByteBuf
 
isReadable(int) - Method in class io.netty.buffer. AbstractByteBuf
 
isReadable() - Method in class io.netty.buffer. ByteBuf
返回 true当且仅当 (this.writerIndex - this.readerIndex)大于 0
isReadable(int) - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区包含等于或多于指定数量的元素时才返回 true
isReadable() - Method in class io.netty.buffer. EmptyByteBuf
 
isReadable(int) - Method in class io.netty.buffer. EmptyByteBuf
 
isReadable() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isReadable(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isReadOnly() - Method in class io.netty.buffer. AbstractByteBuf
 
isReadOnly() - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
isReadOnly() - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区为只读时才返回 true
isReadOnly() - Method in class io.netty.buffer. EmptyByteBuf
 
isReadOnly() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
isReadOnly() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isReadPending() - Method in class io.netty.channel.nio. AbstractNioChannel
已过时。
不再支持。 不再支持。
isReadPending() - Method in class io.netty.channel.oio. AbstractOioChannel
已过时。
不再支持。 不再支持。
isRecursionAvailable() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
isRecursionAvailable() - Method in interface io.netty.handler.codec.dns. DnsResponse
如果DNS服务器可以处理递归查询,则返回 true
isRecursionDesired() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
isRecursionDesired() - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的 RD (期望递归)字段。
isRecursionDesired() - Method in class io.netty.resolver.dns. DnsNameResolver
返回 true当且仅当此解析器发送DNS查询并设置了RD(递归所需)标志时。
isRegistered() - Method in class io.netty.channel. AbstractChannel
 
isRegistered() - Method in interface io.netty.channel. Channel
如果Channel已注册true则返回true
isRemoved() - Method in interface io.netty.channel. ChannelHandlerContext
返回true如果ChannelHandler属于这种情况下从取出ChannelPipeline
isRequestOnly() - Method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
指示是否在请求上下文中使用伪标题。
isResetSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示是否已从本地端点为此流发送 RST_STREAM帧。
isResolved(SocketAddress) - Method in class io.netty.resolver. AbstractAddressResolver
 
isResolved(SocketAddress) - Method in interface io.netty.resolver. AddressResolver
当且仅当指定的地址已解析时返回 true
isRetain() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
isReuseAddress() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.SO_REUSEADDR选项。
isReuseAddress() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
获取 StandardSocketOptions.SO_REUSEADDR选项。
isReuseAddress() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.SO_REUSEADDR选项。
isReuseAddress() - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
isReuseAddress() - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
获取 ChannelOption.SO_REUSEADDR选项。
isReuseAddress() - Method in class io.netty.channel.unix. Socket
 
isReusePort() - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
如果设置了SO_REUSEPORT选项,则返回 true
isReusePort() - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
如果设置了SO_REUSEPORT选项,则返回 true
isReusePort() - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
如果设置了SO_REUSEPORT选项,则返回 true
isReusePort() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
isReusePort() - Method in class io.netty.channel.unix. Socket
 
isRts() - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2. Http2PromisedRequestVerifier
确定请求是否安全。
isSctpNoDelay() - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
isSctpNoDelay() - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SCTP_NODELAY选项。
isSecure() - Method in interface io.netty.handler.codec.http.cookie. Cookie
检查该Cookie是否安全
isSecure() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder.SensitivityDetector
确定是否一个头 name / value对应被视为 sensitive
isSensitive() - Method in class io.netty.handler.ssl. PemPrivateKey
 
isSensitive() - Method in class io.netty.handler.ssl. PemX509Certificate
 
isServer() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
如果AbstractHttp2ConnectionHandlerBuilder.build()将在服务器模式( true )或客户端模式( false )下创建Http2Connection ,则返回。
isServer() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
isServer() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
指示此端点是否是连接的服务器端。
isServer() - Method in interface io.netty.handler.codec.http2. Http2Connection
指示此连接的本地端点是否为服务器。
isServer() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
isServer() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
isServer() - Method in class io.netty.handler.ssl. SslContext
当且仅当此上下文用于服务器端时才返回 true
isServerChannel() - Static method in class io.netty.channel.group. ChannelMatchers
返回ChannelMatcher匹配所有Channel S中的类型ServerChannel
isSessionCacheEnabled() - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
isSessionCacheEnabled() - Method in class io.netty.handler.ssl. OpenSslSessionContext
返回 true如果SSL会话的缓冲功能, false其他。
isSessionPresent() - Method in class io.netty.handler.codec.mqtt. MqttConnAckVariableHeader
 
isSet(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
isSet(int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
如果设置ID有值,则返回 true
isSet() - Method in class io.netty.util.concurrent. FastThreadLocal
当且仅当设置了此线程局部变量时才返回 true
isSet(InternalThreadLocalMap) - Method in class io.netty.util.concurrent. FastThreadLocal
当且仅当设置了此线程局部变量时才返回 true
isSharable() - Method in class io.netty.channel. ChannelHandlerAdapter
如果执行是Sharable ,则返回true ,因此可以将其添加到不同的ChannelPipeline
isSharable() - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
isSharable() - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
isShortCircuit() - Method in class io.netty.handler.codec.http.cors. CorsConfig
确定CORS请求在进一步处理之前是否应该被拒绝。
isShortCurcuit() - Method in class io.netty.handler.codec.http.cors. CorsConfig
已过时。
改为使用CorsConfig.isShortCircuit()
isShutdown() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
isShutdown() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
isShutdown() - Method in interface io.netty.channel.socket. DuplexChannel
确定此通道的输入和输出是否都已关闭。
isShutdown() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
isShutdown() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
isShutdown() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
isShutdown() - Method in class io.netty.channel.unix. Socket
 
isShutdown() - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
isShutdown() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
isShutdown() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
isShutdown() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
isShutdown() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
isShuttingDown() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
isShuttingDown() - Method in interface io.netty.util.concurrent. EventExecutorGroup
返回true当且仅当所有EventExecutor由该被管小号EventExecutorGroup正在shut down gracefully或者被关闭。
isShuttingDown() - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
isShuttingDown() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
isShuttingDown() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
isSingleDecode() - Method in class io.netty.handler.codec. ByteToMessageDecoder
如果 true那么在每个 ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)呼叫中只解码一条消息。
isSingleDecode() - Method in class io.netty.handler.codec.haproxy. HAProxyMessageDecoder
 
isSingleDecode() - Method in class io.netty.handler.codec.http. HttpClientCodec
 
isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2StreamFrameToHttpObjectCodec
 
isStartMessage(HttpObject) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
isStartMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
isStartMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.binary. BinaryMemcacheObjectAggregator
 
isStartMessage(I) - Method in class io.netty.handler.codec. MessageAggregator
当且仅当指定的消息是开始消息时返回 true
isStartMessage(RedisMessage) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2. Http2Exception
检查一个异常是否被隔离到单个流或整个连接。
isStreamIdValid(int) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
如果 streamId是有效的HTTP / 2流标识符,则返回true。
isSuccess() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
isSuccess() - Method in interface io.netty.channel.group. ChannelGroupFuture
当且仅当与此未来相关的所有I / O操作都成功完成而没有任何故障时才返回 true
isSuccess() - Method in class io.netty.channel. VoidChannelPromise
 
isSuccess() - Method in class io.netty.handler.codec. DecoderResult
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
isSuccess() - Method in class io.netty.handler.ssl. SslCompletionEvent
如果完成成功,返回 true
isSuccess() - Method in class io.netty.util.concurrent. DefaultPromise
 
isSuccess() - Method in class io.netty.util.concurrent. FailedFuture
 
isSuccess() - Method in interface io.netty.util.concurrent. Future
当且仅当I / O操作成功完成时返回 true
isSuccess() - Method in class io.netty.util.concurrent. SucceededFuture
 
isSupported(SocketAddress) - Method in class io.netty.resolver. AbstractAddressResolver
 
isSupported(SocketAddress) - Method in interface io.netty.resolver. AddressResolver
当且仅当指定的地址由此解析支持时才返回 true
isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
如果指定自定义窗口大小并且支持mem级别,则返回 true
isSwitchingToNonHttp1Protocol(HttpResponse) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
如果服务器切换到不同于HTTP / 1.0或HTTP / 1.1的协议,则返回true,例如
isTcpCork() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
获取套接字上的 TCP_CORK选项。
isTcpFastOpenConnect() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
返回 true如果 TCP_FASTOPEN_CONNECT启用, false其他。
isTcpNoDelay() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
isTcpNoDelay() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
isTcpNoDelay() - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
isTcpNoDelay() - Method in interface io.netty.channel.socket. SocketChannelConfig
获取 StandardSocketOptions.TCP_NODELAY选项。
isTcpNoDelay() - Method in class io.netty.channel.unix. Socket
 
isTcpNoPush() - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
isTcpQuickAck() - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
返回 true如果 TCP_QUICKACK启用, false其他。
isTerminated() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
isTerminated() - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
isTerminated() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
isTerminated() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
isTerminated() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
isTerminated() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
isText(ByteBuf, Charset) - Static method in class io.netty.buffer. ByteBufUtil
返回true如果给定ByteBuf是使用给定的有效文本Charset ,否则返回false
isText(ByteBuf, int, int, Charset) - Static method in class io.netty.buffer. ByteBufUtil
返回true如果指定的ByteBuf开始在indexlength是使用给定的有效文本Charset ,否则返回false
isTimeoutError(Throwable) - Static method in class io.netty.resolver.dns. DnsNameResolver
如果 Throwable是由超时引起的,则返回 true
isTrailersReceived() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示是否收到预告片。
isTrailersSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
指示是否将预告片发送到远程端点。
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改用HttpUtil.isTransferEncodingChunked(HttpMessage) 检查指定的HttpMessage的传输编码是否已分块
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpUtil
检查指定的HttpMessage的传输编码是否已分块
isTransportOrTimeoutError(Throwable) - Static method in class io.netty.resolver.dns. DnsNameResolver
如果 Throwable是由超时或传输错误引起的,则返回 true
isTruncated() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
isTruncated() - Method in interface io.netty.handler.codec.dns. DnsResponse
如果响应已被截断,则返回 true ,通常超过512个字节。
isTruncated() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
isTruncated() - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
如果此标题块由于长度限制而被截断,则返回 true
isUnidirectional() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
isUnidirectional() - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
如果使用此帧创建的流将被视为半闭合到接收器,则返回 true
isUnordered() - Method in class io.netty.channel.sctp. SctpMessage
返回无序标志
isUpperCase(byte) - Static method in class io.netty.util. AsciiString
 
isUpperCase(char) - Static method in class io.netty.util. AsciiString
 
isValidateHeaders() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
根据 RFC 7540, 8.1.2.6验证HTTP标头是否返回。
isValidateHeaders() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
isValidateHeaders() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
如果应执行HTTP头验证,则返回 true
isValidIpV4Address(String) - Static method in class io.netty.util. NetUtil
获取一个字符串并解析它以查看它是否是有效的IPV4地址。
isValidIpV6Address(String) - Static method in class io.netty.util. NetUtil
 
isValidStreamId(int) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
指示给定的streamId是否来自此端点用来创建新流的一组ID。
isVoid() - Method in interface io.netty.channel. ChannelFuture
isVoid() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
isVoid() - Method in class io.netty.channel. DefaultChannelPromise
 
isVoid() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
isVoid() - Method in class io.netty.channel. VoidChannelPromise
 
isWillFlag() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
isWillRetain() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
isWritable() - Method in class io.netty.buffer. AbstractByteBuf
 
isWritable(int) - Method in class io.netty.buffer. AbstractByteBuf
 
isWritable() - Method in class io.netty.buffer. ByteBuf
返回 true当且仅当 (this.capacity - this.writerIndex)大于 0
isWritable(int) - Method in class io.netty.buffer. ByteBuf
当且仅当此缓冲区有足够的空间允许写入指定数量的元素时才返回 true
isWritable() - Method in class io.netty.buffer. EmptyByteBuf
 
isWritable(int) - Method in class io.netty.buffer. EmptyByteBuf
 
isWritable() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
isWritable(int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
isWritable() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isWritable(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
isWritable() - Method in class io.netty.channel. AbstractChannel
 
isWritable() - Method in interface io.netty.channel. Channel
当且仅当I / O线程立即执行请求的写入操作时返回 true
isWritable() - Method in class io.netty.channel. ChannelOutboundBuffer
返回true当且仅当the total number of pending bytes未超过的写入水印Channel并没有user-defined writability flag已被设置为false
isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
isWritable(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
确定 stream是否剩余字节用于流量控制窗口。
iterator() - Method in class io.netty.buffer. CompositeByteBuf
 
iterator() - Method in class io.netty.channel. DefaultChannelPipeline
 
iterator() - Method in exception io.netty.channel.group. ChannelGroupException
返回Iterator ,其中包含所有Throwable ,这是导致失败的原因以及Channel的相关ID。
iterator() - Method in interface io.netty.channel.group. ChannelGroupFuture
返回Iterator ,列举所有ChannelFuture这是与此相关的未来秒。
iterator() - Method in class io.netty.channel.group. DefaultChannelGroup
 
iterator() - Method in class io.netty.channel.pool. AbstractChannelPoolMap
 
iterator() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
iterator() - Method in class io.netty.handler.codec. DefaultHeaders
 
iterator() - Method in class io.netty.handler.codec. EmptyHeaders
 
iterator() - Method in interface io.netty.handler.codec. Headers
 
iterator() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
已过时。
iterator() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
iterator() - Method in class io.netty.handler.codec.http. HttpHeaders
已过时。
最好是使用HttpHeaders.iteratorCharSequence()除非你需要String 如果需要String ,则使用HttpHeaders.iteratorAsString()
iterator() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
iterator() - Method in exception io.netty.handler.codec.http2. Http2Exception.CompositeStreamException
 
iterator() - Method in interface io.netty.handler.codec.http2. Http2Headers
返回所有HTTP / 2标题的迭代器。
iterator() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
iterator() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
iterator() - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
iterator() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
iterator() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
iterator() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty.handler.codec. HeadersUtils
Headers.iterator() ,它将每个 Map.Entry的密钥和值转换为 String
iteratorAsString() - Method in class io.netty.handler.codec.http. HttpHeaders
Iterator将每个 Map.Entry的密钥和值转换为 String
iteratorAsString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeaders
 
iteratorAsString() - Method in interface io.netty.handler.codec.spdy. SpdyHeaders
Headers.iterator()将每个 Map.Entry的密钥和值转换为 String
iteratorAsString() - Method in class io.netty.handler.codec.stomp. DefaultStompHeaders
 
iteratorAsString() - Method in interface io.netty.handler.codec.stomp. StompHeaders
Headers.iterator()将每个 Map.Entry的密钥和值转换为 String
iteratorCharSequence() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
iteratorCharSequence() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
iteratorCharSequence() - Method in class io.netty.handler.codec.http. HttpHeaders
 
iteratorCharSequence() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
IXFR - Static variable in class io.netty.handler.codec.dns. DnsRecordType
增量区域转移记录RFC 1996请求区域传输给定区域,但仅与先前的序列号不同。

J

JAVA_HASHER - Static variable in interface io.netty.util. HashingStrategy
一个HashingStrategy代表java的Object.hashCode()Object.equals(Object)
javaChannel() - Method in class io.netty.channel.nio. AbstractNioChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
javaChannel() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
javaChannel() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
javaSocket() - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
javaSocket - Variable in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
javaSocket - Variable in class io.netty.channel.socket. DefaultSocketChannelConfig
 
JdkAlpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
已过时。
JdkAlpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl. JdkAlpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
已过时。
JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory - Class in io.netty.handler.ssl
已过时。
 
JdkApplicationProtocolNegotiator.ProtocolSelectionListener - Interface in io.netty.handler.ssl
已过时。
一个监听者被其同伴选择的协议通知。
JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory - Interface in io.netty.handler.ssl
已过时。
JdkApplicationProtocolNegotiator.ProtocolSelector - Interface in io.netty.handler.ssl
已过时。
定义SSL握手过程中应用程序协议选择器角色的接口。
JdkApplicationProtocolNegotiator.ProtocolSelectorFactory - Interface in io.netty.handler.ssl
已过时。
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty.handler.ssl
已过时。
用于包装 SSLEngine对象的抽象工厂模式。
JdkNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
已过时。
JdkNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl. JdkNpnApplicationProtocolNegotiator
已过时。
创建一个新的实例。
JdkSslClientContext - Class in io.netty.handler.ssl
已过时。
使用SslContextBuilder创建JdkSslContext实例,并仅在代码中使用JdkSslContext
JdkSslClientContext() - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. JdkSslClientContext
已过时。
JdkSslContext - Class in io.netty.handler.ssl
一个使用JDK的SSL / TLS实现的SslContext
JdkSslContext(SSLContext, boolean, ClientAuth) - Constructor for class io.netty.handler.ssl. JdkSslContext
创建一个新JdkSslContext从预配置SSLContext
JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth) - Constructor for class io.netty.handler.ssl. JdkSslContext
创建一个新JdkSslContext从预配置SSLContext
JdkSslServerContext - Class in io.netty.handler.ssl
已过时。
使用SslContextBuilder创建JdkSslContext实例,并仅在代码中使用JdkSslContext
JdkSslServerContext(File, File) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. JdkSslServerContext
已过时。
JdkZlibDecoder - Class in io.netty.handler.codec.compression
使用膨胀算法解压缩ByteBuf
JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression. JdkZlibDecoder
使用默认包装器创建一个新实例( ZlibWrapper.ZLIB )。
JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression. JdkZlibDecoder
用指定的预设字典创建一个新实例。
JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression. JdkZlibDecoder
用指定的包装器创建一个新的实例。
JdkZlibDecoder(ZlibWrapper, boolean) - Constructor for class io.netty.handler.codec.compression. JdkZlibDecoder
 
JdkZlibDecoder(boolean) - Constructor for class io.netty.handler.codec.compression. JdkZlibDecoder
 
JdkZlibEncoder - Class in io.netty.handler.codec.compression
使用deflate算法压缩ByteBuf
JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
使用默认压缩级别( 6 )和默认包装器( ZlibWrapper.ZLIB )创建一个新的zlib编码器。
JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
用指定的 compressionLevel和默认包装器( ZlibWrapper.ZLIB )创建一个新的zlib编码器。
JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
使用默认压缩级别( 6 )和指定的包装器创建新的zlib编码器。
JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
用指定的 compressionLevel和指定的包装器创建一个新的zlib编码器。
JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
使用默认压缩级别( 6 )和指定的预设字典创建新的zlib编码器。
JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression. JdkZlibEncoder
用指定的 compressionLevel和指定的预设字典创建一个新的zlib编码器。
joinGroup(InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
joinGroup(InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
加入一个多播组,并在操作完成后通知ChannelFuture
joinGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
加入多播组,并在操作完成后通知ChannelFuture
joinGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口加入指定的组播组,并在操作完成后通知ChannelFuture
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口加入指定的组播组,并在操作完成后通知ChannelFuture
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口加入指定的组播组,并在操作完成后通知ChannelFuture
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口加入指定的组播组,并在操作完成后通知ChannelFuture
joinGroup(InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
JsonObjectDecoder - Class in io.netty.handler.codec.json
将JSON对象和数组的字节流拆分成单独的对象/数组,并将它们传递给ChannelPipeline
JsonObjectDecoder() - Constructor for class io.netty.handler.codec.json. JsonObjectDecoder
 
JsonObjectDecoder(int) - Constructor for class io.netty.handler.codec.json. JsonObjectDecoder
 
JsonObjectDecoder(boolean) - Constructor for class io.netty.handler.codec.json. JsonObjectDecoder
 
JsonObjectDecoder(int, boolean) - Constructor for class io.netty.handler.codec.json. JsonObjectDecoder
 
JZlibDecoder - Class in io.netty.handler.codec.compression
 
JZlibDecoder() - Constructor for class io.netty.handler.codec.compression. JZlibDecoder
用默认包装器创建一个新实例( ZlibWrapper.ZLIB )。
JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression. JZlibDecoder
用指定的包装器创建一个新的实例。
JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression. JZlibDecoder
用指定的预设字典创建一个新实例。
JZlibEncoder - Class in io.netty.handler.codec.compression
使用deflate算法压缩ByteBuf
JZlibEncoder() - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用默认压缩级别( 6 ),默认窗口位( 15 ),默认内存级别( 8 )和默认包装器( ZlibWrapper.ZLIB )创建新的zlib编码器。
JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用指定的 compressionLevel ,默认窗口位( 15 ),默认内存级别( 8 )和默认包装器( ZlibWrapper.ZLIB )创建新的zlib编码器。
JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用默认压缩级别( 6 ),默认窗口位( 15 ),默认内存级别( 8 )和指定的包装器创建新的zlib编码器。
JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用指定的 compressionLevel ,默认窗口位( 15 ),默认内存级别( 8 )和指定的包装器创建新的zlib编码器。
JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
用指定的 compressionLevel ,指定的 windowBits ,指定的 memLevel和指定的包装器创建一个新的zlib编码器。
JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用默认压缩级别( 6 ),默认窗口位( 15 ),默认内存级别( 8 )和指定的预设字典创建新的zlib编码器。
JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
使用指定的 compressionLevel ,默认窗口位( 15 ),默认内存级别( 8 )和指定的预设字典创建新的zlib编码器。
JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression. JZlibEncoder
用指定的 compressionLevel ,指定的 windowBits ,指定的 memLevel和指定的预设字典创建一个新的zlib编码器。

K

KEEP_ALIVE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
已过时。
使用HttpHeaderNames.CONNECTION "keep-alive"
KEEP_ALIVE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"keep-alive"
KEEP_ALIVE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"keep-alive"
KEEP_ALIVE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"keep-alive"
KEEP_ALIVE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"keep-alive"
keepAlive(int) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
keepAliveTimeSeconds() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
KERNEL_VERSION - Static variable in class io.netty.channel.epoll. Native
 
key - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
KEY - Static variable in class io.netty.handler.codec.dns. DnsRecordType
关键记录RFC 2535和RFC 2930仅用于SIG(0)(RFC 2931)和TKEY(RFC 2930)。
key() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
key() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回文档的可选键。
key() - Method in class io.netty.handler.ssl.util. SelfSignedCertificate
返回生成的RSA私钥。
key() - Method in interface io.netty.util. Attribute
返回此属性的关键字。
key() - Method in interface io.netty.util.collection. ByteObjectMap.PrimitiveEntry
获取此条目的关键。
key() - Method in interface io.netty.util.collection. CharObjectMap.PrimitiveEntry
获取此条目的关键。
key() - Method in interface io.netty.util.collection. IntObjectMap.PrimitiveEntry
获取此条目的关键。
key() - Method in interface io.netty.util.collection. LongObjectMap.PrimitiveEntry
获取此条目的关键。
key() - Method in interface io.netty.util.collection. ShortObjectMap.PrimitiveEntry
获取此条目的关键。
KEY_EEXISTS - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
KEY_ENOENT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
KEY_MANAGEMENT_FAILURE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
463密钥管理失败
keyLength() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
keyLength() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回消息的密钥长度。
keyManager(File, File) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(InputStream, InputStream) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(PrivateKey, X509Certificate...) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(File, File, String) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(InputStream, InputStream, String) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(PrivateKey, String, X509Certificate...) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的证书。
keyManager(KeyManagerFactory) - Method in class io.netty.handler.ssl. SslContextBuilder
识别该主机的管理员。
KEYMGMT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"keymgmt"
KEYMGMT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"KeyMgmt"
keySet() - Method in class io.netty.util.collection. ByteObjectHashMap
 
keySet() - Method in class io.netty.util.collection. CharObjectHashMap
 
keySet() - Method in class io.netty.util.collection. IntObjectHashMap
 
keySet() - Method in class io.netty.util.collection. LongObjectHashMap
 
keySet() - Method in class io.netty.util.collection. ShortObjectHashMap
 
keyToString(char) - Method in class io.netty.handler.codec.http2. Http2Settings
 
keyToString(byte) - Method in class io.netty.util.collection. ByteObjectHashMap
Helper方法由 ByteObjectHashMap.toString()调用 ,以便将单个映射键转换为字符串。
keyToString(char) - Method in class io.netty.util.collection. CharObjectHashMap
Helper方法由 CharObjectHashMap.toString()调用 ,以便将单个映射键转换为字符串。
keyToString(int) - Method in class io.netty.util.collection. IntObjectHashMap
Helper方法由 IntObjectHashMap.toString()调用 ,以便将单个映射键转换为字符串。
keyToString(long) - Method in class io.netty.util.collection. LongObjectHashMap
Helper方法由 LongObjectHashMap.toString()调用 ,以便将单个映射键转换为字符串。
keyToString(short) - Method in class io.netty.util.collection. ShortObjectHashMap
Helper方法由 ShortObjectHashMap.toString()调用 ,以便将单个映射键转换为字符串。
kind() - Method in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
UDT频道种类。
KQueue - Class in io.netty.channel.kqueue
如果KQueue可用,则会在加载此类时加载JNI资源。
KQueueChannelConfig - Class in io.netty.channel.kqueue
 
KQueueChannelOption< T> - Class in io.netty.channel.kqueue
 
KQueueDatagramChannel - Class in io.netty.channel.kqueue
 
KQueueDatagramChannel() - Constructor for class io.netty.channel.kqueue. KQueueDatagramChannel
 
KQueueDatagramChannel(int) - Constructor for class io.netty.channel.kqueue. KQueueDatagramChannel
 
KQueueDatagramChannelConfig - Class in io.netty.channel.kqueue
 
KQueueDomainSocketChannel - Class in io.netty.channel.kqueue
 
KQueueDomainSocketChannel() - Constructor for class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
KQueueDomainSocketChannel(int) - Constructor for class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
KQueueDomainSocketChannelConfig - Class in io.netty.channel.kqueue
 
KQueueEventLoopGroup - Class in io.netty.channel.kqueue
 
KQueueEventLoopGroup() - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
使用默认的线程数和默认的 ThreadFactory创建一个新实例。
KQueueEventLoopGroup(int) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
使用指定数量的线程和默认 ThreadFactory创建新实例。
KQueueEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
使用指定数量的线程和默认值 ThreadFactory创建一个新实例。
KQueueEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
使用指定数量的线程和给定的 ThreadFactory创建一个新实例。
KQueueEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
使用指定数量的线程和给定的 ThreadFactory创建一个新实例。
KQueueEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
KQueueEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
KQueueEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.kqueue. KQueueEventLoopGroup
 
KQueueServerChannelConfig - Class in io.netty.channel.kqueue
 
KQueueServerDomainSocketChannel - Class in io.netty.channel.kqueue
 
KQueueServerDomainSocketChannel() - Constructor for class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
KQueueServerDomainSocketChannel(int) - Constructor for class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
KQueueServerSocketChannel - Class in io.netty.channel.kqueue
 
KQueueServerSocketChannel() - Constructor for class io.netty.channel.kqueue. KQueueServerSocketChannel
 
KQueueServerSocketChannel(int) - Constructor for class io.netty.channel.kqueue. KQueueServerSocketChannel
 
KQueueServerSocketChannelConfig - Class in io.netty.channel.kqueue
 
KQueueSocketChannel - Class in io.netty.channel.kqueue
 
KQueueSocketChannel() - Constructor for class io.netty.channel.kqueue. KQueueSocketChannel
 
KQueueSocketChannel(int) - Constructor for class io.netty.channel.kqueue. KQueueSocketChannel
 
KQueueSocketChannelConfig - Class in io.netty.channel.kqueue
 
KX - Static variable in class io.netty.handler.codec.dns. DnsRecordType
主要eXchanger记录RFC 2230与某些加密系统(不包括DNSSEC)一起使用,以识别关联的域名的密钥管理代理。

L

last() - Method in interface io.netty.channel. ChannelPipeline
返回此管道中的最后一个ChannelHandler
last() - Method in class io.netty.channel. DefaultChannelPipeline
 
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Last-Modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Last-Modified"
lastAckRecv() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
lastAckSent() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
LastBulkStringRedisContent - Interface in io.netty.handler.codec.redis
Bulk Strings的最后一块。
lastBytesRead(int) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead(int) - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
lastBytesRead() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
lastBytesRead(int) - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
设置上次读取操作所读取的字节。
lastBytesRead() - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
获取上一次读取操作的字节数量。
lastContext() - Method in interface io.netty.channel. ChannelPipeline
返回此管道中最后一个ChannelHandler的上下文。
lastContext() - Method in class io.netty.channel. DefaultChannelPipeline
 
lastCumulativeTime() - Method in class io.netty.handler.traffic. TrafficCounter
 
lastDataRecv() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
lastDataSent() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
lastGoodStreamId() - Method in class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
 
lastGoodStreamId() - Method in interface io.netty.handler.codec.spdy. SpdyGoAwayFrame
返回此帧的最后良好流ID。
LastHttpContent - Interface in io.netty.handler.codec.http
最后HttpContent有尾标头。
lastInboundBuffer() - Method in class io.netty.channel.embedded. EmbeddedChannel
lastIndexOf(CharSequence) - Method in class io.netty.util. AsciiString
在此字符串中搜索指定字符串的最后一个索引。
lastIndexOf(CharSequence, int) - Method in class io.netty.util. AsciiString
在此字符串中搜索指定字符串的索引。
LastMemcacheContent - Interface in io.netty.handler.codec.memcache
MemcacheContent表示内容批处理结束。
lastOutboundBuffer() - Method in class io.netty.channel.embedded. EmbeddedChannel
lastReadBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
lastReadThroughput() - Method in class io.netty.handler.traffic. TrafficCounter
 
LastSmtpContent - Interface in io.netty.handler.codec.smtp
DATA请求后发送的一系列SmtpContent的最后一部分。
LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
最后的StompContentSubframe表示内容批次的结束

请注意,即使协议不发送内容,也会发出一个空的LastStompContentSubframe ,以使上游解析更容易。
lastStreamCreated() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
获取由此端点成功创建的流的标识。
lastStreamId() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
lastStreamId() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
返回最后一个流标识符(如果已设置),或 -1
lastStreamId() - Method in exception io.netty.handler.codec.http2. StreamBufferingEncoder.Http2GoAwayException
 
lastStreamKnownByPeer() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
如果此端点收到GOAWAY,这将是GOAWAY帧中的最后一个流ID。
lastTime() - Method in class io.netty.handler.traffic. TrafficCounter
 
lastWriteThroughput() - Method in class io.netty.handler.traffic. TrafficCounter
 
lastWrittenBytes() - Method in class io.netty.handler.traffic. TrafficCounter
 
LAX - Static variable in class io.netty.handler.codec.http.cookie. ClientCookieDecoder
Lax实例不验证名称和值
LAX - Static variable in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
不验证名称和值的Lax实例,以及(对于接受多个Cookie的方法)将cookies按照给定的顺序保存。
LAX - Static variable in class io.netty.handler.codec.http.cookie. ServerCookieDecoder
Lax实例不验证名称和值
LAX - Static variable in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
Lax实例不验证名称和值,并允许具有相同名称的多个Cookie。
LAYERS - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"layers"
LAYERS - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"layers"
leaveGroup(InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
leaveGroup(InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
一旦操作完成,就离开多播组并通知ChannelFuture
leaveGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
一个操作完成后,留下多播组并通知ChannelFuture
leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的本地接口上留下多播组,并在操作完成后通知ChannelFuture
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的本地接口上留下多播组,并在操作完成后通知ChannelFuture
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口上使用指定的源保留指定的多播组,并在操作完成后通知ChannelFuture
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket. DatagramChannel
在指定的接口上使用指定的源保留指定的多播组,并在操作完成后通知ChannelFuture
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
length() - Method in class io.netty.handler.codec.http. HttpChunkedInput
 
length() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
length() - Method in interface io.netty.handler.codec.http.multipart. HttpData
返回InterfaceHttpData的字节大小
length() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
length() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
length() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
length() - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
 
length() - Method in class io.netty.handler.codec.redis. ArrayHeaderRedisMessage
获取这个数组对象的长度。
length() - Method in class io.netty.handler.stream. ChunkedFile
 
length() - Method in interface io.netty.handler.stream. ChunkedInput
返回输入的长度。
length() - Method in class io.netty.handler.stream. ChunkedNioFile
 
length() - Method in class io.netty.handler.stream. ChunkedNioStream
 
length() - Method in class io.netty.handler.stream. ChunkedStream
 
length() - Method in class io.netty.util. AsciiString
此实例的字节长度。
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
411长度要求
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
411长度要求
LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
一个解码器,通过消息中的长度字段的值动态分割接收到的ByteBuf
LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec. LengthFieldBasedFrameDecoder
创建一个新的实例。
LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec. LengthFieldBasedFrameDecoder
创建一个新的实例。
LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec. LengthFieldBasedFrameDecoder
创建一个新的实例。
LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec. LengthFieldBasedFrameDecoder
创建一个新的实例。
LengthFieldPrepender - Class in io.netty.handler.codec
预编码消息长度的编码器。
LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec. LengthFieldPrepender
创建一个新的实例。
LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec. LengthFieldPrepender
创建一个新的实例。
LengthFieldPrepender(int, int) - Constructor for class io.netty.handler.codec. LengthFieldPrepender
创建一个新的实例。
LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty.handler.codec. LengthFieldPrepender
创建一个新的实例。
LengthFieldPrepender(ByteOrder, int, int, boolean) - Constructor for class io.netty.handler.codec. LengthFieldPrepender
创建一个新的实例。
level() - Method in class io.netty.handler.logging. LoggingHandler
返回此处理程序用于记录的LogLevel
LF - Static variable in class io.netty.handler.codec.http. HttpConstants
换行符
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
设置生命周期管理器。
lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
设置生命周期管理器。
Limits - Class in io.netty.channel.unix
 
LineBasedFrameDecoder - Class in io.netty.handler.codec
解码器将接收到的ByteBuf分解为行尾。
LineBasedFrameDecoder(int) - Constructor for class io.netty.handler.codec. LineBasedFrameDecoder
创建一个新的解码器。
LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class io.netty.handler.codec. LineBasedFrameDecoder
创建一个新的解码器。
lineDelimiter() - Static method in class io.netty.handler.codec. Delimiters
返回 CR ('\r')LF ('\n')分隔符,它们可用于基于文本的线路协议。
LineEncoder - Class in io.netty.handler.codec.string
对请求的String应用行分隔符并将其编码为ByteBuf
LineEncoder() - Constructor for class io.netty.handler.codec.string. LineEncoder
用当前系统行分隔符和UTF-8字符集编码创建一个新实例。
LineEncoder(LineSeparator) - Constructor for class io.netty.handler.codec.string. LineEncoder
用指定的行分隔符和UTF-8字符集编码创建一个新实例。
LineEncoder(Charset) - Constructor for class io.netty.handler.codec.string. LineEncoder
用指定的字符集创建一个新的实例。
LineEncoder(LineSeparator, Charset) - Constructor for class io.netty.handler.codec.string. LineEncoder
用指定的行分隔符和字符集创建一个新实例。
LineSeparator - Class in io.netty.handler.codec.string
用于表示不同环境中的行分隔符的类。
LineSeparator(String) - Constructor for class io.netty.handler.codec.string. LineSeparator
用指定的lineSeparator字符串创建LineSeparator
listen(int) - Method in class io.netty.channel.unix. Socket
 
listener(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
listener - Variable in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
listener(Http2RemoteFlowController.Listener) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
在流量控制器上设置活动监听器。
LITTLE_ENDIAN - Static variable in class io.netty.buffer. Unpooled
小端字节顺序。
LOC - Static variable in class io.netty.handler.codec.dns. DnsRecordType
位置记录RFC 1876指定与域名关联的地理位置。
local() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
local() - Method in interface io.netty.handler.codec.http2. Http2Connection
从本地Http2Connection.Endpoint获取此连接的视图。
localAddress(SocketAddress) - Method in class io.netty.bootstrap. AbstractBootstrap
用于绑定本地“结束”的 SocketAddress
localAddress(int) - Method in class io.netty.bootstrap. AbstractBootstrap
 
localAddress(String, int) - Method in class io.netty.bootstrap. AbstractBootstrap
 
localAddress(InetAddress, int) - Method in class io.netty.bootstrap. AbstractBootstrap
 
localAddress() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
如果尚未配置,则返回已配置的本地地址或 null
localAddress() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
localAddress() - Method in class io.netty.channel. AbstractChannel
 
localAddress() - Method in interface io.netty.channel. Channel
返回此通道绑定的本地地址。
localAddress() - Method in interface io.netty.channel. Channel.Unsafe
返回本地绑定的 SocketAddressnull如果没有)。
localAddress() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
localAddress() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll. EpollSocketChannel
 
localAddress() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
localAddress() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
localAddress() - Method in class io.netty.channel.kqueue. KQueueSocketChannel
 
LocalAddress - Class in io.netty.channel.local
本地运输中的端点。
LocalAddress(String) - Constructor for class io.netty.channel.local. LocalAddress
用指定的ID创建一个新实例。
localAddress() - Method in class io.netty.channel.local. LocalChannel
 
localAddress() - Method in class io.netty.channel.local. LocalServerChannel
 
localAddress() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
localAddress() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
localAddress() - Method in interface io.netty.channel.sctp. SctpChannel
返回SCTP通道的(主)本地地址。
localAddress() - Method in interface io.netty.channel.sctp. SctpServerChannel
返回SCTP服务器通道的(主)本地地址。
localAddress() - Method in interface io.netty.channel.socket. DatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket. ServerSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket. SocketChannel
 
localAddress() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
localAddress() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
localAddress() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
localAddress() - Method in interface io.netty.channel.udt. UdtChannel
已过时。
 
localAddress() - Method in interface io.netty.channel.unix. DomainSocketChannel
 
localAddress() - Method in interface io.netty.channel.unix. ServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.unix. Socket
 
localAddress0() - Method in class io.netty.channel. AbstractChannel
返回本地绑定的 SocketAddress
localAddress0() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
localAddress0() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.local. LocalChannel
 
localAddress0() - Method in class io.netty.channel.local. LocalServerChannel
 
localAddress0() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
localAddress0() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
localAddress0() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
localAddress0() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
LocalChannel - Class in io.netty.channel.local
A Channel为当地交通工具。
LocalChannel() - Constructor for class io.netty.channel.local. LocalChannel
 
LocalChannel(LocalServerChannel, LocalChannel) - Constructor for class io.netty.channel.local. LocalChannel
 
LocalEventLoopGroup - Class in io.netty.channel.local
已过时。
改为使用DefaultEventLoopGroup
LocalEventLoopGroup() - Constructor for class io.netty.channel.local. LocalEventLoopGroup
已过时。
用默认的线程数创建一个新的实例。
LocalEventLoopGroup(int) - Constructor for class io.netty.channel.local. LocalEventLoopGroup
已过时。
创建一个新的实例
LocalEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.local. LocalEventLoopGroup
已过时。
创建一个新的实例
localhost() - Method in enum io.netty.channel.socket. InternetProtocolFamily
返回 InetAddress表示该 LOCALHOST的家庭。
LOCALHOST - Static variable in class io.netty.util. NetUtil
表示回送地址的 InetAddress
LOCALHOST4 - Static variable in class io.netty.util. NetUtil
代表IPv4环回地址'127.0.0.1'的 Inet4Address
LOCALHOST6 - Static variable in class io.netty.util. NetUtil
代表IPv6环回地址':: 1'的 Inet6Address
LocalServerChannel - Class in io.netty.channel.local
一个ServerChannel用于允许VM通信的本地传输。
LocalServerChannel() - Constructor for class io.netty.channel.local. LocalServerChannel
 
localSettings() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
localSettings() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
localSettings() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
获取HTTP / 2连接的此端点的本地设置。
localSideOpen() - Method in enum io.netty.handler.codec.http2. Http2Stream.State
指示此流的本地端是否打开(即状态为 Http2Stream.State.OPENHttp2Stream.State.HALF_CLOSED_REMOTE )。
LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"location"
LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Location"
LOCKED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
423锁定(WebDAV,RFC4918)
logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logger - Static variable in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
logger - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
 
logger - Variable in class io.netty.handler.logging. LoggingHandler
 
LoggingHandler - Class in io.netty.handler.logging
一个使用日志框架记录所有事件的ChannelHandler
LoggingHandler() - Constructor for class io.netty.handler.logging. LoggingHandler
创建一个新的实例,其记录器名称是启用了十六进制转储的实例的完全限定类名称。
LoggingHandler(LogLevel) - Constructor for class io.netty.handler.logging. LoggingHandler
创建一个新的实例,其记录器名称是实例的完全限定类名称。
LoggingHandler(Class<?>) - Constructor for class io.netty.handler.logging. LoggingHandler
使用指定的记录器名称和启用十六进制转储创建新实例。
LoggingHandler(Class<?>, LogLevel) - Constructor for class io.netty.handler.logging. LoggingHandler
用指定的记录器名称创建一个新实例。
LoggingHandler(String) - Constructor for class io.netty.handler.logging. LoggingHandler
使用默认日志级别创建具有指定记录器名称的新实例。
LoggingHandler(String, LogLevel) - Constructor for class io.netty.handler.logging. LoggingHandler
用指定的记录器名称创建一个新实例。
logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
LOGIN - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
LogLevel - Enum in io.netty.handler.logging
将常规LogLevelInternalLogLevel
logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2. Http2FrameLogger
 
LongCollections - Class in io.netty.util.collection
基于长期原始集合的实用程序。
longCommitHash() - Method in class io.netty.util. Version
 
LongObjectHashMap< V> - Class in io.netty.util.collection
LongObjectMap哈希映射实现,它使用键的开放寻址。
LongObjectHashMap() - Constructor for class io.netty.util.collection. LongObjectHashMap
 
LongObjectHashMap(int) - Constructor for class io.netty.util.collection. LongObjectHashMap
 
LongObjectHashMap(int, float) - Constructor for class io.netty.util.collection. LongObjectHashMap
 
LongObjectMap< V> - Interface in io.netty.util.collection
使用 long作为键的原始映射的接口。
LongObjectMap.PrimitiveEntry< V> - Interface in io.netty.util.collection
地图中的一个原始条目,由 LongObjectMap.entries()的迭代器提供
lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl. AbstractSniHandler
开始查找给定的SNI值并返回Future ,这反过来会在完成时通知AbstractSniHandler.onLookupComplete(ChannelHandlerContext, String, Future)
lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl. SniHandler
默认实现将简单地调用 AsyncMapping.map(Object, Promise)但用户可以重写此方法来实现自定义行为。
LOOPBACK_IF - Static variable in class io.netty.util. NetUtil
当前机器的环回 NetworkInterface
lost() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
low() - Method in class io.netty.channel. WriteBufferWaterMark
返回写缓冲区的低水位标志。
LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
250的存储空间不足
Lz4FrameDecoder - Class in io.netty.handler.codec.compression
解压缩用LZ4格式编码的ByteBuf
Lz4FrameDecoder() - Constructor for class io.netty.handler.codec.compression. Lz4FrameDecoder
创建最快的LZ4解码器。
Lz4FrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression. Lz4FrameDecoder
用您的机器上最快的解码器实例创建LZ4解码器。
Lz4FrameDecoder(LZ4Factory, boolean) - Constructor for class io.netty.handler.codec.compression. Lz4FrameDecoder
用可定制的实现创建一个新的LZ4解码器。
Lz4FrameDecoder(LZ4Factory, Checksum) - Constructor for class io.netty.handler.codec.compression. Lz4FrameDecoder
创建一个新的可定制的LZ4解码器。
Lz4FrameEncoder - Class in io.netty.handler.codec.compression
使用LZ4格式压缩ByteBuf
Lz4FrameEncoder() - Constructor for class io.netty.handler.codec.compression. Lz4FrameEncoder
基于Yann Collet的作品 Github ,创建了具有默认块大小(64 KB)和Java xxhash哈希的最快LZ4编码器。
Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression. Lz4FrameEncoder
基于Yann Collet的作品Github,为Java创建了一个新的LZ4编码器,该编码器具有高或高压缩率,默认块大小(64 KB)和xxhash哈希
Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression. Lz4FrameEncoder
创建一个新的可定制的LZ4编码器。
Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - Constructor for class io.netty.handler.codec.compression. Lz4FrameEncoder
创建一个新的可定制的LZ4编码器。
LzfDecoder - Class in io.netty.handler.codec.compression
解压缩使用LZF格式编码的ByteBuf
LzfDecoder() - Constructor for class io.netty.handler.codec.compression. LzfDecoder
创建一个新的LZF解码器,其中包含用于底层数据访问的最佳可用方法。
LzfDecoder(boolean) - Constructor for class io.netty.handler.codec.compression. LzfDecoder
用指定的解码实例创建一个新的LZF解码器。
LzfEncoder - Class in io.netty.handler.codec.compression
使用LZF格式压缩ByteBuf
LzfEncoder() - Constructor for class io.netty.handler.codec.compression. LzfEncoder
创建一个新的LZF编码器,其中包含用于底层数据访问的最佳可用方法。
LzfEncoder(boolean) - Constructor for class io.netty.handler.codec.compression. LzfEncoder
用指定的编码实例创建一个新的LZF编码器。
LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression. LzfEncoder
创建具有指定编码块总长度的新LZF编码器。
LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression. LzfEncoder
用指定的设置创建一个新的LZF编码器。
LzmaFrameEncoder - Class in io.netty.handler.codec.compression
使用LZMA算法压缩ByteBuf
LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression. LzmaFrameEncoder
使用默认设置创建LZMA编码器。
LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression. LzmaFrameEncoder
创建具有指定的编码器LZMA lclppb值和的介质字典大小。
LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression. LzmaFrameEncoder
创建具有指定字典大小和默认值 lc =, lp =, pb =的LZMA编码器。
LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression. LzmaFrameEncoder
创建具有指定LZMA编码器 lclppb价值和自定义词典的大小。
LzmaFrameEncoder(int, int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.compression. LzmaFrameEncoder
用指定的设置创建LZMA编码器。

M

magic() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
magic() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回消息的魔术字节。
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
 
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
 
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
 
MAIL - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
mail(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 MAIL请求。
main(String[]) - Static method in class io.netty.util. Version
将版本信息打印到 System.err
majorVersion() - Method in class io.netty.handler.codec.http. HttpVersion
返回协议的名称,例如 1中的 "HTTP/1.0"
map(IN, Promise<OUT>) - Method in interface io.netty.util. AsyncMapping
返回将提供映射结果的Future
map(String) - Method in class io.netty.util. DomainNameMapping
 
map(IN) - Method in interface io.netty.util. Mapping
返回指定输入的映射值。
mapping - Variable in class io.netty.handler.ssl. SniHandler
 
Mapping< IN, OUT> - Interface in io.netty.util
保持从一种类型的对象到另一种类型的对象的映射。
mark(int) - Method in class io.netty.buffer. ByteBufInputStream
 
mark(int) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
markReaderIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
markReaderIndex() - Method in class io.netty.buffer. ByteBuf
在此缓冲区中标记当前的 readerIndex
markReaderIndex() - Method in class io.netty.buffer. CompositeByteBuf
 
markReaderIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
markReaderIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
markSupported() - Method in class io.netty.buffer. ByteBufInputStream
 
markSupported() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
markWriterIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
markWriterIndex() - Method in class io.netty.buffer. ByteBuf
在此缓冲区中标记当前的 writerIndex
markWriterIndex() - Method in class io.netty.buffer. CompositeByteBuf
 
markWriterIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
markWriterIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
MarshallerProvider - Interface in io.netty.handler.codec.marshalling
该供应商负责获得Marshaller对于给定ChannelHandlerContext
MarshallingDecoder - Class in io.netty.handler.codec.marshalling
解码器必须与MarshallingEncoder一起使用。
MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling. MarshallingDecoder
创建一个新的解码器,其最大对象大小为 1048576字节。
MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling. MarshallingDecoder
用指定的最大对象大小创建一个新的解码器。
MarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder使用JBoss编组来封送对象的实现。
MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling. MarshallingEncoder
创建一个新的编码器。
matches(Channel) - Method in interface io.netty.channel.group. ChannelMatcher
返回true如果操作应在给定的也执行Channel
matches(InetSocketAddress) - Method in interface io.netty.handler.ipfilter. IpFilterRule
 
matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter. IpSubnetFilterRule
 
matches(String) - Method in class io.netty.util. AsciiString
确定此字符串是否与给定的正则表达式匹配。
MAX_AGE - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
MAX_AGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"max-age"
MAX_AGE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"max-age"
MAX_AGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"max-age"
MAX_AGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"max-age"
MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_FORWARDS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"max-forwards"
MAX_FORWARDS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Max-Forwards"
MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_MESSAGES_PER_READ - Static variable in class io.netty.channel. ChannelOption
已过时。
MAX_PADDING - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
填充字节的最大数量。
MAX_STALE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"max-stale"
MAX_STALE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"max-stale"
MAX_STALE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"max-stale"
MAX_STALE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"max-stale"
MAX_UNSIGNED_BYTE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_UNSIGNED_INT - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_WEIGHT - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MAX_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateServerExtensionHandshaker
 
maxActiveStreams() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
获取允许同时处于活动状态的最大数量的流(由此端点创建)。
maxActiveStreams(int) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
设置 SETTINGS_MAX_CONCURRENT_STREAMS的限制。
maxAge() - Method in interface io.netty.handler.codec.http.cookie. Cookie
如果未指定, 则以秒为单位返回此Cookie的最大年龄或Cookie.UNDEFINED_MAX_AGE
maxAge() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
maxAge() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
maxAge(long) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
maxAge() - Method in class io.netty.handler.codec.http.cors. CorsConfig
获取maxAge设置。
maxAge(long) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
当进行预检请求时,客户端必须执行两个请求,效率可能很低。
maxBytes(long) - Method in class io.netty.channel.unix. IovArray
设置可通过IovArray.add(ByteBuf)添加到此IovArray的最大字节
maxBytes() - Method in class io.netty.channel.unix. IovArray
获取可通过IovArray.add(ByteBuf)添加到此IovArray的最大字节
maxBytesPerIndividualRead() - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerIndividualRead(int) - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerIndividualRead() - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
返回每个读取操作读取的最大字节数。
maxBytesPerIndividualRead(int) - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
设置每个读取操作的最大读取字节数。
maxBytesPerRead() - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerRead(int) - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerRead() - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
返回每个读取循环读取的最大字节数。
maxBytesPerRead(int) - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
设置每个读取循环读取的最大字节数。
maxBytesPerReadPair() - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerReadPair(int, int) - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerReadPair() - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
原子方式获得读取循环和每个读取操作所需的最大字节数。
maxBytesPerReadPair(int, int) - Method in interface io.netty.channel. MaxBytesRecvByteBufAllocator
设置读取循环和每个读取操作的最大读取字节数。
MaxBytesRecvByteBufAllocator - Interface in io.netty.channel
RecvByteBufAllocator ,其基于每次读取的最大值和当事件循环尝试读取操作时的最大量来限制读取操作。
maxCapacity() - Method in class io.netty.buffer. AbstractByteBuf
 
maxCapacity(int) - Method in class io.netty.buffer. AbstractByteBuf
 
maxCapacity() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区允许的最大容量。
maxCapacity() - Method in class io.netty.buffer. EmptyByteBuf
 
maxCapacity() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
maxConcurrentStreams() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_MAX_CONCURRENT_STREAMS值。
maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_MAX_CONCURRENT_STREAMS值。
maxContentLength() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
返回消息内容的最大长度。
maxContentLength(int) - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
指定消息内容的最大长度。
maxContentLength(int) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
 
maxContentLength() - Method in class io.netty.handler.codec. MessageAggregator
以字节为单位返回聚合消息的最大允许长度。
maxCumulationBufferComponents() - Method in class io.netty.handler.codec. MessageAggregator
返回累积缓冲区中的最大组件数。
maxDeviation() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回任何帧的有效载荷的最大长度
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
获取任何帧的有效载荷的最大长度。
maxFrameSize(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
maxFrameSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
maxFrameSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
maxFrameSize(int) - Method in interface io.netty.handler.codec.http2. Http2FrameSizePolicy
设置允许的最大帧大小。
maxFrameSize() - Method in interface io.netty.handler.codec.http2. Http2FrameSizePolicy
获取允许的最大帧大小。
maxFrameSize() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_MAX_FRAME_SIZE值。
maxFrameSize(int) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_MAX_FRAME_SIZE值。
maxHeaderListSize(long, long) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
maxHeaderListSize(long, long) - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder.Configuration
配置每组标题的最大允许大小(以字节为单位)。
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder.Configuration
maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder.Configuration
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder.Configuration
maxHeaderListSize() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_MAX_HEADER_LIST_SIZE值。
maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_MAX_HEADER_LIST_SIZE值。
maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
maxHeaderListSizeGoAway() - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder.Configuration
表示 GO_AWAY应发送之前的一组标头的上限字节数。
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
 
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersEncoder
 
maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder.Configuration
代表 SETTINGS_HEADER_TABLE_SIZE的值。
maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2. Http2HeadersDecoder.Configuration
代表 SETTINGS_HEADER_TABLE_SIZE的值。
maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder.Configuration
代表 SETTINGS_HEADER_TABLE_SIZE的值。
maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2. Http2HeadersEncoder.Configuration
代表 SETTINGS_HEADER_TABLE_SIZE的值。
maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
MaxMessageHandle() - Constructor for class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
maxMessagesPerRead() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
 
maxMessagesPerRead(int) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
 
maxMessagesPerRead() - Method in interface io.netty.channel. MaxMessagesRecvByteBufAllocator
返回每个读取循环要读取的最大消息数。
maxMessagesPerRead(int) - Method in interface io.netty.channel. MaxMessagesRecvByteBufAllocator
设置每个读取循环要读取的最大消息数。
MaxMessagesRecvByteBufAllocator - Interface in io.netty.channel
RecvByteBufAllocator ,它限制事件循环尝试执行读取操作时将要尝试的读取操作数。
maxNumComponents() - Method in class io.netty.buffer. CompositeByteBuf
返回在这种情况下组成的最大数量ByteBuf
maxNumElements() - Method in interface io.netty.buffer. PoolSubpageMetric
返回可从子页面分配的最大元素数量。
maxObjectSize - Variable in class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
 
maxPayloadSize() - Method in class io.netty.resolver.dns. DnsNameResolver
返回数据报包缓冲区的容量(以字节为单位)。
maxPayloadSize(int) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置数据报包缓冲区的容量(以字节为单位)。
maxQueriesPerResolve() - Method in class io.netty.resolver.dns. DnsNameResolver
返回解析主机名时发送的DNS查询的最大允许数量。
maxQueriesPerResolve(int) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置解析主机名时要发送的最大DNS查询数。
maxReservedStreams() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
获取在任何给定时间可以处于保留状态的最大数量的流。
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
设置在任何给定时间可以处于保留状态的最大数量的流。
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
maxReservedStreams() - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
maxReservedStreams() - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
建议默认MAXSIZE = -1为无限制
maxTime - Variable in class io.netty.handler.traffic. AbstractTrafficShapingHandler
最大延迟等待
maxTtl() - Method in class io.netty.resolver.dns. DefaultDnsCache
返回缓存的DNS资源记录的最大TTL(以秒为单位)。
maxUsage() - Method in interface io.netty.buffer. PoolChunkListMetric
块返回到块列表的最大使用量,块被提升到下一个列表。
maxWritableBytes() - Method in class io.netty.buffer. AbstractByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer. ByteBuf
返回可写入的最大字节数,等于 (this.maxCapacity - this.writerIndex)
maxWritableBytes() - Method in class io.netty.buffer. EmptyByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
指示此端点是否可能创建了给定的流。
MemcacheContent - Interface in io.netty.handler.codec.memcache
Memcache内容块。
MemcacheMessage - Interface in io.netty.handler.codec.memcache
用于ASCII和二进制消息的标记接口。
MemcacheObject - Interface in io.netty.handler.codec.memcache
定义了所有MemcacheObject实现的通用接口。
memoryAddress() - Method in class io.netty.buffer. ByteBuf
返回指向备份数据第一个字节的低级内存地址。
memoryAddress() - Method in class io.netty.buffer. CompositeByteBuf
 
memoryAddress() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
memoryAddress() - Method in class io.netty.buffer. EmptyByteBuf
 
memoryAddress() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
memoryAddress() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
memoryAddress() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
memoryAddress() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
memoryAddress() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
memoryAddress(int) - Method in class io.netty.channel.unix. IovArray
返回 memoryAddress为给定 offset
MemoryAttribute - Class in io.netty.handler.codec.http.multipart
内存实现的属性
MemoryAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MemoryAttribute
 
MemoryFileUpload - Class in io.netty.handler.codec.http.multipart
将文件存储到内存的默认FileUpload实现。
MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.FlowControlled
next消息的内容合并到此消息中,以便它们可以作为一个单元写出。
MERGE_CUMULATOR - Static variable in class io.netty.handler.codec. ByteToMessageDecoder
通过将它们合并到一个ByteBuf ,使用内存拷贝来累积ByteBuf
MESSAGE - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
MESSAGE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT消息接受器的ChannelFactory
MESSAGE_CONNECTOR - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT消息连接器的ChannelFactory
MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
MESSAGE_PROVIDER - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT消息通道的 SelectorProvider
MESSAGE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
用于UDT消息集合的ChannelFactory
MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty.channel. ChannelOption
 
MessageAggregationException - Exception in io.netty.handler.codec
由于意外的消息顺序导致聚合失败时由MessageAggregator引发
MessageAggregationException() - Constructor for exception io.netty.handler.codec. MessageAggregationException
 
MessageAggregationException(String) - Constructor for exception io.netty.handler.codec. MessageAggregationException
 
MessageAggregationException(String, Throwable) - Constructor for exception io.netty.handler.codec. MessageAggregationException
 
MessageAggregationException(Throwable) - Constructor for exception io.netty.handler.codec. MessageAggregationException
 
MessageAggregator< I, S, C extends ByteBufHolder, O extends ByteBufHolder> - Class in io.netty.handler.codec
将一系列消息对象聚合成单个聚合消息的摘要ChannelHandler
MessageAggregator(int) - Constructor for class io.netty.handler.codec. MessageAggregator
创建一个新的实例。
MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty.handler.codec. MessageAggregator
 
messageId(int) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
messageId(int) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.SubscribeBuilder
 
messageId(int) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.UnsubscribeBuilder
 
messageId() - Method in class io.netty.handler.codec.mqtt. MqttMessageIdVariableHeader
 
messageId() - Method in class io.netty.handler.codec.mqtt. MqttPublishVariableHeader
已过时。
messageInfo() - Method in class io.netty.channel.sctp. SctpMessage
返回 MessageInfo入站邮件或 null出站邮件。
MessageSizeEstimator - Interface in io.netty.channel
负责估算消息的大小。
MessageSizeEstimator.Handle - Interface in io.netty.channel
 
MessageToByteEncoder< I> - Class in io.netty.handler.codec
ChannelOutboundHandlerAdapter从一条消息到ByteBuf以类似于流的方式编码消息。
MessageToByteEncoder() - Constructor for class io.netty.handler.codec. MessageToByteEncoder
参见 MessageToByteEncoder.MessageToByteEncoder(boolean)true作为布尔参数。
MessageToByteEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec. MessageToByteEncoder
MessageToByteEncoder(boolean) - Constructor for class io.netty.handler.codec. MessageToByteEncoder
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
MessageToByteEncoder(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec. MessageToByteEncoder
创建一个新的实例
MessageToMessageCodec< INBOUND_IN, OUTBOUND_IN> - Class in io.netty.handler.codec
用于即时编码/解码消息的编解码器。
MessageToMessageCodec() - Constructor for class io.netty.handler.codec. MessageToMessageCodec
创建一个新实例,该实例将尝试检测要解码的类型并将其编码为该类的类型参数。
MessageToMessageCodec(Class<? extends INBOUND_IN>, Class<? extends OUTBOUND_IN>) - Constructor for class io.netty.handler.codec. MessageToMessageCodec
创建一个新的实例。
MessageToMessageDecoder< I> - Class in io.netty.handler.codec
ChannelInboundHandlerAdapter从一个消息解码到另一个消息。
MessageToMessageDecoder() - Constructor for class io.netty.handler.codec. MessageToMessageDecoder
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
MessageToMessageDecoder(Class<? extends I>) - Constructor for class io.netty.handler.codec. MessageToMessageDecoder
创建一个新的实例
MessageToMessageEncoder< I> - Class in io.netty.handler.codec
ChannelOutboundHandlerAdapter从一个消息编码到另一个消息例如,这里是一个将Integer解码为IntegerString
MessageToMessageEncoder() - Constructor for class io.netty.handler.codec. MessageToMessageEncoder
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
MessageToMessageEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec. MessageToMessageEncoder
创建一个新的实例
messageType() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
metadata() - Method in class io.netty.channel. AbstractServerChannel
 
metadata() - Method in interface io.netty.channel. Channel
返回ChannelMetadata的的Channel其描述的性质Channel
metadata() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
metadata() - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
metadata() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
metadata() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
metadata() - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
metadata() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
metadata() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
metadata() - Method in class io.netty.channel.local. LocalChannel
 
metadata() - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
metadata() - Method in class io.netty.channel.oio. AbstractOioByteChannel
 
metadata() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
metadata() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
metadata() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
metadata() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
metadata() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
method() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
method() - Method in interface io.netty.handler.codec.http. HttpRequest
返回HttpRequestHttpMethod
method(CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
method(CharSequence) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
method(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
如果没有这样的标题,则设置 Http2Headers.PseudoHeaderName.METHOD标题或 null
method() - Method in interface io.netty.handler.codec.http2. Http2Headers
获取 Http2Headers.PseudoHeaderName.METHOD头或 null如果没有这样的头
method(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
METHOD - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":method"
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
405方法不允许
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
405方法不允许
METHOD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
455方法在此状态下无效
metric() - Method in interface io.netty.buffer. ByteBufAllocatorMetricProvider
metric() - Method in class io.netty.buffer. PooledByteBufAllocator
 
metric() - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
milliSecondFromNano() - Static method in class io.netty.handler.traffic. TrafficCounter
 
MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MIN_FRESH - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"min-fresh"
MIN_FRESH - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"min-fresh"
MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"min-fresh"
MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"min-fresh"
MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
MIN_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateServerExtensionHandshaker
 
minAllocationChunk(int) - Method in class io.netty.handler.codec.http2. UniformStreamByteDistributor
设置将分配给每个流的最小分配块。
minorVersion() - Method in class io.netty.handler.codec.http. HttpVersion
返回协议的名称,例如 0中的 "HTTP/1.0"
MINSIZE - Static variable in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
建议的默认MINSIZE为16 KB。
minTtl() - Method in class io.netty.resolver.dns. DefaultDnsCache
返回缓存的DNS资源记录的最小TTL(以秒为单位)。
minUsage() - Method in interface io.netty.buffer. PoolChunkListMetric
返回区块列表的最小使用情况,在该列表之前区块被提升到先前的列表。
MISDIRECTED_REQUEST - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
421误导请求 421 Status Code
misses() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端在服务器模式下未在内部会话缓存中找到的会话数。
MixedAttribute - Class in io.netty.handler.codec.http.multipart
在内存和文件中使用大小限制的混合实现
MixedAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedAttribute(String, long, long) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedAttribute(String, long, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedAttribute(String, String, long) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedAttribute(String, String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart. MixedAttribute
 
MixedFileUpload - Class in io.netty.handler.codec.http.multipart
在内存和文件中使用大小限制的混合实现
MixedFileUpload(String, String, String, String, Charset, long, long) - Constructor for class io.netty.handler.codec.http.multipart. MixedFileUpload
 
MODE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"mode"
MODE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"mode"
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
301永久移动
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
301永久移动
MOVED_TEMPORARILY - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
302暂时移动
MqttConnAckMessage - Class in io.netty.handler.codec.mqtt
MqttConnAckMessage(MqttFixedHeader, MqttConnAckVariableHeader) - Constructor for class io.netty.handler.codec.mqtt. MqttConnAckMessage
 
MqttConnAckVariableHeader - Class in io.netty.handler.codec.mqtt
可变标题MqttConnectMessage
MqttConnAckVariableHeader(MqttConnectReturnCode, boolean) - Constructor for class io.netty.handler.codec.mqtt. MqttConnAckVariableHeader
 
MqttConnectMessage - Class in io.netty.handler.codec.mqtt
MqttConnectMessage(MqttFixedHeader, MqttConnectVariableHeader, MqttConnectPayload) - Constructor for class io.netty.handler.codec.mqtt. MqttConnectMessage
 
MqttConnectPayload - Class in io.netty.handler.codec.mqtt
有效载荷MqttConnectMessage
MqttConnectPayload(String, String, String, String, String) - Constructor for class io.netty.handler.codec.mqtt. MqttConnectPayload
MqttConnectPayload(String, String, byte[], String, byte[]) - Constructor for class io.netty.handler.codec.mqtt. MqttConnectPayload
 
MqttConnectReturnCode - Enum in io.netty.handler.codec.mqtt
返回代码MqttConnAckMessage
MqttConnectVariableHeader - Class in io.netty.handler.codec.mqtt
可变标题为MqttConnectMessage
MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
MqttDecoder - Class in io.netty.handler.codec.mqtt
解码来自字节的Mqtt消息,跟随 the MQTT protocol specification v3.1
MqttDecoder() - Constructor for class io.netty.handler.codec.mqtt. MqttDecoder
 
MqttDecoder(int) - Constructor for class io.netty.handler.codec.mqtt. MqttDecoder
 
MqttEncoder - Class in io.netty.handler.codec.mqtt
按照协议规范v3.1将Mqtt消息编码为字节,如 MQTTV3.1所述
MqttFixedHeader - Class in io.netty.handler.codec.mqtt
MqttFixedHeader(MqttMessageType, boolean, MqttQoS, boolean, int) - Constructor for class io.netty.handler.codec.mqtt. MqttFixedHeader
 
MqttIdentifierRejectedException - Exception in io.netty.handler.codec.mqtt
A CONNECT请求包含无效的客户端标识符时引发的MqttIdentifierRejectedException
MqttIdentifierRejectedException() - Constructor for exception io.netty.handler.codec.mqtt. MqttIdentifierRejectedException
创建一个新的实例
MqttIdentifierRejectedException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt. MqttIdentifierRejectedException
创建一个新的实例
MqttIdentifierRejectedException(String) - Constructor for exception io.netty.handler.codec.mqtt. MqttIdentifierRejectedException
创建一个新的实例
MqttIdentifierRejectedException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt. MqttIdentifierRejectedException
创建一个新的实例
MqttMessage - Class in io.netty.handler.codec.mqtt
所有MQTT消息类型的基类。
MqttMessage(MqttFixedHeader) - Constructor for class io.netty.handler.codec.mqtt. MqttMessage
 
MqttMessage(MqttFixedHeader, Object) - Constructor for class io.netty.handler.codec.mqtt. MqttMessage
 
MqttMessage(MqttFixedHeader, Object, Object) - Constructor for class io.netty.handler.codec.mqtt. MqttMessage
 
MqttMessage(MqttFixedHeader, Object, Object, DecoderResult) - Constructor for class io.netty.handler.codec.mqtt. MqttMessage
 
MqttMessageBuilders - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.ConnAckBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.ConnectBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.PublishBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.SubscribeBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.UnsubscribeBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageFactory - Class in io.netty.handler.codec.mqtt
带有工厂方法的实用工具类,用于创建不同类型的MQTT消息。
MqttMessageIdVariableHeader - Class in io.netty.handler.codec.mqtt
仅包含消息标识的变量标题请参阅 MQTTV3.1/msg-id
MqttMessageType - Enum in io.netty.handler.codec.mqtt
MQTT消息类型。
MqttPubAckMessage - Class in io.netty.handler.codec.mqtt
MqttPubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt. MqttPubAckMessage
 
MqttPublishMessage - Class in io.netty.handler.codec.mqtt
MqttPublishMessage(MqttFixedHeader, MqttPublishVariableHeader, ByteBuf) - Constructor for class io.netty.handler.codec.mqtt. MqttPublishMessage
 
MqttPublishVariableHeader - Class in io.netty.handler.codec.mqtt
MqttPublishMessage可变标题
MqttPublishVariableHeader(String, int) - Constructor for class io.netty.handler.codec.mqtt. MqttPublishVariableHeader
 
MqttQoS - Enum in io.netty.handler.codec.mqtt
 
MqttSubAckMessage - Class in io.netty.handler.codec.mqtt
MqttSubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt. MqttSubAckMessage
 
MqttSubAckPayload - Class in io.netty.handler.codec.mqtt
MqttSubAckMessage有效载荷
MqttSubAckPayload(int...) - Constructor for class io.netty.handler.codec.mqtt. MqttSubAckPayload
 
MqttSubAckPayload(Iterable<Integer>) - Constructor for class io.netty.handler.codec.mqtt. MqttSubAckPayload
 
MqttSubscribeMessage - Class in io.netty.handler.codec.mqtt
MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt. MqttSubscribeMessage
 
MqttSubscribePayload - Class in io.netty.handler.codec.mqtt
MqttSubscribePayload(List<MqttTopicSubscription>) - Constructor for class io.netty.handler.codec.mqtt. MqttSubscribePayload
 
MqttTopicSubscription - Class in io.netty.handler.codec.mqtt
包含主题名称和Qos级别。
MqttTopicSubscription(String, MqttQoS) - Constructor for class io.netty.handler.codec.mqtt. MqttTopicSubscription
 
MqttUnacceptableProtocolVersionException - Exception in io.netty.handler.codec.mqtt
当CONNECT请求包含不可接受的协议版本时引发的MqttUnacceptableProtocolVersionException
MqttUnacceptableProtocolVersionException() - Constructor for exception io.netty.handler.codec.mqtt. MqttUnacceptableProtocolVersionException
创建一个新的实例
MqttUnacceptableProtocolVersionException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt. MqttUnacceptableProtocolVersionException
创建一个新的实例
MqttUnacceptableProtocolVersionException(String) - Constructor for exception io.netty.handler.codec.mqtt. MqttUnacceptableProtocolVersionException
创建一个新的实例
MqttUnacceptableProtocolVersionException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt. MqttUnacceptableProtocolVersionException
创建一个新的实例
MqttUnsubAckMessage - Class in io.netty.handler.codec.mqtt
MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt. MqttUnsubAckMessage
 
MqttUnsubscribeMessage - Class in io.netty.handler.codec.mqtt
MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt. MqttUnsubscribeMessage
 
MqttUnsubscribePayload - Class in io.netty.handler.codec.mqtt
MqttUnsubscribePayload(List<String>) - Constructor for class io.netty.handler.codec.mqtt. MqttUnsubscribePayload
 
MqttVersion - Enum in io.netty.handler.codec.mqtt
mqtt-codec中多个类使用的Mqtt版本特定常量值。
MULTI_STATUS - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
207多状态(WebDAV,RFC2518)
MULTICAST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"multicast"
MULTICAST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"multicast"
MultiDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
DnsServerAddressStreamProvider其中通过的集合迭代DnsServerAddressStreamProvider直到第一非null结果被发现。
MultiDnsServerAddressStreamProvider(List<DnsServerAddressStreamProvider>) - Constructor for class io.netty.resolver.dns. MultiDnsServerAddressStreamProvider
创建一个新的实例。
MultiDnsServerAddressStreamProvider(DnsServerAddressStreamProvider...) - Constructor for class io.netty.resolver.dns. MultiDnsServerAddressStreamProvider
创建一个新的实例。
MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"multipart/form-data"
MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"multipart/form-data"
MULTIPART_MIXED - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"multipart/mixed"
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
300多种选择
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
300多种选择
MultithreadEventExecutorGroup - Class in io.netty.util.concurrent
用于同时处理具有多个线程的任务的EventExecutorGroup实现的抽象基类。
MultithreadEventExecutorGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.util.concurrent. MultithreadEventExecutorGroup
创建一个新的实例。
MultithreadEventExecutorGroup(int, Executor, Object...) - Constructor for class io.netty.util.concurrent. MultithreadEventExecutorGroup
创建一个新的实例。
MultithreadEventExecutorGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.util.concurrent. MultithreadEventExecutorGroup
创建一个新的实例。
MultithreadEventLoopGroup - Class in io.netty.channel
EventLoopGroup实现的抽象基类, 它们同时处理具有多个线程的任务。
MultithreadEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel. MultithreadEventLoopGroup
 
MultithreadEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel. MultithreadEventLoopGroup
 
MultithreadEventLoopGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.channel. MultithreadEventLoopGroup
 
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"must-revalidate"
MX - Static variable in class io.netty.handler.codec.dns. DnsRecordType
邮件交换记录RFC 1035将域名映射到该域的邮件传输代理列表。

N

name() - Method in interface io.netty.channel. ChannelHandlerContext
ChannelHandlerContext的唯一名称。当ChannelHandler被添加到ChannelPipeline时使用该名称。
name() - Method in interface io.netty.channel.group. ChannelGroup
返回此组的名称。
name() - Method in class io.netty.channel.group. DefaultChannelGroup
 
name() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
name() - Method in interface io.netty.handler.codec.dns. DnsRecord
返回此资源记录的名称。
name() - Method in class io.netty.handler.codec.dns. DnsRecordType
返回此类型的名称,如绑定配置文件中所示
name() - Method in interface io.netty.handler.codec.http.cookie. Cookie
返回此Cookie的名称。
name() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
NAME - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
name() - Method in class io.netty.handler.codec.http. HttpMethod
返回此方法的名称。
name() - Method in class io.netty.handler.codec.http. HttpScheme
 
name() - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionData
 
name() - Method in class io.netty.handler.codec.http.websocketx. WebSocketScheme
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2SettingsFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
name() - Method in class io.netty.handler.codec.http2. DefaultHttp2WindowUpdateFrame
 
name() - Method in interface io.netty.handler.codec.http2. Http2Frame
返回HTTP / 2帧的名称,例如
name() - Method in interface io.netty.handler.codec.http2. Http2SettingsFrame
 
name() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
name() - Method in class io.netty.handler.codec.smtp. SmtpCommand
返回命令名称。
name() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
name() - Method in class io.netty.handler.codec.xml. XmlElement
 
name() - Method in class io.netty.handler.codec.xml. XmlEntityReference
 
name() - Method in class io.netty.handler.ssl. OpenSslSessionTicketKey
获取名称。
name() - Method in class io.netty.handler.traffic. TrafficCounter
 
name() - Method in class io.netty.util. AbstractConstant
 
name() - Method in interface io.netty.util.concurrent. ThreadProperties
 
name() - Method in interface io.netty.util. Constant
返回此Constant的名称。
name() - Method in error io.netty.util. Signal
 
NAME_SIZE - Static variable in class io.netty.handler.ssl. OpenSslSessionTicketKey
会话票证密钥名称的大小
NameResolver< T> - Interface in io.netty.resolver
将表示端点名称的任意字符串解析为地址。
names() - Method in interface io.netty.channel. ChannelPipeline
返回处理程序名称的 List
names() - Method in class io.netty.channel. DefaultChannelPipeline
 
names() - Method in class io.netty.handler.codec. DefaultHeaders
 
names() - Method in class io.netty.handler.codec. EmptyHeaders
 
names() - Method in interface io.netty.handler.codec. Headers
返回此对象中所有标题名称的 Set
names() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
names() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
names() - Method in class io.netty.handler.codec.http. HttpHeaders
返回一个新的 Set ,其中包含此对象中所有标题的名称。
names() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
names() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty.handler.codec. HeadersUtils
Headers.names()和中的每个元素转换 SetString
nameServerAddressStream(String) - Method in class io.netty.resolver.dns. DefaultDnsServerAddressStreamProvider
 
nameServerAddressStream(String) - Method in interface io.netty.resolver.dns. DnsServerAddressStreamProvider
询问此提供商的名称服务器以查询 hostname
nameServerAddressStream(String) - Method in class io.netty.resolver.dns. MultiDnsServerAddressStreamProvider
 
nameServerAddressStream(String) - Method in class io.netty.resolver.dns. UnixResolverDnsServerAddressStreamProvider
 
nameServerProvider(DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置用于确定哪个DNS服务器用于解析每个主机名的DnsServerAddressStreamProvider
namespace() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
namespace() - Method in class io.netty.handler.codec.xml. XmlElement
 
namespaces() - Method in class io.netty.handler.codec.xml. XmlElement
 
nanoTime() - Static method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
NAPTR - Static variable in class io.netty.handler.codec.dns. DnsRecordType
命名规范指针记录RFC 3403允许基于正则表达式的域名重写,然后可以将其用作URI,进一步的域名查找等。
Native - Class in io.netty.channel.epoll
本机帮助程序方法 仅限内部使用!
NativeInetAddress - Class in io.netty.channel.unix
仅限内部使用!
NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix. NativeInetAddress
 
NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix. NativeInetAddress
 
NativeIoException(String, int) - Constructor for exception io.netty.channel.unix. Errors.NativeIoException
 
ndots(int) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置在进行初始绝对查询之前必须出现在名称中的点数。
needsMoreData() - Static method in class io.netty.handler.codec. ProtocolDetectionResult
返回一个ProtocolDetectionResult ,表示需要更多数据来检测协议。
negativeTtl() - Method in class io.netty.resolver.dns. DefaultDnsCache
返回失败的DNS查询的缓存的TTL(以秒为单位)。
negativeTtl(int) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
为失败的DNS查询设置缓存的TTL(以秒为单位)。
NettyRuntime - Class in io.netty.util
用于将调用打包到 Runtime实用程序类。
NetUtil - Class in io.netty.util
一个包含许多网络相关常量的类。
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
需要511网络身份验证(RFC6585)
NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2. Http2HeadersEncoder
false始终返回 false
newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.resolver.dns. DnsAddressResolverGroup
创建一个新的AddressResolver
newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.resolver.dns. RoundRobinDnsAddressResolverGroup
newChannel() - Method in interface io.netty.bootstrap. ChannelFactory
已过时。
创建一个新频道。
newChannel() - Method in interface io.netty.channel. ChannelFactory
创建一个新频道。
newChannel() - Method in class io.netty.channel. ReflectiveChannelFactory
 
newChannel() - Method in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
newChannelPipeline() - Method in class io.netty.channel. AbstractChannel
返回一个新的DefaultChannelPipeline实例。
newChannelPipeline() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
newChild(Executor, Object...) - Method in class io.netty.channel. DefaultEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.epoll. EpollEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.kqueue. KQueueEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel. MultithreadEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.nio. NioEventLoopGroup
 
newChild(Object...) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
创建一个新的EventLoop
newChild(Executor, Object...) - Method in class io.netty.util.concurrent. DefaultEventExecutorGroup
 
newChild(Executor, Object...) - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
创建一个新的EventExecutor,然后通过 MultithreadEventExecutorGroup.next()方法访问。
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
newChooser(EventExecutor[]) - Method in class io.netty.util.concurrent. DefaultEventExecutorChooserFactory
 
newChooser(EventExecutor[]) - Method in interface io.netty.util.concurrent. EventExecutorChooserFactory
newClientContext() - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(File) - Static method in class io.netty.handler.ssl. SslContext
newClientContext(TrustManagerFactory) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl. SslContext
newClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider, File) - Static method in class io.netty.handler.ssl. SslContext
newClientContext(SslProvider, TrustManagerFactory) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newClientContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newCloseFuture() - Method in interface io.netty.channel.group. ChannelGroup
返回ChannelGroupFuture当所有这一切将被通知Channel S中的这部分ChannelGroup ,在调用的时候,被关闭。
newCloseFuture(ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
返回ChannelGroupFuture当所有这一切将被通知Channel S中的这部分ChannelGroup ,在调用的时候,被关闭。
newCloseFuture() - Method in class io.netty.channel.group. DefaultChannelGroup
 
newCloseFuture(ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
newConnectionResetException(String, int) - Static method in class io.netty.channel.unix. Errors
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio. NioUdtByteAcceptorChannel
已过时。
 
newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio. NioUdtMessageAcceptorChannel
已过时。
 
newConstant(int, String) - Method in class io.netty.util. ConstantPool
 
newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
返回一个新EmbeddedChannel编码指定编码的HTTP2消息内容contentEncoding
newContentDecoder(String) - Method in class io.netty.handler.codec.http. HttpContentDecoder
返回一个新的EmbeddedChannel ,它解码在指定的contentEncoding中编码的HTTP消息内容。
newContentDecoder(String) - Method in class io.netty.handler.codec.http. HttpContentDecompressor
 
newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
返回一个新的EmbeddedChannel ,用于解码在指定的contentEncoding编码的contentEncoding消息内容。
newContinueResponse(HttpMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.http. HttpObjectAggregator
 
newContinueResponse(WebSocketFrame, int, ChannelPipeline) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
 
newContinueResponse(H, int, ChannelPipeline) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObjectAggregator
 
newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty.handler.codec. MessageAggregator
如有必要,返回指定开始消息的'continue response'。
newContinueResponse(BulkStringHeaderRedisMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.redis. RedisBulkStringAggregator
 
newContinueResponse(StompHeadersSubframe, int, ChannelPipeline) - Method in class io.netty.handler.codec.stomp. StompSubframeAggregator
 
newDefaultThreadFactory() - Method in class io.netty.channel. MultithreadEventLoopGroup
 
newDefaultThreadFactory() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
newDirectBuffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
创建直接ByteBuf给定参数:initialCapacity和MAXCAPACITY。
newDirectBuffer(int, int) - Method in class io.netty.buffer. PooledByteBufAllocator
 
newDirectBuffer(int, int) - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
newDirectBuffer(ByteBuf) - Method in class io.netty.channel.nio. AbstractNioChannel
返回指定的ByteBuf的堆外副本,并释放原始副本。
newDirectBuffer(ReferenceCounted, ByteBuf) - Method in class io.netty.channel.nio. AbstractNioChannel
返回指定的ByteBuf的堆外副本,并释放指定的持有者。
newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserverFactory
 
newDnsQueryLifecycleObserver(DnsQuestion) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserverFactory
创建一个DnsQueryLifecycleObserver的新实例。
newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns. NoopDnsQueryLifecycleObserverFactory
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl. DelegatingSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl. DelegatingSslContext
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl. JdkSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl. JdkSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
用当前配置返回一个新的服务器端 SSLEngine
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl. SslContext
创建一个新的 SSLEngine
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl. SslContext
使用咨询对等信息创建新的 SSLEngine
newEntity(String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用AsciiString

创建一个新的CharSequence ,该名称或值为HttpHeaders进行优化以重用。 所以如果你有一个你希望重用的标题名称或值,你应该使用这个。

newEpollCreate() - Static method in class io.netty.channel.epoll. Native
 
newEventFd() - Static method in class io.netty.channel.epoll. Native
 
newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
newFailedFuture(Throwable) - Method in class io.netty.channel. AbstractChannel
 
newFailedFuture(Throwable) - Method in interface io.netty.channel. ChannelOutboundInvoker
创建一个新的被标记为失败的ChannelFuture
newFailedFuture(Throwable) - Method in class io.netty.channel. DefaultChannelPipeline
 
newFailedFuture(Throwable) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newFailedFuture(Throwable) - Method in interface io.netty.util.concurrent. EventExecutor
创建一个新的被标记为失败的Future
newFailedFuture(Throwable) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
newHandle() - Method in class io.netty.channel. AdaptiveRecvByteBufAllocator
 
newHandle() - Method in class io.netty.channel. DefaultMaxBytesRecvByteBufAllocator
 
newHandle() - Method in class io.netty.channel. DefaultMessageSizeEstimator
 
newHandle() - Method in class io.netty.channel. FixedRecvByteBufAllocator
 
newHandle() - Method in interface io.netty.channel. MessageSizeEstimator
创建一个新的句柄。
newHandle() - Method in interface io.netty.channel. RecvByteBufAllocator
创建一个新的句柄。
newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl. DelegatingSslContext
 
newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl. DelegatingSslContext
 
newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
newHandler(ByteBufAllocator) - Method in class io.netty.handler.ssl. SslContext
创建一个新的SslHandler
newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl. SslContext
创建一个新的SslHandler。
newHandler(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl. SslContext
通过咨询对等信息创建一个新的SslHandler
newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl. SslContext
创建一个新的SslHandler。
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshakerFactory
创建一个新的握手。
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshakerFactory
创建一个新的握手。
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshakerFactory
创建一个新的握手。
newHandshaker(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
实例一个新的握手
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回将用于握手的新的{@link FullHttpRequest)。
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker00
将打开请求发送到服务器:GET / demo HTTP / 1.1升级:WebSocket连接:升级主机:example.com原产地:http://example.com Sec-WebSocket-Key1:4 @ 1 46546xW%0l 1 5 Sec- WebSocket-Key2:12998 5 Y3 1.P00 ^ n:ds [4U
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
/ **将打开请求发送到服务器:GET / chat HTTP / 1.1主机:server.example.com升级:websocket连接:升级Sec-WebSocket-Key:dGhlIHNhbXBsZSBub25jZQ == Sec-WebSocket-Origin:http://示例.com Sec-WebSocket协议:聊天,超级聊天Sec-WebSocket-Version:7
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
/ **将打开请求发送到服务器:GET / chat HTTP / 1.1主机:server.example.com升级:websocket连接:升级Sec-WebSocket-Key:dGhlIHNhbXBsZSBub25jZQ == Sec-WebSocket-Origin:http://示例.com Sec-WebSocket协议:聊天,超级聊天Sec-WebSocket-Version:8
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
/ **将打开请求发送到服务器:GET / chat HTTP / 1.1主机:server.example.com升级:websocket连接:升级Sec-WebSocket-Key:dGhlIHNhbXBsZSBub25jZQ == Sec-WebSocket-Origin:http://示例.com Sec-WebSocket协议:聊天,超级聊天Sec-WebSocket-Version:13
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回将用于响应握手请求的新{@link FullHttpResponse)。
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker00
处理Web套接字规范 HyBi version 0及更低版本的Web套接字握手。
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
处理Web套接字规范 HyBi version 7的Web套接字握手。
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
处理Web套接字规范 HyBi version 8 to 10的Web套接字握手。
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
处理Web套接字规范 HyBi versions 13-17的Web套接字握手。
newHeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec. DefaultHeaders
 
newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
newHeaders() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
创建一个新的Http2Headers对象,它将存储解码操作的结果。
newHeapBuffer(int, int) - Method in class io.netty.buffer. AbstractByteBufAllocator
创建一个堆ByteBuf给定参数:initialCapacity和MAXCAPACITY。
newHeapBuffer(int, int) - Method in class io.netty.buffer. PooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty.buffer. UnpooledByteBufAllocator
 
newId() - Method in class io.netty.channel. AbstractChannel
返回一个新的DefaultChannelId实例。
newIdleStateEvent(IdleState, boolean) - Method in class io.netty.handler.timeout. IdleStateHandler
返回IdleStateEvent
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy. HttpProxyHandler
 
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
返回到代理服务器的连接建立后第一次发送的新消息。
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
newInstance(String) - Static method in class io.netty.channel. ChannelOption
创建一个新ChannelOption对于给定name或失败,并IllegalArgumentException如果ChannelOption对于给定name存在。
newInstance() - Static method in class io.netty.channel. DefaultChannelId
返回一个新的DefaultChannelId实例。
newInstance(InetAddress) - Static method in class io.netty.channel.unix. NativeInetAddress
 
newInstance(String) - Static method in class io.netty.util. AttributeKey
创建一个新AttributeKey对于给定name或失败,并IllegalArgumentException如果AttributeKey对于给定name存在。
newInstance(String) - Method in class io.netty.util. ConstantPool
创建一个新Constant对于给定name或失败,并IllegalArgumentException如果Constant对于给定name存在。
newInvalidMessage(Throwable) - Static method in class io.netty.handler.codec.mqtt. MqttMessageFactory
 
newIOException(String, int) - Static method in class io.netty.channel.unix. Errors
 
newKey() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
newKey() - Method in interface io.netty.handler.codec.http2. Http2Connection
创建一个在此Http2Connection内唯一的新密钥。
newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
已过时。
newLocalChannel(LocalChannel) - Method in class io.netty.channel.local. LocalServerChannel
LocalChannel的工厂方法。
newMessage(Http2Stream, Http2Headers, boolean, ByteBufAllocator) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
根据当前连接参数创建一个新的FullHttpMessage
newMessage(MqttFixedHeader, Object, Object) - Static method in class io.netty.handler.codec.mqtt. MqttMessageFactory
 
newNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns. DnsAddressResolverGroup
创建一个新的NameResolver
newNonSslHandler(ChannelHandlerContext) - Method in class io.netty.handler.ssl. OptionalSslHandler
重写以配置ChannelHandler。
newNonSslHandlerName() - Method in class io.netty.handler.ssl. OptionalSslHandler
可选地指定非SSL处理程序名称,此方法可能会返回 null
newObject(Recycler.Handle<T>) - Method in class io.netty.util. Recycler
 
newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization. CompatibleObjectEncoder
创建一个新 ObjectOutputStream它包装指定的 OutputStream
newPool(K) - Method in class io.netty.channel.pool. AbstractChannelPoolMap
调用一次新的ChannelPool需要创建为key还不存在。
newProgressivePromise() - Method in class io.netty.channel. AbstractChannel
 
newProgressivePromise() - Method in interface io.netty.channel. ChannelOutboundInvoker
返回一个新的ChannelProgressivePromise
newProgressivePromise() - Method in class io.netty.channel. DefaultChannelPipeline
 
newProgressivePromise() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newProgressivePromise() - Method in interface io.netty.util.concurrent. EventExecutor
创建一个新的ProgressivePromise
newProgressivePromise() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
newProgressivePromise() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
newPromise() - Method in class io.netty.channel. AbstractChannel
 
newPromise() - Method in interface io.netty.channel. ChannelOutboundInvoker
返回一个新的ChannelPromise
newPromise() - Method in class io.netty.channel. DefaultChannelPipeline
 
newPromise() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newPromise() - Method in interface io.netty.util.concurrent. EventExecutor
返回一个新的Promise
newPromise() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
newPromise() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
newReponseData() - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketServerExtension
作为确认返回扩展配置以提交给客户端。
newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. DeflateFrameClientExtensionHandshaker
 
newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateClientExtensionHandshaker
 
newRequestData() - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketClientExtensionHandshaker
返回扩展配置以提交给服务器。
newResolver(EventExecutor) - Method in class io.netty.resolver. AddressResolverGroup
newResolver(EventExecutor) - Method in class io.netty.resolver. DefaultAddressResolverGroup
 
newResolver(EventExecutor) - Method in class io.netty.resolver.dns. DnsAddressResolverGroup
 
newResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns. DnsAddressResolverGroup
newResolver(EventExecutor) - Method in class io.netty.resolver. NoopAddressResolverGroup
 
newResourceLeakDetector(Class<T>) - Method in class io.netty.util. ResourceLeakDetectorFactory
用给定的资源类返回ResourceLeakDetector的新实例。
newResourceLeakDetector(Class<T>, int, long) - Method in class io.netty.util. ResourceLeakDetectorFactory
已过时。
改为使用ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int)

用给定的资源类返回ResourceLeakDetector的新实例。

newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util. ResourceLeakDetectorFactory
用给定的资源类返回ResourceLeakDetector的新实例。
newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
已过时。
newSelectStrategy() - Method in class io.netty.channel. DefaultSelectStrategyFactory
 
newSelectStrategy() - Method in interface io.netty.channel. SelectStrategyFactory
创建一个新的SelectStrategy
newServerContext(File, File) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(File, File, String) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl. SslContext
newServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(SslProvider, File, File) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(SslProvider, File, File, String) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(SslProvider, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl. SslContext
newServerContext(SslProvider, File, File, String, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl. SslContext
newServerContext(SslProvider, File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newServerContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl. SslContext
已过时。
newSocketDgram() - Static method in class io.netty.channel.unix. Socket
 
newSocketDgram0() - Static method in class io.netty.channel.unix. Socket
 
newSocketDomain() - Static method in class io.netty.channel.unix. Socket
 
newSocketDomain0() - Static method in class io.netty.channel.unix. Socket
 
newSocketStream() - Static method in class io.netty.channel.unix. Socket
 
newSocketStream0() - Static method in class io.netty.channel.unix. Socket
 
newSslHandler(ChannelHandlerContext, SslContext) - Method in class io.netty.handler.ssl. OptionalSslHandler
重写配置SslHandler例如。
newSslHandlerName() - Method in class io.netty.handler.ssl. OptionalSslHandler
可选地指定SSL处理程序名称,此方法可能会返回 null
newStream() - Method in class io.netty.handler.codec.http2. Http2ChannelDuplexHandler
创建一个新的Http2FrameStream对象。
newSucceededFuture() - Method in class io.netty.channel. AbstractChannel
 
newSucceededFuture() - Method in interface io.netty.channel. ChannelOutboundInvoker
创建一个新的标记为已成功的ChannelFuture
newSucceededFuture() - Method in class io.netty.channel. DefaultChannelPipeline
 
newSucceededFuture(V) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newSucceededFuture(V) - Method in interface io.netty.util.concurrent. EventExecutor
创建一个新的标记为已成功的Future
newSucceededFuture(V) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
newSwappedByteBuf() - Method in class io.netty.buffer. AbstractByteBuf
为此ByteBuf实例创建一个新的SwappedByteBuf
newSwappedByteBuf() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
newTaskFor(Runnable, T) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newTaskFor(Callable<T>) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
newTaskQueue(int) - Method in class io.netty.channel.nio. NioEventLoop
 
newTaskQueue() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
已过时。
newTaskQueue(int) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
创建一个新的 Queue ,它将保存要执行的任务。
newThread(Runnable) - Method in class io.netty.util.concurrent. DefaultThreadFactory
 
newThread(Runnable, String) - Method in class io.netty.util.concurrent. DefaultThreadFactory
 
newTimeout(TimerTask, long, TimeUnit) - Method in class io.netty.util. HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface io.netty.util. Timer
在指定的延迟后安排指定的TimerTask一次性执行。
newTimerFd() - Static method in class io.netty.channel.epoll. Native
 
newUnsafe() - Method in class io.netty.channel. AbstractChannel
创建一个新的AbstractChannel.AbstractUnsafe实例,该实例将用于Channel的生命周期
newUnsafe() - Method in class io.netty.channel. AbstractServerChannel
 
newUnsafe() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
newUnsafe() - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
newUnsafe() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
newUnsafe() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
newUnsafe() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
newUnsafe() - Method in class io.netty.channel.epoll. EpollSocketChannel
 
newUnsafe() - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
newUnsafe() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
newUnsafe() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
newUnsafe() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
newUnsafe() - Method in class io.netty.channel.kqueue. KQueueSocketChannel
 
newUnsafe() - Method in class io.netty.channel.local. LocalChannel
 
newUnsafe() - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
newUnsafe() - Method in class io.netty.channel.nio. AbstractNioMessageChannel
 
newUnsafe() - Method in class io.netty.channel.oio. AbstractOioChannel
 
newUnsafe() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
newUnsafe() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
newUpgradeCodec(CharSequence) - Method in interface io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeCodecFactory
HttpServerUpgradeHandler按客户端首选项的顺序调用所有请求的协议名称。
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回握手完成后使用的解码器。
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker00
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回握手完成后使用的解码器。
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker00
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回握手完成后使用的编码器。
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker00
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回握手完成后使用的编码器。
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker00
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
 
newZlibDecoder() - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression. ZlibCodecFactory
 
next() - Method in class io.netty.channel. AbstractEventLoop
 
next() - Method in class io.netty.channel. AbstractEventLoopGroup
 
next() - Method in interface io.netty.channel. EventLoopGroup
返回下一个EventLoop使用
next() - Method in class io.netty.channel. MultithreadEventLoopGroup
 
next() - Method in class io.netty.channel. SingleThreadEventLoop
 
next() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
next - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
在存储区链接列表中
next() - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
返回下一个可用的InterfaceHttpData;如果在调用时没有可用的InterfaceHttpData,则返回null。
next() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
next() - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
返回下一个可用的InterfaceHttpData;如果在调用时没有可用的InterfaceHttpData,则返回null。
next() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
返回下一个可用的InterfaceHttpData;如果在调用时没有可用的InterfaceHttpData,则返回null。
next() - Method in interface io.netty.resolver.dns. DnsServerAddressStream
从流中检索下一个DNS服务器地址。
next() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
next() - Method in interface io.netty.util.concurrent. EventExecutor
返回对自身的引用。
next() - Method in interface io.netty.util.concurrent. EventExecutorChooserFactory.EventExecutorChooser
返回要使用的新的EventExecutor
next() - Method in interface io.netty.util.concurrent. EventExecutorGroup
返回由此EventExecutorGroup管理的EventExecutor之一
next() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
next() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
next() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
nextId() - Method in class io.netty.util. ConstantPool
已过时。
nextProtocols() - Method in class io.netty.handler.ssl. SslContext
已过时。
nextScheduledTaskNano() - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
当下一个计划的任务准备好运行时返回纳秒,或者如果没有计划任务,返回 -1
nioBuffer() - Method in class io.netty.buffer. AbstractByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
nioBuffer() - Method in class io.netty.buffer. ByteBuf
以NIO ByteBuffer公开此缓冲区的可读字节。
nioBuffer(int, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的子区域公开为NIO ByteBuffer
nioBuffer(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
nioBuffer() - Method in class io.netty.buffer. EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
nioBuffer() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
nioBuffer(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
nioBuffer(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer. ByteBuf
返回构成此缓冲区的NIO ByteBuffer的最大数量。
nioBufferCount() - Method in class io.netty.buffer. CompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
nioBufferCount() - Method in class io.netty.buffer. EmptyByteBuf
 
nioBufferCount() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
nioBufferCount() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
nioBufferCount() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
nioBufferCount() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
nioBufferCount() - Method in class io.netty.channel. ChannelOutboundBuffer
返回的数量 ByteBuffer可写入出的 ByteBuffer这是通过获得阵列 ChannelOutboundBuffer.nioBuffers()
nioBuffers() - Method in class io.netty.buffer. AbstractByteBuf
 
nioBuffers() - Method in class io.netty.buffer. ByteBuf
以NIO ByteBuffer的形式公开此缓冲区的可读字节。
nioBuffers(int, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的字节公开为NIO ByteBuffer的指定索引和长度返回的缓冲区共享或包含此缓冲区的复制内容,同时更改返回的NIO缓冲区的位置和限制不会影响此索引和标记缓冲。
nioBuffers(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
nioBuffers() - Method in class io.netty.buffer. CompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
nioBuffers() - Method in class io.netty.buffer. EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
nioBuffers() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
nioBuffers(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
nioBuffers(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
nioBuffers() - Method in class io.netty.channel. ChannelOutboundBuffer
如果当前挂起的消息仅由ByteBuf组成,则返回直接NIO缓冲区的数组。
nioBuffers(int, long) - Method in class io.netty.channel. ChannelOutboundBuffer
如果当前挂起的消息仅由ByteBuf组成,则返回直接NIO缓冲区的数组。
nioBufferSize() - Method in class io.netty.channel. ChannelOutboundBuffer
返回通过 ChannelOutboundBuffer.nioBuffers()获取的 ByteBuffer数组中可以写出的字节数。
NioByteUnsafe() - Constructor for class io.netty.channel.nio. AbstractNioByteChannel.NioByteUnsafe
 
NioDatagramChannel - Class in io.netty.channel.socket.nio
一个数据报NIO Channel发送和接收的AddressedEnvelope
NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio. NioDatagramChannel
创建一个将使用操作系统默认InternetProtocolFamily的新实例。
NioDatagramChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio. NioDatagramChannel
使用给定的SelectorProvider创建一个新实例,该实例将使用操作系统默认值InternetProtocolFamily
NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio. NioDatagramChannel
使用给定的InternetProtocolFamily创建一个新实例。
NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio. NioDatagramChannel
使用给定的SelectorProviderInternetProtocolFamily创建一个新实例。
NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio. NioDatagramChannel
从给定的 DatagramChannel创建一个新实例。
NioEventLoop - Class in io.netty.channel.nio
SingleThreadEventLoop实现注册Channel Selector和事件循环中的这些多重复合。
NioEventLoopGroup - Class in io.netty.channel.nio
MultithreadEventLoopGroup实现,用于基于NIO SelectorChannel s。
NioEventLoopGroup() - Constructor for class io.netty.channel.nio. NioEventLoopGroup
使用默认的线程数创建一个新实例,默认 ThreadFactorySelectorProvider返回的 SelectorProvider.provider()
NioEventLoopGroup(int) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
使用指定的线程数 ThreadFactory和由 SelectorProvider返回的 SelectorProvider.provider()创建新实例。
NioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
使用指定数量的线程创建一个新实例,给定的 ThreadFactory和由 SelectorProvider返回的 SelectorProvider.provider()
NioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioEventLoopGroup(int, ThreadFactory, SelectorProvider) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
使用指定数量的线程创建一个新实例,给定的 ThreadFactory和给定的 SelectorProvider
NioEventLoopGroup(int, ThreadFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, SelectorProvider) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.nio. NioEventLoopGroup
 
NioSctpChannel - Class in io.netty.channel.sctp.nio
SctpChannel实现使用非阻塞模式并允许读/写SctpMessage到底层SctpChannel
NioSctpChannel() - Constructor for class io.netty.channel.sctp.nio. NioSctpChannel
创建一个新的实例
NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.nio. NioSctpChannel
使用 SctpChannel创建新实例
NioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio. NioSctpChannel
创建一个新的实例
NioSctpServerChannel - Class in io.netty.channel.sctp.nio
SctpServerChannel使用非阻塞模式接受新连接并为其创建NioSctpChannel实现。
NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio. NioSctpServerChannel
创建一个新的实例
NioServerSocketChannel - Class in io.netty.channel.socket.nio
使用基于NIO选择器的实现来接受新连接的ServerSocketChannel实现。
NioServerSocketChannel() - Constructor for class io.netty.channel.socket.nio. NioServerSocketChannel
创建一个新的实例
NioServerSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio. NioServerSocketChannel
使用给定的 SelectorProvider创建一个新实例。
NioServerSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio. NioServerSocketChannel
使用给定的 ServerSocketChannel创建一个新实例。
NioSocketChannel - Class in io.netty.channel.socket.nio
SocketChannel它使用基于NIO选择器的实现。
NioSocketChannel() - Constructor for class io.netty.channel.socket.nio. NioSocketChannel
创建一个新的实例
NioSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio. NioSocketChannel
使用给定的 SelectorProvider创建一个新实例。
NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio. NioSocketChannel
使用给定的 SocketChannel创建一个新实例。
NioSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio. NioSocketChannel
创建一个新的实例
NioTask< C extends java.nio.channels.SelectableChannel> - Interface in io.netty.channel.nio
SelectableChannel准备就绪时, NioEventLoop可执行的任意任务。
NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtByteAcceptorChannel
已过时。
 
NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtByteRendezvousChannel
已过时。
 
NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtMessageAcceptorChannel
已过时。
 
NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio. NioUdtMessageRendezvousChannel
已过时。
 
NioUdtProvider< T extends UdtChannel> - Class in io.netty.channel.udt.nio
已过时。
UDT运输不再维护并将被移除。
NO_AUTH - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
NO_CACHE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"no-cache"
NO_CACHE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"no-cache"
NO_CACHE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"no-cache"
NO_CACHE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"no-cache"
NO_CONTENT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
204无内容
NO_STORE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"no-store"
NO_STORE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"no-store"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"no-transform"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"no-transform"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"no-transform"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"no-transform"
NOERROR - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'NoError'DNS RCODE(0),如 RFC1035所定义。
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
203非权威信息(自HTTP / 1.1以来)
NONE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"none"
NONE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"none"
NONE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"none"
NONE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"none"
NonStickyEventExecutorGroup - Class in io.netty.util.concurrent
EventExecutorGroup将保留Runnable执行顺序,但不保证EventExecutor (因此Thread )将用于执行Runnable
NonStickyEventExecutorGroup(EventExecutorGroup) - Constructor for class io.netty.util.concurrent. NonStickyEventExecutorGroup
创建一个新的实例。
NonStickyEventExecutorGroup(EventExecutorGroup, int) - Constructor for class io.netty.util.concurrent. NonStickyEventExecutorGroup
创建一个新的实例。
NOOP - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
NOOP - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
noop() - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 NOOP请求。
NoopAddressResolver - Class in io.netty.resolver
AddressResolver不执行任何决议,但始终报告成功的解决方案。
NoopAddressResolver(EventExecutor) - Constructor for class io.netty.resolver. NoopAddressResolver
 
NoopAddressResolverGroup - Class in io.netty.resolver
NoopDnsCache - Class in io.netty.resolver.dns
实际上从不缓存任何东西的noop DNS缓存。
NoopDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
 
noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定不应将预检响应标题添加到预检响应。
normalCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocator
normalCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回普通缓存的大小。
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
406不可接受
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
406不可接受
NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
453带宽不够
NOT_EXTENDED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
510不扩展(RFC2774)
NOT_FOUND - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
404未找到
NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
404未找到
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
501未实施
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
501未实施
NOT_MODIFIED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
304未修改
NOT_MODIFIED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
304未修改
NOT_NULL - Static variable in interface io.netty.handler.codec. DefaultHeaders.NameValidator
 
NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
NOTAUTH - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'NotAuth'DNS RCODE(9),如 RFC2136中所定义。
NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.NotEnoughDataDecoderException
 
NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.NotEnoughDataDecoderException
 
NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.NotEnoughDataDecoderException
 
NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.NotEnoughDataDecoderException
 
NOTIFY - Static variable in class io.netty.handler.codec.dns. DnsOpCode
' Notify'DNS OpCode,如 RFC1996中所定义。
notifyFlushFutures() - Method in class io.netty.channel. ChannelFlushPromiseNotifier
notifyFlushFutures(Throwable) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
notifyListener(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent. DefaultPromise
通知听众未来已完成。
notifyPromises() - Method in class io.netty.channel. ChannelFlushPromiseNotifier
通知所有ChannelFuture认为登记与S ChannelFlushPromiseNotifier.add(ChannelPromise, int)及其pendingDatasize是返回当前writeCounter后小ChannelFlushPromiseNotifier.writeCounter()
notifyPromises(Throwable) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
通知所有ChannelFuture是用注册小号ChannelFlushPromiseNotifier.add(ChannelPromise, int)及其pendingDatasize ISIS较小然后返回当前writeCounter ChannelFlushPromiseNotifier.writeCounter()
notifyPromises(Throwable, Throwable) - Method in class io.netty.channel. ChannelFlushPromiseNotifier
通知所有ChannelFuture认为登记与S ChannelFlushPromiseNotifier.add(ChannelPromise, int)及其pendingDatasize较小然后返回当前writeCounter ChannelFlushPromiseNotifier.writeCounter()使用给定的原因1。
NOTIMP - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'NotImp'DNS RCODE(4),如 RFC1035所定义。
NotSslRecordException - Exception in io.netty.handler.ssl
特殊 SSLException如果收到的数据包看起来不像TLS / SSL记录,则会引发这种情况。
NotSslRecordException() - Constructor for exception io.netty.handler.ssl. NotSslRecordException
 
NotSslRecordException(String) - Constructor for exception io.netty.handler.ssl. NotSslRecordException
 
NotSslRecordException(Throwable) - Constructor for exception io.netty.handler.ssl. NotSslRecordException
 
NotSslRecordException(String, Throwable) - Constructor for exception io.netty.handler.ssl. NotSslRecordException
 
NOTZONE - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'NotZone'DNS RCODE(10),如 RFC2136中所定义。
NS - Static variable in class io.netty.handler.codec.dns. DnsRecordType
名称服务器记录RFC 1035委托DNS区域使用给定的权威名称服务器
NSEC - Static variable in class io.netty.handler.codec.dns. DnsRecordType
Next-Secure记录RFC 4034 DNSSEC的一部分,用于证明名称不存在。
NSEC3 - Static variable in class io.netty.handler.codec.dns. DnsRecordType
NSEC记录版本3 RFC 5155 DNSSEC的扩展,允许在不允许区域漫游的情况下证明不存在名称。
NSEC3PARAM - Static variable in class io.netty.handler.codec.dns. DnsRecordType
NSEC3参数记录用于NSEC3的RFC 5155参数记录。
nulDelimiter() - Static method in class io.netty.handler.codec. Delimiters
返回一个 NUL (0x00)分隔符,它可用于Flash XML套接字或任何类似的协议。
NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis. ArrayRedisMessage
ArrayRedisMessage预定义空数组实例。
NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
预定义的空实例FullBulkStringRedisMessage
NUM_STANDARD_SETTINGS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
numActiveAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回当前活动分配的数量。
numActiveBytes() - Method in interface io.netty.buffer. PoolArenaMetric
返回竞技场当前分配的活动字节数。
numActiveHugeAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回当前活动巨额分配的数量。
numActiveNormalAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回当前活动的正常分配的数量。
numActiveSmallAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回当前活动的小分配的数量。
numActiveStreams() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
numActiveStreams() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
获取活动流的数量(即
numActiveStreams() - Method in interface io.netty.handler.codec.http2. Http2Connection
获取正在使用的流的数量(即
numActiveTinyAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回当前活动的小分配的数量。
numAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过竞技场完成的分配数量。
numAvailable() - Method in interface io.netty.buffer. PoolSubpageMetric
返回要分配的可用元素的数量。
number() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回内部会话高速缓存中的当前会话数。
numberOfHeadersGuess() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
加权移动平均估计解码过程期间预计有多少头部。
numBufferedStreams() - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
指示当前缓冲的流的数量,等待创建。
numChunkLists() - Method in interface io.netty.buffer. PoolArenaMetric
返回竞技场的块列表数量。
numComponents() - Method in class io.netty.buffer. CompositeByteBuf
返回在此实例中组成的当前数ByteBuf
numDeallocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成释放的次数。
numDirectArenas() - Method in class io.netty.buffer. PooledByteBufAllocator
numDirectArenas() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回直接竞技场的数量。
numHeapArenas() - Method in class io.netty.buffer. PooledByteBufAllocator
numHeapArenas() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回堆场的数量。
numHugeAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的巨额分配数量。
numHugeDeallocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的巨大释放次数。
numNormalAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过竞技场完成的正常分配的数量。
numNormalDeallocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的正常释放次数。
numSmallAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的小分配数量。
numSmallDeallocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的小量释放次数。
numSmallSubpages() - Method in interface io.netty.buffer. PoolArenaMetric
返回竞技场的小型子页面的数量。
numThreadCaches() - Method in interface io.netty.buffer. PoolArenaMetric
返回此场所支持的线程缓存的数量。
numThreadLocalCaches() - Method in class io.netty.buffer. PooledByteBufAllocator
numThreadLocalCaches() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回此PooledByteBufAllocator使用的线程本地缓存的数量。
numTinyAllocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的微小分配的数量。
numTinyDeallocations() - Method in interface io.netty.buffer. PoolArenaMetric
返回通过舞台完成的微量释放次数。
numTinySubpages() - Method in interface io.netty.buffer. PoolArenaMetric
返回竞技场的微小子页面的数量。
NXDOMAIN - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'NXDomain'DNS RCODE(3),定义见 RFC1035
NXRRSET - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
在'NXRRSet' DNS RCODE(8),如在限定的 RFC2136

O

ObjectDecoder - Class in io.netty.handler.codec.serialization
将接收到的ByteBuf串成 Java对象的解码器。
ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoder
创建一个新的解码器,其最大对象大小为 1048576字节。
ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoder
用指定的最大对象大小创建一个新的解码器。
ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
一个ObjectInput这与互操作ObjectEncoderObjectEncoderOutputStream
ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoderInputStream
创建一个新的 ObjectInput
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoderInputStream
创建一个新的 ObjectInput
ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoderInputStream
创建一个新的 ObjectInput
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization. ObjectDecoderInputStream
创建一个新的 ObjectInput
ObjectEncoder - Class in io.netty.handler.codec.serialization
将Java对象序列化成ByteBuf的编码器。
ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization. ObjectEncoder
 
ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
ObjectOutput ,可与ObjectDecoderObjectDecoderInputStream互操作。
ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
创建一个新的 ObjectOutput ,估计长度为512个字节。
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
创建一个新的 ObjectOutput
OcspClientHandler - Class in io.netty.handler.ssl.ocsp
SSL客户端的处理程序,用于处理合适的OCSP响应并采取行动。
OcspClientHandler(ReferenceCountedOpenSslEngine) - Constructor for class io.netty.handler.ssl.ocsp. OcspClientHandler
 
of(InetAddress) - Static method in enum io.netty.channel.socket. InternetProtocolFamily
返回InternetProtocolFamily为给定InetAddress
of(CharSequence) - Static method in class io.netty.util. AsciiString
返回包含给定字符序列的AsciiString
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
从新块初始化内部
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
从新块初始化内部
offer(HttpContent) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
从新块初始化内部
offerChannel(Channel) - Method in class io.netty.channel.pool. SimpleChannelPool
Channel提供回内部存储器。
offsetofEpollData() - Static method in class io.netty.channel.epoll. Native
 
OioByteStreamChannel - Class in io.netty.channel.oio
基于流的OIO频道的抽象基类。
OioByteStreamChannel(Channel) - Constructor for class io.netty.channel.oio. OioByteStreamChannel
创建一个新的实例
OioDatagramChannel - Class in io.netty.channel.socket.oio
一个数据报OIO Channel发送和接收的AddressedEnvelope
OioDatagramChannel() - Constructor for class io.netty.channel.socket.oio. OioDatagramChannel
用新的 MulticastSocket创建一个新实例。
OioDatagramChannel(MulticastSocket) - Constructor for class io.netty.channel.socket.oio. OioDatagramChannel
从给定的 MulticastSocket创建一个新实例。
OioDatagramChannelConfig - Interface in io.netty.channel.socket.oio
 
OioEventLoopGroup - Class in io.netty.channel.oio
EventLoopGroup这是用来处理OIO Channel的。
OioEventLoopGroup() - Constructor for class io.netty.channel.oio. OioEventLoopGroup
创建一个没有限制的新的OioEventLoopGroup
OioEventLoopGroup(int) - Constructor for class io.netty.channel.oio. OioEventLoopGroup
创建一个新的OioEventLoopGroup
OioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.oio. OioEventLoopGroup
创建一个新的OioEventLoopGroup
OioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.oio. OioEventLoopGroup
创建一个新的OioEventLoopGroup
OioSctpChannel - Class in io.netty.channel.sctp.oio
SctpChannel实现使用阻止模式,并允许读/写SctpMessage s到底层SctpChannel
OioSctpChannel() - Constructor for class io.netty.channel.sctp.oio. OioSctpChannel
用新的 SctpChannel创建一个新实例。
OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.oio. OioSctpChannel
从给定的 SctpChannel创建一个新的实例。
OioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio. OioSctpChannel
从给定的 SctpChannel创建一个新的实例。
OioSctpServerChannel - Class in io.netty.channel.sctp.oio
SctpServerChannel实现,它使用阻塞模式接受新连接并为它们创建OioSctpChannel
OioSctpServerChannel() - Constructor for class io.netty.channel.sctp.oio. OioSctpServerChannel
用新的 SctpServerChannel创建一个新实例
OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio. OioSctpServerChannel
从给定的 SctpServerChannel创建一个新实例
OioServerSocketChannel - Class in io.netty.channel.socket.oio
ServerSocketChannel ,它接受新的连接并为它们创建OioSocketChannel
OioServerSocketChannel() - Constructor for class io.netty.channel.socket.oio. OioServerSocketChannel
用新的 Socket创建一个新实例
OioServerSocketChannel(ServerSocket) - Constructor for class io.netty.channel.socket.oio. OioServerSocketChannel
从给定的 ServerSocket创建一个新实例
OioServerSocketChannelConfig - Interface in io.netty.channel.socket.oio
OioSocketChannel - Class in io.netty.channel.socket.oio
一个SocketChannel正在使用Old-Blocking-IO
OioSocketChannel() - Constructor for class io.netty.channel.socket.oio. OioSocketChannel
用新的 Socket创建一个新实例
OioSocketChannel(Socket) - Constructor for class io.netty.channel.socket.oio. OioSocketChannel
从给定的 Socket创建一个新实例
OioSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.socket.oio. OioSocketChannel
从给定的 Socket创建一个新的实例
OioSocketChannelConfig - Interface in io.netty.channel.socket.oio
OK - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
200 OK
OK - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
200 OK
OK - Static variable in class io.netty.handler.codec.spdy. SpdySessionStatus
0 OK
onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
处理程序出现连接错误。
onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2. Http2FrameCodec
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 DATA框架。
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onError(ChannelHandlerContext, boolean, Throwable) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
HTTP / 2处理期间捕获的所有异常的中央处理程序。
onError(ChannelHandlerContext, boolean, Throwable) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
处理给定的错误。
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 GO_AWAY帧。
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onGoAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
当从远程端点收到 GOAWAY时调用。
onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onGoAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
在连接发送 GOAWAY帧时调用。
onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 HEADERS框架。
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理带有指定优先级信息的入站 HEADERS帧。
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
将客户端(明文)从HTTP升级到HTTP / 2。
onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
将服务器端(明文)从HTTP升级到HTTP / 2。
onLookupComplete(ChannelHandlerContext, String, Future<T>) - Method in class io.netty.handler.ssl. AbstractSniHandler
onLookupComplete(ChannelHandlerContext, String, Future<SslContext>) - Method in class io.netty.handler.ssl. SniHandler
 
ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
460只允许聚合操作
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"only-if-cached"
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 PING确认。
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 PING框架。
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 PRIORITY框架。
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 PUSH_PROMISE框架。
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onRemoval(V) - Method in class io.netty.util.concurrent. FastThreadLocal
当此线程局部变量被 FastThreadLocal.remove()删除时调用。
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 RST_STREAM帧。
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onRstStreamRead(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
如果收到 RST_STREAM则调用该 RST_STREAM ,但我们有该流的一些数据。
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 SETTINGS确认帧。
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 SETTINGS框架。
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onStreamActive(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
通知监听器给定的流是活动的(即
onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onStreamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
通知侦听器给定的流已添加到连接。
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
通知监听者,给定的流现在是 CLOSED ,并且不再可以通过 Http2Connection.forEachActiveStream(Http2StreamVisitor)访问。
onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
处理程序的流错误。
onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2. Http2FrameCodec
未知数据流的例外情况(即没有连接Http2FrameStream对象的数据流)将被简单记录并通过发送RST_STREAM帧进行回复。
onStreamHalfClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
通知侦听器给定的流已从 OPEN转换为 HALF CLOSED
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onStreamRemoved(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Listener
通知监听器给定的流现在已经从连接中移除,并不再通过 Http2Connection.stream(int)返回。
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2ConnectionAdapter
 
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
onUnhandledChannelWritabilityChanged() - Method in class io.netty.channel. DefaultChannelPipeline
onUnhandledInboundChannelActive() - Method in class io.netty.channel. DefaultChannelPipeline
onUnhandledInboundChannelInactive() - Method in class io.netty.channel. DefaultChannelPipeline
onUnhandledInboundChannelReadComplete() - Method in class io.netty.channel. DefaultChannelPipeline
onUnhandledInboundException(Throwable) - Method in class io.netty.channel. DefaultChannelPipeline
调用一次Throwable命中Throwable的结尾, 而未ChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable)的用户处理。
onUnhandledInboundMessage(Object) - Method in class io.netty.channel. DefaultChannelPipeline
onUnhandledInboundUserEventTriggered(Object) - Method in class io.netty.channel. DefaultChannelPipeline
一旦用户事件触发ChannelPipeline的末尾而未被用户在ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)处理,则调用该事件。
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理程序不是由HTTP / 2规范定义的。
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2. Http2EventAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2. Http2FrameAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2. Http2FrameListener
处理入站 WINDOW_UPDATE框架。
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2. Http2FrameListenerDecorator
 
opaque() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
opaque() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回不透明值。
opCode() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
opCode() - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的 opCode
opcode() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
opcode() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回消息的操作码。
open() - Method in class io.netty.channel. DefaultFileRegion
如果尚未完成,则显式打开底层的文件描述符。
open(boolean) - Method in interface io.netty.handler.codec.http2. Http2Stream
打开此流,使其可通过 Http2Connection.forEachActiveStream(Http2StreamVisitor)和过渡状态到: Http2Stream.State.OPEN如果 Http2Stream.state()Http2Stream.State.IDLEhalfClosedfalse
open() - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
 
open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
 
open(T) - Method in class io.netty.util. ResourceLeakDetector
open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
 
OpenSsl - Class in io.netty.handler.ssl
告诉 netty-tcnative及其OpenSSL支持是否可用。
OpenSslApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
已过时。
OpenSslCertificateException - Exception in io.netty.handler.ssl
一个特殊的 CertificateException允许指定SSL记录中包含哪些错误代码。
OpenSslCertificateException(int) - Constructor for exception io.netty.handler.ssl. OpenSslCertificateException
error code构造一个新的例外。
OpenSslCertificateException(String, int) - Constructor for exception io.netty.handler.ssl. OpenSslCertificateException
用msg和 error code构造一个新的例外。
OpenSslCertificateException(String, Throwable, int) - Constructor for exception io.netty.handler.ssl. OpenSslCertificateException
用msg,cause和 error code构造一个新的例外。
OpenSslCertificateException(Throwable, int) - Constructor for exception io.netty.handler.ssl. OpenSslCertificateException
构建与原因和 error code的新例外。
OpenSslClientContext - Class in io.netty.handler.ssl
客户端SslContext使用OpenSSL的SSL / TLS实现。
OpenSslClientContext() - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(File) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslClientContext
已过时。
OpenSslContext - Class in io.netty.handler.ssl
这个类将使用终结器来确保自动清理本地资源。
OpenSslDefaultApplicationProtocolNegotiator - Class in io.netty.handler.ssl
已过时。
OpenSslDefaultApplicationProtocolNegotiator(ApplicationProtocolConfig) - Constructor for class io.netty.handler.ssl. OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
OpenSslEngine - Class in io.netty.handler.ssl
实现一个 SSLEngine使用 OpenSSL BIO abstractions
OpenSslNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
已过时。
OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
OpenSslNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
OpenSslServerContext - Class in io.netty.handler.ssl
一个使用OpenSSL的SSL / TLS实现的服务器端SslContext
OpenSslServerContext(File, File) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl. OpenSslServerContext
已过时。
OpenSslServerSessionContext - Class in io.netty.handler.ssl
OpenSslSessionContext实现,它提供了仅用于服务器端的额外方法。
OpenSslSessionContext - Class in io.netty.handler.ssl
OpenSSL特定的 SSLSessionContext实现。
OpenSslSessionStats - Class in io.netty.handler.ssl
由OpenSSL会话上下文公开的统计信息。
OpenSslSessionTicketKey - Class in io.netty.handler.ssl
会话票据密钥
OpenSslSessionTicketKey(byte[], byte[], byte[]) - Constructor for class io.netty.handler.ssl. OpenSslSessionTicketKey
构建一个OpenSslSessionTicketKey。
operationComplete(ChannelFuture) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
operationComplete(F) - Method in interface io.netty.util.concurrent. GenericFutureListener
当与Future相关的操作已完成时调用。
operationComplete(F) - Method in class io.netty.util.concurrent. PromiseAggregator
已过时。
 
operationComplete(F) - Method in class io.netty.util.concurrent. PromiseNotifier
 
operationComplete(Future<T>) - Method in class io.netty.util.concurrent. UnaryPromiseNotifier
 
operationProgressed(F, long, long) - Method in interface io.netty.util.concurrent. GenericProgressiveFutureListener
在操作进行时调用。
opposite() - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
获取与此相对的Http2Connection.Endpoint
OPT - Static variable in class io.netty.handler.codec.dns. DnsRecordType
选项记录RFC 2671这是支持EDNS所需的伪DNS记录类型。
option(ChannelOption<T>, T) - Method in class io.netty.bootstrap. AbstractBootstrap
允许指定ChannelOption其用于Channel情况下,一旦他们得到了创建。
option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2. Http2StreamChannelBootstrap
允许指定ChannelOption其用于Http2StreamChannel情况下,一旦他们得到了创建。
OPTION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
551选项不受支持
OptionalSslHandler - Class in io.netty.handler.ssl
OptionalSslHandler是一款实用解码器,可根据收到的第一条消息支持SSL和非SSL处理程序。
OptionalSslHandler(SslContext) - Constructor for class io.netty.handler.ssl. OptionalSslHandler
 
options() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
返回已配置选项的副本。
options() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
OPTIONS - Static variable in class io.netty.handler.codec.http. HttpMethod
OPTIONS方法代表请求关于Request-URI所标识的请求/响应链上可用的通信选项的信息。
OPTIONS - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
OPTIONS getMethod表示请求有关请求/ URI请求/响应链上可用的通信选项的信息。
optResourceEnabled(boolean) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
启用自动包含的可选记录,该记录试图为远程DNS服务器提供解析器可以为每个响应读取多少数据的提示。
order(ByteOrder) - Method in class io.netty.buffer. AbstractByteBuf
 
order() - Method in class io.netty.buffer. ByteBuf
已过时。
使用小端存取,如getShortLEgetIntLE ,而不是用交换创建一个缓冲区endianness
order(ByteOrder) - Method in class io.netty.buffer. ByteBuf
已过时。
使用小端存取,如getShortLEgetIntLE ,而不是用交换创建一个缓冲区endianness
order() - Method in class io.netty.buffer. CompositeByteBuf
 
order() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
order() - Method in class io.netty.buffer. EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer. EmptyByteBuf
 
order() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
order() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
order(ByteOrder) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
order() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
order() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
order() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
OrderedEventExecutor - Interface in io.netty.util.concurrent
用于EventExecutor的标记接口,可以按顺序/串行方式处理所有提交的任务。
origin() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回允许的原点。
ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"origin"
ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Origin"
origins() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回允许的起点组。
OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2. HttpConversionUtil
这将是用于该方法HttpRequest中限定出来的HTTP消息流的生成对象
OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2. HttpConversionUtil
这将成为用于HttpRequest对象的路径, 对象由定义的HTTP消息流生成
OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty.handler.codec.http2. HttpConversionUtil
这将是用于该状态码HttpResponse名HTTP消息流的生成的对象中所定义
outboundBuffer() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
outboundBuffer() - Method in interface io.netty.channel. Channel.Unsafe
返回存储未决写入请求的Channel中的ChannelOutboundBuffer
outboundHandler() - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
outboundMessages() - Method in class io.netty.channel.embedded. EmbeddedChannel
返回Queue ,其中包含由此Object编写的所有Object

P

packetId() - Method in class io.netty.handler.codec.mqtt. MqttPublishVariableHeader
 
PADDED - Static variable in class io.netty.handler.codec.http2. Http2Flags
 
padding - Variable in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
padding() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
padding() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
padding() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
使用框架填充。
padding() - Method in interface io.netty.handler.codec.http2. Http2HeadersFrame
使用框架填充。
paddingPresent() - Method in class io.netty.handler.codec.http2. Http2Flags
对于包含填充的帧,指示 Http2Flags.PADDED字段是否存在。
paddingPresent(boolean) - Method in class io.netty.handler.codec.http2. Http2Flags
设置 Http2Flags.PADDED标志。
pageSize() - Method in interface io.netty.buffer. PoolSubpageMetric
返回此页面的大小(以字节为单位)。
PARAMETER_IS_READONLY - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
458参数是只读的
PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
451参数不明白
parameters() - Method in class io.netty.handler.codec.http. QueryStringDecoder
返回URI的解码键值参数对。
parameters() - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionData
 
parameters() - Method in class io.netty.handler.codec.smtp. DefaultSmtpRequest
 
parameters() - Method in interface io.netty.handler.codec.smtp. SmtpRequest
返回一个包含请求的所有参数(可能是空列表)的 List
parent() - Method in class io.netty.channel. AbstractChannel
 
parent() - Method in class io.netty.channel. AbstractEventLoop
 
parent() - Method in interface io.netty.channel. Channel
返回此频道的父级。
parent() - Method in class io.netty.channel.epoll. EpollSocketChannel
 
parent() - Method in interface io.netty.channel. EventLoop
 
parent() - Method in class io.netty.channel.kqueue. KQueueSocketChannel
 
parent() - Method in class io.netty.channel.local. LocalChannel
 
parent() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
parent() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
parent() - Method in interface io.netty.channel.sctp. SctpChannel
 
parent() - Method in class io.netty.channel. SingleThreadEventLoop
 
parent() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
parent() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
parent() - Method in interface io.netty.channel.socket. SocketChannel
 
parent() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
parent() - Method in interface io.netty.util.concurrent. EventExecutor
返回此EventExecutor的父级EventExecutorGroup
parent() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
PARITY_BIT - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
parse(String, ParsePosition) - Method in class io.netty.handler.codec.http. HttpHeaderDateFormat
已过时。
 
parse() - Static method in class io.netty.resolver. HostsFileParser
在标准操作系统位置解析主机文件。
parse(File) - Static method in class io.netty.resolver. HostsFileParser
解析主机文件。
parse(Reader) - Static method in class io.netty.resolver. HostsFileParser
解析主机文件格式的读者。
parseBoolean() - Method in class io.netty.util. AsciiString
 
parseChar() - Method in class io.netty.util. AsciiString
 
parseChar(int) - Method in class io.netty.util. AsciiString
 
parseDouble() - Method in class io.netty.util. AsciiString
 
parseDouble(int, int) - Method in class io.netty.util. AsciiString
 
parseFloat() - Method in class io.netty.util. AsciiString
 
parseFloat(int, int) - Method in class io.netty.util. AsciiString
 
parseHttpDate(CharSequence) - Static method in class io.netty.handler.codec. DateFormatter
根据 Date ,将一些文本解析为Date
parseHttpDate(CharSequence, int, int) - Static method in class io.netty.handler.codec. DateFormatter
根据 Date ,将一些文本解析为Date
parseInt() - Method in class io.netty.util. AsciiString
 
parseInt(int) - Method in class io.netty.util. AsciiString
 
parseInt(int, int) - Method in class io.netty.util. AsciiString
 
parseInt(int, int, int) - Method in class io.netty.util. AsciiString
 
parseLine(CharSequence) - Static method in class io.netty.handler.codec.http. HttpResponseStatus
将指定的HTTP状态行解析为HttpResponseStatus
parseLine(String) - Static method in class io.netty.handler.codec.http. HttpResponseStatus
将指定的HTTP状态行解析为HttpResponseStatus
parseLine(AsciiString) - Static method in class io.netty.handler.codec.http. HttpResponseStatus
将指定的HTTP状态行解析为HttpResponseStatus
parseLong() - Method in class io.netty.util. AsciiString
 
parseLong(int) - Method in class io.netty.util. AsciiString
 
parseLong(int, int) - Method in class io.netty.util. AsciiString
 
parseLong(int, int, int) - Method in class io.netty.util. AsciiString
 
parseShort() - Method in class io.netty.util. AsciiString
 
parseShort(int) - Method in class io.netty.util. AsciiString
 
parseShort(int, int) - Method in class io.netty.util. AsciiString
 
parseShort(int, int, int) - Method in class io.netty.util. AsciiString
 
parseSilently() - Static method in class io.netty.resolver. HostsFileParser
在标准操作系统位置解析主机文件。
parseStatus(CharSequence) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
在将状态代码翻译成HttpResponseStatus同时应用HTTP / 2规则
PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
206部分内容
PASSCODE - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
password() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
已过时。
password(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
password(byte[]) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
password() - Method in class io.netty.handler.codec.socks. SocksAuthRequest
返回需要验证的密码
password() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthRequest
 
PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
password() - Method in interface io.netty.handler.codec.socksx.v5. Socks5PasswordAuthRequest
返回此请求的密码。
password() - Method in class io.netty.handler.proxy. HttpProxyHandler
 
password() - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
passwordInBytes() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
PATCH - Static variable in class io.netty.handler.codec.http. HttpMethod
PATCH方法请求将请求实体中描述的一组更改应用于由Request-URI标识的资源。
path() - Method in class io.netty.channel.unix. DomainSocketAddress
域套接字的路径。
path() - Method in interface io.netty.handler.codec.http.cookie. Cookie
返回此Cookie的路径。
PATH - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
path() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
path() - Method in class io.netty.handler.codec.http. QueryStringDecoder
返回URI的解码路径字符串。
path(CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
path(CharSequence) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
path(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
如果没有这样的标题,则设置 Http2Headers.PseudoHeaderName.PATH标题或 null
path() - Method in interface io.netty.handler.codec.http2. Http2Headers
获取 Http2Headers.PseudoHeaderName.PATH标题或 null如果没有这样的标题
path(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
PATH - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":path"
PAUSE - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
暂停请求导致暂时中断(停止)流传送。
payload() - Method in class io.netty.handler.codec.mqtt. MqttConnectMessage
 
payload() - Method in class io.netty.handler.codec.mqtt. MqttMessage
 
payload(ByteBuf) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
payload() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
payload() - Method in class io.netty.handler.codec.mqtt. MqttSubAckMessage
 
payload() - Method in class io.netty.handler.codec.mqtt. MqttSubscribeMessage
 
payload() - Method in class io.netty.handler.codec.mqtt. MqttUnsubscribeMessage
 
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
402需要付款
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
402需要付款
peekTask() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
peerCredentials() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
返回对等 SO_PEERCRED的unix凭据(uid,gid,pid)
peerCredentials() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
返回对等 SO_PEERCRED的unix凭据(uid,gid,pid)
PeerCredentials - Class in io.netty.channel.unix
为对等unix域套接字发现的用户凭证。
PemPrivateKey - Class in io.netty.handler.ssl
这是PrivateKey一个特殊目的实现,它允许用户直接将PEM / PKCS#8编码的密钥材料传递到OpenSslContext而无需在Java 域中分析和重新编码字节。
PemX509Certificate - Class in io.netty.handler.ssl
这是X509Certificate一个特殊目的实现,它允许用户直接将PEM / PKCS#8编码数据传递到OpenSslContext而无需在Java 域中解析和重新编码字节。
pendingBytes() - Method in interface io.netty.handler.codec.http2. StreamByteDistributor.StreamState
获取此流有待发送的字节量。
pendingTasks() - Method in class io.netty.channel.nio. NioEventLoop
 
pendingTasks() - Method in class io.netty.channel. SingleThreadEventLoop
 
pendingTasks() - Method in class io.netty.util.concurrent. GlobalEventExecutor
返回待处理任务的数量。
pendingTasks() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
返回待处理任务的数量。
pendingTimeouts() - Method in class io.netty.util. HashedWheelTimer
返回此Timer的暂挂超时数。
PendingWriteQueue - Class in io.netty.channel
等待稍后执行的写入操作队列。
PendingWriteQueue(ChannelHandlerContext) - Constructor for class io.netty.channel. PendingWriteQueue
 
PERMANENT_REDIRECT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
308永久重定向(RFC7538)
PerMessageDeflateClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
permessage-deflate握手实现。
PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateClientExtensionHandshaker
具有默认配置的构造函数。
PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateClientExtensionHandshaker
带自定义配置的构造函数。
PerMessageDeflateServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
permessage-deflate握手实施。
PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateServerExtensionHandshaker
具有默认配置的构造函数。
PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. PerMessageDeflateServerExtensionHandshaker
带自定义配置的构造函数。
pid() - Method in class io.netty.channel.unix. PeerCredentials
获取对等进程的PID。
PING - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
PingWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
包含二进制数据的Web Socket框架
PingWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
创建一个新的空ping帧。
PingWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
用指定的二进制数据创建一个新的ping帧。
PingWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
用指定的二进制数据创建一个新的ping帧
pipe() - Static method in class io.netty.channel.unix. FileDescriptor
 
pipeline() - Method in class io.netty.channel. AbstractChannel
 
pipeline() - Method in interface io.netty.channel. Channel
返回分配的ChannelPipeline
pipeline() - Method in interface io.netty.channel. ChannelHandlerContext
返回分配的ChannelPipeline
platformDefault() - Static method in class io.netty.resolver.dns. DnsServerAddressStreamProviders
DnsServerAddressStreamProvider从本地主机的配置继承DNS服务器。
PLAY - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
PLAY getMethod通知服务器通过SETUP中指定的机制开始发送数据。
pmtu() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
pointNeighborsToThis() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
pollChannel() - Method in class io.netty.channel.pool. SimpleChannelPool
从内部存储轮询Channel以重新使用它。
pollScheduledTask() - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
pollScheduledTask(long) - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
返回 Runnable ,准备 nanoTime给定的 nanoTime执行。
pollSentSettings() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
pollSentSettings() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
pollSentSettings() - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
获取已发送但未确认的队列顶部的本地设置。
pollTask() - Method in class io.netty.channel.nio. NioEventLoop
 
pollTask() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
pollTaskFrom(Queue<Runnable>) - Static method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
PongWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
包含二进制数据的Web Socket框架
PongWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
创建一个新的空pong框架。
PongWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
用指定的二进制数据创建一个新的pong框架。
PongWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
用指定的二进制数据创建一个新的pong框架
PoolArenaMetric - Interface in io.netty.buffer
公开竞技场的指标。
PoolChunkListMetric - Interface in io.netty.buffer
指标列表的块。
PoolChunkMetric - Interface in io.netty.buffer
大块的度量。
PooledByteBufAllocator - Class in io.netty.buffer
 
PooledByteBufAllocator() - Constructor for class io.netty.buffer. PooledByteBufAllocator
 
PooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer. PooledByteBufAllocator
 
PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty.buffer. PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty.buffer. PooledByteBufAllocator
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int) - Constructor for class io.netty.buffer. PooledByteBufAllocator
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean) - Constructor for class io.netty.buffer. PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty.buffer. PooledByteBufAllocator
 
PooledByteBufAllocatorMetric - Class in io.netty.buffer
暴露指标为PooledByteBufAllocator
PoolSubpageMetric - Interface in io.netty.buffer
子页面的度量标准。
port() - Method in class io.netty.handler.codec.http. HttpScheme
 
port() - Method in class io.netty.handler.codec.http.websocketx. WebSocketScheme
 
PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"port"
PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"port"
port() - Method in class io.netty.handler.codec.socks. SocksCmdRequest
返回用作SocksCmdType参数的端口
port() - Method in class io.netty.handler.codec.socks. SocksCmdResponse
返回在SocksCmdType用作参数的端口
ports() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
ports() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
position() - Method in class io.netty.channel. DefaultFileRegion
 
position() - Method in interface io.netty.channel. FileRegion
返回传输开始的文件中的偏移量。
POST - Static variable in class io.netty.handler.codec.http. HttpMethod
POST方法用于请求源服务器接受请求中包含的实体作为Request-Line中Request-URI标识的资源的新下属。
postfix - Static variable in class io.netty.handler.codec.http.multipart. DiskAttribute
 
postfix - Static variable in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
PRAGMA - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"pragma"
PRAGMA - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Pragma"
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
412先决条件失败
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
412先决条件失败
PRECONDITION_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
428先决条件要求(RFC6585)
prefaceReceived() - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionDecoder
 
prefaceReceived() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionDecoder
 
prefaceReceived() - Method in interface io.netty.handler.codec.http2. Http2ConnectionDecoder
指示是否从远程端点接收到第一个初始 SETTINGS帧。
PreferHeapByteBufAllocator - Class in io.netty.channel
包装另一个ByteBufAllocator并且在明确要求直接缓冲区时除外使用堆缓冲区。
PreferHeapByteBufAllocator(ByteBufAllocator) - Constructor for class io.netty.channel. PreferHeapByteBufAllocator
 
prefix - Static variable in class io.netty.handler.codec.http.multipart. DiskAttribute
 
prefix - Static variable in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
prefix() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
prefix() - Method in class io.netty.handler.codec.xml. XmlElement
 
prefix() - Method in class io.netty.handler.codec.xml. XmlNamespace
 
preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
preflightResponseHeader(String, Callable<T>) - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
返回应该添加到CORS预检响应中的HTTP响应标头。
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
返回应该添加到CORS预检响应中的HTTP响应标头。
preflightResponseHeader(CharSequence, Callable<T>) - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
返回应该添加到CORS预检响应中的HTTP响应标头。
preflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors. CorsConfig
返回应该添加到CORS预检响应中的HTTP响应标头。
PrematureChannelClosureException - Exception in io.netty.handler.codec
CodecException Channel在编解码器完成处理当前消息(如等待请求时丢失响应)之前意外关闭时引发的CodecException
PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec. PrematureChannelClosureException
创建一个新的实例。
PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec. PrematureChannelClosureException
创建一个新的实例。
PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec. PrematureChannelClosureException
创建一个新的实例。
PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec. PrematureChannelClosureException
创建一个新的实例。
prepareToClose() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
准备关闭Channel
prepareUpgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpClientCodec
准备从HTTP升级到另一个协议。
prepareUpgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http. HttpClientUpgradeHandler.SourceCodec
删除或禁用此编码解码器的编码器,以便HttpClientUpgradeHandler.UpgradeCodec可以发送初始问候语(如果有)。
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeCodec
根据 upgradeHeaders的内容为 upgradeRequest准备协议更新。
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
 
PREPEND - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
PREPENDQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
prettyHexDump(ByteBuf) - Static method in class io.netty.buffer. ByteBufUtil
返回指定的ByteBuf的多行十六进制转储,它很容易被人读取。
prettyHexDump(ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
返回指定的ByteBuf的多行十六进制转储,它易于人类阅读,从给定的offset开始,使用给定的length
PRIORITY - Static variable in class io.netty.handler.codec.http2. Http2Flags
 
PRIORITY - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
priority() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
PRIORITY - Static variable in class io.netty.handler.codec.spdy. SpdyHttpHeaders.Names
"x-spdy-priority"
priority() - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
返回流的优先级。
priority() - Method in interface io.netty.util.concurrent. ThreadProperties
 
PRIORITY_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
PRIORITY_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
priorityPresent() - Method in class io.netty.handler.codec.http2. Http2Flags
确定是否设置标志,指示HEADERS帧中是否存在排它,流依赖性和权重字段。
priorityPresent(boolean) - Method in class io.netty.handler.codec.http2. Http2Flags
设置 Http2Flags.PRIORITY标志。
PRIVATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"private"
PRIVATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"private"
PRIVATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"private"
PRIVATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"private"
privateKey() - Method in class io.netty.handler.ssl.util. SelfSignedCertificate
以PEM格式返回生成的RSA私钥文件。
probes() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
process(byte) - Method in class io.netty.util. ByteProcessor.IndexNotOfProcessor
 
process(byte) - Method in class io.netty.util. ByteProcessor.IndexOfProcessor
 
process(byte) - Method in interface io.netty.util. ByteProcessor
 
processHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
processHandshake(Channel, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
提供HTTP / 2和HTTP头对象之间的转换,同时确保流处于额外头的有效状态。
PROCESSING - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
102处理(WebDAV,RFC2518)
processMessage(Object) - Method in interface io.netty.channel. ChannelOutboundBuffer.MessageProcessor
将调用每个刷新的消息,直到它没有更多刷新的消息或此方法返回 false
processMessage(Object) - Method in class io.netty.channel.unix. IovArray
 
progress(long) - Method in class io.netty.channel. ChannelOutboundBuffer
通知有关写入进度的当前消息的ChannelPromise
progress() - Method in class io.netty.handler.codec.http. HttpChunkedInput
 
progress() - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
 
progress() - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
 
progress() - Method in class io.netty.handler.stream. ChunkedFile
 
progress() - Method in interface io.netty.handler.stream. ChunkedInput
返回当前传输进度。
progress() - Method in class io.netty.handler.stream. ChunkedNioFile
 
progress() - Method in class io.netty.handler.stream. ChunkedNioStream
 
progress() - Method in class io.netty.handler.stream. ChunkedStream
 
ProgressiveFuture< V> - Interface in io.netty.util.concurrent
A Future它用于表示操作的进度。
ProgressivePromise< V> - Interface in io.netty.util.concurrent
特别ProgressiveFuture这是可写的。
promise() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
promise() - Method in class io.netty.channel. DefaultChannelPromise
 
promise - Variable in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
Promise< V> - Interface in io.netty.util.concurrent
特别Future这是可写的。
PromiseAggregator< V, F extends Future< V>> - Class in io.netty.util.concurrent
已过时。
使用PromiseCombiner GenericFutureListener实现将多个Future合并为一个,通过监听各个Future并在所有Future完成时生成聚合结果(成功/失败)。
PromiseAggregator(Promise<Void>, boolean) - Constructor for class io.netty.util.concurrent. PromiseAggregator
已过时。
创建一个新的实例。
PromiseAggregator(Promise<Void>) - Constructor for class io.netty.util.concurrent. PromiseAggregator
已过时。
PromiseCombiner - Class in io.netty.util.concurrent
一个承诺组合器监视一些离散期货的结果,然后在所有的合并期货结束时通知最终的总承诺。
PromiseCombiner() - Constructor for class io.netty.util.concurrent. PromiseCombiner
 
PromiseNotifier< V, F extends Future< V>> - Class in io.netty.util.concurrent
GenericFutureListener执行其他Promise并完成后通知他们。
PromiseNotifier(Promise<? super V>...) - Constructor for class io.netty.util.concurrent. PromiseNotifier
创建一个新的实例。
PromiseNotifier(boolean, Promise<? super V>...) - Constructor for class io.netty.util.concurrent. PromiseNotifier
创建一个新的实例。
propagateSettings(boolean) - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
指定是否应该沿通道管道传播读取设置帧。
propagateSettings(boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
 
ProtobufDecoder - Class in io.netty.handler.codec.protobuf
ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf. ProtobufDecoder
创建一个新的实例。
ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf. ProtobufDecoder
 
ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf. ProtobufDecoder
 
ProtobufDecoderNano - Class in io.netty.handler.codec.protobuf
将收到的ByteBuf解码为Google Protocol Buffers MessageNano
ProtobufDecoderNano(Class<? extends MessageNano>) - Constructor for class io.netty.handler.codec.protobuf. ProtobufDecoderNano
创建一个新的实例。
ProtobufEncoder - Class in io.netty.handler.codec.protobuf
ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf. ProtobufEncoder
 
ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
将请求的Google Protocol Buffers MessageNano编码为ByteBuf
ProtobufEncoderNano() - Constructor for class io.netty.handler.codec.protobuf. ProtobufEncoderNano
 
ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
一个解码器,通过消息中的Google Protocol Buffers Base 128 Varints整数长度字段的值动态分割接收到的ByteBuf
ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf. ProtobufVarint32FrameDecoder
 
ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
一个编码器,用于 编译 Google协议缓冲区 ProtobufVarint32LengthFieldPrepender() - 类io.netty.handler.codec.protobuf的构造函数。 ProtobufVarint32LengthFieldPrepender
 
protocol() - Method in interface io.netty.handler.codec.http. HttpClientUpgradeHandler.UpgradeCodec
返回此编解码器支持的协议的名称,如 'UPGRADE'标头所示。
protocol() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
频道已升级到的协议。
protocol() - Method in class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
 
protocol() - Method in class io.netty.handler.proxy. HttpProxyHandler
 
protocol() - Method in class io.netty.handler.proxy. ProxyConnectionEvent
返回正在使用的代理协议的名称。
protocol() - Method in class io.netty.handler.proxy. ProxyHandler
返回正在使用的代理协议的名称。
protocol() - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
protocol() - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
protocol() - Method in class io.netty.handler.ssl. ApplicationProtocolConfig
获取使用哪个应用程序级别的协议协商。
protocol() - Method in interface io.netty.handler.ssl. OpenSslApplicationProtocolNegotiator
已过时。
返回应该使用的ApplicationProtocolConfig.Protocol
protocol() - Method in class io.netty.handler.ssl. OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
protocol() - Method in class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy. SpdySessionStatus
1协议错误
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
1协议错误
PROTOCOL_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt. UdtChannelOption
已过时。
OptionUDT.Protocol_Receive_Buffer_Size
PROTOCOL_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt. UdtChannelOption
已过时。
OptionUDT.Protocol_Send_Buffer_Size
ProtocolDetectionResult< T> - Class in io.netty.handler.codec
检测协议的结果。
ProtocolDetectionState - Enum in io.netty.handler.codec
当前检测的状态。
protocolIdentifier() - Method in class io.netty.channel.sctp. SctpMessage
返回协议标识符
protocolLevel() - Method in enum io.netty.handler.codec.mqtt. MqttVersion
 
protocolListenerFactory() - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator
已过时。
protocolName() - Method in class io.netty.handler.codec.http. HttpVersion
返回协议的名称,例如 "HTTP"中的 "HTTP/1.0"
protocolName() - Method in enum io.netty.handler.codec.mqtt. MqttVersion
 
protocolNameBytes() - Method in enum io.netty.handler.codec.mqtt. MqttVersion
 
protocols() - Method in interface io.netty.handler.ssl. ApplicationProtocolNegotiator
已过时。
获取此应用程序支持的应用程序协议的集合(按照优先顺序)。
protocols() - Method in class io.netty.handler.ssl. OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
protocols() - Method in class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
protocols(String...) - Method in class io.netty.handler.ssl. SslContextBuilder
要启用的TLS协议版本。
protocolSelectorFactory() - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator
已过时。
protocolVersion() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
protocolVersion() - Method in class io.netty.handler.codec.http. DefaultHttpMessage
 
protocolVersion() - Method in interface io.netty.handler.codec.http. HttpMessage
返回此HttpMessage的协议版本
protocolVersion(MqttVersion) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
protocolVersion() - Method in class io.netty.handler.codec.socks. SocksMessage
provider - Variable in class io.netty.handler.codec.marshalling. CompatibleMarshallingDecoder
 
proxiedProtocol() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Proxy-Authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Proxy-Authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
需要407代理验证
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
需要407代理验证
PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"proxy-authorization"
PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Proxy-Authorization"
PROXY_CONNECTION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
已过时。
使用HttpHeaderNames.CONNECTION "proxy-connection"
PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"proxy-require"
PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Proxy-Require"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"proxy-revalidate"
proxyAddress() - Method in class io.netty.handler.proxy. ProxyConnectionEvent
返回代理服务器的地址。
proxyAddress() - Method in class io.netty.handler.proxy. ProxyHandler
返回代理服务器的地址。
ProxyConnectException - Exception in io.netty.handler.proxy
 
ProxyConnectException() - Constructor for exception io.netty.handler.proxy. ProxyConnectException
 
ProxyConnectException(String) - Constructor for exception io.netty.handler.proxy. ProxyConnectException
 
ProxyConnectException(Throwable) - Constructor for exception io.netty.handler.proxy. ProxyConnectException
 
ProxyConnectException(String, Throwable) - Constructor for exception io.netty.handler.proxy. ProxyConnectException
 
ProxyConnectionEvent - Class in io.netty.handler.proxy
 
ProxyConnectionEvent(String, String, SocketAddress, SocketAddress) - Constructor for class io.netty.handler.proxy. ProxyConnectionEvent
创建一个新事件,指示尝试连接到目标地址的成功连接。
ProxyHandler - Class in io.netty.handler.proxy
 
ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy. ProxyHandler
 
PTR - Static variable in class io.netty.handler.codec.dns. DnsRecordType
指针记录RFC 1035指向规范名称的指针。
PUBLIC - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"public"
PUBLIC - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"public"
publish() - Static method in class io.netty.handler.codec.mqtt. MqttMessageBuilders
 
PUSH_PROMISE - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
pushEnabled() - Method in class io.netty.handler.codec.http2. Http2Settings
获取 SETTINGS_ENABLE_PUSH值。
pushEnabled(boolean) - Method in class io.netty.handler.codec.http2. Http2Settings
设置 SETTINGS_ENABLE_PUSH值。
pushPromiseSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
表示推送承诺已发送到远程端点。
PUT - Static variable in class io.netty.handler.codec.http. HttpMethod
PUT方法要求封闭实体存储在提供的Request-URI下。
put(char, Long) - Method in class io.netty.handler.codec.http2. Http2Settings
添加给定的设置键/值对。
put(byte, V) - Method in class io.netty.util.collection. ByteObjectHashMap
 
put(Byte, V) - Method in class io.netty.util.collection. ByteObjectHashMap
 
put(byte, V) - Method in interface io.netty.util.collection. ByteObjectMap
将给定的条目放入地图中。
put(char, V) - Method in class io.netty.util.collection. CharObjectHashMap
 
put(Character, V) - Method in class io.netty.util.collection. CharObjectHashMap
 
put(char, V) - Method in interface io.netty.util.collection. CharObjectMap
将给定的条目放入地图中。
put(int, V) - Method in class io.netty.util.collection. IntObjectHashMap
 
put(Integer, V) - Method in class io.netty.util.collection. IntObjectHashMap
 
put(int, V) - Method in interface io.netty.util.collection. IntObjectMap
将给定的条目放入地图中。
put(long, V) - Method in class io.netty.util.collection. LongObjectHashMap
 
put(Long, V) - Method in class io.netty.util.collection. LongObjectHashMap
 
put(long, V) - Method in interface io.netty.util.collection. LongObjectMap
将给定的条目放入地图中。
put(short, V) - Method in class io.netty.util.collection. ShortObjectHashMap
 
put(Short, V) - Method in class io.netty.util.collection. ShortObjectHashMap
 
put(short, V) - Method in interface io.netty.util.collection. ShortObjectMap
将给定的条目放入地图中。
putAll(Map<? extends Byte, ? extends V>) - Method in class io.netty.util.collection. ByteObjectHashMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class io.netty.util.collection. CharObjectHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty.util.collection. IntObjectHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class io.netty.util.collection. LongObjectHashMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class io.netty.util.collection. ShortObjectHashMap
 
putMessage(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
使 message成为与 stream关联的状态。
putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy. SpdyHttpDecoder
 

Q

qos(MqttQoS) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
qosLevel() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
qualityOfService() - Method in class io.netty.handler.codec.mqtt. MqttTopicSubscription
 
QUERY - Static variable in class io.netty.handler.codec.dns. DnsOpCode
“查询”DNS操作码,如 RFC1035中所定义。
query(DnsQuestion) - Method in class io.netty.resolver.dns. DnsNameResolver
用指定的问题发送DNS查询。
query(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns. DnsNameResolver
用指定的问题发送带有附加记录的DNS查询。
query(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns. DnsNameResolver
用指定的问题发送DNS查询。
query(InetSocketAddress, DnsQuestion) - Method in class io.netty.resolver.dns. DnsNameResolver
使用指定的名称服务器列表发送包含指定问题的DNS查询。
query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns. DnsNameResolver
使用指定的名称服务器列表发送带有指定问题的DNS查询以及其他记录。
query(InetSocketAddress, DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns. DnsNameResolver
使用指定的名称服务器列表发送包含指定问题的DNS查询。
query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns. DnsNameResolver
使用指定的名称服务器列表发送带有指定问题的DNS查询以及其他记录。
queryCancelled(int) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryCancelled(int) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
该查询可能已被写入,但在某个时候被取消。
queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryCNAMEd(DnsQuestion) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
该查询返回了一个CNAME,我们可能会尝试使用新的查询。
queryFailed(Throwable) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryFailed(Throwable) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
以下标准是可能的:IO错误服务器响应一个无效的DNS响应服务器响应一个有效的DNS响应,但它没有提高分辨率
queryNoAnswer(DnsResponseCode) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryNoAnswer(DnsResponseCode) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
对查询的响应没有提供预期的响应代码,但它没有返回 DnsResponseCode.NXDOMAIN因此我们可能会尝试再次查询。
queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryRedirected(List<InetSocketAddress>) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
该查询已被重定向到另一个DNS服务器列表。
QueryStringDecoder - Class in io.netty.handler.codec.http
将HTTP查询字符串拆分为路径字符串和键值参数对。
QueryStringDecoder(String) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个解码指定URI的新解码器。
QueryStringDecoder(String, boolean) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringDecoder(String, Charset) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringDecoder(String, Charset, boolean) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringDecoder(URI) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个解码指定URI的新解码器。
QueryStringDecoder(URI, Charset) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringDecoder(URI, Charset, int) - Constructor for class io.netty.handler.codec.http. QueryStringDecoder
创建一个新的解码器,用于解码指定字符集中编码的指定URI。
QueryStringEncoder - Class in io.netty.handler.codec.http
从路径字符串和键值参数对创建URL编码的URI。
QueryStringEncoder(String) - Constructor for class io.netty.handler.codec.http. QueryStringEncoder
创建一个新的编码器,用于编码以指定的路径字符串开头的URI。
QueryStringEncoder(String, Charset) - Constructor for class io.netty.handler.codec.http. QueryStringEncoder
创建一个新的编码器,用于编码以指定字符集中的指定路径字符串开头的URI。
querySucceed() - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
querySucceed() - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
该查询收到了预期的结果。
queryTimeoutMillis() - Method in class io.netty.resolver.dns. DnsNameResolver
返回此解析器执行的每个DNS查询的超时(以毫秒为单位)。
queryTimeoutMillis(long) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置此解析器执行的每个DNS查询的超时(以毫秒为单位)。
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns. BiDnsQueryLifecycleObserver
 
queryWritten(InetSocketAddress, ChannelFuture) - Method in interface io.netty.resolver.dns. DnsQueryLifecycleObserver
查询已写入。
question() - Method in exception io.netty.resolver.dns. DnsNameResolverException
返回失败的DNS查询的DnsQuestion
queueSize() - Method in class io.netty.handler.traffic. ChannelTrafficShapingHandler
 
queuesSize() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
queuesSize() - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
 
QUIT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
QUIT - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
quit() - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 QUIT请求。
QUITQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"quoted-printable"
QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"quoted-printable"

R

RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"range"
RANGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Range"
RANGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"range"
RANGE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Range"
rawPath() - Method in class io.netty.handler.codec.http. QueryStringDecoder
返回URI的原始路径字符串。
rawQuery() - Method in class io.netty.handler.codec.http. QueryStringDecoder
返回URI的原始查询字符串。
RCPT - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 RCPT请求。
RCV_ALLOC_TRANSPORT_PROVIDES_GUESS - Static variable in class io.netty.channel.kqueue. KQueueChannelOption
如果这是 true那么 RecvByteBufAllocator.Handle#guess()将被重写,以总是尝试读取与kqueue所说的可用字节数一样多的字节。
RCVBUF_ALLOCATOR - Static variable in class io.netty.channel. ChannelOption
 
rcvMss() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
rcvRtt() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
rcvSpace() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
rcvSsthresh() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
rcvWscale() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
read() - Method in class io.netty.buffer. ByteBufInputStream
 
read(byte[], int, int) - Method in class io.netty.buffer. ByteBufInputStream
 
read() - Method in class io.netty.channel. AbstractChannel
 
read() - Method in interface io.netty.channel. Channel
 
read(ChannelHandlerContext) - Method in class io.netty.channel. ChannelDuplexHandler
read() - Method in interface io.netty.channel. ChannelHandlerContext
 
read(ChannelHandlerContext) - Method in interface io.netty.channel. ChannelOutboundHandler
read(ChannelHandlerContext) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
read() - Method in interface io.netty.channel. ChannelOutboundInvoker
请求来读取数据Channel进入第一入缓冲区,触发ChannelInboundHandler.channelRead(ChannelHandlerContext, Object)如果数据读取事件,并触发channelReadComplete事件,这样的处理可以决定继续读书。
read(ChannelHandlerContext) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
read() - Method in class io.netty.channel. DefaultChannelPipeline
 
read() - Method in class io.netty.channel.nio. AbstractNioByteChannel.NioByteUnsafe
 
read() - Method in interface io.netty.channel.nio. AbstractNioChannel.NioUnsafe
从底层 SelectableChannel读取
read(ByteBuffer, int, int) - Method in class io.netty.channel.unix. FileDescriptor
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec. DatagramPacketEncoder
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
read() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
read(byte[]) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
read(ChannelHandlerContext) - Method in class io.netty.handler.flow. FlowControlHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl. SslHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
READ_TIMEOUT - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
readableBytes() - Method in class io.netty.buffer. AbstractByteBuf
 
readableBytes() - Method in class io.netty.buffer. ByteBuf
返回等于 (this.writerIndex - this.readerIndex)的可读字节数。
readableBytes() - Method in class io.netty.buffer. EmptyByteBuf
 
readableBytes() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readableBytes() - Method in class io.netty.channel. AbstractCoalescingBufferQueue
可读字节数。
readAddress(long, int, int) - Method in class io.netty.channel.unix. FileDescriptor
 
readBoolean() - Method in class io.netty.buffer. AbstractByteBuf
 
readBoolean() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取布尔值,并在此缓冲区 readerIndex 1增加 readerIndex
readBoolean() - Method in class io.netty.buffer. ByteBufInputStream
 
readBoolean() - Method in class io.netty.buffer. EmptyByteBuf
 
readBoolean() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBoolean() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readByte() - Method in class io.netty.buffer. AbstractByteBuf
 
readByte() - Method in class io.netty.buffer. ByteBuf
获取当前 readerIndex一个字节,并在此缓冲区 readerIndex 1增加 readerIndex
readByte() - Method in class io.netty.buffer. ByteBufInputStream
 
readByte() - Method in class io.netty.buffer. EmptyByteBuf
 
readByte() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readByte() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readBytes(int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer. AbstractByteBuf
 
readBytes(int) - Method in class io.netty.buffer. ByteBuf
传输此缓冲区的数据到一个新创建的缓冲器并从当前 readerIndex并增加了 readerIndex由传输的字节(=数量 length )。
readBytes(ByteBuf) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的目的地,从当前的 readerIndex开始,直到目标变为不可写,并将 readerIndex增加 readerIndex传输的字节数。
readBytes(ByteBuf, int) - Method in class io.netty.buffer. ByteBuf
传输此缓冲区的数据到指定的目标并从当前 readerIndex并增加了 readerIndex由传输的字节(=数量 length )。
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer. ByteBuf
传输此缓冲区的数据到指定的目标并从当前 readerIndex并增加了 readerIndex由传输的字节(=数量 length )。
readBytes(byte[]) - Method in class io.netty.buffer. ByteBuf
传输此缓冲区的数据到指定的目标并从当前 readerIndex并增加了 readerIndex由传输的字节(=数量 dst.length )。
readBytes(byte[], int, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的目标,从当前的 readerIndex开始,并将 readerIndex的数量增加 readerIndex (= length )。
readBytes(ByteBuffer) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据传输到指定的目标,从当前的 readerIndex开始,直到目标的位置达到其限制,并将 readerIndex增加 readerIndex所传输的字节数。
readBytes(OutputStream, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据从当前的 readerIndex开始传输到指定的流。
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据从当前的 readerIndex开始传输到指定的流。
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的数据从当前的 readerIndex开始 readerIndex到指定通道,从给定的文件位置开始。
readBytes() - Method in class io.netty.buffer. ByteBufInputStream
返回此流到目前为止读取的字节数。
readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer. ByteBufUtil
阅读给定的字节量到一个新ByteBuf是从分配ByteBufAllocator
readBytes(ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer. CompositeByteBuf
 
readBytes(int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. EmptyByteBuf
 
readBytes(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(ByteBuf) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(byte[]) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(byte[], int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(OutputStream, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readBytes(byte[], int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
readChar() - Method in class io.netty.buffer. AbstractByteBuf
 
readChar() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取2字节的UTF-16字符,并在此缓冲区 readerIndex 2增加 readerIndex
readChar() - Method in class io.netty.buffer. ByteBufInputStream
 
readChar() - Method in class io.netty.buffer. EmptyByteBuf
 
readChar() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readChar() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readCharSequence(int, Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获得具有给定长度的 CharSequence ,并将该长度增加 readerIndex
readCharSequence(int, Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpChunkedInput
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http. HttpChunkedInput
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
返回下一个可用的HttpChunk。
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
已过时。
使用WebSocketChunkedInput.readChunk(ByteBufAllocator) 从流中获取分块的数据。 一旦此方法返回最后一个块并因此流到达末尾,任何后续的WebSocketChunkedInput.isEndOfInput()调用都必须返回true
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
从流中获取分块的数据。
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedFile
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream. ChunkedFile
 
readChunk(ChannelHandlerContext) - Method in interface io.netty.handler.stream. ChunkedInput
已过时。
使用ChunkedInput.readChunk(ByteBufAllocator)

从流中获取分块的数据。 一旦此方法返回最后一个块并因此流到达末尾,任何后续的ChunkedInput.isEndOfInput()调用都必须返回true

readChunk(ByteBufAllocator) - Method in interface io.netty.handler.stream. ChunkedInput
从流中获取分块的数据。
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedNioFile
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream. ChunkedNioFile
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedNioStream
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream. ChunkedNioStream
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream. ChunkedStream
已过时。
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream. ChunkedStream
 
readComplete() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
readComplete() - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
readComplete() - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
阅读已完成。
readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到数据帧时调用。
readDouble() - Method in class io.netty.buffer. AbstractByteBuf
 
readDouble() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取64位浮点数,并在此缓冲区 readerIndex 8增加 readerIndex
readDouble() - Method in class io.netty.buffer. ByteBufInputStream
 
readDouble() - Method in class io.netty.buffer. EmptyByteBuf
 
readDouble() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readDouble() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readDoubleLE() - Method in class io.netty.buffer. ByteBuf
以小端字节顺序获取当前 readerIndex的64位浮点数, 8在此缓冲区 readerIndex 8增加 readerIndex
READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
readerIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
readerIndex(int) - Method in class io.netty.buffer. AbstractByteBuf
 
readerIndex() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的 readerIndex
readerIndex(int) - Method in class io.netty.buffer. ByteBuf
设置此缓冲区的 readerIndex
readerIndex(int) - Method in class io.netty.buffer. CompositeByteBuf
 
readerIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
readerIndex(int) - Method in class io.netty.buffer. EmptyByteBuf
 
readerIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readerIndex(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readFloat() - Method in class io.netty.buffer. AbstractByteBuf
 
readFloat() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获得一个32位浮点数,并在此缓冲区 readerIndex 4增加 readerIndex
readFloat() - Method in class io.netty.buffer. ByteBufInputStream
 
readFloat() - Method in class io.netty.buffer. EmptyByteBuf
 
readFloat() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readFloat() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readFloatLE() - Method in class io.netty.buffer. ByteBuf
在Little Endian Byte Order中获取当前 readerIndex的32位浮点数, 4在此缓冲区 readerIndex 4增加 readerIndex
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameReader
 
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2. Http2FrameReader
尝试从输入缓冲区读取下一帧。
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2. Http2InboundFrameLogger
 
readFrameError(String) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readFrameError(String) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
当发生不可恢复的会话错误时调用。
readFully(byte[]) - Method in class io.netty.buffer. ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty.buffer. ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readFully(byte[]) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到GOAWAY帧时调用。
readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
当接收到SYN_STREAM,SYN_REPLY或HEADERS帧内的头部块时调用。
readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到整个标题块时调用。
readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到HEADERS帧时调用。
readInbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
Channel返回收到的数据
readInt() - Method in class io.netty.buffer. AbstractByteBuf
 
readInt() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取32位整数,并在此缓冲区 readerIndex 4增加 readerIndex
readInt() - Method in class io.netty.buffer. ByteBufInputStream
 
readInt() - Method in class io.netty.buffer. EmptyByteBuf
 
readInt() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readInt() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readInterestOp - Variable in class io.netty.channel.nio. AbstractNioChannel
 
readIntLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readIntLE() - Method in class io.netty.buffer. ByteBuf
在当前 readerIndex Little Endian字节顺序获取32位整数,并在此缓冲区 readerIndex 4增加 readerIndex
readIntLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readIntLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readLine() - Method in class io.netty.buffer. ByteBufInputStream
 
readLine() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
已过时。
改为使用BufferedReader.readLine()
readLong() - Method in class io.netty.buffer. AbstractByteBuf
 
readLong() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取64位整数,并在此缓冲区 readerIndex 8增加 readerIndex
readLong() - Method in class io.netty.buffer. ByteBufInputStream
 
readLong() - Method in class io.netty.buffer. EmptyByteBuf
 
readLong() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readLong() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readLongLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readLongLE() - Method in class io.netty.buffer. ByteBuf
获取当前64位整数 readerIndex在Little Endian字节序,并增加了 readerIndex通过 8在该缓冲液。
readLongLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readLongLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readMedium() - Method in class io.netty.buffer. AbstractByteBuf
 
readMedium() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取24位中等整数,并在此缓冲区 readerIndex 3增加 readerIndex
readMedium() - Method in class io.netty.buffer. EmptyByteBuf
 
readMedium() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readMediumLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readMediumLE() - Method in class io.netty.buffer. ByteBuf
获取当前的24位媒体整数 readerIndex在Little Endian字节序,并增加了 readerIndex通过 3在缓冲区中。
readMediumLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readMediumLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readObject() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
ReadOnlyByteBuf - Class in io.netty.buffer
已过时。
不使用。
ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
Http2Headers的变体,它只支持只读方法。
ReadOnlyHttpHeaders - Class in io.netty.handler.codec.http
HttpHeaders的变体,它只支持只读方法。
ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http. ReadOnlyHttpHeaders
创建一个新的实例。
readOutbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
从出站读取数据。
readPingFrame(int) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readPingFrame(int) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到PING帧时调用。
readRetainedSlice(int) - Method in class io.netty.buffer. AbstractByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer. ByteBuf
从当前的 readerIndex开始返回此缓冲区的子区域的新保留切片,并将 readerIndex增加 readerIndex新切片的大小(= length )。
readRetainedSlice(int) - Method in class io.netty.buffer. EmptyByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在接收到RST_STREAM帧时调用。
readSetting(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readSetting(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到设置框内的单独设置时调用。
readSettingsEnd() - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readSettingsEnd() - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在接收到整个设置帧时调用。
readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在接收到设置帧时调用。
readShort() - Method in class io.netty.buffer. AbstractByteBuf
 
readShort() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取16位短整数,并在此缓冲区 readerIndex 2增加 readerIndex
readShort() - Method in class io.netty.buffer. ByteBufInputStream
 
readShort() - Method in class io.netty.buffer. EmptyByteBuf
 
readShort() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readShort() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readShortLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readShortLE() - Method in class io.netty.buffer. ByteBuf
获取当前16位的短整型 readerIndex在Little Endian字节序,并增加了 readerIndex通过 2在缓冲区中。
readShortLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readShortLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readSlice(int) - Method in class io.netty.buffer. AbstractByteBuf
 
readSlice(int) - Method in class io.netty.buffer. ByteBuf
从当前的 readerIndex开始返回此缓冲区子区域的一个新切片, readerIndex新切片的大小(= length )增加 length
readSlice(int) - Method in class io.netty.buffer. EmptyByteBuf
 
readSlice(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到SYN_REPLY帧时调用。
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在接收到SYN_STREAM帧时调用。
readTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout. ReadTimeoutHandler
在检测到读取超时时调用。
ReadTimeoutException - Exception in io.netty.handler.timeout
TimeoutException由凸起ReadTimeoutHandler时没有数据的一定时间内读出。
ReadTimeoutHandler - Class in io.netty.handler.timeout
在某段时间内未读取数据时引发ReadTimeoutException
ReadTimeoutHandler(int) - Constructor for class io.netty.handler.timeout. ReadTimeoutHandler
创建一个新的实例。
ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout. ReadTimeoutHandler
创建一个新的实例。
readTimeToWait(long, long, long) - Method in class io.netty.handler.traffic. TrafficCounter
已过时。
readTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic. TrafficCounter
使用给定的limitTraffic和最大等待时间,返回给定长度消息的等待时间(如果有的话)。
readUnsignedByte() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取一个无符号字节,并在此缓冲区 readerIndex 1增加 readerIndex
readUnsignedByte() - Method in class io.netty.buffer. ByteBufInputStream
 
readUnsignedByte() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedByte() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readUnsignedInt() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取一个无符号的32位整数,并在此缓冲区 readerIndex 4增加 readerIndex
readUnsignedInt() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
从缓冲区读取一个大端(31位)整数。
readUnsignedIntLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedIntLE() - Method in class io.netty.buffer. ByteBuf
在当前 readerIndex Little Endian字节顺序获取一个无符号的32位整数,并在此缓冲区 readerIndex 4增加 readerIndex
readUnsignedIntLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedIntLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedMedium() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取一个无符号的24位中等整数,并在此缓冲区 readerIndex 3增加 readerIndex
readUnsignedMedium() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedMediumLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer. ByteBuf
以小尾字节顺序获取当前 readerIndex中的无符号24位中等整数,并在此缓冲区中增加 readerIndex 3
readUnsignedMediumLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedShort() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer. ByteBuf
在当前的 readerIndex处获取一个无符号的16位短整数,并在此缓冲区 readerIndex 2增加 readerIndex
readUnsignedShort() - Method in class io.netty.buffer. ByteBufInputStream
 
readUnsignedShort() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUnsignedShort() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readUnsignedShortLE() - Method in class io.netty.buffer. AbstractByteBuf
 
readUnsignedShortLE() - Method in class io.netty.buffer. ByteBuf
在当前 readerIndex以Little Endian字节顺序获取一个无符号的16位短整数,并在此缓冲区 readerIndex 2增加 readerIndex
readUnsignedShortLE() - Method in class io.netty.buffer. EmptyByteBuf
 
readUnsignedShortLE() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
readUTF() - Method in class io.netty.buffer. ByteBufInputStream
 
readUTF() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy. SpdyFrameDecoderDelegate
在收到WINDOW_UPDATE帧时调用。
reasonPhrase() - Method in class io.netty.handler.codec.http. HttpResponseStatus
返回此HttpResponseStatus的原因词组。
reasonText() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
根据 RFC 6455返回原因文本如果未提供原因文本,则返回空字符串。
rebuildSelector() - Method in class io.netty.channel.nio. NioEventLoop
使用新创建的 Selector替换此事件循环的当前 Selector ,以解决臭名昭着的epoll 100%CPU错误。
rebuildSelectors() - Method in class io.netty.channel.nio. NioEventLoopGroup
用新创建的 Selector s代替子事件循环的当前 Selector ,以解决臭名昭着的epoll 100%CPU错误。
RECEIPT - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
receivedAmount() - Method in class io.netty.channel.unix. DatagramSocketAddress
 
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2. Http2LocalFlowController
从远程端点 DATADATA帧,并为 stream以及连接应用流量控制策略。
recipient() - Method in interface io.netty.channel. AddressedEnvelope
返回此消息的收件人的地址。
recipient() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
recipient() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
recipient() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
RECORD - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
RECORD getMethod根据演示描述开始记录一系列媒体数据。
record() - Method in interface io.netty.util. ResourceLeak
已过时。
记录调用者的当前堆栈跟踪,以便ResourceLeakDetector可以确定最后访问泄露的资源的位置。
record(Object) - Method in interface io.netty.util. ResourceLeak
已过时。
记录调用者的当前堆栈跟踪和指定的附加任意信息,以便ResourceLeakDetector可以确定最后访问泄漏资源的位置。
record() - Method in interface io.netty.util. ResourceLeakTracker
记录调用者的当前堆栈跟踪,以便ResourceLeakDetector可以知道最后访问泄漏的资源的位置。
record(Object) - Method in interface io.netty.util. ResourceLeakTracker
记录调用者的当前堆栈跟踪和指定的附加任意信息,以便ResourceLeakDetector可以确定最后访问泄漏资源的位置。
recordAt(DnsSection) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
recordAt(DnsSection, int) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
recordAt(DnsSection) - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的指定 section中的第一条记录。
recordAt(DnsSection, int) - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的指定 index的指定 section处的记录。
recursionDesired(boolean) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置此解析器是否必须发送带有RD(设置递归)标志的DNS查询。
recvBufAllocHandle() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
recvBufAllocHandle() - Method in interface io.netty.channel. Channel.Unsafe
返回分配的RecvByteBufAllocator.Handle ,用于在接收数据时分配ByteBuf
RecvByteBufAllocator - Interface in io.netty.channel
分配一个新的接收缓冲区,其容量可能足够大,可以读取所有入站数据,并且足够小,不会浪费其空间。
RecvByteBufAllocator.DelegatingHandle - Class in io.netty.channel
一个RecvByteBufAllocator.Handle代表所有呼叫到其他RecvByteBufAllocator.Handle
RecvByteBufAllocator.ExtendedHandle - Interface in io.netty.channel
 
RecvByteBufAllocator.Handle - Interface in io.netty.channel
已过时。
recvFd() - Method in class io.netty.channel.unix. Socket
 
recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix. Socket
 
recvFromAddress(long, int, int) - Method in class io.netty.channel.unix. Socket
 
recycle() - Method in class io.netty.channel. ChannelOutboundBuffer
已过时。
recycle(T) - Method in interface io.netty.util. Recycler.Handle
 
recycle(T, Recycler.Handle<T>) - Method in class io.netty.util. Recycler
已过时。
Recycler< T> - Class in io.netty.util
基于线程本地堆栈的轻量级对象池。
Recycler() - Constructor for class io.netty.util. Recycler
 
Recycler(int) - Constructor for class io.netty.util. Recycler
 
Recycler(int, int) - Constructor for class io.netty.util. Recycler
 
Recycler(int, int, int, int) - Constructor for class io.netty.util. Recycler
 
Recycler.Handle< T> - Interface in io.netty.util
 
REDIRECT - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
REDIRECT请求通知客户端它必须连接到另一个服务器位置。
RedisArrayAggregator - Class in io.netty.handler.codec.redis
RedisMessage部分聚合成ArrayRedisMessage
RedisArrayAggregator() - Constructor for class io.netty.handler.codec.redis. RedisArrayAggregator
 
RedisBulkStringAggregator - Class in io.netty.handler.codec.redis
RedisBulkStringAggregator() - Constructor for class io.netty.handler.codec.redis. RedisBulkStringAggregator
创建一个新的实例。
RedisCodecException - Exception in io.netty.handler.codec.redis
一个异常这是通过抛出RedisEncoderRedisDecoder
RedisCodecException(String) - Constructor for exception io.netty.handler.codec.redis. RedisCodecException
创建一个新的实例。
RedisCodecException(Throwable) - Constructor for exception io.netty.handler.codec.redis. RedisCodecException
创建一个新的实例。
RedisDecoder - Class in io.netty.handler.codec.redis
按照RESP (REdis Serialization Protocol)将Redis协议解码为RedisMessage对象。
RedisDecoder() - Constructor for class io.netty.handler.codec.redis. RedisDecoder
使用默认值 maxInlineMessageLengthmessagePool创建一个新实例。
RedisDecoder(int, RedisMessagePool) - Constructor for class io.netty.handler.codec.redis. RedisDecoder
创建一个新的实例。
RedisEncoder - Class in io.netty.handler.codec.redis
RedisEncoder() - Constructor for class io.netty.handler.codec.redis. RedisEncoder
使用默认值 messagePool创建一个新实例。
RedisEncoder(RedisMessagePool) - Constructor for class io.netty.handler.codec.redis. RedisEncoder
创建一个新的实例。
RedisMessage - Interface in io.netty.handler.codec.redis
RedisMessage是codec-redis的基础接口。
RedisMessagePool - Interface in io.netty.handler.codec.redis
用于缓存RedisMessage的策略接口。
RedisMessageType - Enum in io.netty.handler.codec.redis
refCnt() - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
refCnt() - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
refCnt() - Method in class io.netty.buffer. DefaultByteBufHolder
 
refCnt() - Method in class io.netty.buffer. EmptyByteBuf
 
refCnt() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
refCnt() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
refCnt() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
refCnt() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
refCnt() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
refCnt() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
refCnt() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
refCnt() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
refCnt() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
refCnt() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
refCnt() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
refCnt() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
refCnt() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
refCnt() - Method in class io.netty.handler.ssl. PemX509Certificate
 
refCnt() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
refCnt() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
refCnt() - Method in class io.netty.util. AbstractReferenceCounted
 
refCnt() - Method in interface io.netty.util. ReferenceCounted
返回此对象的引用计数。
refCnt(Object) - Static method in class io.netty.util. ReferenceCountUtil
返回ReferenceCounted对象的引用计数。
ReferenceCounted - Interface in io.netty.util
需要显式释放的引用计数对象。
ReferenceCountedOpenSslClientContext - Class in io.netty.handler.ssl
客户端SslContext使用OpenSSL的SSL / TLS实现。
ReferenceCountedOpenSslContext - Class in io.netty.handler.ssl
SslContext一个实现,它与支持OpenSsl C库API的库一起工作。
ReferenceCountedOpenSslEngine - Class in io.netty.handler.ssl
实现一个 SSLEngine使用 OpenSSL BIO abstractions
ReferenceCountedOpenSslServerContext - Class in io.netty.handler.ssl
服务器端SslContext ,它使用OpenSSL的SSL / TLS实现。
ReferenceCountUtil - Class in io.netty.util
处理可能实现ReferenceCounted对象的方法集合
REFERER - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"referer"
REFERER - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Referer"
REFERER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"referer"
REFERER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Referer"
ReflectiveChannelFactory< T extends Channel> - Class in io.netty.channel
一个ChannelFactory实例化一个新Channel通过反射性地调用它的默认构造函数。
ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel. ReflectiveChannelFactory
 
REFUSED - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
拒绝的DNS RCODE(5),如 RFC1035中所定义。
REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
3拒绝流
regionMatches(int, CharSequence, int, int) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,并比较指定的字符范围以确定它们是否相同。
regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,并比较指定的字符范围以确定它们是否相同。
regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util. AsciiString
此方法可以正确地为字符串中的任何字符进行regionMatches操作
regionMatchesAscii(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util. AsciiString
这是仅针对带有ASCII字符的字符串的regionMatches的优化版本
register() - Method in class io.netty.bootstrap. AbstractBootstrap
创建一个新的Channel并注册一个EventLoop
register(EventLoop, ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
register(EventLoop, ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
注册ChannelPromiseChannel并在注册完成后通知ChannelFuture
register() - Method in class io.netty.channel.embedded. EmbeddedChannel
Channel上注册Channel
register(Channel) - Method in interface io.netty.channel. EventLoopGroup
注册一个Channel这个EventLoop
register(ChannelPromise) - Method in interface io.netty.channel. EventLoopGroup
注册一个Channel这个EventLoop使用ChannelFuture
register(Channel, ChannelPromise) - Method in interface io.netty.channel. EventLoopGroup
已过时。
register(Channel) - Method in class io.netty.channel. MultithreadEventLoopGroup
 
register(ChannelPromise) - Method in class io.netty.channel. MultithreadEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel. MultithreadEventLoopGroup
已过时。
register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio. NioEventLoop
将任意 SelectableChannel (不一定由Netty创建)注册到此事件循环的 Selector
register(Channel) - Method in class io.netty.channel. SingleThreadEventLoop
 
register(ChannelPromise) - Method in class io.netty.channel. SingleThreadEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel. SingleThreadEventLoop
已过时。
register(ChannelPromise) - Method in class io.netty.channel. ThreadPerChannelEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel. ThreadPerChannelEventLoop
已过时。
register(Channel) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
register(ChannelPromise) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
已过时。
reject() - Static method in class io.netty.util.concurrent. RejectedExecutionHandlers
返回RejectedExecutionHandler ,总是会抛出RejectedExecutionException
reject() - Static method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
reject(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
将任务提供给关联的RejectedExecutionHandler
rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty.util.concurrent. RejectedExecutionHandler
当有人试图将任务添加到SingleThreadEventExecutor时调用,但由于容量限制而失败。
REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
RejectedExecutionHandler - Interface in io.netty.util.concurrent
类似于RejectedExecutionHandler但特定于SingleThreadEventExecutor
RejectedExecutionHandlers - Class in io.netty.util.concurrent
公开帮助创建不同的RejectedExecutionHandler的方法。
rejectResponse(HttpRequest) - Method in class io.netty.handler.codec.http. HttpServerExpectContinueHandler
返回相应4XX HttpResponse对于给定HttpRequest
release() - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
release(int) - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
release() - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
release(int) - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
release() - Method in class io.netty.buffer. DefaultByteBufHolder
 
release(int) - Method in class io.netty.buffer. DefaultByteBufHolder
 
release() - Method in class io.netty.buffer. EmptyByteBuf
 
release(int) - Method in class io.netty.buffer. EmptyByteBuf
 
release() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
release(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
release() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
release(int) - Method in class io.netty.channel. DefaultAddressedEnvelope
 
release(Channel) - Method in interface io.netty.channel.pool. ChannelPool
释放一个Channel回到这个ChannelPool
release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool. ChannelPool
释放一个Channel返回到这个ChannelPool
release(Channel, Promise<Void>) - Method in class io.netty.channel.pool. FixedChannelPool
 
release(Channel) - Method in class io.netty.channel.pool. SimpleChannelPool
 
release(Channel, Promise<Void>) - Method in class io.netty.channel.pool. SimpleChannelPool
 
release() - Method in class io.netty.channel.unix. IovArray
释放IovArray
release() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
release(int) - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
release() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
release(int) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
release() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
release(int) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
release() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
release(int) - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
release() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
release(int) - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
release() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
release(int) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
release() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
release(int) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
release() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
release(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
release() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
release(int) - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
release() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
release(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
release() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
release(int) - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
release() - Method in class io.netty.handler.ssl. PemX509Certificate
 
release(int) - Method in class io.netty.handler.ssl. PemX509Certificate
 
release() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
release(int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
release() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
release(int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
release() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
释放此实例的所有内部资源。
release() - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
释放此实例的所有内部资源。
release() - Method in class io.netty.util. AbstractReferenceCounted
 
release(int) - Method in class io.netty.util. AbstractReferenceCounted
 
release() - Method in interface io.netty.util. ReferenceCounted
通过减小引用计数 1并且如果所述引用计数达到在将释放该对象 0
release(int) - Method in interface io.netty.util. ReferenceCounted
减小由指定的引用计数 decrement并且如果所述引用计数达到在将释放该对象 0
release(Object) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.release()如果指定的消息实现ReferenceCounted
release(Object, int) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.release(int)如果指定的消息实现ReferenceCounted
releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
释放队列中的所有缓冲区并完成所有侦听器和承诺。
releaseAndFailAll(Throwable) - Method in class io.netty.channel. CoalescingBufferQueue
释放队列中的所有缓冲区并完成所有侦听器和承诺。
releaseHealthCheck() - Method in class io.netty.channel.pool. SimpleChannelPool
指示此池在提供给池后是否会检查通道的健康状况。
releaseInbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
释放所有缓存入站邮件,并返回 true如果任何人的入缓冲区, false其他。
releaseLater(T) - Static method in class io.netty.util. ReferenceCountUtil
已过时。
这可能会引入大量的内存使用情况,所以通常最好手动释放对象。
releaseLater(T, int) - Static method in class io.netty.util. ReferenceCountUtil
已过时。
这可能会引入大量的内存使用情况,所以通常最好手动释放对象。
releaseOutbound() - Method in class io.netty.channel.embedded. EmbeddedChannel
释放所有缓冲出站消息,并返回 true如果任何人在出站缓冲, false其他。
remainingLength() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
remote() - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
remote() - Method in interface io.netty.handler.codec.http2. Http2Connection
从远程Http2Connection.Endpoint获取此连接的视图。
remoteAddress(SocketAddress) - Method in class io.netty.bootstrap. Bootstrap
SocketAddress连接到调用 Bootstrap.connect()方法后。
remoteAddress(String, int) - Method in class io.netty.bootstrap. Bootstrap
 
remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap. Bootstrap
 
remoteAddress() - Method in class io.netty.bootstrap. BootstrapConfig
如果尚未配置,则返回已配置的远程地址或 null
remoteAddress() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
remoteAddress() - Method in class io.netty.channel. AbstractChannel
 
remoteAddress() - Method in class io.netty.channel. AbstractServerChannel
 
remoteAddress() - Method in interface io.netty.channel. Channel
返回此通道连接到的远程地址。
remoteAddress() - Method in interface io.netty.channel. Channel.Unsafe
返回 SocketAddress其上结合远程或 null如果未尚未绑定。
remoteAddress() - Method in class io.netty.channel.epoll. EpollDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll. EpollServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll. EpollServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll. EpollSocketChannel
 
remoteAddress() - Method in class io.netty.channel.kqueue. KQueueDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.kqueue. KQueueServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.kqueue. KQueueServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.kqueue. KQueueSocketChannel
 
remoteAddress() - Method in class io.netty.channel.local. LocalChannel
 
remoteAddress() - Method in class io.netty.channel.local. LocalServerChannel
 
remoteAddress() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
remoteAddress() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
remoteAddress() - Method in interface io.netty.channel.sctp. SctpChannel
返回SCTP通道的(主)远程地址。
remoteAddress() - Method in interface io.netty.channel.socket. DatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket. ServerSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket. SocketChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
remoteAddress() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
remoteAddress() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
remoteAddress() - Method in interface io.netty.channel.udt. UdtChannel
已过时。
 
remoteAddress() - Method in interface io.netty.channel.unix. DomainSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.unix. ServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.unix. Socket
 
remoteAddress() - Method in exception io.netty.resolver.dns. DnsNameResolverException
返回失败的DNS查询的 InetSocketAddress
remoteAddress0() - Method in class io.netty.channel. AbstractChannel
返回SocketAddress其中Channel被连接到。
remoteAddress0() - Method in class io.netty.channel. AbstractServerChannel
 
remoteAddress0() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll. AbstractEpollServerChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll. EpollDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue. AbstractKQueueServerChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.local. LocalChannel
 
remoteAddress0() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio. NioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio. NioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio. OioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio. NioUdtAcceptorChannel
已过时。
 
remoteAddress0() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
remoteAddress0() - Method in class io.netty.channel.udt.nio. NioUdtMessageConnectorChannel
已过时。
 
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. DecoratingHttp2ConnectionEncoder
 
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
设置HTTP / 2连接的远程端点的设置。
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
remoteSideOpen() - Method in enum io.netty.handler.codec.http2. Http2Stream.State
指示此流的远程端是否已打开(即状态为 Http2Stream.State.OPENHttp2Stream.State.HALF_CLOSED_LOCAL )。
remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
从指定字节数的队列中删除ByteBuf
remove() - Method in class io.netty.channel. ChannelOutboundBuffer
将删除当前消息,将其ChannelPromise标记为成功,并返回true
remove(Throwable) - Method in class io.netty.channel. ChannelOutboundBuffer
将删除当前消息,使用给定的Throwable将其ChannelPromise标记为失败并返回true
remove(ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
从此管道中删除指定的ChannelHandler
remove(String) - Method in interface io.netty.channel. ChannelPipeline
从此管道中删除具有指定名称的ChannelHandler
remove(Class<T>) - Method in interface io.netty.channel. ChannelPipeline
从此管道中删除指定类型的ChannelHandler
remove(int, ChannelPromise) - Method in class io.netty.channel. CoalescingBufferQueue
从具有指定字节数的队列中删除ByteBuf
remove(ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
remove(String) - Method in class io.netty.channel. DefaultChannelPipeline
 
remove(Class<T>) - Method in class io.netty.channel. DefaultChannelPipeline
 
remove(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
remove() - Method in class io.netty.channel. PendingWriteQueue
删除待执行的写入操作并通过 ReferenceCountUtil.safeRelease(Object)释放它的消息。
remove(K) - Method in class io.netty.channel.pool. AbstractChannelPoolMap
remove() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
remove(K) - Method in class io.netty.handler.codec. DefaultHeaders
 
remove(K) - Method in class io.netty.handler.codec. EmptyHeaders
 
remove(K) - Method in interface io.netty.handler.codec. Headers
删除指定 name所有标头。
remove(String) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
remove(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
remove(String) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
remove(String) - Method in class io.netty.handler.codec.http. HttpHeaders
 
remove(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
删除具有指定名称的标题。
remove(String) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
remove(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
remove() - Method in interface io.netty.util. Attribute
已过时。
请考虑使用Attribute.set(Object) (价值null )。
remove(byte) - Method in class io.netty.util.collection. ByteObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection. ByteObjectHashMap
 
remove(byte) - Method in interface io.netty.util.collection. ByteObjectMap
用指定的键删除条目。
remove(char) - Method in class io.netty.util.collection. CharObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection. CharObjectHashMap
 
remove(char) - Method in interface io.netty.util.collection. CharObjectMap
用指定的键删除条目。
remove(int) - Method in class io.netty.util.collection. IntObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection. IntObjectHashMap
 
remove(int) - Method in interface io.netty.util.collection. IntObjectMap
用指定的键删除条目。
remove(long) - Method in class io.netty.util.collection. LongObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection. LongObjectHashMap
 
remove(long) - Method in interface io.netty.util.collection. LongObjectMap
用指定的键删除条目。
remove(short) - Method in class io.netty.util.collection. ShortObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection. ShortObjectHashMap
 
remove(short) - Method in interface io.netty.util.collection. ShortObjectMap
用指定的键删除条目。
remove() - Method in class io.netty.util.concurrent. FastThreadLocal
将该值设置为未初始化; 继续调用get()将触发对initialValue()的调用。
remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent. FastThreadLocal
将该值设置为对指定的线程本地映射未初始化; 继续调用get()将触发对initialValue()的调用。
removeAll() - Static method in class io.netty.util.concurrent. FastThreadLocal
删除绑定到当前线程的所有FastThreadLocal变量。
removeAndFail(Throwable) - Method in class io.netty.channel. PendingWriteQueue
删除待执行的写入操作,并使用给定的 Throwable使其失败。
removeAndFailAll(Throwable) - Method in class io.netty.channel. PendingWriteQueue
删除所有未完成的写入操作,并使用给定的 Throwable使它们 Throwable
removeAndWrite() - Method in class io.netty.channel. PendingWriteQueue
删除待执行的写入操作并通过 ChannelOutboundInvoker.write(Object, ChannelPromise)执行它。
removeAndWriteAll() - Method in class io.netty.channel. PendingWriteQueue
删除所有未完成的写操作并通过 ChannelOutboundInvoker.write(Object, ChannelPromise)执行它们。
removeBytes(long) - Method in class io.netty.channel. ChannelOutboundBuffer
删除完整书写的条目并更新部分书写条目的阅读器索引。
removeComponent(int) - Method in class io.netty.buffer. CompositeByteBuf
从给定的索引中删除ByteBuf
removeComponents(int, int) - Method in class io.netty.buffer. CompositeByteBuf
从给定索引开始删除ByteBuf的数量。
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. HttpProxyHandler
 
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
removeEmptyValue() - Method in class io.netty.channel. AbstractCoalescingBufferQueue
removeEmptyValue() - Method in class io.netty.channel. CoalescingBufferQueue
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. HttpProxyHandler
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. ProxyHandler
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
removeFirst(ChannelPromise) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
从队列中删除第一个ByteBuf
removeFirst() - Method in interface io.netty.channel. ChannelPipeline
删除此管道中的第一个ChannelHandler
removeFirst() - Method in class io.netty.channel. DefaultChannelPipeline
 
removeHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
removeHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改用HttpHeaders.remove(CharSequence) 删除具有指定名称的标题。
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
从干净的列表中删除给定的InterfaceHttpData(不会删除该文件,除非该文件在构建时仍是临时文件)
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
从FileUploads列表中删除给定的FileUpload以进行清理
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
从FileUploads列表中删除给定的FileUpload以进行清理
removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
从FileUploads列表中删除给定的FileUpload以进行清理
removeInboundHandler() - Method in class io.netty.channel. CombinedChannelDuplexHandler
removeLast() - Method in interface io.netty.channel. ChannelPipeline
删除此管道中的最后一个ChannelHandler
removeLast() - Method in class io.netty.channel. DefaultChannelPipeline
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel. ChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DefaultChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group. ChannelGroupFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel. VoidChannelPromise
 
removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2. Http2Connection
删除流生命周期事件的监听器。
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. CompleteFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent. DefaultPromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. Future
从此将来删除指定侦听器的第一个匹配项。
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent. Promise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel. ChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DefaultChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group. ChannelGroupFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel. VoidChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. CompleteFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent. DefaultPromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. Future
为将来的每个听众删除第一个匹配项。
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent. Promise
 
removeMessage(Http2Stream, boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
该流超出了HTTP消息流的范围,将不再被跟踪
removeMessage(int) - Method in class io.netty.handler.codec.spdy. SpdyHttpDecoder
 
removeOutboundHandler() - Method in class io.netty.channel. CombinedChannelDuplexHandler
removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2. Http2Stream
返回并删除应用程序定义的数据,如果有任何与此流关联的。
removeReadOp() - Method in class io.netty.channel.nio. AbstractNioChannel.AbstractNioUnsafe
 
removeRecord(DnsSection, int) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
removeRecord(DnsSection, int) - Method in interface io.netty.handler.codec.dns. DnsMessage
从此DNS消息中删除指定 index的指定 section处的记录。
removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
删除以前添加的 Runnable作为关机挂钩
removeTask(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
removeValue(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
removeValue(int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
删除设置ID的值。
renameTo(File) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
renameTo(File) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
renameTo(File) - Method in interface io.netty.handler.codec.http.multipart. HttpData
方便的getMethod将上传的项目写入磁盘。
renameTo(File) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
renameTo(File) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
renegotiate() - Method in class io.netty.handler.ssl. SslHandler
执行TLS重新协商。
renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl. SslHandler
执行TLS重新协商。
reordering() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
replace(ByteBuf) - Method in interface io.netty.buffer. ByteBufHolder
返回一个新ByteBufHolder包含指定content
replace(ByteBuf) - Method in class io.netty.buffer. DefaultByteBufHolder
返回一个新ByteBufHolder包含指定content
replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
用此管道中的新处理程序替换指定的ChannelHandler
replace(String, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
用此管道中的新处理程序替换指定名称的ChannelHandler
replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel. ChannelPipeline
用此管道中的新处理程序替换指定类型的ChannelHandler
replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel. DefaultChannelPipeline
 
replace(ByteBuf) - Method in class io.netty.channel.sctp. SctpMessage
 
replace(ByteBuf) - Method in class io.netty.channel.socket. DatagramPacket
 
replace(ByteBuf) - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
replace(ByteBuf) - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
replace(ByteBuf) - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http. HttpContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http. LastHttpContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
REPLACE - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp. StompFrame
 
replace(ByteBuf) - Method in class io.netty.handler.ssl. PemPrivateKey
 
replace(ByteBuf) - Method in class io.netty.handler.ssl. PemX509Certificate
 
replace(char, char) - Method in class io.netty.util. AsciiString
复制此字符串,用其他字符替换指定字符的出现位置。
replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl. SniHandler
此方法的默认实现将只需更换this SniHandler用实例SslHandler
REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
ReplayingDecoder< S> - Class in io.netty.handler.codec
ByteToMessageDecoder一个特殊变体,它允许在阻塞I / O范例中实现非阻塞解码器。
ReplayingDecoder() - Constructor for class io.netty.handler.codec. ReplayingDecoder
创建一个没有初始状态的新实例(即: null )。
ReplayingDecoder(S) - Constructor for class io.netty.handler.codec. ReplayingDecoder
用指定的初始状态创建一个新实例。
reportInstancesLeak(String) - Method in class io.netty.util. ResourceLeakDetector
已过时。
此方法将不再由ResourceLeakDetector调用。
reportTracedLeak(String, String) - Method in class io.netty.util. ResourceLeakDetector
当检测到跟踪泄漏时调用此方法。
reportUntracedLeak(String) - Method in class io.netty.util. ResourceLeakDetector
当检测到未捕获的泄漏时调用此方法。
repositoryStatus() - Method in class io.netty.util. Version
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
413请求实体太大
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
413请求实体太大
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
431请求标头字段太大(RFC6585)
REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
请求的默认魔术字节。
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
408请求超时
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
408请求超时
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
414请求URI太长
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
414请求URI太长
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
416请求的范围不满足
requestHeaders() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler.HandshakeComplete
 
requestType() - Method in class io.netty.handler.codec.socks. SocksRequest
返回袜子请求类型
requestUri() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler.HandshakeComplete
 
REQUIRE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"require"
REQUIRE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Require"
requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeCodec
获取此协议所需的所有协议特定的头部以成功升级。
requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
 
reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer. ByteBufUtil
编码CharSequenceUTF-8并将其写入reserveBytes一个的ByteBuf
reserved() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
返回保留的字段值。
reserved() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
reservePushStream(int, Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2Connection.Endpoint
在此端点的保留状态中创建推送流并通知所有监听者。
reset() - Method in class io.netty.buffer. ByteBufInputStream
 
reset(ChannelConfig) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
reset(ChannelConfig) - Method in class io.netty.channel. RecvByteBufAllocator.DelegatingHandle
 
reset(ChannelConfig) - Method in interface io.netty.channel. RecvByteBufAllocator.Handle
已过时。
重置累计的任何计数器,并推荐下一个读取循环应读取多少个消息/字节。
reset() - Method in class io.netty.handler.codec.compression. Snappy
 
reset() - Method in class io.netty.handler.codec. DateFormatter
 
reset() - Method in class io.netty.handler.codec.http. HttpObjectDecoder
重置解码器的状态,以便它可以解码新消息。
reset() - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
RESET_CONTENT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
205重置内容
resetCumulativeTime() - Method in class io.netty.handler.traffic. GlobalChannelTrafficCounter
 
resetCumulativeTime() - Method in class io.netty.handler.traffic. TrafficCounter
从System.currentTimeMillis()中复位读取和写入的累计字节计数器和相关的绝对时间。
resetDecoder() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheDecoder
准备下一次解码迭代。
resetReaderIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer. ByteBuf
将此缓冲区中的当前 readerIndex重新定位到标记为 readerIndex
resetReaderIndex() - Method in class io.netty.buffer. CompositeByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
resetSent() - Method in interface io.netty.handler.codec.http2. Http2Stream
设置标志,指示已从本地端点为此流发送了 RST_STREAM帧。
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2LifecycleManager
确保重置 streamId标识的流。
resetWriterIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer. ByteBuf
将此缓冲区中的当前 writerIndex重新定位到标记为 writerIndex
resetWriterIndex() - Method in class io.netty.buffer. CompositeByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
resolve(String) - Method in interface io.netty.handler.codec.serialization. ClassResolver
 
resolve(SocketAddress) - Method in class io.netty.resolver. AbstractAddressResolver
 
resolve(SocketAddress, Promise<T>) - Method in class io.netty.resolver. AbstractAddressResolver
 
resolve(SocketAddress) - Method in interface io.netty.resolver. AddressResolver
解析指定的地址。
resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver. AddressResolver
解析指定的地址。
resolve(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns. DnsNameResolver
将指定的名称解析为地址。
resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty.resolver.dns. DnsNameResolver
将指定的名称解析为地址。
resolve(String) - Method in interface io.netty.resolver. NameResolver
将指定的名称解析为地址。
resolve(String, Promise<T>) - Method in interface io.netty.resolver. NameResolver
将指定的名称解析为地址。
resolve(String) - Method in class io.netty.resolver. SimpleNameResolver
 
resolve(String, Promise<T>) - Method in class io.netty.resolver. SimpleNameResolver
 
resolveAll(SocketAddress) - Method in class io.netty.resolver. AbstractAddressResolver
 
resolveAll(SocketAddress, Promise<List<T>>) - Method in class io.netty.resolver. AbstractAddressResolver
 
resolveAll(SocketAddress) - Method in interface io.netty.resolver. AddressResolver
解析指定的地址。
resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty.resolver. AddressResolver
解析指定的地址。
resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns. DnsNameResolver
将指定的主机名和端口解析为地址列表。
resolveAll(String, Iterable<DnsRecord>, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns. DnsNameResolver
将指定的主机名和端口解析为地址列表。
resolveAll(String) - Method in interface io.netty.resolver. NameResolver
将指定的主机名和端口解析为地址列表。
resolveAll(String, Promise<List<T>>) - Method in interface io.netty.resolver. NameResolver
将指定的主机名和端口解析为地址列表。
resolveAll(String) - Method in class io.netty.resolver. SimpleNameResolver
 
resolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver. SimpleNameResolver
 
resolveCache() - Method in class io.netty.resolver.dns. DnsNameResolver
返回分辨率缓存。
resolveCache(DnsCache) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置解析结果的缓存。
resolvedAddressTypes() - Method in class io.netty.resolver.dns. DnsNameResolver
resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置解析地址的协议族列表。
ResolvedAddressTypes - Enum in io.netty.resolver
定义已解决的地址类型。
resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap. Bootstrap
设置将解析未解析指定地址的地址的NameResolver
resolver() - Method in class io.netty.bootstrap. BootstrapConfig
返回已配置的AddressResolverGroup或默认(如果未配置)。
ResourceLeak - Interface in io.netty.util
已过时。
请使用ResourceLeakTracker因为这可能导致误报。
ResourceLeakDetector< T> - Class in io.netty.util
 
ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util. ResourceLeakDetector
ResourceLeakDetector(String) - Constructor for class io.netty.util. ResourceLeakDetector
ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util. ResourceLeakDetector
ResourceLeakDetector(Class<?>, int) - Constructor for class io.netty.util. ResourceLeakDetector
这不应该由ResourceLeakDetector的用户直接使用。
ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util. ResourceLeakDetector
ResourceLeakDetector.Level - Enum in io.netty.util
代表资源泄漏检测的级别。
ResourceLeakDetectorFactory - Class in io.netty.util
应根据需要使用此静态工厂加载ResourceLeakDetector
ResourceLeakDetectorFactory() - Constructor for class io.netty.util. ResourceLeakDetectorFactory
 
ResourceLeakException - Exception in io.netty.util
已过时。
该课程将在未来版本中删除。
ResourceLeakException() - Constructor for exception io.netty.util. ResourceLeakException
已过时。
 
ResourceLeakException(String) - Constructor for exception io.netty.util. ResourceLeakException
已过时。
 
ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util. ResourceLeakException
已过时。
 
ResourceLeakException(Throwable) - Constructor for exception io.netty.util. ResourceLeakException
已过时。
 
ResourceLeakHint - Interface in io.netty.util
提示对象,提供易于阅读的消息,以便更轻松地进行资源泄漏跟踪。
ResourceLeakTracker< T> - Interface in io.netty.util
 
respectMaybeMoreData(boolean) - Method in class io.netty.channel. AdaptiveRecvByteBufAllocator
 
respectMaybeMoreData(boolean) - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
如果我们认为没有更多的数据,确定未来 RecvByteBufAllocator.newHandle()实例 是否会停止阅读。
respectMaybeMoreData() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator
如果我们认为没有更多的数据,获取未来 RecvByteBufAllocator.newHandle()实例将停止阅读。
respectMaybeMoreData(boolean) - Method in class io.netty.channel. FixedRecvByteBufAllocator
 
RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
请求的默认魔术字节。
responseType() - Method in class io.netty.handler.codec.socks. SocksResponse
返回袜子响应类型
Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http. HttpContentEncoder.Result
 
resumeTransfer() - Method in class io.netty.handler.stream. ChunkedWriteHandler
继续从输入中获取块。
retain() - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
retain(int) - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
retain() - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer. ByteBuf
 
retain() - Method in class io.netty.buffer. ByteBuf
 
retain() - Method in interface io.netty.buffer. ByteBufHolder
 
retain(int) - Method in interface io.netty.buffer. ByteBufHolder
 
retain(int) - Method in class io.netty.buffer. CompositeByteBuf
 
retain() - Method in class io.netty.buffer. CompositeByteBuf
 
retain() - Method in class io.netty.buffer. DefaultByteBufHolder
 
retain(int) - Method in class io.netty.buffer. DefaultByteBufHolder
 
retain() - Method in class io.netty.buffer. EmptyByteBuf
 
retain(int) - Method in class io.netty.buffer. EmptyByteBuf
 
retain() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
retain(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
retain() - Method in interface io.netty.channel. AddressedEnvelope
 
retain(int) - Method in interface io.netty.channel. AddressedEnvelope
 
retain() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
retain(int) - Method in class io.netty.channel. DefaultAddressedEnvelope
 
retain() - Method in class io.netty.channel. DefaultFileRegion
 
retain(int) - Method in class io.netty.channel. DefaultFileRegion
 
retain() - Method in interface io.netty.channel. FileRegion
 
retain(int) - Method in interface io.netty.channel. FileRegion
 
retain() - Method in class io.netty.channel.sctp. SctpMessage
 
retain(int) - Method in class io.netty.channel.sctp. SctpMessage
 
retain() - Method in class io.netty.channel.socket. DatagramPacket
 
retain(int) - Method in class io.netty.channel.socket. DatagramPacket
 
retain() - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
retain(int) - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
retain() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
retain(int) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
retain() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
retain(int) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
retain() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
retain(int) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
retain() - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
retain(int) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
retain() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
retain(int) - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
retain() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
retain(int) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
retain() - Method in interface io.netty.handler.codec.dns. DnsMessage
 
retain(int) - Method in interface io.netty.handler.codec.dns. DnsMessage
 
retain() - Method in interface io.netty.handler.codec.dns. DnsQuery
 
retain(int) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
retain() - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
retain(int) - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
retain() - Method in interface io.netty.handler.codec.dns. DnsResponse
 
retain(int) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
retain() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
retain(int) - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
retain() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
retain(int) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
retain() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
retain(int) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
retain() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
retain() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
retain() - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
retain(int) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
retain() - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
retain(int) - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http. HttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http. HttpContent
 
retain() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in interface io.netty.handler.codec.http. LastHttpContent
 
retain() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
retain() - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
retain() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
 
retain() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
retain() - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
retain(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
retain() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
retain(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
retain() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
retain(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
retain() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
retain() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
retain() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
retain() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
retain() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
将引用计数增加 1
retain(int) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
通过指定的 increment增加引用计数。
retain() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
 
retain() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
retain() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
retain() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
retain() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
retain(int) - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
retain() - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
retain(int) - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
retain(int) - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache. MemcacheMessage
将引用计数增加 1
retain(int) - Method in interface io.netty.handler.codec.memcache. MemcacheMessage
通过指定的 increment增加引用计数。
retain() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
retain(int) - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
retain() - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
retain(int) - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
retain(int) - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
retain(int) - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
retain(int) - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
retain() - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
retain(int) - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
retain(int) - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
retain() - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
retain(int) - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
retain() - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
retain(int) - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
retain() - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
retain(int) - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
retain() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
retain(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
retain() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
retain(int) - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
retain() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
retain(int) - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
retain() - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp. StompFrame
 
retain(int) - Method in interface io.netty.handler.codec.stomp. StompFrame
 
retain() - Method in class io.netty.handler.ssl. PemPrivateKey
 
retain(int) - Method in class io.netty.handler.ssl. PemPrivateKey
 
retain() - Method in class io.netty.handler.ssl. PemX509Certificate
 
retain(int) - Method in class io.netty.handler.ssl. PemX509Certificate
 
retain() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
retain(int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
retain() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
retain(int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
retain() - Method in class io.netty.util. AbstractReferenceCounted
 
retain(int) - Method in class io.netty.util. AbstractReferenceCounted
 
retain() - Method in interface io.netty.util. ReferenceCounted
将引用计数增加 1
retain(int) - Method in interface io.netty.util. ReferenceCounted
通过指定的 increment增加引用计数。
retain(T) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.retain()如果指定的消息实现ReferenceCounted
retain(T, int) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.retain(int)如果指定的消息实现ReferenceCounted
retained(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
retainedDuplicate() - Method in class io.netty.buffer. AbstractByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer. ByteBuf
返回共享此缓冲区整个区域的保留缓冲区。
retainedDuplicate() - Method in interface io.netty.buffer. ByteBufHolder
重复此ByteBufHolder
retainedDuplicate() - Method in class io.netty.buffer. DefaultByteBufHolder
重复此ByteBufHolder
retainedDuplicate() - Method in class io.netty.buffer. EmptyByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
retainedDuplicate() - Method in class io.netty.channel.sctp. SctpMessage
 
retainedDuplicate() - Method in class io.netty.channel.socket. DatagramPacket
 
retainedDuplicate() - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
retainedDuplicate() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
retainedDuplicate() - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
retainedDuplicate() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
retainedDuplicate() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
retainedDuplicate() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
retainedDuplicate() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http. HttpContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
retainedDuplicate() - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
retainedDuplicate() - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
retainedDuplicate() - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
retainedDuplicate() - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
retainedDuplicate() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp. StompFrame
 
retainedDuplicate() - Method in class io.netty.handler.ssl. PemPrivateKey
 
retainedDuplicate() - Method in class io.netty.handler.ssl. PemX509Certificate
 
retainedSlice() - Method in class io.netty.buffer. AbstractByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
retainedSlice() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区可读字节的保留片段。
retainedSlice(int, int) - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的子区域的保留切片。
retainedSlice() - Method in class io.netty.buffer. EmptyByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
retainedSlice() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
retainedSlice(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
retrans() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
retransmits() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"retry-after"
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Retry-After"
RETRY_AFTER - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"retry-after"
RETRY_AFTER - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Retry-After"
returnCode(MqttConnectReturnCode) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnAckBuilder
 
rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses ,以addresses顺序产生指定的addresses
rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses ,以addresses顺序产生指定的addresses
RoundRobinDnsAddressResolverGroup - Class in io.netty.resolver.dns
AddressResolverGroup of DnsNameResolver s如果名称服务器提供多个目标地址,则支持随机选择目标地址。
RoundRobinDnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns. RoundRobinDnsAddressResolverGroup
 
RoundRobinDnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns. RoundRobinDnsAddressResolverGroup
 
RoundRobinInetAddressResolver - Class in io.netty.resolver
A NameResolver ,解决InetAddress并通过在SimpleNameResolver.resolve(String)SimpleNameResolver.resolve(String, Promise)随机选择单个地址(如果NameResolver返回多个)来强制循环
RoundRobinInetAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver. RoundRobinInetAddressResolver
 
RP - Static variable in class io.netty.handler.codec.dns. DnsRecordType
负责人记录RFC 1183关于域名负责人的信息。
RRSIG - Static variable in class io.netty.handler.codec.dns. DnsRecordType
DNSSEC签名记录用于DNSSEC保护的记录集的RFC 4034签名。
RSET - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
rset() - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 RSET请求。
RST_STREAM - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
rsv() - Method in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
rsv() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
用于扩展标准的位。
RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions. WebSocketExtension
 
rto() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
RTP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"RTP"
RTP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"RTP"
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"rtp-info"
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"RTP-Info"
RTPTIME - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"rtptime"
RTPTIME - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"rtptime"
RTS - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp. RtspVersions
RTSP / 1.0
RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
不支持505 RTSP版本
RtspDecoder - Class in io.netty.handler.codec.rtsp
解码ByteBuf s转换中表示RTSP消息HttpMessage秒。
RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp. RtspDecoder
使用默认的一个新的实例 maxInitialLineLength (4096)maxHeaderSize (8192)maxContentLength (8192)
RtspDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp. RtspDecoder
用指定的参数创建一个新的实例。
RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp. RtspDecoder
用指定的参数创建一个新的实例。
RtspEncoder - Class in io.netty.handler.codec.rtsp
HttpMessageHttpContent表示的RTSP消息编码为ByteBuf
RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp. RtspEncoder
 
RtspHeaderNames - Class in io.netty.handler.codec.rtsp
标准RTSP头名称。
RtspHeaders - Class in io.netty.handler.codec.rtsp
已过时。
改为使用RtspHeaderNamesRtspHeaderValues 标准RTSP头名称和值。
RtspHeaders.Names - Class in io.netty.handler.codec.rtsp
已过时。
改为使用RtspHeaderNames 标准RTSP头名称。
RtspHeaders.Values - Class in io.netty.handler.codec.rtsp
已过时。
改为使用RtspHeaderValues 标准RTSP标头值。
RtspHeaderValues - Class in io.netty.handler.codec.rtsp
标准RTSP头名称。
RtspMethods - Class in io.netty.handler.codec.rtsp
RTSP的请求getMethod。
RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
已过时。
改为使用RtspDecoder
RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp. RtspObjectDecoder
已过时。
使用默认的一个新的实例 maxInitialLineLength (4096)maxHeaderSize (8192)maxContentLength (8192)
RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp. RtspObjectDecoder
已过时。
用指定的参数创建一个新的实例。
RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp. RtspObjectDecoder
已过时。
 
RtspObjectEncoder< H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
已过时。
改为使用RtspEncoder
RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp. RtspObjectEncoder
已过时。
创建一个新的实例。
RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
已过时。
直接使用RtspDecoder
RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp. RtspRequestDecoder
已过时。
 
RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
已过时。
直接使用RtspEncoder
RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp. RtspRequestEncoder
已过时。
 
RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
已过时。
直接使用RtspDecoder
RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp. RtspResponseDecoder
已过时。
 
RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
已过时。
直接使用RtspEncoder
RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp. RtspResponseEncoder
已过时。
 
RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
getStatus代码及其对RTSP响应的描述。
RtspVersions - Class in io.netty.handler.codec.rtsp
RTSP的版本。
rtt() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
rttvar() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
RuleBasedIpFilter - Class in io.netty.handler.ipfilter
该类允许根据传递给其构造函数的IpFilterRule过滤新的Channel
RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter. RuleBasedIpFilter
 
ruleType() - Method in interface io.netty.handler.ipfilter. IpFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter. IpSubnetFilterRule
 
run() - Method in class io.netty.channel. DefaultEventLoop
 
run() - Method in class io.netty.channel.nio. NioEventLoop
 
run() - Method in class io.netty.channel. ThreadPerChannelEventLoop
 
run() - Method in class io.netty.util.concurrent. DefaultEventExecutor
 
run() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
run(Timeout) - Method in interface io.netty.util. TimerTask
Timer.newTimeout(TimerTask, long, TimeUnit)指定的延迟后执行。
runAllTasks() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
轮询任务队列中的所有任务,并通过 Runnable.run()方法运行它们。
runAllTasks(long) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
轮询任务队列中的所有任务,并通过 Runnable.run()方法运行它们。
runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
从传递的 taskQueue运行所有任务。
runPendingTasks() - Method in class io.netty.channel.embedded. EmbeddedChannel
运行所有任务(其中还包括计划任务),这些正待EventLoop这个Channel
runScheduledPendingTasks() - Method in class io.netty.channel.embedded. EmbeddedChannel
EventLoop中为此Channel运行所有挂起的计划任务,并在下一个计划任务准备好运行时返回nanoseconds
RxtxChannel - Class in io.netty.channel.rxtx
已过时。
该传输将在下一个主要版本中删除。
RxtxChannel() - Constructor for class io.netty.channel.rxtx. RxtxChannel
已过时。
 
RxtxChannelConfig - Interface in io.netty.channel.rxtx
已过时。
该传输将在下一个主要版本中删除。
RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
已过时。
 
RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
已过时。
 
RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
已过时。
 
RxtxChannelOption< T> - Class in io.netty.channel.rxtx
已过时。
该传输将在下一个主要版本中删除。
RxtxDeviceAddress - Class in io.netty.channel.rxtx
已过时。
该传输将在下一个主要版本中删除。
RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx. RxtxDeviceAddress
已过时。
创建表示串行端口地址的RxtxDeviceAddress。

S

S_MAXAGE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"s-maxage"
S_MAXAGE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"s-maxage"
sacked() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
safeExecute(Runnable) - Static method in class io.netty.util.concurrent. AbstractEventExecutor
尝试执行给定的 Runnable ,如果它抛出 Runnable ,则只需登录 Throwable
safeRelease(Object) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.release()如果指定的消息实现ReferenceCounted
safeRelease(Object, int) - Static method in class io.netty.util. ReferenceCountUtil
试着拨打ReferenceCounted.release(int)如果指定的消息实现ReferenceCounted
safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
将指定的 promise标记为失败。
safeSetSuccess(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
将指定的 promise标记为成功。
sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty.handler.codec.http. HttpObjectEncoder
允许在编码这些消息之前清理消息的标题。
sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty.handler.codec.http. HttpResponseEncoder
 
SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
SCALE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"scale"
SCALE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Scale"
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
ScheduledFuture< V> - Interface in io.netty.util.concurrent
预定的异步操作的结果。
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. AbstractScheduledEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
scheme(CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
scheme(CharSequence) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
scheme(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
如果没有这样的标头,则设置 Http2Headers.PseudoHeaderName.SCHEME标头
scheme() - Method in interface io.netty.handler.codec.http2. Http2Headers
获取 Http2Headers.PseudoHeaderName.SCHEME标头或 null如果没有此标头)
scheme(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
SCHEME - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":scheme"
SCHEME - Static variable in class io.netty.handler.codec.spdy. SpdyHttpHeaders.Names
"x-spdy-scheme"
scopeId() - Method in class io.netty.channel.unix. NativeInetAddress
 
scopePrefixLength() - Method in class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
 
scopePrefixLength() - Method in interface io.netty.handler.codec.dns. DnsOptEcsRecord
返回响应覆盖的ADDRESS的最左边的有效位数。
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_NODELAY - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp. SctpChannelOption
 
SctpChannel - Interface in io.netty.channel.sctp
用于单个SCTP关联的SCTP / IP Channel接口。
SctpChannelConfig - Interface in io.netty.channel.sctp
SctpChannelOption< T> - Class in io.netty.channel.sctp
用于配置SCTP传输的选项
SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
接收属于应用协议的SctpMessage的ChannelHandler形成特定的SCTP流并将其解码为ByteBuf
SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp. SctpInboundByteStreamHandler
 
SctpMessage - Class in io.netty.channel.sctp
SCTP数据块的表示
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp. SctpMessage
在SCTP数据块中传输的基本数据
SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp. SctpMessage
在SCTP数据块中传输的基本数据
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp. SctpMessage
在SCTP数据块中传输的基本数据
SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
MessageToMessageDecoder将处理碎片SctpMessage s,因此只有完整的 SctpMessage s才会转发到下一个ChannelInboundHandler
SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp. SctpMessageCompletionHandler
 
SctpMessageToMessageDecoder - Class in io.netty.handler.codec.sctp
 
SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp. SctpMessageToMessageDecoder
 
SctpNotificationHandler - Class in io.netty.channel.sctp
AbstractNotificationHandler实施,这将处理所有Notification由触发器个Notification在用户事件ChannelPipeline一个的SctpChannel
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp. SctpNotificationHandler
 
SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
一个ChannelHandler, 它将 ByteBuf转换为SctpMessage ,并通过具有给定协议标识符的特定流发送它。
SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp. SctpOutboundByteStreamHandler
 
SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp. SctpOutboundByteStreamHandler
 
SctpServerChannel - Interface in io.netty.channel.sctp
接受传入的SCTP / IP关联的SCTP / IP ServerChannel
SctpServerChannelConfig - Interface in io.netty.channel.sctp
searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置解析器的搜索域列表。
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-accept"
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-key"
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-key1"
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-key2"
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-location"
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-origin"
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"sec-websocket-version"
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Sec-WebSocket-Version"
SECURE - Static variable in class io.netty.handler.codec.http.cookie. CookieHeaderNames
 
SEE_OTHER - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
303查看其他(自HTTP / 1.1)
SELECT - Static variable in interface io.netty.channel. SelectStrategy
表示应该关闭阻止选择。
select(List<String>) - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelector
已过时。
调用回调来从 protocols选择应用程序级协议。
selected(String) - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelectionListener
已过时。
调用回调让该应用程序知道对等方选择的协议。
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl. ApplicationProtocolConfig
获取所选协议通知的对等方的所需行为。
selectedListenerFailureBehavior() - Method in interface io.netty.handler.ssl. OpenSslApplicationProtocolNegotiator
已过时。
获取所选协议通知的对等方的所需行为。
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl. OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回选定的子协议。
selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler.HandshakeComplete
 
selectionKey() - Method in class io.netty.channel.nio. AbstractNioChannel
返回当前 SelectionKey
selectorFailureBehavior() - Method in class io.netty.handler.ssl. ApplicationProtocolConfig
为选择应用程序协议的对等方获取所需的行为。
selectorFailureBehavior() - Method in interface io.netty.handler.ssl. OpenSslApplicationProtocolNegotiator
已过时。
为选择应用程序协议的对等方获取所需的行为。
selectorFailureBehavior() - Method in class io.netty.handler.ssl. OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
selectorFailureBehavior() - Method in class io.netty.handler.ssl. OpenSslNpnApplicationProtocolNegotiator
已过时。
 
selectorProvider() - Method in class io.netty.channel.nio. NioEventLoop
返回此SelectorProvider使用的SelectorProvider以获取Selector
SelectStrategy - Interface in io.netty.channel
选择策略界面。
SelectStrategyFactory - Interface in io.netty.channel
每次创建新的SelectStrategy工厂。
selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
选择第一个匹配的支持的子协议
self() - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
退货 this
self() - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
 
SelfSignedCertificate - Class in io.netty.handler.ssl.util
生成用于测试目的的临时自签名证书。
SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SelfSignedCertificate(Date, Date) - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty.handler.ssl.util. SelfSignedCertificate
创建一个新的实例。
SEMICOLON - Static variable in class io.netty.handler.codec.http. HttpConstants
分号';'
sender() - Method in interface io.netty.channel. AddressedEnvelope
返回此消息的发件人地址。
sender() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
sender() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
sender() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
sendFd(int) - Method in class io.netty.channel.unix. Socket
 
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll. Native
 
sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix. Socket
 
sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix. Socket
 
sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix. Socket
 
sendToProxyServer(Object) - Method in class io.netty.handler.proxy. ProxyHandler
将指定的消息发送到代理服务器。
sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
我们需要的返回不能支持Web套接字版本
sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
我们需要的返回不能支持Web套接字版本
sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
SEQ - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"seq"
SEQ - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"seq"
sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses其产生指定addresses顺序。
sequential(InetSocketAddress...) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses其产生指定addresses顺序。
SequentialDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
一个DnsServerAddressStreamProvider由DNS服务器的顺序列表支持。
SequentialDnsServerAddressStreamProvider(InetSocketAddress...) - Constructor for class io.netty.resolver.dns. SequentialDnsServerAddressStreamProvider
创建一个新的实例。
SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty.resolver.dns. SequentialDnsServerAddressStreamProvider
创建一个新的实例。
SERVER - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"server"
SERVER - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Server"
server(boolean) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
如果设置AbstractHttp2ConnectionHandlerBuilder.build()将创建一个Http2Connection服务器模式( true )或客户端模式( false )。
server(boolean) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
server(boolean) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
SERVER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"server"
SERVER - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Server"
SERVER - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"server_port"
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"server_port"
ServerBootstrap - Class in io.netty.bootstrap
Bootstrap子类允许轻松引导ServerChannel
ServerBootstrap() - Constructor for class io.netty.bootstrap. ServerBootstrap
 
ServerBootstrapConfig - Class in io.netty.bootstrap
公开ServerBootstrapConfig的配置。
ServerChannel - Interface in io.netty.channel
一个Channel接受传入的连接尝试并通过接受它们来创建其子Channel
ServerCookieDecoder - Class in io.netty.handler.codec.http.cookie
一个 RFC6265兼容的cookie解码器被用于服务器端。
ServerCookieEncoder - Class in io.netty.handler.codec.http.cookie
一个 RFC6265兼容的Cookie编码器被用于服务器端,所以一些字段被发送(版本通常被忽略)。
ServerCookieEncoder - Class in io.netty.handler.codec.http
已过时。
ServerDomainSocketChannel - Interface in io.netty.channel.unix
serverHeaders(boolean, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
创建服务器使用的标题的新的只读表示。
ServerSocketChannel - Interface in io.netty.channel.socket
接受传入TCP / IP连接的TCP / IP ServerChannel
ServerSocketChannelConfig - Interface in io.netty.channel.socket
SERVFAIL - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'ServFail'DNS RCODE(2),定义见 RFC1035
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
503服务不可用
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
503服务不可用
SESSION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"session"
SESSION - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Session"
SESSION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
未找到454会话
sessionCacheSize() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl. JdkSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl. SslContext
返回用于存储SSL会话对象的缓存大小。
sessionCacheSize(long) - Method in class io.netty.handler.ssl. SslContextBuilder
设置用于存储SSL会话对象的高速缓存大小。
sessionContext() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
sessionContext() - Method in class io.netty.handler.ssl. JdkSslContext
返回此上下文拥有的JDK SSLSessionContext对象。
sessionContext() - Method in class io.netty.handler.ssl. OpenSslClientContext
 
sessionContext() - Method in class io.netty.handler.ssl. OpenSslServerContext
 
sessionContext() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslClientContext
 
sessionContext() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
sessionContext() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslServerContext
 
sessionContext() - Method in class io.netty.handler.ssl. SslContext
返回此上下文持有的 SSLSessionContext对象。
sessionPresent(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnAckBuilder
 
sessionTimeout() - Method in class io.netty.handler.ssl. DelegatingSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl. JdkSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl. SslContext
以秒为单位返回缓存的SSL会话对象的超时时间。
sessionTimeout(long) - Method in class io.netty.handler.ssl. SslContextBuilder
以秒为单位设置缓存的SSL会话对象的超时时间。
set(K, V) - Method in class io.netty.handler.codec. DefaultHeaders
 
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec. DefaultHeaders
 
set(K, V...) - Method in class io.netty.handler.codec. DefaultHeaders
 
set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
set(K, V) - Method in class io.netty.handler.codec. EmptyHeaders
 
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec. EmptyHeaders
 
set(K, V...) - Method in class io.netty.handler.codec. EmptyHeaders
 
set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. EmptyHeaders
 
set(K, V) - Method in interface io.netty.handler.codec. Headers
设置具有指定名称和值的标题。
set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec. Headers
使用指定的名称和值设置新标题。
set(K, V...) - Method in interface io.netty.handler.codec. Headers
使用指定的名称和值设置标题。
set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec. Headers
清除当前标题条目并复制指定 headers所有标题条目。
set(HttpHeaders) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
set(CharSequence, Object) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http. HttpHeaders
 
set(CharSequence, Object) - Method in class io.netty.handler.codec.http. HttpHeaders
设置具有指定名称和值的标题。
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http. HttpHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http. HttpHeaders
使用指定的名称和值设置标题。
set(HttpHeaders) - Method in class io.netty.handler.codec.http. HttpHeaders
清除当前标题条目并复制指定的 headers所有标题条目。
set(String, Object) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
SET - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
set(T) - Method in interface io.netty.util. Attribute
设置值
set(V) - Method in class io.netty.util.concurrent. FastThreadLocal
设置当前线程的值。
set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent. FastThreadLocal
设置指定的线程本地地图的值。
set100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.set100ContinueExpected(HttpMessage, boolean) "Expect: 100-continue"标头设置为指定的消息。 如果有任何现有的"Expect"标题,它们将被替换为新标题。
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.set100ContinueExpected(HttpMessage, boolean) "Expect: 100-continue"标头设置为或从指定的消息中删除。 如果settrue ,该"Expect: 100-continue"头设置和其他所有以前"Expect"头被删除。 否则,所有"Expect"标题将完全删除。
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http. HttpUtil
"Expect: 100-continue"标头设置为或从指定的消息中删除。
SET_COOKIE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"set-cookie"
SET_COOKIE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Set-Cookie"
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"set-cookie2"
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Set-Cookie2"
SET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
SET_PARAMETER请求为由URI指定的表示或流设置参数的值。
setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec. EmptyHeaders
 
setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec. Headers
保留所有当前标题,但对 #set(K, V)中的每个条目调用 headers
setAll(HttpHeaders) - Method in class io.netty.handler.codec.http. HttpHeaders
保留所有当前标题,但对 headers中的每个条目调用 headers
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel. ChannelConfig
设置用于通道分配缓冲区的ByteBufAllocator
setAllocator(ByteBufAllocator) - Method in class io.netty.channel. DefaultChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置当远程对等关闭输出以使连接半关闭时,通道是否应该关闭。
setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
设置此帧的Associated-To-Stream-ID。
setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setAuthoritativeAnswer(boolean) - Method in interface io.netty.handler.codec.dns. DnsResponse
如果响应服务器对查询消息中的域名具有权威性,则设置为 true
setAutoClose(boolean) - Method in interface io.netty.channel. ChannelConfig
已过时。
自动关闭将在未来的版本中被删除。 设置Channel是否应该在写入失败时自动关闭。 默认值是false
setAutoClose(boolean) - Method in class io.netty.channel. DefaultChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setAutoClose(boolean) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setAutoClose(boolean) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setAutoClose(boolean) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setAutoClose(boolean) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel. ChannelConfig
设置是否自动调用 ChannelHandlerContext.read()以便用户应用程序根本不需要调用它。
setAutoRead(boolean) - Method in class io.netty.channel. DefaultChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setAutoRead(boolean) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setAutoRead(boolean) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setAvailableProcessors(int) - Static method in class io.netty.util. NettyRuntime
设置可用处理器的数量。
setBacklog(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
设置积压值以指定通道绑定到本地地址的时间。
setBacklog(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
设置积压值以指定通道绑定到本地地址的时间。
setBacklog(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setBacklog(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
通过 ChannelOption.SO_BACKLOG设置 KindUDT.ACCEPTOR频道积压。
setBaudrate(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置与串行设备通信的波特率(即每秒位数)。
setBioNonApplicationBufferSize(int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
设置BIO为基于非应用程序的写入所使用的缓冲区的大小(例如握手,重新协商等)。
setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestEncoder
设置Body HttpDatas列表
setBoolean(int, boolean) - Method in class io.netty.buffer. AbstractByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的布尔值。
setBoolean(int, boolean) - Method in class io.netty.buffer. CompositeByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer. EmptyByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBoolean(K, boolean) - Method in class io.netty.handler.codec. DefaultHeaders
 
setBoolean(K, boolean) - Method in class io.netty.handler.codec. EmptyHeaders
 
setBoolean(K, boolean) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setBroadcast(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setBroadcast(boolean) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.SO_BROADCAST选项。
setBroadcast(boolean) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.channel.unix. Socket
 
setByte(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setByte(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的字节。
setByte(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setByte(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setByte(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setByte(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setByte(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setByte(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setByte(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setByte(K, byte) - Method in class io.netty.handler.codec. DefaultHeaders
 
setByte(K, byte) - Method in class io.netty.handler.codec. EmptyHeaders
 
setByte(K, byte) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setBytes(int, byte[]) - Method in class io.netty.buffer. AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer. AbstractByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer. ByteBuf
将指定源缓冲区的数据从指定绝对 index开始传输到此缓冲区,直到源缓冲区变得不可读。
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer. ByteBuf
从指定的绝对 index开始,将指定的源缓冲区的数据传输到此缓冲区。
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. ByteBuf
将指定的源缓冲区的数据从指定的绝对 index开始传输到此缓冲区。
setBytes(int, byte[]) - Method in class io.netty.buffer. ByteBuf
将指定的源数组的数据传输到此缓冲区,从指定的绝对 index
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. ByteBuf
从指定的绝对 index开始,将指定的源数组的数据传输到此缓冲区。
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. ByteBuf
将指定源缓冲区的数据从指定绝对 index开始传输到此缓冲区,直到源缓冲区的位置达到其限制。
setBytes(int, InputStream, int) - Method in class io.netty.buffer. ByteBuf
将指定源流的内容从指定绝对 index开始传输到此缓冲区。
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. ByteBuf
将指定源通道的内容从指定绝对 index开始传送到此缓冲区。
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. ByteBuf
将从给定文件位置开始的指定源通道的内容传输到此缓冲区,从指定绝对 index
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer. CompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, byte[]) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
setCas(long) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setCas(long) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置CAS标识符。
setChar(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setChar(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区的指定绝对 index处设置指定的2字节UTF-16字符。
setChar(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setChar(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setChar(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setChar(K, char) - Method in class io.netty.handler.codec. DefaultHeaders
 
setChar(K, char) - Method in class io.netty.handler.codec. EmptyHeaders
 
setChar(K, char) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer. ByteBuf
将指定 CharSequence在当前 writerIndex并增加了 writerIndex由写入的字节。
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart. HttpData
如果已定义,请设置浏览器传递的字符集
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setCheckInterval(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
设置是否应清除以前保留的设置。
setCloseNotifyFlushTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl. SslHandler
设置刷新由关闭Channel触发的close_notify的超时
setCloseNotifyFlushTimeoutMillis(long) - Method in class io.netty.handler.ssl. SslHandler
setCloseNotifyReadTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl. SslHandler
设置接收由关闭Channel触发的close_notify响应的超时时间。
setCloseNotifyReadTimeoutMillis(long) - Method in class io.netty.handler.ssl. SslHandler
setCloseNotifyTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl. SslHandler
setCloseNotifyTimeoutMillis(long) - Method in class io.netty.handler.ssl. SslHandler
setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setCode(DnsResponseCode) - Method in interface io.netty.handler.codec.dns. DnsResponse
设置此消息的响应代码。
setComment(String) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setComment(String) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setCommentUrl(String) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setCommentUrl(String) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setCompleted() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel. ChannelConfig
以毫秒为单位设置通道的连接超时。
setConnectTimeoutMillis(int) - Method in class io.netty.channel. DefaultChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy. ProxyHandler
以毫秒为单位设置连接超时。
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart. HttpData
设置来自ChannelBuffer的内容(删除以前的任何数据)
setContent(File) - Method in interface io.netty.handler.codec.http.multipart. HttpData
设置文件中的内容(删除以前的任何数据)
setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart. HttpData
设置inputStream中的内容(删除以前的任何数据)
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http. HttpUtil
设置 "Content-Length"标题。
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
将String中的Content-Transfer-Encoding类型设置为7bit,8bit或二进制
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setContentType(String) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
setContentType(String) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
如果已定义,请设置浏览器传递的内容类型
setContentType(String) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
setContentType(String) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec. ByteToMessageDecoder
设置ByteToMessageDecoder.Cumulator用于累计收到的ByteBuf
setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置用于组成发送到串行设备的每个字符的数据位数。
setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置消息的数据类型。
setDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改用HttpHeaders.set(CharSequence, Object) 设置"Date"标题。
setDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Object) 使用指定的名称和值设置新的日期标题。 如果存在具有相同名称的现有标题,则删除现有标题。 指定值的格式如RFC2616中所定义
setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Iterable) 使用指定的名称和值设置新的日期标题。 如果存在具有相同名称的现有标题,则删除现有标题。 指定的值按照RFC2616中的定义格式化
setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec. DecoderResultProvider
更新解码此对象的结果。
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http. DefaultHttpObject
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.memcache. AbstractMemcacheObject
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.socksx. AbstractSocksMessage
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
 
setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy. SpdyWindowUpdateFrame
设置此帧的Delta-Window-Size。
setDiscard(boolean) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setDiscard(boolean) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setDiscardAfterReads(int) - Method in class io.netty.handler.codec. ByteToMessageDecoder
设置读取次数之后调用 ByteBuf.discardSomeReadBytes() ,释放内存。
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart. HttpPostMultipartRequestDecoder
设置缓冲区中的读取字节应该丢弃的字节数量。
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart. HttpPostRequestDecoder
 
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart. HttpPostStandardRequestDecoder
设置缓冲区中的读取字节应该丢弃的字节数量。
setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpPostRequestDecoder
设置缓冲区中的读取字节应该丢弃的字节数量。
setDomain(String) - Method in interface io.netty.handler.codec.http.cookie. Cookie
设置此Cookie的域。
setDomain(String) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setDouble(int, double) - Method in class io.netty.buffer. AbstractByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的64位浮点数。
setDouble(int, double) - Method in class io.netty.buffer. CompositeByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer. EmptyByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setDouble(K, double) - Method in class io.netty.handler.codec. DefaultHeaders
 
setDouble(K, double) - Method in class io.netty.handler.codec. EmptyHeaders
 
setDouble(K, double) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setDoubleLE(int, double) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处设置指定的64位浮点数。
setDtr(boolean) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置串行设备是否支持数据终端就绪信号,用于流量控制
setEnabled(boolean) - Static method in class io.netty.util. ResourceLeakDetector
已过时。
setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setEnabledProtocols(String[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
TLS不支持从客户端的角度发布非连续版本的方法,客户端只是通告最大支持版本。
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll. EpollChannelConfig
设置使用的EpollMode
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setExtras(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setExtras(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置消息上的额外缓冲区。
setExtraStreamIds(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
setExtraStreamIds(int) - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
设置接收器在GOAWAY传输过程中使用的ID的数量。
setFailure(Throwable) - Method in interface io.netty.channel. ChannelProgressivePromise
 
setFailure(Throwable) - Method in interface io.netty.channel. ChannelPromise
 
setFailure(Throwable) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
setFailure(Throwable) - Method in class io.netty.channel. DefaultChannelPromise
 
setFailure(Throwable) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
setFailure(Throwable) - Method in class io.netty.channel. VoidChannelPromise
 
setFailure(Throwable) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
setFailure(Throwable) - Method in class io.netty.util.concurrent. DefaultPromise
 
setFailure(Throwable) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
setFailure(Throwable) - Method in interface io.netty.util.concurrent. Promise
将这个未来标志为失败并通知所有听众。
setFilename(String) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
setFilename(String) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
设置原始文件名
setFilename(String) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
setFilename(String) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2. Http2Flags
通用方法设置任何标志。
setFloat(int, float) - Method in class io.netty.buffer. AbstractByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的32位浮点数。
setFloat(int, float) - Method in class io.netty.buffer. CompositeByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer. EmptyByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setFloat(K, float) - Method in class io.netty.handler.codec. DefaultHeaders
 
setFloat(K, float) - Method in class io.netty.handler.codec. EmptyHeaders
 
setFloat(K, float) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setFloatLE(int, float) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处设置指定的32位浮点数。
setFreeBind(boolean) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
如果 true使用 IP_FREEBIND启用, false为禁用它。
setHandshakeTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl. SslHandler
 
setHandshakeTimeoutMillis(long) - Method in class io.netty.handler.ssl. SslHandler
 
setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Object) 使用指定的名称和值设置新标题。 如果存在具有相同名称的现有标题,则删除现有标题。 如果指定的值不是String ,它被转换成一个String通过Object.toString() ,除了DateCalendar ,其被格式化为在定义的日期格式RFC2616
setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setHeader(HttpMessage, CharSequence, Iterable<?>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Iterable) 使用指定的名称和值设置新标题。 如果存在具有相同名称的现有标题,则删除现有标题。 这个getMethod可以近似地表示为以下代码:
  removeHeader(message, name);
 for (Object v: values) {
     if (v == null) {
         break;
     }
     addHeader(message, name, v);
 } 
setHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setHost(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Object) 设置"Host"标题。
setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.cookie. Cookie
确定此Cookie是否仅HTTP。
setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setId(int) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setId(int) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
setId(int) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setId(int) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
setId(int) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setId(int) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置此DNS消息的 ID
setId(int) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
setId(int) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
setId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyPingFrame
 
setId(int) - Method in interface io.netty.handler.codec.spdy. SpdyPingFrame
设置此帧的ID。
setIfAbsent(T) - Method in interface io.netty.util. Attribute
如果Attribute的值是null原子值设置给定值。
setIndex(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer. ByteBuf
readerIndex设置此缓冲区的 readerIndexwriterIndex
setIndex(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SCTP_INIT_MAXSTREAMS选项。
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取 SCTP_INIT_MAXSTREAMS选项。
setInt(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setInt(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的32位整数。
setInt(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setInt(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setInt(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setInt(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setInt(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setInt(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setInt(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setInt(K, int) - Method in class io.netty.handler.codec. DefaultHeaders
 
setInt(K, int) - Method in class io.netty.handler.codec. EmptyHeaders
 
setInt(K, int) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http. HttpHeaders
name设置为 value
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setInterface(InetAddress) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setInterface(InetAddress) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setInterface(InetAddress) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置用于多播数据包的网络接口的地址。
setInterface(InetAddress) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setInterface(InetAddress) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.setInt(CharSequence, int) 使用指定的名称和值设置新的整数标题。 如果存在具有相同名称的现有标题,则删除现有标题。
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpHeaders.set(CharSequence, Iterable) 使用指定的名称和值设置新的整数标题。 如果存在具有相同名称的现有标题,则删除现有标题。
setIntLE(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer. ByteBuf
使用Little Endian字节顺序在此缓冲区中的指定绝对 index处设置指定的32位整数。
setIntLE(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setIntLE(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setIntLE(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setIntLE(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setInvalid() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
setInvalid() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
 
setInvalid() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setInvalid() - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
将该标题块标记为无效。
setInvalid() - Method in interface io.netty.handler.codec.spdy. SpdySynReplyFrame
 
setInvalid() - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
 
setIoRatio(int) - Method in class io.netty.channel.epoll. EpollEventLoopGroup
设置子事件循环中用于I / O所需时间的百分比。
setIoRatio(int) - Method in class io.netty.channel.kqueue. KQueueEventLoopGroup
设置子事件循环中用于I / O所需时间的百分比。
setIoRatio(int) - Method in class io.netty.channel.nio. NioEventLoop
设置在事件循环中花费I / O所需时间的百分比。
setIoRatio(int) - Method in class io.netty.channel.nio. NioEventLoopGroup
设置子事件循环中用于I / O所需时间的百分比。
setIpTransparent(boolean) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
如果 true使用 IP_TRANSPARENT启用, false为禁用它。
setIpTransparent(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
如果 true使用 IP_TRANSPARENT启用, false为禁用它。
setKeepAlive(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.SO_KEEPALIVE选项。
setKeepAlive(boolean) - Method in class io.netty.channel.unix. Socket
 
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http. HttpHeaders
已过时。
改为使用HttpUtil.setKeepAlive(HttpMessage, boolean) 根据指定消息的协议版本设置"Connection"标头的值。 此getMethod设置或删除"Connection"标头,具体取决于HttpVersion.isKeepAliveDefault()指定的消息协议版本的默认保持活动模式。
  • 如果连接默认保持活动状态:
    • 设置为"close"如果keepAlivefalse
    • 否则删除。
  • 如果连接默认关闭:
    • 设置为"keep-alive"如果keepAlivetrue
    • 否则删除。
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http. HttpUtil
根据指定消息的协议版本设置 "Connection"标头的值。
setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty.handler.codec.http. HttpUtil
根据指定消息的协议版本设置 "Connection"标头的值。
setKey(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setKey(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置文档的关键字。
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdyStreamFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdyRstStreamFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdyStreamFrame
设置该帧是否是流中要传输的最后一帧。
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdySynReplyFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
 
setLastGoodStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
 
setLastGoodStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyGoAwayFrame
设置此帧的最后良好流ID。
setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util. ResourceLeakDetector
设置资源泄漏检测级别。
setLong(int, long) - Method in class io.netty.buffer. AbstractByteBuf
 
setLong(int, long) - Method in class io.netty.buffer. ByteBuf
在此缓冲区的指定绝对 index处设置指定的64位长整数。
setLong(int, long) - Method in class io.netty.buffer. CompositeByteBuf
 
setLong(int, long) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setLong(int, long) - Method in class io.netty.buffer. EmptyByteBuf
 
setLong(int, long) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setLong(int, long) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setLong(int, long) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setLong(int, long) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setLong(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
setLong(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
setLong(K, long) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setLongLE(int, long) - Method in class io.netty.buffer. AbstractByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处设置指定的64位长整数。
setLongLE(int, long) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setLongLE(int, long) - Method in class io.netty.buffer. EmptyByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setLongLE(int, long) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setLongLE(int, long) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.IP_MULTICAST_LOOP选项。
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置魔术字节。
setMaxAge(long) - Method in interface io.netty.handler.codec.http.cookie. Cookie
以秒为单位设置此Cookie的最大年龄。
setMaxAge(long) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setMaxAge(long) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec. MessageAggregator
设置累积缓冲区中的最大组件数量。
setMaxDeviation(float, float, float) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart. DefaultHttpDataFactory
 
setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart. HttpDataFactory
在字段上设置最大大小限制。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel. ChannelConfig
已过时。
使用MaxMessagesRecvByteBufAllocator

设置每个读取循环要读取的最大消息数。 如果此值大于1,则事件循环可能会尝试多次读取以获取多条消息。

setMaxMessagesPerRead(int) - Method in class io.netty.channel. DefaultChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
已过时。
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart. HttpData
为此HttpData设置maxSize。
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
setMaxTimeWait(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setMaxWriteDelay(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setMaxWriteSize(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
请注意,此限制是防止内存不足异常的最佳内存限制。
setMedium(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的24位中等整数。
setMedium(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setMedium(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setMedium(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setMedium(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在此缓冲区中的指定绝对 index处设置指定的24位中等整数。
setMediumLE(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setMediumLE(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setMediumLE(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setMediumLE(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel. ChannelConfig
设置用于通道的MessageSizeEstimator以检测消息的大小。
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel. DefaultChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http. HttpRequest
设置HttpRequestHttpMethod
setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.IP_MULTICAST_IF选项。
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setObject(K, Object) - Method in class io.netty.handler.codec. DefaultHeaders
 
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec. DefaultHeaders
 
setObject(K, Object...) - Method in class io.netty.handler.codec. DefaultHeaders
 
setObject(K, Object) - Method in class io.netty.handler.codec. EmptyHeaders
 
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec. EmptyHeaders
 
setObject(K, Object...) - Method in class io.netty.handler.codec. EmptyHeaders
 
setObject(K, Object) - Method in interface io.netty.handler.codec. Headers
设置一个新的标题。
setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec. Headers
使用指定的名称和值设置标题。
setObject(K, Object...) - Method in interface io.netty.handler.codec. Headers
使用指定的名称和值设置标题。
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setOcspResponse(byte[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
设置OCSP响应。
setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置不透明值。
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置此DNS消息的 opCode
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
setOpcode(byte) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setOpcode(byte) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置消息的操作码。
setOption(ChannelOption<T>, T) - Method in interface io.netty.channel. ChannelConfig
使用指定的名称和值设置配置属性。
setOption(ChannelOption<T>, T) - Method in class io.netty.channel. DefaultChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel. ChannelConfig
从指定的 Map设置配置属性。
setOptions(Map<ChannelOption<?>, ?>) - Method in class io.netty.channel. DefaultChannelConfig
 
setOpWrite() - Method in class io.netty.channel.nio. AbstractNioByteChannel
 
setParitybit(RxtxChannelConfig.Paritybit) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置与串行设备通信时要使用的奇偶校验位的类型。
setPath(String) - Method in interface io.netty.handler.codec.http.cookie. Cookie
设置此Cookie的路径。
setPath(String) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
设置 ServerSocket.setPerformancePreferences(int, int, int)指定的性能首选项。
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 Socket.setPerformancePreferences(int, int, int)指定的性能首选项。
setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
设置此设置是否持续。
setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
设置是否应该保留此设置。
setPorts(int...) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setPorts(int...) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setPriority(byte) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setPriority(byte) - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
设置流的优先级。
setProgress(long, long) - Method in interface io.netty.channel. ChannelProgressivePromise
 
setProgress(long, long) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
setProgress(long, long) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
setProgress(long, long) - Method in interface io.netty.util.concurrent. ProgressivePromise
设置操作的当前进度并通知实现GenericProgressiveFutureListener的侦听
setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2. Http2Stream
将应用程序定义的数据与此流关联。
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
OptionUDT.Protocol_Receive_Buffer_Size
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
OptionUDT.Protocol_Send_Buffer_Size
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http. DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http. DefaultHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http. HttpMessage
设置此HttpMessage的协议版本
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http. HttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http. HttpResponse
 
SETQ - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
如果这是 true那么 RecvByteBufAllocator.Handle#guess()将被覆盖,以总是尝试读取与kqueue所说的可用字节数一样多的字节。
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setReadChannelLimit(long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
setReadLimit(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
更改频道的DomainSocketReadMode
setReadPending(boolean) - Method in class io.netty.channel.nio. AbstractNioChannel
已过时。
如果适用,请使用AbstractNioChannel.clearReadPending() 不再支持。
setReadPending(boolean) - Method in class io.netty.channel.oio. AbstractOioChannel
已过时。
如果适用,请使用AbstractOioChannel.clearReadPending() 不再支持。
setReadPending(boolean) - Method in class io.netty.channel.socket.nio. NioDatagramChannel
已过时。
setReadPending(boolean) - Method in class io.netty.channel.socket.oio. OioServerSocketChannel
已过时。
setReadPending(boolean) - Method in class io.netty.channel.socket.oio. OioSocketChannel
已过时。
setReadTimeout(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
尝试从串行端口读取时,设置最大时间(以毫秒为单位)。
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
获取 SO_RCVBUF选项。
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
获取 SO_RCVBUF选项。
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.SO_RCVBUF选项。
setReceiveBufferSize(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
获取 StandardSocketOptions.SO_SNDBUF选项。
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.SO_RCVBUF选项。
setReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
设置 ChannelOption.SO_RCVBUF选项。
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setReceiveBufferSize(int) - Method in class io.netty.channel.unix. Socket
 
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置指定的 section这个DNS消息到指定的 record ,使其成为一个单一的记录部分。
setRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置指定的 record在指定的 index指定的 section这个DNS信息。
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setRecursionAvailable(boolean) - Method in interface io.netty.handler.codec.dns. DnsResponse
如果DNS服务器可以处理递归查询,则设置为 true
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置此DNS消息的 RD (期望递归)字段。
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel. ChannelConfig
设置用于通道分配接收缓冲区的RecvByteBufAllocator
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel. DefaultChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setRefCnt(int) - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
一个不安全的操作,旨在供直接设置缓冲区引用计数的子类使用
setRefCnt(int) - Method in class io.netty.util. AbstractReferenceCounted
一个不安全的操作,旨在供直接设置缓冲区引用计数的子类使用
setRejectRemoteInitiatedRenegotiation(boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
已过时。
setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
设置保留的字段值。
setReserved(short) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - Static method in class io.netty.util. ResourceLeakDetectorFactory
设置工厂的单例实例。
setReuseAddress(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket. DatagramChannelConfig
获取 StandardSocketOptions.SO_REUSEADDR选项。
setReuseAddress(boolean) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
设置 StandardSocketOptions.SO_REUSEADDR选项。
setReuseAddress(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.SO_REUSEADDR选项。
setReuseAddress(boolean) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setReuseAddress(boolean) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setReuseAddress(boolean) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
设置 ChannelOption.SO_REUSEADDR选项。
setReuseAddress(boolean) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setReuseAddress(boolean) - Method in class io.netty.channel.unix. Socket
 
setReusePort(boolean) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
在基础通道上设置SO_REUSEPORT选项。
setReusePort(boolean) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
在基础通道上设置SO_REUSEPORT选项。
setReusePort(boolean) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
在基础通道上设置SO_REUSEPORT选项。
setReusePort(boolean) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setReusePort(boolean) - Method in class io.netty.channel.unix. Socket
 
setRts(boolean) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置串行设备是否支持请求发送信号,用于流量控制
setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp. SctpChannelConfig
设置 SCTP_NODELAY选项。
setSecure(boolean) - Method in interface io.netty.handler.codec.http.cookie. Cookie
设置此Cookie的安全getStatus
setSecure(boolean) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
设置 SO_SNDBUF选项。
setSendBufferSize(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
设置 SO_SNDBUF选项。
setSendBufferSize(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.SO_SNDBUF选项。
setSendBufferSize(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.SO_SNDBUF选项。
setSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
设置 ChannelOption.SO_SNDBUF选项。
setSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setSendBufferSize(int) - Method in class io.netty.channel.unix. Socket
 
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl. OpenSslSessionContext
启用或禁用SSL会话的缓存。
setSessionCacheSize(int) - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
setSessionIdContext(byte[]) - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
设置会话重用的上下文(仅限服务器端)请参阅 man SSL_CTX_set_session_id_context
setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
setSessionTimeout(int) - Method in class io.netty.handler.ssl. OpenSslServerSessionContext
 
setShort(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setShort(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的16位短整数。
setShort(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setShort(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setShort(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setShort(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setShort(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setShort(int, int) - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
setShort(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setShort(K, short) - Method in class io.netty.handler.codec. DefaultHeaders
 
setShort(K, short) - Method in class io.netty.handler.codec. EmptyHeaders
 
setShort(K, short) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http. HttpHeaders
name设置为 value
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setShortBE(ByteBuf, int, int) - Static method in class io.netty.buffer. ByteBufUtil
将一个大端16位短整数设置为缓冲区。
setShortLE(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer. ByteBuf
在此缓冲区中的指定绝对 index处设置指定的16位短整数,并使用Little Endian Byte Order。
setShortLE(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
setShortLE(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
setShortLE(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setShortLE(int, int) - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
setSingleDecode(boolean) - Method in class io.netty.handler.codec. ByteToMessageDecoder
如果设置,则每个 ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)呼叫仅解码一条消息。
setSingleDecode(boolean) - Method in class io.netty.handler.codec.http. HttpClientCodec
 
setSndLowAt(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.SO_LINGER选项。
setSoLinger(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setSoLinger(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setSoLinger(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
设置 ChannelOption.SO_LINGER选项。
setSoLinger(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setSoLinger(int) - Method in class io.netty.channel.unix. Socket
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
设置底层套接字上的操作可能会阻止的最大时间。
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
设置底层套接字上的操作可能会阻止的最大时间。
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
设置底层套接字上的操作可能会阻止的最大时间。
setSSLParameters(SSLParameters) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http. DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http. HttpResponse
设置这个HttpResponse的状态。
setStatus(short) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
设置响应的状态。
setStatus(short) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
setStatus(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy. SpdyGoAwayFrame
设置此帧的状态。
setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy. SpdyRstStreamFrame
设置此帧的状态。
setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置要包含在每个字符末尾的停止位数,以帮助串行设备与数据同步。
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyRstStreamFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyStreamFrame
设置此帧的Stream-ID。
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdySynReplyFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy. SpdyWindowUpdateFrame
设置此帧的Stream-ID。
setSuccess(Void) - Method in interface io.netty.channel. ChannelProgressivePromise
 
setSuccess() - Method in interface io.netty.channel. ChannelProgressivePromise
 
setSuccess(Void) - Method in interface io.netty.channel. ChannelPromise
 
setSuccess() - Method in interface io.netty.channel. ChannelPromise
 
setSuccess() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
setSuccess(Void) - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
setSuccess() - Method in class io.netty.channel. DefaultChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel. DefaultChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
setSuccess() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
setSuccess() - Method in class io.netty.channel. VoidChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel. VoidChannelPromise
 
setSuccess(V) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
setSuccess(V) - Method in class io.netty.util.concurrent. DefaultPromise
 
setSuccess(V) - Method in interface io.netty.util.concurrent. ProgressivePromise
 
setSuccess(V) - Method in interface io.netty.util.concurrent. Promise
将这个未来标志为成功并通知所有听众。
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
OptionUDT.System_Receive_Buffer_Size
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
OptionUDT.System_Send_Buffer_Size
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setTcpCork(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_CORK选项。
setTcpDeferAccept(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
在套接字上设置 TCP_DEFER_ACCEPT选项。
setTcpFastopen(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
在服务器通道上启用tcpFastOpen。
setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_FASTOPEN_CONNECT选项。
setTcpKeepCnt(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_KEEPCNT选项。
setTcpKeepCntl(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_KEEPIDLE选项。
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_KEEPINTVL选项。
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
在套接字上设置 TCP_MD5SIG选项。
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_MD5SIG选项。
setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.TCP_NODELAY选项。
setTcpNoDelay(boolean) - Method in class io.netty.channel.unix. Socket
 
setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_NOTSENT_LOWAT选项。
setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_QUICKACK选项。
setTcpUserTimeout(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
在套接字上设置 TCP_USER_TIMEOUT选项。
setThreadLocalMap(InternalThreadLocalMap) - Method in class io.netty.util.concurrent. FastThreadLocalThread
设置保持线程局部变量绑定到此线程的内部数据结构。
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl. OpenSslSessionContext
setTicketKeys(OpenSslSessionTicketKey...) - Method in class io.netty.handler.ssl. OpenSslSessionContext
设置此上下文的SSL会话票证密钥。
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
setTimeMillis(K, long) - Method in class io.netty.handler.codec. DefaultHeaders
 
setTimeMillis(K, long) - Method in class io.netty.handler.codec. EmptyHeaders
 
setTimeMillis(K, long) - Method in interface io.netty.handler.codec. Headers
name设置为 value
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
setTimeToLive(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setTimeToLive(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.IP_MULTICAST_TTL选项。
setTimeToLive(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setTimeToLive(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
settings() - Method in class io.netty.handler.codec.http2. DefaultHttp2SettingsFrame
 
SETTINGS - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
settings() - Method in interface io.netty.handler.codec.http2. Http2SettingsFrame
 
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_CURRENT_CWND - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
SETTINGS_MINOR_VERSION - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_ROUND_TRIP_TIME - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy. SpdySettingsFrame
 
setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
设置总体长度。
setTrafficClass(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
设置 StandardSocketOptions.IP_TOS选项。
setTrafficClass(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
设置 StandardSocketOptions.IP_TOS选项。
setTrafficClass(int) - Method in class io.netty.channel.unix. Socket
 
setTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http. HttpHeaders
setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http. HttpUtil
如果 chunkedtrue ,请将 HttpHeaderNames.TRANSFER_ENCODING设置为 HttpHeaderValues.CHUNKED ;如果 chunkedtrue ,请将 HttpHeaderValues.CHUNKED chunkedfalse
setTruncated(boolean) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setTruncated(boolean) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setTruncated(boolean) - Method in interface io.netty.handler.codec.dns. DnsResponse
如果响应已被截断,则设置为 true (通常发生在512字节以上的响应中)。
setTruncated() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
setTruncated() - Method in interface io.netty.handler.codec.spdy. SpdyHeadersFrame
将此标题块标记为截断。
setUncancellable() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
setUncancellable() - Method in class io.netty.channel. VoidChannelPromise
 
setUncancellable() - Method in class io.netty.util.concurrent. DefaultPromise
 
setUncancellable() - Method in interface io.netty.util.concurrent. Promise
使这个未来无法取消。
setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy. SpdySynStreamFrame
设置用此帧创建的流是否被认为是对接收器的半闭合。
SETUP - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
URI的SETUP请求指定要用于流媒体的传输机制。
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty.handler.codec.http. HttpClientUpgradeHandler.UpgradeCodec
设置升级请求所需的任何协议专用标头。
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
 
setUri(String) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
setUri(String) - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http. HttpRequest
设置请求的URI(或者路径)
setUseClientMode(boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setUserDefinedWritability(int, boolean) - Method in class io.netty.channel. ChannelOutboundBuffer
在指定的索引处设置用户定义的可写性标志。
setValue(V) - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
setValue(String) - Method in interface io.netty.handler.codec.http.cookie. Cookie
设置此Cookie的值。
setValue(String) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setValue(String) - Method in interface io.netty.handler.codec.http.multipart. Attribute
设置此HttpData的值。
setValue(String) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
setValue(String) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
setValue(String) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
setValue(int, int) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
setValue(int, int) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
设置设置ID的值。
setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy. SpdySettingsFrame
设置设置ID的值。
setValue(V) - Method in interface io.netty.util.collection. ByteObjectMap.PrimitiveEntry
设置此条目的值。
setValue(V) - Method in interface io.netty.util.collection. CharObjectMap.PrimitiveEntry
设置此条目的值。
setValue(V) - Method in interface io.netty.util.collection. IntObjectMap.PrimitiveEntry
设置此条目的值。
setValue(V) - Method in interface io.netty.util.collection. LongObjectMap.PrimitiveEntry
设置此条目的值。
setValue(V) - Method in interface io.netty.util.collection. ShortObjectMap.PrimitiveEntry
设置此条目的值。
setVerify(int, int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
请参阅 SSL_set_verifySSL.setVerify(long, int, int)
setVersion(int) - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
setVersion(int) - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
设置打开串口后等待发送任何配置信息或数据之前的等待时间。
setWantClientAuth(boolean) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
setWrap(boolean) - Method in interface io.netty.handler.codec.http.cookie. Cookie
如果此Cookie的值用双引号包装,则设置为true。
setWrap(boolean) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
setWrapDataSize(int) - Method in class io.netty.handler.ssl. SslHandler
设置传递给每个 SSLEngine.wrap(ByteBuffer[], int, int, ByteBuffer)调用的字节数。
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel. ChannelConfig
设置写入缓冲区的高位标记。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel. DefaultChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel. ChannelConfig
设置写入缓冲区的低水位标志。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel. DefaultChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
已过时。
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel. ChannelConfig
设置用于设置写入缓冲区的高位和低位水印的WriteBufferWaterMark
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel. DefaultChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setWriteChannelLimit(long) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
setWriteLimit(long) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
setWriteSpinCount(int) - Method in interface io.netty.channel. ChannelConfig
设置写入操作的最大循环数,直到 WritableByteChannel.write(ByteBuffer)返回非零值。
setWriteSpinCount(int) - Method in class io.netty.channel. DefaultChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollDomainSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll. EpollSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueDomainSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue. KQueueSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.rxtx. RxtxChannelConfig
已过时。
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp. DefaultSctpChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp. DefaultSctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp. SctpChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp. SctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket. DatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket. DefaultDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket. DefaultServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket. DefaultSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio. DefaultOioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio. DefaultOioSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio. OioDatagramChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio. OioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio. OioSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket. ServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket. SocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt. DefaultUdtChannelConfig
已过时。
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt. DefaultUdtServerChannelConfig
已过时。
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt. UdtChannelConfig
已过时。
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt. UdtServerChannelConfig
已过时。
 
setWriteSpinCount(int) - Method in interface io.netty.channel.unix. DomainSocketChannelConfig
 
setZ(int) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
setZ(int) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
setZ(int) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
setZ(int) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
setZ(int) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
setZ(int) - Method in interface io.netty.handler.codec.dns. DnsMessage
设置此DNS消息的 Z (保留供将来使用)字段。
setZ(int) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
setZ(int) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
setZero(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
setZero(int, int) - Method in class io.netty.buffer. ByteBuf
NUL (0x00)从指定的绝对 index开始填充此缓冲区。
setZero(int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
setZero(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
setZero(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
setZero(int, int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
shortCircuit() - Method in class io.netty.handler.codec.http.cors. CorsConfigBuilder
指定CORS请求在进一步处理之前应该被拒绝。
ShortCollections - Class in io.netty.util.collection
用于基于简短原始集合的实用程序。
shortCommitHash() - Method in class io.netty.util. Version
 
shortCurcuit() - Method in class io.netty.handler.codec.http.cors. CorsConfig.Builder
已过时。
ShortObjectHashMap< V> - Class in io.netty.util.collection
ShortObjectMap哈希映射实现,它使用键的开放寻址。
ShortObjectHashMap() - Constructor for class io.netty.util.collection. ShortObjectHashMap
 
ShortObjectHashMap(int) - Constructor for class io.netty.util.collection. ShortObjectHashMap
 
ShortObjectHashMap(int, float) - Constructor for class io.netty.util.collection. ShortObjectHashMap
 
ShortObjectMap< V> - Interface in io.netty.util.collection
使用 short作为键的原始映射的接口。
ShortObjectMap.PrimitiveEntry< V> - Interface in io.netty.util.collection
地图中的一个原始条目,由 ShortObjectMap.entries()的迭代器提供
shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses能产生指定的address的洗牌秩序。
shuffled(InetSocketAddress...) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses能产生指定的addresses的洗牌秩序。
shutdown() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdown() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdown() - Method in interface io.netty.channel.socket. DuplexChannel
将关闭此通道的输入和输出端。
shutdown(ChannelPromise) - Method in interface io.netty.channel.socket. DuplexChannel
将关闭此通道的输入和输出端。
shutdown() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdown() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
shutdown() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
已过时。
shutdown() - Method in class io.netty.channel.unix. Socket
 
shutdown(boolean, boolean) - Method in class io.netty.channel.unix. Socket
 
shutdown() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
摧毁这个引擎。
shutdown() - Method in class io.netty.util.concurrent. AbstractEventExecutor
shutdown() - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
shutdown() - Method in interface io.netty.util.concurrent. EventExecutorGroup
shutdown() - Method in class io.netty.util.concurrent. GlobalEventExecutor
已过时。
shutdown() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
已过时。
shutdown() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
已过时。
shutdown() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
shutdown() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
已过时。
shutdown() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
shutdownGracefully() - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
shutdownGracefully() - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
shutdownGracefully() - Method in interface io.netty.util.concurrent. EventExecutorGroup
具有合理默认值的 EventExecutorGroup.shutdownGracefully(long, long, TimeUnit)快捷方法。
shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty.util.concurrent. EventExecutorGroup
该执行者表示该调用者希望执行者被关闭。
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
shutdownGracefully() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
shutdownGracefully() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
shutdownHint() - Method in exception io.netty.handler.codec.http2. Http2Exception
提供关于应执行什么类型的关闭的提示。
shutdownInput() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdownInput() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdownInput() - Method in class io.netty.channel.nio. AbstractNioByteChannel
关闭通道的输入端。
shutdownInput() - Method in class io.netty.channel.oio. AbstractOioByteChannel
关闭此通道的输入端。
shutdownInput() - Method in class io.netty.channel.rxtx. RxtxChannel
已过时。
 
shutdownInput() - Method in interface io.netty.channel.socket. DuplexChannel
 
shutdownInput(ChannelPromise) - Method in interface io.netty.channel.socket. DuplexChannel
将关闭输入并通知ChannelPromise
shutdownInput() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdownInput() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
shutdownInput() - Method in class io.netty.channel.udt.nio. NioUdtByteConnectorChannel
已过时。
 
shutdownNow() - Method in class io.netty.util.concurrent. AbstractEventExecutor
shutdownNow() - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
shutdownNow() - Method in interface io.netty.util.concurrent. EventExecutorGroup
shutdownNow() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
shutdownNow() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
关闭相应的Channel的输出部分。
shutdownOutput() - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
 
shutdownOutput() - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.kqueue. AbstractKQueueStreamChannel
 
shutdownOutput() - Method in interface io.netty.channel.socket. DuplexChannel
 
shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket. DuplexChannel
将关闭输出并通知ChannelPromise
shutdownOutput() - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio. NioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio. OioSocketChannel
 
SIG - Static variable in class io.netty.handler.codec.dns. DnsRecordType
SIG(0)(RFC 2931)和TKEY(RFC 2930)中使用的签名记录RFC 2535签名记录。
Signal - Error in io.netty.util
一种特殊的 Error ,用于通过投掷来发信号通知某个状态或请求。
SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec. DecoderResult
 
SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec. DecoderResult
 
SimpleChannelInboundHandler< I> - Class in io.netty.channel
ChannelInboundHandlerAdapter它允许显式只处理特定类型的消息。
SimpleChannelInboundHandler() - Constructor for class io.netty.channel. SimpleChannelInboundHandler
SimpleChannelInboundHandler(boolean) - Constructor for class io.netty.channel. SimpleChannelInboundHandler
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty.channel. SimpleChannelInboundHandler
SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel. SimpleChannelInboundHandler
创建一个新的实例
SimpleChannelPool - Class in io.netty.channel.pool
简单的ChannelPool实现将创建新的Channel如果有人试图获得Channel但没有人在池中。
SimpleChannelPool(Bootstrap, ChannelPoolHandler) - Constructor for class io.netty.channel.pool. SimpleChannelPool
使用 ChannelHealthChecker.ACTIVE创建一个新实例。
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - Constructor for class io.netty.channel.pool. SimpleChannelPool
创建一个新的实例。
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - Constructor for class io.netty.channel.pool. SimpleChannelPool
创建一个新的实例。
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - Constructor for class io.netty.channel.pool. SimpleChannelPool
创建一个新的实例。
SimpleNameResolver< T> - Class in io.netty.resolver
一个骨架NameResolver实现。
SimpleNameResolver(EventExecutor) - Constructor for class io.netty.resolver. SimpleNameResolver
 
SimpleStringRedisMessage - Class in io.netty.handler.codec.redis
简单的字符串 RESP
SimpleStringRedisMessage(String) - Constructor for class io.netty.handler.codec.redis. SimpleStringRedisMessage
创建一个SimpleStringRedisMessage为给定content
SimpleTrustManagerFactory - Class in io.netty.handler.ssl.util
帮助实施自定义 TrustManagerFactory
SimpleTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util. SimpleTrustManagerFactory
创建一个新的实例。
SimpleTrustManagerFactory(String) - Constructor for class io.netty.handler.ssl.util. SimpleTrustManagerFactory
创建一个新的实例。
SINGLE_EVENTEXECUTOR_PER_GROUP - Static variable in class io.netty.channel. ChannelOption
 
SingleThreadEventExecutor - Class in io.netty.util.concurrent
OrderedEventExecutor的抽象基类,它在单个线程中执行其所有提交的任务。
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - Constructor for class io.netty.util.concurrent. SingleThreadEventExecutor
创建一个新的实例
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. SingleThreadEventExecutor
创建一个新的实例
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - Constructor for class io.netty.util.concurrent. SingleThreadEventExecutor
创建一个新的实例
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. SingleThreadEventExecutor
创建一个新的实例
SingleThreadEventLoop - Class in io.netty.channel
EventLoop的抽象基类,它在单个线程中执行其所有提交的任务。
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - Constructor for class io.netty.channel. SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel. SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel. SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel. SingleThreadEventLoop
 
singleton(InetSocketAddress) - Static method in class io.netty.resolver.dns. DnsServerAddresses
返回DnsServerAddresses只产生一个address
SingletonDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
一个始终使用单个DNS服务器进行解析的DnsServerAddressStreamProvider
SingletonDnsServerAddressStreamProvider(InetSocketAddress) - Constructor for class io.netty.resolver.dns. SingletonDnsServerAddressStreamProvider
创建一个新的实例。
size() - Method in class io.netty.channel. AbstractCoalescingBufferQueue
获取通过 AbstractCoalescingBufferQueue.add(ByteBuf)方法之一添加的此队列中元素的数量。
size() - Method in class io.netty.channel. ChannelOutboundBuffer
返回此ChannelOutboundBuffer中刷新消息的数量。
size() - Method in class io.netty.channel.group. DefaultChannelGroup
 
size(Object) - Method in interface io.netty.channel. MessageSizeEstimator.Handle
计算给定消息的大小。
size() - Method in class io.netty.channel. PendingWriteQueue
返回未决写入操作的数量。
size() - Method in class io.netty.channel.pool. AbstractChannelPoolMap
返回的数量ChannelPool目前S IN此AbstractChannelPoolMap
size() - Method in class io.netty.channel.unix. IovArray
以字节为单位返回大小
size() - Method in class io.netty.handler.codec. DefaultHeaders
 
size() - Method in class io.netty.handler.codec. EmptyHeaders
 
size() - Method in interface io.netty.handler.codec. Headers
返回此对象中标题的数量。
size() - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
size() - Method in class io.netty.handler.codec.http. EmptyHttpHeaders
 
size() - Method in class io.netty.handler.codec.http. HttpHeaders
返回此对象中标题的数量。
size - Variable in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
size() - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
size() - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.FlowControlled
按照应用于流量控制窗口的字节计算有效负载的大小。
size() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
size() - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
size() - Method in interface io.netty.resolver.dns. DnsServerAddressStream
获取重复或终止之前 DnsServerAddressStream.next()将返回一个独特元素的次数。
size() - Method in class io.netty.util.collection. ByteObjectHashMap
 
size() - Method in class io.netty.util.collection. CharObjectHashMap
 
size() - Method in class io.netty.util.collection. IntObjectHashMap
 
size() - Method in class io.netty.util.collection. LongObjectHashMap
 
size() - Method in class io.netty.util.collection. ShortObjectHashMap
 
size() - Static method in class io.netty.util.concurrent. FastThreadLocal
返回绑定到当前线程的线程局部变量的数量。
SIZEOF_JLONG - Static variable in class io.netty.channel.unix. Limits
 
sizeofEpollEvent() - Static method in class io.netty.channel.epoll. Native
 
skip(long) - Method in class io.netty.buffer. ByteBufInputStream
 
skip(long) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
skipBytes(int) - Method in class io.netty.buffer. AbstractByteBuf
 
skipBytes(int) - Method in class io.netty.buffer. ByteBuf
此缓冲区中指定的 length增加当前 readerIndex
skipBytes(int) - Method in class io.netty.buffer. ByteBufInputStream
 
skipBytes(int) - Method in class io.netty.buffer. CompositeByteBuf
 
skipBytes(int) - Method in class io.netty.buffer. EmptyByteBuf
 
skipBytes(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
skipBytes(int) - Method in class io.netty.handler.codec.serialization. ObjectDecoderInputStream
 
slice() - Method in class io.netty.buffer. AbstractByteBuf
 
slice(int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
slice() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区可读字节的一部分。
slice(int, int) - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的子区域的一部分。
slice(int, int) - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
slice() - Method in class io.netty.buffer. EmptyByteBuf
 
slice(int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
slice(int, int) - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
slice() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
slice(int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
SlicedByteBuf - Class in io.netty.buffer
已过时。
不使用。
SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer. SlicedByteBuf
已过时。
 
slowDownFactor() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
smallCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocator
smallCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回小缓存的大小。
SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
根据 SETTINGS_MAX_CONCURRENT_STREAMS建议的 SETTINGS_MAX_CONCURRENT_STREAMS的假定最小值。
smallSubpages() - Method in interface io.netty.buffer. PoolArenaMetric
返回一个不可修改的List ,其中包含用于小型子页面的PoolSubpageMetric
SmtpCommand - Class in io.netty.handler.codec.smtp
SmtpRequest的命令部分。
SmtpContent - Interface in io.netty.handler.codec.smtp
DATA请求后发送的内容。
SmtpRequest - Interface in io.netty.handler.codec.smtp
一个SMTP请求。
SmtpRequestEncoder - Class in io.netty.handler.codec.smtp
用于SMTP请求的编码器。
SmtpRequestEncoder() - Constructor for class io.netty.handler.codec.smtp. SmtpRequestEncoder
 
SmtpRequests - Class in io.netty.handler.codec.smtp
提供实用的方法来创建SmtpRequest
SmtpResponse - Interface in io.netty.handler.codec.smtp
一个SMTP响应
SmtpResponseDecoder - Class in io.netty.handler.codec.smtp
SMTP响应的解码器。
SmtpResponseDecoder(int) - Constructor for class io.netty.handler.codec.smtp. SmtpResponseDecoder
创建一个强制给定 maxLineLength的新实例。
Snappy - Class in io.netty.handler.codec.compression
将用Snappy压缩编码的输入ByteBuf解压缩到输出ByteBuf
Snappy() - Constructor for class io.netty.handler.codec.compression. Snappy
 
SnappyFramedDecoder - Class in io.netty.handler.codec.compression
已过时。
改为使用SnappyFrameDecoder
SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression. SnappyFramedDecoder
已过时。
 
SnappyFrameDecoder - Class in io.netty.handler.codec.compression
解压缩用Snappy成帧格式编码的ByteBuf
SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression. SnappyFrameDecoder
创建一个新的精灵框架解码器,验证校验和关闭。
SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression. SnappyFrameDecoder
创建一个新的活动框架解码器,验证指定的校验和。
SnappyFramedEncoder - Class in io.netty.handler.codec.compression
已过时。
改为使用SnappyFrameEncoder
SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression. SnappyFramedEncoder
已过时。
 
SnappyFrameEncoder - Class in io.netty.handler.codec.compression
使用Snappy成帧格式压缩ByteBuf
SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression. SnappyFrameEncoder
 
sndCwnd() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
sndMss() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
sndSsthresh() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
sndWscale() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
SniCompletionEvent - Class in io.netty.handler.ssl
一旦我们根据SNI hostnameSNI hostname进行了SNI hostname ,这可能是因为它成功或出现错误而被触发的事件。
SniHandler - Class in io.netty.handler.ssl
为服务器端SSL启用 SNI (Server Name Indication)扩展。
SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl. SniHandler
创建一个由Mapping维护的配置为SslContext的SNI检测处理程序
SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl. SniHandler
创建一个由DomainNameMapping维护的配置SslContext的SNI检测处理程序
SniHandler(AsyncMapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl. SniHandler
创建一个配置为SslContextAsyncMapping维护的SNI检测处理程序
SO_ACCEPTFILTER - Static variable in class io.netty.channel.kqueue. KQueueChannelOption
 
SO_BACKLOG - Static variable in class io.netty.channel. ChannelOption
 
SO_BROADCAST - Static variable in class io.netty.channel. ChannelOption
 
SO_KEEPALIVE - Static variable in class io.netty.channel. ChannelOption
 
SO_LINGER - Static variable in class io.netty.channel. ChannelOption
 
SO_RCVBUF - Static variable in class io.netty.channel. ChannelOption
 
SO_REUSEADDR - Static variable in class io.netty.channel. ChannelOption
 
SO_REUSEPORT - Static variable in class io.netty.channel.unix. UnixChannelOption
 
SO_SNDBUF - Static variable in class io.netty.channel. ChannelOption
 
SO_SNDLOWAT - Static variable in class io.netty.channel.kqueue. KQueueChannelOption
 
SO_TIMEOUT - Static variable in class io.netty.channel. ChannelOption
 
SO_TIMEOUT - Static variable in class io.netty.channel.oio. AbstractOioChannel
 
SOA - Static variable in class io.netty.handler.codec.dns. DnsRecordType
RFC 1035和RFC 2308的[区域]的开始指定有关DNS区域的权威信息,包括主名称服务器,域管理员的电子邮件,域序列号以及与刷新区域有关的多个定时器。
Socket - Class in io.netty.channel.unix
为本地套接字操作提供JNI桥接。
Socket(int) - Constructor for class io.netty.channel.unix. Socket
 
SocketChannel - Interface in io.netty.channel.socket
TCP / IP套接字Channel
SocketChannelConfig - Interface in io.netty.channel.socket
socketUDT(Channel) - Static method in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
公开底层 SocketUDT进行调试和监控。
SocketWritableByteChannel - Class in io.netty.channel.unix
 
SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty.channel.unix. SocketWritableByteChannel
 
Socks4ClientDecoder - Class in io.netty.handler.codec.socksx.v4
从入站ByteBuf解码单个Socks4CommandResponse
Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4. Socks4ClientDecoder
 
Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
Socks4CommandRequest编码为ByteBuf
Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
SOCKS4a CONNECTBIND请求。
Socks4CommandResponse - Interface in io.netty.handler.codec.socksx.v4
SOCKS4a响应。
Socks4CommandStatus - Class in io.netty.handler.codec.socksx.v4
Socks4CommandResponse的状态。
Socks4CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
Socks4CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
Socks4CommandType - Class in io.netty.handler.codec.socksx.v4
Socks4CommandRequest的类型。
Socks4CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
Socks4CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
Socks4Message - Interface in io.netty.handler.codec.socksx.v4
所有SOCKS4a协议消息实现的标签接口。
Socks4ProxyHandler - Class in io.netty.handler.proxy
 
Socks4ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy. Socks4ProxyHandler
 
Socks4ProxyHandler(SocketAddress, String) - Constructor for class io.netty.handler.proxy. Socks4ProxyHandler
 
Socks4ServerDecoder - Class in io.netty.handler.codec.socksx.v4
从入站ByteBuf解码单个Socks4CommandRequest
Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4. Socks4ServerDecoder
 
Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
Socks5AddressDecoder - Interface in io.netty.handler.codec.socksx.v5
将SOCKS5地址字段解码为其字符串表示形式。
Socks5AddressEncoder - Interface in io.netty.handler.codec.socksx.v5
将SOCKS5地址编码为二进制表示。
Socks5AddressType - Class in io.netty.handler.codec.socksx.v5
Socks5AddressType(int) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
Socks5AddressType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
Socks5AuthMethod - Class in io.netty.handler.codec.socksx.v5
SOCKS5的认证方法。
Socks5AuthMethod(int) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
Socks5AuthMethod(int, String) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
Socks5ClientEncoder - Class in io.netty.handler.codec.socksx.v5
将客户端Socks5Message编码为ByteBuf
Socks5ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5ClientEncoder
用默认的Socks5AddressEncoder创建一个新实例。
Socks5ClientEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5ClientEncoder
用指定的Socks5AddressEncoder创建一个新实例。
Socks5CommandRequest - Interface in io.netty.handler.codec.socksx.v5
SOCKS5请求详细消息,如 the section 4, RFC1928中所定义。
Socks5CommandRequestDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf解码单个Socks5CommandRequest
Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandRequestDecoder
 
Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandRequestDecoder
 
Socks5CommandResponse - Interface in io.netty.handler.codec.socksx.v5
the section 6, RFC1928中定义的对SOCKS5请求详细消息的 响应
Socks5CommandResponseDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf解码单个Socks5CommandResponse
Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandResponseDecoder
 
Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandResponseDecoder
 
Socks5CommandStatus - Class in io.netty.handler.codec.socksx.v5
Socks5CommandResponse的状态。
Socks5CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
Socks5CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
Socks5CommandType - Class in io.netty.handler.codec.socksx.v5
Socks5CommandRequest的类型。
Socks5CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
Socks5CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
Socks5InitialRequest - Interface in io.netty.handler.codec.socksx.v5
一个初始的SOCKS5认证方法选择请求,如 the section 3, RFC1928中所定义。
Socks5InitialRequestDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf解码单个Socks5InitialRequest
Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5InitialRequestDecoder
 
Socks5InitialResponse - Interface in io.netty.handler.codec.socksx.v5
the section 3, RFC1928中所定义的初始SOCKS5认证方法选择请求。
Socks5InitialResponseDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf解码单个Socks5InitialResponse
Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5InitialResponseDecoder
 
Socks5Message - Interface in io.netty.handler.codec.socksx.v5
所有SOCKS5协议消息实现的标记接口。
Socks5PasswordAuthRequest - Interface in io.netty.handler.codec.socksx.v5
用户名密码认证的SOCKS5子 协商请求,如 the section 2, RFC1929中所定义。
Socks5PasswordAuthRequestDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf s解码单个Socks5PasswordAuthRequest
Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthRequestDecoder
 
Socks5PasswordAuthResponse - Interface in io.netty.handler.codec.socksx.v5
用户名密码认证的SOCKS5子 协商响应,如 the section 2, RFC1929中所定义。
Socks5PasswordAuthResponseDecoder - Class in io.netty.handler.codec.socksx.v5
从入站ByteBuf解码单个Socks5PasswordAuthResponse
Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthResponseDecoder
 
Socks5PasswordAuthStatus - Class in io.netty.handler.codec.socksx.v5
Socks5PasswordAuthStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
Socks5PasswordAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
Socks5ProxyHandler - Class in io.netty.handler.proxy
 
Socks5ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy. Socks5ProxyHandler
 
Socks5ProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy. Socks5ProxyHandler
 
Socks5ServerEncoder - Class in io.netty.handler.codec.socksx.v5
将服务器端Socks5Message编码为ByteBuf
Socks5ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v5. Socks5ServerEncoder
用默认的Socks5AddressEncoder创建一个新实例。
Socks5ServerEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5. Socks5ServerEncoder
用指定的Socks5AddressEncoder创建一个新实例。
SocksAddressType - Enum in io.netty.handler.codec.socks
 
SocksAuthRequest - Class in io.netty.handler.codec.socks
一个袜子身份验证请求。
SocksAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socks. SocksAuthRequest
 
SocksAuthRequestDecoder - Class in io.netty.handler.codec.socks
ByteBuf s解码为SocksAuthRequest
SocksAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socks. SocksAuthRequestDecoder
 
SocksAuthResponse - Class in io.netty.handler.codec.socks
一个袜子验证响应。
SocksAuthResponse(SocksAuthStatus) - Constructor for class io.netty.handler.codec.socks. SocksAuthResponse
 
SocksAuthResponseDecoder - Class in io.netty.handler.codec.socks
解码ByteBuf s转换SocksAuthResponse
SocksAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socks. SocksAuthResponseDecoder
 
SocksAuthScheme - Enum in io.netty.handler.codec.socks
 
SocksAuthStatus - Enum in io.netty.handler.codec.socks
 
SocksCmdRequest - Class in io.netty.handler.codec.socks
袜子cmd请求。
SocksCmdRequest(SocksCmdType, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks. SocksCmdRequest
 
SocksCmdRequestDecoder - Class in io.netty.handler.codec.socks
解码ByteBuf s转换SocksCmdRequest
SocksCmdRequestDecoder() - Constructor for class io.netty.handler.codec.socks. SocksCmdRequestDecoder
 
SocksCmdResponse - Class in io.netty.handler.codec.socks
袜子cmd响应。
SocksCmdResponse(SocksCmdStatus, SocksAddressType) - Constructor for class io.netty.handler.codec.socks. SocksCmdResponse
 
SocksCmdResponse(SocksCmdStatus, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks. SocksCmdResponse
构建新的响应,并将其作为其一部分包含提供的主机和端口。
SocksCmdResponseDecoder - Class in io.netty.handler.codec.socks
解码ByteBuf s转换SocksCmdResponse
SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks. SocksCmdResponseDecoder
 
SocksCmdStatus - Enum in io.netty.handler.codec.socks
 
SocksCmdType - Enum in io.netty.handler.codec.socks
 
SocksInitRequest - Class in io.netty.handler.codec.socks
一个socks init请求。
SocksInitRequest(List<SocksAuthScheme>) - Constructor for class io.netty.handler.codec.socks. SocksInitRequest
 
SocksInitRequestDecoder - Class in io.netty.handler.codec.socks
解码ByteBuf s转换SocksInitRequest
SocksInitRequestDecoder() - Constructor for class io.netty.handler.codec.socks. SocksInitRequestDecoder
 
SocksInitResponse - Class in io.netty.handler.codec.socks
袜子初始响应。
SocksInitResponse(SocksAuthScheme) - Constructor for class io.netty.handler.codec.socks. SocksInitResponse
 
SocksInitResponseDecoder - Class in io.netty.handler.codec.socks
解码ByteBuf s转换SocksInitResponse
SocksInitResponseDecoder() - Constructor for class io.netty.handler.codec.socks. SocksInitResponseDecoder
 
SocksMessage - Class in io.netty.handler.codec.socks
定义SocksMessage的抽象类,为SocksRequestSocksResponse提供公共属性。
SocksMessage(SocksMessageType) - Constructor for class io.netty.handler.codec.socks. SocksMessage
 
SocksMessage - Interface in io.netty.handler.codec.socksx
所有SOCKS协议消息实现的接口。
SocksMessageEncoder - Class in io.netty.handler.codec.socks
SocksMessage编码为ByteBuf
SocksMessageEncoder() - Constructor for class io.netty.handler.codec.socks. SocksMessageEncoder
 
SocksMessageType - Enum in io.netty.handler.codec.socks
 
SocksPortUnificationServerHandler - Class in io.netty.handler.codec.socksx
检测当前SOCKS连接的版本并使用Socks4ServerDecoderSocks5InitialRequestDecoder初始化管道。
SocksPortUnificationServerHandler() - Constructor for class io.netty.handler.codec.socksx. SocksPortUnificationServerHandler
使用默认配置创建一个新实例。
SocksPortUnificationServerHandler(Socks5ServerEncoder) - Constructor for class io.netty.handler.codec.socksx. SocksPortUnificationServerHandler
用指定的Socks5ServerEncoder创建一个新实例。
SocksProtocolVersion - Enum in io.netty.handler.codec.socks
 
SocksRequest - Class in io.netty.handler.codec.socks
一个抽象类定义了SocksRequest,用于提供公共属性SocksInitRequestSocksAuthRequestSocksCmdRequestUnknownSocksRequest
SocksRequest(SocksRequestType) - Constructor for class io.netty.handler.codec.socks. SocksRequest
 
SocksRequestType - Enum in io.netty.handler.codec.socks
袜子请求的类型
SocksResponse - Class in io.netty.handler.codec.socks
一个抽象类定义了SocksResponse,用于提供公共属性SocksInitResponseSocksAuthResponseSocksCmdResponseUnknownSocksResponse
SocksResponse(SocksResponseType) - Constructor for class io.netty.handler.codec.socks. SocksResponse
 
SocksResponseType - Enum in io.netty.handler.codec.socks
袜子反应的类型
SocksSubnegotiationVersion - Enum in io.netty.handler.codec.socks
 
SocksVersion - Enum in io.netty.handler.codec.socksx
SOCKS协议的版本。
softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization. ClassResolvers
当我们不担心班级卸载时,积极的并发缓存适用于共享缓存
softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization. ClassResolvers
当我们不担心类卸载时,非高速缓存有利于非共享缓存
SOMAXCONN - Static variable in class io.netty.util. NetUtil
当前机器的SOMAXCONN值。
sourceAddress() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
返回此HAProxyMessage的人可读源地址。
sourcePort() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
返回此HAProxyMessage的UDP / TCP源端口。
sourcePrefixLength() - Method in class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
 
sourcePrefixLength() - Method in interface io.netty.handler.codec.dns. DnsOptEcsRecord
返回用于查找的最重要的ADDRESS位数。
SP - Static variable in class io.netty.handler.codec.http. HttpConstants
水平的空间
SP_CHAR - Static variable in class io.netty.handler.codec.http. HttpConstants
水平的空间
SPDY_1 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"spdy/1" :SPDY版本1
SPDY_2 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"spdy/2" :SPDY版本2
SPDY_3 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"spdy/3" :SPDY版本3
SPDY_3_1 - Static variable in class io.netty.handler.ssl. ApplicationProtocolNames
"spdy/3.1" :SPDY版本3.1
SpdyDataFrame - Interface in io.netty.handler.codec.spdy
SPDY协议数据帧
SpdyFrame - Interface in io.netty.handler.codec.spdy
SPDY协议帧
SpdyFrameCodec - Class in io.netty.handler.codec.spdy
编码和解码SPDY帧的ChannelHandler
SpdyFrameCodec(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameCodec
创建一个新的实例与指定的 versionvalidateHeaders (true) ,默认解码器和编码选项( maxChunkSize (8192)maxHeaderSize (16384)compressionLevel (6)windowBits (15)memLevel (8) )。
SpdyFrameCodec(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameCodec
创建一个新的实例与指定的 versionvalidateHeaders ,默认解码器和编码选项( maxChunkSize (8192)maxHeaderSize (16384)compressionLevel (6)windowBits (15)memLevel (8) )。
SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameCodec
创建具有指定一个新的实例 versionvalidateHeaders (true) ,解码器和编码选项。
SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameCodec
创建具有指定一个新的实例 versionvalidateHeaders ,解码器和编码选项。
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameCodec
 
SpdyFrameDecoder - Class in io.netty.handler.codec.spdy
ByteBuf解码为SPDY帧。
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameDecoder
用指定的 version和默认值 maxChunkSize (8192)创建一个新实例。
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameDecoder
用指定的参数创建一个新的实例。
SpdyFrameDecoderDelegate - Interface in io.netty.handler.codec.spdy
回拨界面为SpdyFrameDecoder
SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
将SPDY帧编码为ByteBuf
SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy. SpdyFrameEncoder
用指定的 spdyVersion创建一个新实例。
SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
SPDY协议GOAWAY帧
SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy. SpdyHeaderBlockRawDecoder
 
SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy. SpdyHeaderBlockRawEncoder
 
SpdyHeaders - Interface in io.netty.handler.codec.spdy
为标准SPDY HTTP头名称提供常量,并提供访问SpdyHeadersFrame常用实用程序方法。
SpdyHeaders.HttpNames - Class in io.netty.handler.codec.spdy
SPDY HTTP标头名称
SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
SPDY协议标题帧
SpdyHttpCodec - Class in io.netty.handler.codec.spdy
SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpCodec
用指定的解码器选项创建一个新实例。
SpdyHttpCodec(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpCodec
用指定的解码器选项创建一个新实例。
SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
SpdyHttpDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpDecoder
创建一个新的实例。
SpdyHttpDecoder(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpDecoder
创建一个新的实例。
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpDecoder
用指定的参数创建一个新的实例。
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpDecoder
用指定的参数创建一个新的实例。
SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
SpdyHttpEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpEncoder
创建一个新的实例。
SpdyHttpEncoder(SpdyVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdyHttpEncoder
创建一个新的实例。
SpdyHttpHeaders - Class in io.netty.handler.codec.spdy
SpdyHttpDecoderSpdyHttpEncoder使用的标题名称和实用程序方法提供常量。
SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
SPDY HTTP标头名称
SpdyHttpResponseStreamIdHandler - Class in io.netty.handler.codec.spdy
MessageToMessageCodec负责将SpdyHttpHeaders.Names.STREAM_ID添加到HttpMessage如果不存在的话。
SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy. SpdyHttpResponseStreamIdHandler
 
SpdyPingFrame - Interface in io.netty.handler.codec.spdy
SPDY协议PING帧
SpdyProtocolException - Exception in io.netty.handler.codec.spdy
 
SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy. SpdyProtocolException
创建一个新的实例。
SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy. SpdyProtocolException
创建一个新的实例。
SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy. SpdyProtocolException
创建一个新的实例。
SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy. SpdyProtocolException
创建一个新的实例。
SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
SPDY协议RST_STREAM帧
SpdySessionHandler - Class in io.netty.handler.codec.spdy
在SPDY会话中管理流。
SpdySessionHandler(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy. SpdySessionHandler
创建一个新的会话处理程序。
SpdySessionStatus - Class in io.netty.handler.codec.spdy
SPDY会话状态码及其说明。
SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy. SpdySessionStatus
用指定的 code及其 statusPhrase创建一个新实例。
SpdySettingsFrame - Interface in io.netty.handler.codec.spdy
SPDY协议设置帧
SpdyStreamFrame - Interface in io.netty.handler.codec.spdy
与单个SPDY流关联的SPDY协议帧
SpdyStreamStatus - Class in io.netty.handler.codec.spdy
SPDY流状态码及其说明。
SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy. SpdyStreamStatus
用指定的 code及其 statusPhrase创建一个新实例。
SpdySynReplyFrame - Interface in io.netty.handler.codec.spdy
SPDY协议SYN_REPLY帧
SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
SPDY协议SYN_STREAM帧
SpdyVersion - Enum in io.netty.handler.codec.spdy
 
SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
SPDY协议WINDOW_UPDATE帧
SPEED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"speed"
SPEED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Speed"
SPF - Static variable in class io.netty.handler.codec.dns. DnsRecordType
发件人策略框架记录RFC 4408作为将SPF数据存储在TXT记录中的替代方案,指定为SPF协议的一部分。
splice(int, long, int, long, long) - Static method in class io.netty.channel.epoll. Native
 
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel.SpliceInTask
 
SpliceInTask(int, ChannelPromise) - Constructor for class io.netty.channel.epoll. AbstractEpollStreamChannel.SpliceInTask
 
spliceTo(AbstractEpollStreamChannel, int) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
spliceTo(FileDescriptor, int, int) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
spliceTo(FileDescriptor, int, int, ChannelPromise) - Method in class io.netty.channel.epoll. AbstractEpollStreamChannel
split(String, int) - Method in class io.netty.util. AsciiString
使用提供的正则表达式 expr分割此字符串。
split(char) - Method in class io.netty.util. AsciiString
用指定的分隔符分割指定的 String ..
SRV - Static variable in class io.netty.handler.codec.dns. DnsRecordType
服务定位器RFC 2782通用服务位置记录,用于较新的协议,而不是创建协议特定的记录(如MX)。
SSHFP - Static variable in class io.netty.handler.codec.dns. DnsRecordType
SSH公钥指纹记录用于在DNS系统中发布SSH公钥主指纹的RFC 4255资源记录,以帮助验证主机的真实性。
SSIZE_MAX - Static variable in class io.netty.channel.unix. Limits
 
SslCloseCompletionEvent - Class in io.netty.handler.ssl
一旦收到close_notify或在收到失败之前发生的事件。
SslCloseCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl. SslCloseCompletionEvent
创建一个新事件,指示由于先前的错误而未收到close_notify。
sslCloseFuture() - Method in class io.netty.handler.ssl. SslHandler
返回95647420787887 ,如果SSLEngine的入站已关闭,将会收到通知。
SslCompletionEvent - Class in io.netty.handler.ssl
 
sslContext() - Method in class io.netty.handler.ssl. SniHandler
 
SslContext - Class in io.netty.handler.ssl
作为SSLEngineSslHandler的工厂的安全套接字协议实现。
SslContext() - Constructor for class io.netty.handler.ssl. SslContext
创建一个新实例(startTls设置为 false )。
SslContext(boolean) - Constructor for class io.netty.handler.ssl. SslContext
创建一个新的实例。
SslContextBuilder - Class in io.netty.handler.ssl
生成器用于配置新的SslContext进行创建。
sslContextProvider(Provider) - Method in class io.netty.handler.ssl. SslContextBuilder
使用SSLContext Provider
sslCtxPointer() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
已过时。
此方法被认为是不安全的,因为返回的指针可能稍后被释放。 不要使用它!
SslHandler - Class in io.netty.handler.ssl
SSL · TLS和StartTLS支持添加到Channel
SslHandler(SSLEngine) - Constructor for class io.netty.handler.ssl. SslHandler
创建一个新的实例。
SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl. SslHandler
创建一个新的实例。
SslHandler(SSLEngine, Executor) - Constructor for class io.netty.handler.ssl. SslHandler
已过时。
SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty.handler.ssl. SslHandler
已过时。
SslHandshakeCompletionEvent - Class in io.netty.handler.ssl
SSL握手完成后触发的事件,这可能是因为它成功或出现错误。
SslHandshakeCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl. SslHandshakeCompletionEvent
创建一个指示不成功握手的新事件。
sslPointer() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
返回指向此ReferenceCountedOpenSslEngineSSL对象的指针。
sslProvider(SslProvider) - Method in class io.netty.handler.ssl. SslContextBuilder
要使用的SslContext实现。
SslProvider - Enum in io.netty.handler.ssl
SSL / TLS协议提供程序的枚举。
SSRC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"ssrc"
SSRC - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"ssrc"
stackTrace() - Method in interface io.netty.util.concurrent. ThreadProperties
 
standalone() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
返回文档的独立性
start() - Method in class io.netty.handler.traffic. GlobalChannelTrafficCounter
开始监测过程。
start() - Method in class io.netty.handler.traffic. TrafficCounter
开始监测过程。
start() - Method in class io.netty.util. HashedWheelTimer
明确启动后台线程。
startOffset() - Method in class io.netty.handler.stream. ChunkedFile
返回传输开始的文件中的偏移量。
startOffset() - Method in class io.netty.handler.stream. ChunkedNioFile
返回传输开始的文件中的偏移量。
startsWith(CharSequence) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,以确定指定的字符串是否为前缀。
startsWith(CharSequence, int) - Method in class io.netty.util. AsciiString
将指定的字符串与此字符串进行比较,从指定的偏移量开始,以确定指定的字符串是否为前缀。
startTls(boolean) - Method in class io.netty.handler.ssl. SslContextBuilder
true如果第一个写入请求不应该被加密。
STAT - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
state() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
state() - Method in interface io.netty.handler.codec.http2. Http2FrameStream
返回此流的状态。
state() - Method in interface io.netty.handler.codec.http2. Http2Stream
获取此流的状态。
state() - Method in class io.netty.handler.codec. ProtocolDetectionResult
state() - Method in class io.netty.handler.codec. ReplayingDecoder
返回此解码器的当前状态。
state(S) - Method in class io.netty.handler.codec. ReplayingDecoder
设置此解码器的当前状态。
state() - Method in class io.netty.handler.timeout. IdleStateEvent
返回空闲状态。
state() - Method in interface io.netty.util.concurrent. ThreadProperties
 
stats() - Method in class io.netty.handler.ssl. OpenSslSessionContext
返回此上下文的统计信息。
stats() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
已过时。
使用#sessionContext#stats()
STATUS - Static variable in class io.netty.handler.codec.dns. DnsOpCode
'状态'DNS操作码,定义见 RFC1035
status() - Method in class io.netty.handler.codec.http. DefaultHttpResponse
 
status() - Method in interface io.netty.handler.codec.http. HttpResponse
返回此HttpResponse的状态。
status(CharSequence) - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2. DefaultHttp2Headers
 
status(CharSequence) - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2. EmptyHttp2Headers
 
status(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
如果没有这样的头部,则设置 Http2Headers.PseudoHeaderName.STATUS标头或 null
status() - Method in interface io.netty.handler.codec.http2. Http2Headers
获取 Http2Headers.PseudoHeaderName.STATUS头或 null如果没有这样的头
status(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
status() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
返回响应的状态。
status() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
status() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandResponse
返回此响应的状态。
status() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
status() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandResponse
返回此响应的状态。
status() - Method in interface io.netty.handler.codec.socksx.v5. Socks5PasswordAuthResponse
返回此响应的状态。
status() - Method in class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
 
status() - Method in class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
 
status() - Method in interface io.netty.handler.codec.spdy. SpdyGoAwayFrame
返回此帧的状态。
STATUS - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":status"
status() - Method in interface io.netty.handler.codec.spdy. SpdyRstStreamFrame
返回此帧的状态。
statusCode() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
根据 RFC 6455返回结束状态代码。
statusPhrase() - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
返回此状态的状态短语。
statusPhrase() - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
返回此状态的状态短语。
StompCommand - Enum in io.netty.handler.codec.stomp
STOMP命令
StompContentSubframe - Interface in io.netty.handler.codec.stomp
用于STOMP分块传输编码的STOMP块。
StompFrame - Interface in io.netty.handler.codec.stomp
StompHeadersSubframeLastStompContentSubframe合并到一个帧中。
StompHeaders - Interface in io.netty.handler.codec.stomp
STOMP标题名称和值的多图数据结构。
StompHeadersSubframe - Interface in io.netty.handler.codec.stomp
定义StompFrame的命令和标题的界面。
StompSubframe - Interface in io.netty.handler.codec.stomp
定义所有StompSubframe实现的通用接口。
StompSubframeAggregator - Class in io.netty.handler.codec.stomp
一个ChannelHandlerStompHeadersSubframe及其后的StompContentSubframe s合并为一个StompFrame
StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp. StompSubframeAggregator
创建一个新的实例。
StompSubframeDecoder - Class in io.netty.handler.codec.stomp
StompSubframeDecoder() - Constructor for class io.netty.handler.codec.stomp. StompSubframeDecoder
 
StompSubframeDecoder(boolean) - Constructor for class io.netty.handler.codec.stomp. StompSubframeDecoder
 
StompSubframeDecoder(int, int) - Constructor for class io.netty.handler.codec.stomp. StompSubframeDecoder
 
StompSubframeDecoder(int, int, boolean) - Constructor for class io.netty.handler.codec.stomp. StompSubframeDecoder
 
StompSubframeEncoder - Class in io.netty.handler.codec.stomp
StompFrameStompSubframe编码为ByteBuf
StompSubframeEncoder() - Constructor for class io.netty.handler.codec.stomp. StompSubframeEncoder
 
stop() - Method in class io.netty.handler.traffic. GlobalChannelTrafficCounter
停止监视过程。
stop() - Method in class io.netty.handler.traffic. TrafficCounter
停止监视过程。
stop() - Method in class io.netty.util. HashedWheelTimer
 
stop() - Method in interface io.netty.util. Timer
释放由此Timer获取的所有资源并取消所有已安排但尚未执行的任务。
STOP_BITS - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. AbstractHttp2StreamFrame
 
stream() - Method in class io.netty.handler.codec.http2. AbstractHttp2StreamFrame
 
stream(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
stream - Variable in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
stream() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2. DefaultHttp2WindowUpdateFrame
 
stream(int) - Method in interface io.netty.handler.codec.http2. Http2Connection
获取流如果存在。
stream() - Method in class io.netty.handler.codec.http2. Http2FrameStreamEvent
 
stream() - Method in exception io.netty.handler.codec.http2. Http2FrameStreamException
 
stream() - Method in interface io.netty.handler.codec.http2. Http2StreamChannel
返回属于此频道的Http2FrameStream
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2. Http2StreamFrame
设置此帧的Http2FrameStream对象。
stream() - Method in interface io.netty.handler.codec.http2. Http2StreamFrame
返回Http2FrameStream对象此帧,或null如果框架尚待与流相关联。
stream() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
设置此框架的Http2FrameStream对象。
stream() - Method in interface io.netty.handler.codec.http2. StreamByteDistributor.StreamState
获取这个状态关联的流。
stream() - Method in class io.netty.resolver.dns. DnsServerAddresses
开始一个新的无限DNS服务器地址流。
STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
9流已经关闭
STREAM_ID - Static variable in class io.netty.handler.codec.spdy. SpdyHttpHeaders.Names
"x-spdy-stream-id"
STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
8流在使用中
streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
计算可由 state发送的字节 state
StreamBufferingEncoder - Class in io.netty.handler.codec.http2
执行Http2ConnectionEncoder ,将所有方法调用分派给另一个Http2ConnectionEncoder ,直到达到SETTINGS_MAX_CONCURRENT_STREAMS
StreamBufferingEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2. StreamBufferingEncoder
 
StreamBufferingEncoder(Http2ConnectionEncoder, int) - Constructor for class io.netty.handler.codec.http2. StreamBufferingEncoder
 
StreamBufferingEncoder.Http2ChannelClosedException - Exception in io.netty.handler.codec.http2
如果由于编码器关闭而导致缓冲流终止,则抛出。
StreamBufferingEncoder.Http2GoAwayException - Exception in io.netty.handler.codec.http2
如果缓冲流由于收到GOAWAY而终止,则由StreamBufferingEncoder抛出。
StreamByteDistributor - Interface in io.netty.handler.codec.http2
一个对象(由远程流控制使用),负责分配要写入连接流中的字节。
StreamByteDistributor.StreamState - Interface in io.netty.handler.codec.http2
该流的状态信息,指示当前可流式传输的字节数。
StreamByteDistributor.Writer - Interface in io.netty.handler.codec.http2
执行写入已为流分配的字节的对象。
streamError(int, Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
如果发生可以隔离到单个流的错误,请使用此选项。
streamError(int, Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2. Http2Exception
如果发生可以隔离到单个流的错误,请使用此选项。
streamId() - Method in exception io.netty.handler.codec.http2. Http2Exception.StreamException
 
streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2. Http2Exception
获取与异常关联的流ID。
streamId() - Method in class io.netty.handler.codec.spdy. DefaultSpdyStreamFrame
 
streamId() - Method in class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
 
streamId() - Method in interface io.netty.handler.codec.spdy. SpdyStreamFrame
返回此帧的Stream-ID。
streamId() - Method in interface io.netty.handler.codec.spdy. SpdyWindowUpdateFrame
返回此帧的Stream-ID。
streamIdentifier() - Method in class io.netty.channel.sctp. SctpMessage
返回流标识符
streamMayHaveExisted(int) - Method in class io.netty.handler.codec.http2. DefaultHttp2Connection
 
streamMayHaveExisted(int) - Method in interface io.netty.handler.codec.http2. Http2Connection
指示给定流是否可能存在于此连接中。
STRICT - Static variable in class io.netty.handler.codec.http.cookie. ClientCookieDecoder
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内
STRICT - Static variable in class io.netty.handler.codec.http.cookie. ClientCookieEncoder
验证名称和值字符的严格编码器位于有效范围内,并且(对于接受多个Cookie的方法)按照RFC6265中的规定,将Cookie按路径长度递减排序。
strict - Variable in class io.netty.handler.codec.http.cookie. CookieEncoder
 
STRICT - Static variable in class io.netty.handler.codec.http.cookie. ServerCookieDecoder
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内
STRICT - Static variable in class io.netty.handler.codec.http.cookie. ServerCookieEncoder
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内,并且(对于接受多个cookie的方法)只有一个cookie以任何给定名称进行编码。
StringDecoder - Class in io.netty.handler.codec.string
将收到的ByteBuf解码为String
StringDecoder() - Constructor for class io.netty.handler.codec.string. StringDecoder
用当前系统字符集创建一个新实例。
StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string. StringDecoder
用指定的字符集创建一个新的实例。
StringEncoder - Class in io.netty.handler.codec.string
将请求的String编码成ByteBuf
StringEncoder() - Constructor for class io.netty.handler.codec.string. StringEncoder
用当前系统字符集创建一个新实例。
StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string. StringEncoder
用指定的字符集创建一个新的实例。
SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
将其用作通配符来支持所有请求的子协议
submit(Runnable) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
submit(Runnable, T) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
submit(Callable<T>) - Method in class io.netty.util.concurrent. AbstractEventExecutor
 
submit(Runnable) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
submit(Runnable, T) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
submit(Callable<T>) - Method in class io.netty.util.concurrent. AbstractEventExecutorGroup
 
submit(Runnable) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
submit(Runnable, T) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
submit(Callable<T>) - Method in interface io.netty.util.concurrent. EventExecutorGroup
 
submit(Runnable) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
submit(Runnable, T) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
submit(Callable<T>) - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
submit(Runnable) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
submit(Runnable, T) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
submit(Callable<T>) - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
已过时。
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
subprotocols() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回支持的子协议的CSV
subscribe() - Static method in class io.netty.handler.codec.mqtt. MqttMessageBuilders
 
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
subSequence(int) - Method in class io.netty.util. AsciiString
将一系列字符复制到新字符串中。
subSequence(int, int) - Method in class io.netty.util. AsciiString
将一系列字符复制到新字符串中。
subSequence(int, int, boolean) - Method in class io.netty.util. AsciiString
复制或共享底层字节子序列的子集。
SucceededFuture< V> - Class in io.netty.util.concurrent
已经成功的CompleteFuture
SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent. SucceededFuture
创建一个新的实例。
SUCCESS - Static variable in class io.netty.handler.codec. DecoderResult
 
SUCCESS - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
SUCCESS - Static variable in class io.netty.handler.ssl. SslCloseCompletionEvent
 
SUCCESS - Static variable in class io.netty.handler.ssl. SslHandshakeCompletionEvent
 
SupportedCipherSuiteFilter - Class in io.netty.handler.ssl
此类将过滤所有请求的密码,但不支持当前的 SSLEngine
supportedProtocols() - Method in class io.netty.handler.ssl. ApplicationProtocolConfig
支持应用程序级别的协议。
supportsHostnameValidation() - Static method in class io.netty.handler.ssl. OpenSsl
返回 true如果 Hostname Validation是使用OpenSSL时支持。
supportsKeyManagerFactory() - Static method in class io.netty.handler.ssl. OpenSsl
返回 true如果 KeyManagerFactory是使用OpenSSL时支持。
SuppressForbidden - Annotation Type in io.netty.util
用于在整个类,方法或字段中禁止禁用apis错误的注释。
swapInt(int) - Static method in class io.netty.buffer. ByteBufUtil
切换指定的32位整数的字节顺序。
swapLong(long) - Static method in class io.netty.buffer. ByteBufUtil
切换指定的64位长整数的字节序。
swapMedium(int) - Static method in class io.netty.buffer. ByteBufUtil
切换指定的24位中等整数的字节顺序。
SwappedByteBuf - Class in io.netty.buffer
已过时。
使用小端存取,如getShortLEgetIntLE代替。
SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer. SwappedByteBuf
已过时。
 
swapShort(short) - Static method in class io.netty.buffer. ByteBufUtil
切换指定的16位短整数的字节序。
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
101交换协议
sync() - Method in interface io.netty.channel. ChannelFuture
 
sync() - Method in interface io.netty.channel. ChannelProgressiveFuture
 
sync() - Method in interface io.netty.channel. ChannelProgressivePromise
 
sync() - Method in interface io.netty.channel. ChannelPromise
 
sync() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
sync() - Method in class io.netty.channel. DefaultChannelPromise
 
sync() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
sync() - Method in interface io.netty.channel.group. ChannelGroupFuture
 
sync() - Method in class io.netty.channel. VoidChannelPromise
 
sync() - Method in class io.netty.util.concurrent. CompleteFuture
 
sync() - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
sync() - Method in class io.netty.util.concurrent. DefaultPromise
 
sync() - Method in class io.netty.util.concurrent. FailedFuture
 
sync() - Method in interface io.netty.util.concurrent. Future
等待这个未来,直到完成,并且在这个未来失败的时候重新引发失败的原因。
sync() - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
sync() - Method in interface io.netty.util.concurrent. ProgressivePromise
 
sync() - Method in interface io.netty.util.concurrent. Promise
 
syncUninterruptibly() - Method in interface io.netty.channel. ChannelFuture
 
syncUninterruptibly() - Method in interface io.netty.channel. ChannelProgressiveFuture
 
syncUninterruptibly() - Method in interface io.netty.channel. ChannelProgressivePromise
 
syncUninterruptibly() - Method in interface io.netty.channel. ChannelPromise
 
syncUninterruptibly() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
syncUninterruptibly() - Method in class io.netty.channel. DefaultChannelPromise
 
syncUninterruptibly() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
syncUninterruptibly() - Method in interface io.netty.channel.group. ChannelGroupFuture
 
syncUninterruptibly() - Method in class io.netty.channel. VoidChannelPromise
 
syncUninterruptibly() - Method in class io.netty.util.concurrent. CompleteFuture
 
syncUninterruptibly() - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
syncUninterruptibly() - Method in class io.netty.util.concurrent. DefaultPromise
 
syncUninterruptibly() - Method in class io.netty.util.concurrent. FailedFuture
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent. Future
等待这个未来,直到完成,并且在这个未来失败的时候重新引发失败的原因。
syncUninterruptibly() - Method in interface io.netty.util.concurrent. ProgressiveFuture
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent. ProgressivePromise
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent. Promise
 
SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt. UdtChannelOption
已过时。
OptionUDT.System_Receive_Buffer_Size
SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt. UdtChannelOption
已过时。
OptionUDT.System_Send_Buffer_Size

T

TA - Static variable in class io.netty.handler.codec.dns. DnsRecordType
DNSSEC信任机构记录N / A DNSSEC部署提议的一部分,不包含签名的DNS根目录。
takeTask() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
从任务队列中 Runnable一个 Runnable ,如果当前没有任务存在,则会阻塞。
target() - Method in class io.netty.handler.codec.xml. XmlProcessingInstruction
 
targetContentEncoding() - Method in class io.netty.handler.codec.http. HttpContentEncoder.Result
 
task() - Method in interface io.netty.util. Timeout
返回与此句柄关联的TimerTask
TCP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"TCP"
TCP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"TCP"
TCP_CORK - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_FASTOPEN - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_FASTOPEN_CONNECT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_KEEPCNT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_MD5SIG - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_MD5SIG_MAXKEYLEN - Static variable in class io.netty.channel.epoll. Native
 
TCP_NODELAY - Static variable in class io.netty.channel. ChannelOption
 
TCP_NOPUSH - Static variable in class io.netty.channel.kqueue. KQueueChannelOption
 
TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_QUICKACK - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
TCP_USER_TIMEOUT - Static variable in class io.netty.channel.epoll. EpollChannelOption
 
tcpInfo() - Method in class io.netty.channel.epoll. EpollSocketChannel
返回当前套接字的 TCP_INFO
tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll. EpollSocketChannel
更新并返回当前套接字的 TCP_INFO
TE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"te"
TE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"TE"
TEARDOWN - Static variable in class io.netty.handler.codec.rtsp. RtspMethods
TEARDOWN请求停止给定URI的流传送,释放与其关联的资源。
TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
307临时重定向(自HTTP / 1.1以来)
terminationFuture() - Method in class io.netty.channel. ThreadPerChannelEventLoopGroup
 
terminationFuture() - Method in interface io.netty.util.concurrent. EventExecutorGroup
返回Future ,当由此EventExecutorGroup管理的所有EventExecutor都已终止时,会通知该信息
terminationFuture() - Method in class io.netty.util.concurrent. GlobalEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent. ImmediateEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent. MultithreadEventExecutorGroup
 
terminationFuture() - Method in class io.netty.util.concurrent. NonStickyEventExecutorGroup
 
terminationFuture() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
 
text() - Method in class io.netty.handler.codec.http. HttpVersion
返回完整的协议版本文本,如 "HTTP/1.0"
text() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
返回此帧中的文本数据
text() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
返回此帧中的文本数据
text() - Method in enum io.netty.handler.codec.http2. HttpConversionUtil.ExtensionHeaderNames
 
text() - Method in class io.netty.handler.codec.xml. XmlDTD
 
text() - Method in class io.netty.handler.codec.xml. XmlEntityReference
 
TEXT_PLAIN - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"text/plain"
TextWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket文本框架
TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
创建一个新的空白文本框。
TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
用指定的文本字符串创建一个新的文本框架。
TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
用指定的二进制数据创建一个新的文本框架。
TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
用指定的文本字符串创建一个新的文本框架。
TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
用指定的二进制数据创建一个新的文本框架。
ThreadDeathWatcher - Class in io.netty.util
已过时。
将在下一个主要版本中删除
threadGroup - Variable in class io.netty.util.concurrent. DefaultThreadFactory
 
threadLocalDirectBuffer() - Static method in class io.netty.buffer. ByteBufUtil
如果可用,则返回缓存的线程本地直接缓冲区。
threadLocalMap() - Method in class io.netty.util.concurrent. FastThreadLocalThread
返回保持线程局部变量绑定到此线程的内部数据结构。
ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider实现,它使用ThreadLocal来存储对Marshaller实例的引用。
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling. ThreadLocalMarshallerProvider
创建一个ThreadLocalMarshallerProvider的新实例
ThreadLocalUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider实现,它使用ThreadLocal来存储对Unmarshaller实例的引用。
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling. ThreadLocalUnmarshallerProvider
ThreadPerChannelEventLoop - Class in io.netty.channel
SingleThreadEventLoop这是用来处理OIO Channel的。
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - Constructor for class io.netty.channel. ThreadPerChannelEventLoop
 
ThreadPerChannelEventLoopGroup - Class in io.netty.channel
一个EventLoopGroup创建一个EventLoopChannel
ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel. ThreadPerChannelEventLoopGroup
创建一个没有限制的新的ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel. ThreadPerChannelEventLoopGroup
创建一个新的ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel. ThreadPerChannelEventLoopGroup
创建一个新的ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel. ThreadPerChannelEventLoopGroup
创建一个新的ThreadPerChannelEventLoopGroup
ThreadPerTaskExecutor - Class in io.netty.util.concurrent
 
ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent. ThreadPerTaskExecutor
 
threadProperties() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
返回ThreadProperties的的Thread是权力SingleThreadEventExecutor
ThreadProperties - Interface in io.netty.util.concurrent
公开 Thread详细信息。
TICKET_KEY_SIZE - Static variable in class io.netty.handler.ssl. OpenSslSessionTicketKey
会话滚动键的大小
ticketKeyFail() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户提交的票单与列表中任何键不匹配的次数。
ticketKeyNew() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户没有出示票的次数,然后我们发出新票
ticketKeyRenew() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端提供从旧密钥导出的票证的次数,然后我们升级到主键。
ticketKeyResume() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端提供从主键派生的故障单的次数。
TIME - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"time"
TIME - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"time"
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"timeout"
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"timeout"
Timeout - Interface in io.netty.util
Timer返回的TimerTask关联的句柄
TimeoutException - Exception in io.netty.handler.timeout
A TimeoutException当在一定时间内没有数据被读取或写入时。
timeouts() - Method in class io.netty.handler.ssl. OpenSslSessionStats
返回客户端建议的会话数量,可以在服务器模式的内部或外部会话缓存中找到,但由于超时而无效。
timer() - Method in interface io.netty.util. Timeout
返回创建此句柄的Timer
Timer - Interface in io.netty.util
时间表TimerTask用于后台线程中的一次性未来执行。
TimerTask - Interface in io.netty.util
Timer.newTimeout(TimerTask, long, TimeUnit)指定的延迟后执行的任务。
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"timestamp"
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Timestamp"
timeToLive() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
timeToLive() - Method in interface io.netty.handler.codec.dns. DnsQuestion
未使用的财产。
timeToLive() - Method in interface io.netty.handler.codec.dns. DnsRecord
在阅读此资源记录后,返回生活的时间。
tinyCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocator
tinyCacheSize() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
返回微小缓存的大小。
tinySubpages() - Method in interface io.netty.buffer. PoolArenaMetric
返回一个不可修改的List ,其中包含PoolSubpageMetric个小的子页面。
TKEY - Static variable in class io.netty.handler.codec.dns. DnsRecordType
密钥记录RFC 2930一种提供密钥资料的方法,与伴随的KEY RR中的公共密钥一起使用的TSIG使用。
TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
TLSA - Static variable in class io.netty.handler.codec.dns. DnsRecordType
TLSA证书关联记录RFC 6698用于命名实体(DANE)的基于DNS的身份验证的记录。
tlvs() - Method in class io.netty.handler.codec.haproxy. HAProxyMessage
如果不存在TLV,则返回HAProxyTLV列表或空列表。
toAddressString(InetAddress) - Static method in class io.netty.util. NetUtil
返回 String表示 InetAddress
toAddressString(InetAddress, boolean) - Static method in class io.netty.util. NetUtil
返回 String表示 InetAddress
toArray() - Method in class io.netty.channel.group. DefaultChannelGroup
 
toArray(T[]) - Method in class io.netty.channel.group. DefaultChannelGroup
 
toByteArray() - Method in class io.netty.util. AsciiString
将此字符串转换为字节数组。
toByteArray(int, int) - Method in class io.netty.util. AsciiString
将此字符串的子集转换为字节数组。
toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
创建一个包含来自给定异常的错误消息的缓冲区。
toByteIndex(int) - Method in class io.netty.buffer. CompositeByteBuf
 
toCharArray() - Method in class io.netty.util. AsciiString
将此字符串中的字符复制到字符数组。
toCharArray(int, int) - Method in class io.netty.util. AsciiString
将此字符串中的字符复制到字符数组。
toComponentIndex(int) - Method in class io.netty.buffer. CompositeByteBuf
返回给定偏移量的索引
toFullHttpRequest(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
创建一个新的对象来包含请求数据
toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
创建一个新的对象来包含响应数据
toHintString() - Method in interface io.netty.util. ResourceLeakHint
返回一个人类可读的消息,可能使资源泄漏跟踪更容易。
toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
将给定的HTTP / 1.x标头转换为HTTP / 2标头。
toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
 
toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
 
toHttpHeaderValue() - Method in enum io.netty.handler.codec.http.websocketx. WebSocketVersion
 
toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
创建一个新的对象来包含请求数据。
toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2. HttpConversionUtil
创建一个新的对象来包含响应数据。
toInternalLevel() - Method in enum io.netty.handler.logging. LogLevel
仅限内部使用。
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer. AbstractByteBufAllocator
 
toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty.buffer. AbstractByteBufAllocator
 
toLowerCase() - Method in class io.netty.util. AsciiString
使用默认的Locale将此字符串中的字符转换为小写字母。
toMap() - Method in interface io.netty.channel. ChannelPipeline
将此管道转换为有序的 Map其键是处理程序名称,其值是处理程序。
toMap() - Method in class io.netty.channel. DefaultChannelPipeline
 
TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
429太多请求(RFC6585)
TooLongFrameException - Exception in io.netty.handler.codec
DecoderException当解码帧的长度大于允许的最大值时抛出。
TooLongFrameException() - Constructor for exception io.netty.handler.codec. TooLongFrameException
创建一个新的实例。
TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec. TooLongFrameException
创建一个新的实例。
TooLongFrameException(String) - Constructor for exception io.netty.handler.codec. TooLongFrameException
创建一个新的实例。
TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec. TooLongFrameException
创建一个新的实例。
topicName(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.PublishBuilder
 
topicName() - Method in class io.netty.handler.codec.mqtt. MqttPublishVariableHeader
 
topicName() - Method in class io.netty.handler.codec.mqtt. MqttTopicSubscription
 
topics() - Method in class io.netty.handler.codec.mqtt. MqttUnsubscribePayload
 
topicSubscriptions() - Method in class io.netty.handler.codec.mqtt. MqttSubscribePayload
 
toPoolName(Class<?>) - Static method in class io.netty.util.concurrent. DefaultThreadFactory
 
toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util. NetUtil
返回 String表示 InetSocketAddress
toSocketAddressString(String, int) - Static method in class io.netty.util. NetUtil
返回主机端口组合的 String表示形式。
toString() - Method in class io.netty.bootstrap. AbstractBootstrap
 
toString() - Method in class io.netty.bootstrap. AbstractBootstrapConfig
 
toString() - Method in class io.netty.bootstrap. BootstrapConfig
 
toString() - Method in class io.netty.bootstrap. ServerBootstrapConfig
 
toString(Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
toString() - Method in class io.netty.buffer. AbstractByteBuf
 
toString() - Method in class io.netty.buffer. AbstractByteBufAllocator
 
toString(Charset) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的可读字节解码为具有指定字符集名称的字符串。
toString(int, int, Charset) - Method in class io.netty.buffer. ByteBuf
将此缓冲区的子区域解码为具有指定字符集的字符串。
toString() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的字符串表示形式。
toString() - Method in class io.netty.buffer. CompositeByteBuf
 
toString() - Method in class io.netty.buffer. DefaultByteBufHolder
 
toString(Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
toString() - Method in class io.netty.buffer. EmptyByteBuf
 
toString() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
 
toString(Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
toString(int, int, Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
toString() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
toString() - Method in class io.netty.channel. AbstractChannel
返回此频道的 String表示形式。
toString() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
toString() - Method in class io.netty.channel. DefaultChannelId
 
toString() - Method in class io.netty.channel. DefaultChannelPipeline
返回此管道的 String表示形式。
toString() - Method in class io.netty.channel.group. DefaultChannelGroup
 
toString() - Method in class io.netty.channel.kqueue. AcceptFilter
 
toString() - Method in class io.netty.channel.local. LocalAddress
 
toString() - Method in class io.netty.channel. ReflectiveChannelFactory
 
toString() - Method in class io.netty.channel.sctp. SctpMessage
 
toString() - Method in class io.netty.channel.unix. DomainSocketAddress
 
toString() - Method in class io.netty.channel.unix. FileDescriptor
 
toString() - Method in class io.netty.channel.unix. PeerCredentials
 
toString() - Method in class io.netty.channel.unix. Socket
 
toString() - Method in class io.netty.channel. WriteBufferWaterMark
 
toString() - Method in class io.netty.handler.codec. DecoderResult
 
toString() - Method in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
toString() - Method in class io.netty.handler.codec. DefaultHeaders
 
toString() - Method in class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
toString() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsOptEcsRecord
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsPtrRecord
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsQuestion
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
toString() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
toString() - Method in class io.netty.handler.codec.dns. DnsOpCode
 
toString() - Method in class io.netty.handler.codec.dns. DnsRecordType
 
toString() - Method in class io.netty.handler.codec.dns. DnsResponseCode
返回此格式的错误消息DnsResponseCode
toString() - Method in class io.netty.handler.codec. EmptyHeaders
 
toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec. HeadersUtils
Helper用于实现DefaultHeaders toString和诸如DefaultHttpHeaders之类的包装。
toString() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
toString() - Method in class io.netty.handler.codec.http.cors. CorsConfig
 
toString() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
toString() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
toString() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
toString() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
toString() - Method in class io.netty.handler.codec.http. DefaultHttpResponse
 
toString() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
toString() - Method in class io.netty.handler.codec.http. HttpHeaders
 
toString() - Method in class io.netty.handler.codec.http. HttpMethod
 
toString() - Method in class io.netty.handler.codec.http. HttpResponseStatus
 
toString() - Method in class io.netty.handler.codec.http. HttpScheme
 
toString() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
toString() - Method in class io.netty.handler.codec.http. HttpVersion
返回完整的协议版本文本,如 "HTTP/1.0"
toString() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
toString() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
toString() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
toString() - Method in class io.netty.handler.codec.http. QueryStringDecoder
 
toString() - Method in class io.netty.handler.codec.http. QueryStringEncoder
返回由构造函数中指定的路径字符串和 QueryStringEncoder.addParam(String, String)方法添加的参数创建的URL编码的URI。
toString() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx. WebSocketScheme
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2PingFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2ResetFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2SettingsFrame
 
toString() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
toString() - Method in class io.netty.handler.codec.http2. Http2Flags
 
toString() - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
toString() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttConnAckVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttFixedHeader
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttMessage
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttMessageIdVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttPublishVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttSubAckPayload
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttSubscribePayload
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttTopicSubscription
 
toString() - Method in class io.netty.handler.codec.mqtt. MqttUnsubscribePayload
 
toString() - Method in class io.netty.handler.codec.redis. ArrayHeaderRedisMessage
 
toString() - Method in class io.netty.handler.codec.redis. ArrayRedisMessage
 
toString() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
toString() - Method in class io.netty.handler.codec.redis. ErrorRedisMessage
 
toString() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
toString() - Method in class io.netty.handler.codec.redis. IntegerRedisMessage
 
toString() - Method in class io.netty.handler.codec.redis. SimpleStringRedisMessage
 
toString() - Method in class io.netty.handler.codec.smtp. DefaultSmtpRequest
 
toString() - Method in class io.netty.handler.codec.smtp. DefaultSmtpResponse
 
toString() - Method in class io.netty.handler.codec.smtp. SmtpCommand
 
toString() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5InitialResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
toString() - Method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
toString() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyGoAwayFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyHeadersFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyPingFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyRstStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdySettingsFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynReplyFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdySynStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy. DefaultSpdyWindowUpdateFrame
 
toString() - Method in class io.netty.handler.codec.spdy. SpdySessionStatus
 
toString() - Method in class io.netty.handler.codec.spdy. SpdyStreamStatus
 
toString() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
toString() - Method in class io.netty.handler.codec.stomp. DefaultStompHeadersSubframe
 
toString() - Method in class io.netty.handler.codec.string. LineSeparator
以UTF-8编码返回行分隔符的 hex dump
toString() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
toString() - Method in class io.netty.handler.codec.xml. XmlContent
 
toString() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
 
toString() - Method in class io.netty.handler.codec.xml. XmlDTD
 
toString() - Method in class io.netty.handler.codec.xml. XmlElement
 
toString() - Method in class io.netty.handler.codec.xml. XmlElementEnd
 
toString() - Method in class io.netty.handler.codec.xml. XmlElementStart
 
toString() - Method in class io.netty.handler.codec.xml. XmlEntityReference
 
toString() - Method in class io.netty.handler.codec.xml. XmlNamespace
 
toString() - Method in class io.netty.handler.codec.xml. XmlProcessingInstruction
 
toString() - Method in class io.netty.handler.proxy. ProxyConnectionEvent
 
toString() - Method in class io.netty.handler.ssl. PemX509Certificate
 
toString() - Method in class io.netty.handler.ssl. SniCompletionEvent
 
toString() - Method in class io.netty.handler.ssl. SslCompletionEvent
 
toString() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
toString() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
toString() - Method in class io.netty.handler.traffic. TrafficCounter
 
toString() - Method in class io.netty.resolver.dns. DefaultDnsCache
 
toString() - Method in class io.netty.resolver.dns. NoopDnsCache
 
toString() - Method in class io.netty.util. AbstractConstant
 
toString() - Method in class io.netty.util. AsciiString
将整个字节字符串转换为 String
toString(int) - Method in class io.netty.util. AsciiString
使用 charset编码将整个字节字符串转换为 String
toString(int, int) - Method in class io.netty.util. AsciiString
平移[ startend )范围该字节字符串到的 String
toString() - Method in class io.netty.util.collection. ByteObjectHashMap
 
toString() - Method in class io.netty.util.collection. CharObjectHashMap
 
toString() - Method in class io.netty.util.collection. IntObjectHashMap
 
toString() - Method in class io.netty.util.collection. LongObjectHashMap
 
toString() - Method in class io.netty.util.collection. ShortObjectHashMap
 
toString() - Method in class io.netty.util.concurrent. DefaultPromise
 
toString() - Method in class io.netty.util. DomainNameMapping
 
toString() - Method in error io.netty.util. Signal
 
toString() - Method in class io.netty.util. Version
 
toStringBuilder() - Method in class io.netty.util.concurrent. DefaultPromise
 
totalBodyLength() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
totalBodyLength() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
返回总体长度。
totalBytesRead() - Method in class io.netty.channel. DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
totalPendingWriteBytes() - Method in class io.netty.channel. ChannelOutboundBuffer
 
totalRetrans() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
touch() - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
touch(Object) - Method in class io.netty.buffer. AbstractDerivedByteBuf
已过时。
 
touch() - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
touch(Object) - Method in class io.netty.buffer. AbstractReferenceCountedByteBuf
 
touch() - Method in class io.netty.buffer. ByteBuf
 
touch(Object) - Method in class io.netty.buffer. ByteBuf
 
touch() - Method in interface io.netty.buffer. ByteBufHolder
 
touch(Object) - Method in interface io.netty.buffer. ByteBufHolder
 
touch() - Method in class io.netty.buffer. CompositeByteBuf
 
touch(Object) - Method in class io.netty.buffer. CompositeByteBuf
 
touch() - Method in class io.netty.buffer. DefaultByteBufHolder
 
touch(Object) - Method in class io.netty.buffer. DefaultByteBufHolder
 
touch() - Method in class io.netty.buffer. EmptyByteBuf
 
touch(Object) - Method in class io.netty.buffer. EmptyByteBuf
 
touch() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
touch(Object) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
touch() - Method in interface io.netty.channel. AddressedEnvelope
 
touch(Object) - Method in interface io.netty.channel. AddressedEnvelope
 
touch() - Method in class io.netty.channel. DefaultAddressedEnvelope
 
touch(Object) - Method in class io.netty.channel. DefaultAddressedEnvelope
 
touch() - Method in class io.netty.channel. DefaultFileRegion
 
touch(Object) - Method in class io.netty.channel. DefaultFileRegion
 
touch() - Method in interface io.netty.channel. FileRegion
 
touch(Object) - Method in interface io.netty.channel. FileRegion
 
touch() - Method in class io.netty.channel.sctp. SctpMessage
 
touch(Object) - Method in class io.netty.channel.sctp. SctpMessage
 
touch() - Method in class io.netty.channel.socket. DatagramPacket
 
touch(Object) - Method in class io.netty.channel.socket. DatagramPacket
 
touch() - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
touch(Object) - Method in class io.netty.channel.udt. UdtMessage
已过时。
 
touch() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
touch(Object) - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
touch() - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
touch(Object) - Method in class io.netty.handler.codec.dns. DatagramDnsQuery
 
touch() - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
touch(Object) - Method in class io.netty.handler.codec.dns. DatagramDnsResponse
 
touch() - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
touch(Object) - Method in class io.netty.handler.codec.dns. DefaultDnsQuery
 
touch() - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
touch(Object) - Method in class io.netty.handler.codec.dns. DefaultDnsRawRecord
 
touch() - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
touch(Object) - Method in class io.netty.handler.codec.dns. DefaultDnsResponse
 
touch() - Method in interface io.netty.handler.codec.dns. DnsMessage
 
touch(Object) - Method in interface io.netty.handler.codec.dns. DnsMessage
 
touch() - Method in interface io.netty.handler.codec.dns. DnsQuery
 
touch(Object) - Method in interface io.netty.handler.codec.dns. DnsQuery
 
touch() - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
touch(Object) - Method in interface io.netty.handler.codec.dns. DnsRawRecord
 
touch() - Method in interface io.netty.handler.codec.dns. DnsResponse
 
touch(Object) - Method in interface io.netty.handler.codec.dns. DnsResponse
 
touch() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
touch(Object) - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
 
touch() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
touch(Object) - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
touch() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
touch(Object) - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
touch() - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http. DefaultHttpContent
 
touch() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
touch() - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
touch(Object) - Method in interface io.netty.handler.codec.http. FullHttpMessage
 
touch() - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
touch(Object) - Method in interface io.netty.handler.codec.http. FullHttpRequest
 
touch() - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
touch(Object) - Method in interface io.netty.handler.codec.http. FullHttpResponse
 
touch() - Method in interface io.netty.handler.codec.http. HttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http. HttpContent
 
touch() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
touch(Object) - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
 
touch() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http. LastHttpContent
 
touch() - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. AbstractDiskHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. AbstractHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. AbstractMemoryHttpData
 
touch() - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart. Attribute
 
touch() - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. DiskAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. DiskFileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart. FileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart. HttpData
 
touch() - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart. InterfaceHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. MemoryAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. MemoryFileUpload
 
touch() - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. MixedAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart. MixedFileUpload
 
touch() - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. BinaryWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. CloseWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. ContinuationWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. PingWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. PongWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. TextWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2DataFrame
 
touch() - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2GoAwayFrame
 
touch() - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2. DefaultHttp2UnknownFrame
 
touch() - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2. Http2DataFrame
 
touch() - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2. Http2GoAwayFrame
 
touch() - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2. Http2UnknownFrame
 
touch() - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary. AbstractBinaryMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheMessage
 
TOUCH - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
touch() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary. BinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary. DefaultBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary. DefaultFullBinaryMemcacheResponse
 
touch() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary. FullBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache. DefaultLastMemcacheContent
 
touch() - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache. DefaultMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache. FullMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache. LastMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache. MemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache. MemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache. MemcacheMessage
 
touch() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
touch(Object) - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
touch(Object) - Method in class io.netty.handler.codec.redis. ArrayRedisMessage
 
touch() - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
touch(Object) - Method in interface io.netty.handler.codec.redis. BulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
touch(Object) - Method in class io.netty.handler.codec.redis. DefaultBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
touch(Object) - Method in class io.netty.handler.codec.redis. DefaultLastBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
touch(Object) - Method in class io.netty.handler.codec.redis. FullBulkStringRedisMessage
 
touch() - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
touch(Object) - Method in interface io.netty.handler.codec.redis. LastBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
touch(Object) - Method in class io.netty.handler.codec.smtp. DefaultLastSmtpContent
 
touch() - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
touch(Object) - Method in class io.netty.handler.codec.smtp. DefaultSmtpContent
 
touch() - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
touch(Object) - Method in interface io.netty.handler.codec.smtp. LastSmtpContent
 
touch() - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
touch(Object) - Method in interface io.netty.handler.codec.smtp. SmtpContent
 
touch() - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
touch(Object) - Method in class io.netty.handler.codec.spdy. DefaultSpdyDataFrame
 
touch() - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.spdy. SpdyDataFrame
 
touch() - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp. DefaultLastStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp. DefaultStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
touch(Object) - Method in class io.netty.handler.codec.stomp. DefaultStompFrame
 
touch() - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp. LastStompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp. StompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp. StompFrame
 
touch(Object) - Method in interface io.netty.handler.codec.stomp. StompFrame
 
touch() - Method in class io.netty.handler.ssl. PemPrivateKey
 
touch(Object) - Method in class io.netty.handler.ssl. PemPrivateKey
 
touch() - Method in class io.netty.handler.ssl. PemX509Certificate
 
touch(Object) - Method in class io.netty.handler.ssl. PemX509Certificate
 
touch() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
touch(Object) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
touch() - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
touch(Object) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
touch() - Method in class io.netty.util. AbstractReferenceCounted
 
touch() - Method in interface io.netty.util. ReferenceCounted
记录此对象的当前访问位置以进行调试。
touch(Object) - Method in interface io.netty.util. ReferenceCounted
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
touch(T) - Static method in class io.netty.util. ReferenceCountUtil
试图调用ReferenceCounted.touch()如果指定的消息实现ReferenceCounted
touch(T, Object) - Static method in class io.netty.util. ReferenceCountUtil
试图调用ReferenceCounted.touch(Object)如果指定的消息实现ReferenceCounted
toUpperCase() - Method in class io.netty.util. AsciiString
使用默认的Locale将此字符串中的字符转换为大写。
toUri() - Method in class io.netty.handler.codec.http. QueryStringEncoder
返回由构造函数中指定的路径字符串和 QueryStringEncoder.addParam(String, String)方法添加的参数创建的URL编码的URI对象。
TRACE - Static variable in class io.netty.handler.codec.http. HttpMethod
TRACE方法用于调用请求消息的远程应用层回送。
traceEnabled(boolean) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置此解析器是否应该在异常消息中生成详细的跟踪信息,以便更容易理解解决失败的原因。
track(T) - Method in class io.netty.util. ResourceLeakDetector
创建一个新的ResourceLeakTracker ,当相关资源解除分配时,预计将通过ResourceLeakTracker.close(Object)关闭该新的ResourceLeakTracker
trafficCounter - Variable in class io.netty.handler.traffic. AbstractTrafficShapingHandler
流量计数器
trafficCounter() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
TrafficCounter - Class in io.netty.handler.traffic
计算速率限制流量的读取和写入字节数。
TrafficCounter(ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic. TrafficCounter
带有承载它的ScheduledExecutorService构造函数,使用ScheduledExecutorService的构造函数,其名称,以毫秒为单位的两次计算之间的checkInterval。
TrafficCounter(AbstractTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic. TrafficCounter
AbstractTrafficShapingHandler托管它的构造函数,要使用的计时器,其名称,两次计算之间的checkInterval(以毫秒为单位)。
TRAILER - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"trailer"
TRAILER - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Trailer"
TRAILERS - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"trailers"
TRAILERS - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"trailers"
trailers(boolean, AsciiString...) - Static method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
用于创建用于表示预告片的只读对象。
trailingHeaders() - Method in class io.netty.handler.codec.http. DefaultFullHttpRequest
 
trailingHeaders() - Method in class io.netty.handler.codec.http. DefaultFullHttpResponse
 
trailingHeaders() - Method in class io.netty.handler.codec.http. DefaultLastHttpContent
 
trailingHeaders() - Method in interface io.netty.handler.codec.http. LastHttpContent
 
TRANSACTION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"transfer-encoding"
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Transfer-Encoding"
transfered() - Method in class io.netty.channel. DefaultFileRegion
已过时。
transfered() - Method in interface io.netty.channel. FileRegion
已过时。
改为使用FileRegion.transferred()
transferred() - Method in class io.netty.channel. DefaultFileRegion
 
transferred() - Method in interface io.netty.channel. FileRegion
返回已经传输的字节。
transferredBytes() - Method in class io.netty.handler.stream. ChunkedNioStream
返回传输的字节数。
transferredBytes() - Method in class io.netty.handler.stream. ChunkedStream
返回传输的字节数。
transferTo(WritableByteChannel, long) - Method in class io.netty.channel. DefaultFileRegion
 
transferTo(WritableByteChannel, long) - Method in interface io.netty.channel. FileRegion
将此文件区域的内容传输到指定的通道。
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"transport"
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Transport"
transportProtocol() - Method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
返回此协议和地址系列的HAProxyProxiedProtocol.TransportProtocol
trim(CharSequence) - Static method in class io.netty.util. AsciiString
复制此字符串,从字符串的开头和结尾删除空格字符,并尽可能不复制。
trim() - Method in class io.netty.util. AsciiString
复制此字符串,从字符串的开头和结尾删除空格字符,而不进行复制。
TRUE_SUPPLIER - Static variable in interface io.netty.util. BooleanSupplier
总是返回 true并永不抛出的供应商。
TRUE_SUPPLIER - Static variable in interface io.netty.util. UncheckedBooleanSupplier
始终返回 true并永不抛出的供应商。
trustManager(File) - Method in class io.netty.handler.ssl. SslContextBuilder
受信任的证书用于验证远程端点的证书。
trustManager(InputStream) - Method in class io.netty.handler.ssl. SslContextBuilder
受信任的证书用于验证远程端点的证书。
trustManager(X509Certificate...) - Method in class io.netty.handler.ssl. SslContextBuilder
用于验证远程端点证书的可信证书, null使用系统默认值。
trustManager(TrustManagerFactory) - Method in class io.netty.handler.ssl. SslContextBuilder
可信经理验证远程终端的证书。
tryFailure(Throwable) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
tryFailure(Throwable) - Method in class io.netty.channel. VoidChannelPromise
 
tryFailure(Throwable) - Method in class io.netty.util.concurrent. DefaultPromise
 
tryFailure(Throwable) - Method in interface io.netty.util.concurrent. Promise
将这个未来标志为失败并通知所有听众。
tryProgress(long, long) - Method in class io.netty.util.concurrent. DefaultProgressivePromise
 
tryProgress(long, long) - Method in interface io.netty.util.concurrent. ProgressivePromise
尝试设置操作的当前进度,并通知实施GenericProgressiveFutureListener的听众。
trySuccess() - Method in interface io.netty.channel. ChannelPromise
 
trySuccess() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
trySuccess() - Method in class io.netty.channel. DefaultChannelPromise
 
trySuccess() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
trySuccess(Void) - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
trySuccess() - Method in class io.netty.channel. VoidChannelPromise
 
trySuccess(Void) - Method in class io.netty.channel. VoidChannelPromise
 
trySuccess(V) - Method in class io.netty.util.concurrent. DefaultPromise
 
trySuccess(V) - Method in interface io.netty.util.concurrent. Promise
将这个未来标志为成功并通知所有听众。
TSIG - Static variable in class io.netty.handler.codec.dns. DnsRecordType
事务签名记录RFC 2845可用于验证来自已批准客户端的动态更新,或者验证来自类似于DNSSEC的已批准递归名称服务器的响应。
TTL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"ttl"
TTL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"ttl"
ttl(int, int) - Method in class io.netty.resolver.dns. DnsNameResolverBuilder
设置缓存的DNS资源记录的最小和最大TTL(以秒为单位)。
TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
TXT - Static variable in class io.netty.handler.codec.dns. DnsRecordType
文本记录RFC 1035最初用于DNS记录中的任意人类可读文本。
type() - Method in class io.netty.channel.udt.nio. NioUdtProvider
已过时。
UDT插座类型。
type() - Method in class io.netty.handler.codec.dns. AbstractDnsRecord
 
type() - Method in interface io.netty.handler.codec.dns. DnsRecord
返回此资源记录的类型。
type() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
返回此TLV的HAProxyTLV.Type
type() - Method in class io.netty.handler.codec.http2. Http2FrameStreamEvent
 
type() - Method in class io.netty.handler.codec.socks. SocksMessage
type() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandRequest
返回此请求的类型。
type() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v5. Socks5CommandRequest
返回此请求的类型。
type() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
typeByteValue() - Method in class io.netty.handler.codec.haproxy. HAProxyTLV
以字节形式返回TLV的类型
typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyTLV.Type
按照PROXY协议1.5规范中的定义,返回HAProxyTLV.Type的特定字节值。如果字节值不是官方值,则返回HAProxyTLV.Type.OTHER

U

UDP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"UDP"
UDP - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"UDP"
UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix. Socket
 
UdtChannel - Interface in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
UdtChannelConfig - Interface in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
UdtChannelOption< T> - Class in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
UdtMessage - Class in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
UdtMessage(ByteBuf) - Constructor for class io.netty.channel.udt. UdtMessage
已过时。
 
UdtServerChannel - Interface in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
UdtServerChannelConfig - Interface in io.netty.channel.udt
已过时。
UDT运输不再维护并将被移除。
uid() - Method in class io.netty.channel.unix. PeerCredentials
 
UIO_MAX_IOV - Static variable in class io.netty.channel.unix. Limits
 
UNACCEPTED - Static variable in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
表示服务器不接受客户提出的任何验证方法。
unacked() - Method in class io.netty.channel.epoll. EpollTcpInfo
 
UnaryPromiseNotifier< T> - Class in io.netty.util.concurrent
 
UnaryPromiseNotifier(Promise<? super T>) - Constructor for class io.netty.util.concurrent. UnaryPromiseNotifier
 
UNAUTHORIZED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
401未经授权
UNAUTHORIZED - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
401未经授权
unavailabilityCause() - Static method in class io.netty.channel.epoll. Epoll
返回 netty-transport-native-epoll不可用的 原因
unavailabilityCause() - Static method in class io.netty.channel.kqueue. KQueue
返回 netty-transport-native-kqueue不可用的 原因
unavailabilityCause() - Static method in class io.netty.handler.ssl. OpenSsl
返回 netty-tcnative及其OpenSSL支持不可用的原因。
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio. NioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio. NioSctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio. OioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio. OioSctpServerChannel
 
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp. SctpChannel
从通道的多址地址列表中解除绑定地址。
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp. SctpChannel
从通道的多址地址列表中解除绑定地址。
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp. SctpServerChannel
从通道的多址地址列表中解除绑定地址。
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp. SctpServerChannel
从通道的多址地址列表中解除绑定地址。
uncachedRedirectDnsServerStream(List<InetSocketAddress>) - Method in class io.netty.resolver.dns. DnsNameResolver
提供在重定向DNS查询之前排序名称服务器的机会。
UncheckedBooleanSupplier - Interface in io.netty.util
表示 boolean结果的供应商,它不会抛出任何检查的异常。
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
unconsumedBytes(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2LocalFlowController
已接收但尚未由应用程序使用的给定流的字节数。
UNDEFINED_MAX_AGE - Static variable in interface io.netty.handler.codec.http.cookie. Cookie
用于未定义的MaxAge属性值的常量。
UNFINISHED - Static variable in class io.netty.handler.codec. DecoderResult
 
UNICAST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"unicast"
UNICAST - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"unicast"
UniformStreamByteDistributor - Class in io.netty.handler.codec.http2
A StreamByteDistributor忽略流优先级并将字节统一分配给所有流。
UniformStreamByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2. UniformStreamByteDistributor
 
UniqueIpFilter - Class in io.netty.handler.ipfilter
这个类可以确保在任何时候每个IP地址最多只有一个连接到服务器的Channel
UniqueIpFilter() - Constructor for class io.netty.handler.ipfilter. UniqueIpFilter
 
UNIX - Static variable in class io.netty.handler.codec.string. LineSeparator
Unix行分隔符(LF)
UnixChannel - Interface in io.netty.channel.unix
Channel公开仅存在于UNIX类似系统上的操作。
UnixChannelOption< T> - Class in io.netty.channel.unix
 
UnixChannelOption() - Constructor for class io.netty.channel.unix. UnixChannelOption
 
UnixChannelUtil - Class in io.netty.channel.unix
 
UnixResolverDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
能够解析文件(如 /etc/resolv.conf/etc/resolver)以尊重系统默认域服务器。
UnixResolverDnsServerAddressStreamProvider(File, File...) - Constructor for class io.netty.resolver.dns. UnixResolverDnsServerAddressStreamProvider
解析格式为 /etc/resolv.conf的文件,其中可能包含要使用的默认DNS服务器,并且还会覆盖个别域。
UnixResolverDnsServerAddressStreamProvider(String, String) - Constructor for class io.netty.resolver.dns. UnixResolverDnsServerAddressStreamProvider
解析格式为 /etc/resolv.conf的文件,其中可能包含要使用的默认DNS服务器,并且还会覆盖个别域。
UNKNOWN_COMMAND - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheResponseStatus
 
UnknownSocksRequest - Class in io.netty.handler.codec.socks
未知的袜子请求。
UnknownSocksRequest() - Constructor for class io.netty.handler.codec.socks. UnknownSocksRequest
 
UnknownSocksResponse - Class in io.netty.handler.codec.socks
一个未知的袜子反应。
UnknownSocksResponse() - Constructor for class io.netty.handler.codec.socks. UnknownSocksResponse
 
UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
此提供商有责任为Unmarshaller获得Unmarshaller
unmodifiableBuffer(ByteBuf) - Static method in class io.netty.buffer. Unpooled
已过时。
unmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer. Unpooled
将给定的ByteBuf包装在一个不可修改的ByteBuf
unmodifiableMap(ByteObjectMap<V>) - Static method in class io.netty.util.collection. ByteCollections
在给定的地图周围创建一个不可修改的包装。
unmodifiableMap(CharObjectMap<V>) - Static method in class io.netty.util.collection. CharCollections
在给定的地图周围创建一个不可修改的包装。
unmodifiableMap(IntObjectMap<V>) - Static method in class io.netty.util.collection. IntCollections
在给定的地图周围创建一个不可修改的包装。
unmodifiableMap(LongObjectMap<V>) - Static method in class io.netty.util.collection. LongCollections
在给定的地图周围创建一个不可修改的包装。
unmodifiableMap(ShortObjectMap<V>) - Static method in class io.netty.util.collection. ShortCollections
在给定的地图周围创建一个不可修改的包装。
UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
425无序集合(WebDAV,RFC3648)
UnorderedThreadPoolEventExecutor - Class in io.netty.util.concurrent
EventExecutor实现,因为可能有多个线程正在执行这些任务,所以未对所提交的任务执行的排序作任何保证。
UnorderedThreadPoolEventExecutor(int) - Constructor for class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
UnorderedThreadPoolEventExecutor(int, ThreadFactory) - Constructor for class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
ScheduledThreadPoolExecutor.ScheduledThreadPoolExecutor(int, ThreadFactory)
UnorderedThreadPoolEventExecutor(int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
UnorderedThreadPoolEventExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent. UnorderedThreadPoolEventExecutor
ScheduledThreadPoolExecutor.ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler)
Unpooled - Class in io.netty.buffer
通过分配新空间或包装或复制现有字节数组,字节缓冲区和字符串来创建新的ByteBuf
UnpooledByteBufAllocator - Class in io.netty.buffer
单纯的ByteBufAllocator实现不会集合任何东西。
UnpooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer. UnpooledByteBufAllocator
创建一个使用泄漏检测直接缓冲区的新实例。
UnpooledByteBufAllocator(boolean, boolean) - Constructor for class io.netty.buffer. UnpooledByteBufAllocator
创建一个新的实例
UnpooledByteBufAllocator(boolean, boolean, boolean) - Constructor for class io.netty.buffer. UnpooledByteBufAllocator
创建一个新的实例
UnpooledDirectByteBuf - Class in io.netty.buffer
基于NIO ByteBuffer的缓冲区。
UnpooledDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer. UnpooledDirectByteBuf
创建一个新的直接缓冲区。
UnpooledDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer. UnpooledDirectByteBuf
通过包装指定的初始缓冲区来创建一个新的直接缓冲区。
UnpooledHeapByteBuf - Class in io.netty.buffer
Big endian Java堆缓冲区实现。
UnpooledHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer. UnpooledHeapByteBuf
用新分配的字节数组创建一个新的堆缓冲区。
UnpooledHeapByteBuf(ByteBufAllocator, byte[], int) - Constructor for class io.netty.buffer. UnpooledHeapByteBuf
用现有的字节数组创建一个新的堆缓冲区。
UnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
基于NIO ByteBuffer的缓冲区。
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer. UnpooledUnsafeDirectByteBuf
创建一个新的直接缓冲区。
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer. UnpooledUnsafeDirectByteBuf
通过包装指定的初始缓冲区来创建一个新的直接缓冲区。
UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
422不可处理的实体(WebDAV,RFC4918)
unreleasableBuffer(ByteBuf) - Static method in class io.netty.buffer. Unpooled
在给定的ByteBuf上返回一个无法释放的视图,这将忽略释放并保留呼叫。
unsafe() - Method in class io.netty.channel. AbstractChannel
 
unsafe() - Method in interface io.netty.channel. Channel
返回提供不安全操作 的仅供内部使用的对象。
unsafe() - Method in class io.netty.channel.embedded. EmbeddedChannel
 
unsafe() - Method in class io.netty.channel.nio. AbstractNioChannel
 
unsubscribe() - Static method in class io.netty.handler.codec.mqtt. MqttMessageBuilders
 
UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"unsupported"
UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Unsupported"
unsupported() - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelectionListener
已过时。
调用回调以让应用程序知道对等方不支持此ApplicationProtocolNegotiator
unsupported() - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.ProtocolSelector
已过时。
调用回调让应用程序知道对等方不支持此ApplicationProtocolNegotiator
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
415不支持的媒体类型
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
415不支持的媒体类型
UNSUPPORTED_TRANSPORT - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
461不支持的运输
UNSUPPORTED_VERSION - Static variable in class io.netty.handler.codec.spdy. SpdyStreamStatus
4不支持的版本
UnsupportedMessageTypeException - Exception in io.netty.handler.codec
如果编解码器接收到不支持的消息则抛出。
UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty.handler.codec. UnsupportedMessageTypeException
 
UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec. UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec. UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec. UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec. UnsupportedMessageTypeException
 
UnsupportedValueConverter< V> - Class in io.netty.handler.codec
UnsupportedOperationException将从所有被抛出ValueConverter方法。
unvoid() - Method in interface io.netty.channel. ChannelProgressivePromise
 
unvoid() - Method in interface io.netty.channel. ChannelPromise
返回一个新ChannelPromise如果ChannelFuture.isVoid()回报true否则本身。
unvoid() - Method in class io.netty.channel. DefaultChannelProgressivePromise
 
unvoid() - Method in class io.netty.channel. DefaultChannelPromise
 
unvoid() - Method in class io.netty.channel. DelegatingChannelPromiseNotifier
 
unvoid() - Method in class io.netty.channel. VoidChannelPromise
 
unwatch(Thread, Runnable) - Static method in class io.netty.util. ThreadDeathWatcher
已过时。
通过 ThreadDeathWatcher.watch(Thread, Runnable)取消预定的任务。
unwrap() - Method in class io.netty.buffer. ByteBuf
如果此缓冲区是另一个缓冲区的包装,则返回底层缓冲区实例。
unwrap() - Method in class io.netty.buffer. CompositeByteBuf
 
unwrap() - Method in class io.netty.buffer. DuplicatedByteBuf
已过时。
 
unwrap() - Method in class io.netty.buffer. EmptyByteBuf
 
unwrap() - Method in class io.netty.buffer. ReadOnlyByteBuf
已过时。
 
unwrap() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
unwrap() - Method in class io.netty.buffer. UnpooledDirectByteBuf
 
unwrap() - Method in class io.netty.buffer. UnpooledHeapByteBuf
 
unwrap() - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
unwrap(ByteBuffer[], int, int, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer[], ByteBuffer[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
UPDATE - Static variable in class io.netty.handler.codec.dns. DnsOpCode
“更新”DNS操作码,如 RFC2136中所定义。
updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
显式更新依赖关系树。
updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2. StreamByteDistributor
显式更新依赖关系树。
updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2. UniformStreamByteDistributor
 
updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
 
updateLastExecutionTime() - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
更新内部时间戳,告知最近执行提交的任务的时间。
updateStreamableBytes(StreamByteDistributor.StreamState) - Method in interface io.netty.handler.codec.http2. StreamByteDistributor
当流的流传输字节已更改时调用。
updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2. UniformStreamByteDistributor
 
updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
 
UPGRADE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"Upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"upgrade"
UPGRADE_REQUIRED - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
需要升级(RFC2817)
upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpClientCodec
从HTTP升级到另一个协议。
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http. HttpClientUpgradeHandler.SourceCodec
从管道中移除此编解码器(即所有关联的处理程序)。
upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http. HttpServerCodec
从HTTP升级到另一个协议。
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http. HttpServerUpgradeHandler.SourceCodec
从管道中移除此编解码器(即所有关联的处理程序)。
upgradeRequest() - Method in class io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeEvent
获取触发协议升级的请求。
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in interface io.netty.handler.codec.http. HttpClientUpgradeHandler.UpgradeCodec
从源代码编解码器执行HTTP协议升级。
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in interface io.netty.handler.codec.http. HttpServerUpgradeHandler.UpgradeCodec
从源代码编解码器执行HTTP协议升级。
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.codec.http2. Http2ClientUpgradeCodec
 
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http2. Http2ServerUpgradeCodec
 
uri() - Method in class io.netty.handler.codec.http. DefaultHttpRequest
 
uri() - Method in interface io.netty.handler.codec.http. HttpRequest
返回请求的URI(或者路径)
uri() - Method in class io.netty.handler.codec.http. QueryStringDecoder
返回用于初始化此QueryStringDecoder的uri。
uri() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
返回网络套接字的URI。 例如
uri() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回Web套接字的URL
uri() - Method in class io.netty.handler.codec.xml. XmlNamespace
 
URL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Values
已过时。
"url"
URL - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderValues
"url"
US_ASCII - Static variable in class io.netty.util. CharsetUtil
7位ASCII,如ISO646-US或Unicode字符集的基本拉丁块
usage() - Method in interface io.netty.buffer. PoolChunkMetric
返回块的当前使用的百分比。
USE_PROXY - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
305使用代理(自HTTP / 1.1)
USE_PROXY - Static variable in class io.netty.handler.codec.rtsp. RtspResponseStatuses
305使用代理
usedDirectMemory() - Method in interface io.netty.buffer. ByteBufAllocatorMetric
如果未知,则返回ByteBufAllocator-1使用的直接内存的字节数。
usedDirectMemory() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
 
usedHeapMemory() - Method in interface io.netty.buffer. ByteBufAllocatorMetric
如果未知,则返回ByteBufAllocator-1使用的堆内存的字节数。
usedHeapMemory() - Method in class io.netty.buffer. PooledByteBufAllocatorMetric
 
USER_AGENT - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"user-agent"
USER_AGENT - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"User-Agent"
USER_AGENT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"user-agent"
USER_AGENT - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"User-Agent"
userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic. GlobalTrafficShapingHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in interface io.netty.channel. ChannelInboundHandler
获取调用是否触发了用户事件。
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel. ChannelInboundHandlerAdapter
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. ByteToMessageDecoder
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec. DatagramPacketDecoder
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http. HttpObjectDecoder
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2. Http2FrameCodec
处理明文HTTP升级事件。
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging. LoggingHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl. ApplicationProtocolNegotiationHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ocsp. OcspClientHandler
 
userId() - Method in class io.netty.handler.codec.socksx.v4. DefaultSocks4CommandRequest
 
userId() - Method in interface io.netty.handler.codec.socksx.v4. Socks4CommandRequest
返回此请求的 USERID字段。
userName() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
username(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
username() - Method in class io.netty.handler.codec.socks. SocksAuthRequest
返回需要认证的用户名
username() - Method in class io.netty.handler.codec.socksx.v5. DefaultSocks5PasswordAuthRequest
 
username() - Method in interface io.netty.handler.codec.socksx.v5. Socks5PasswordAuthRequest
返回此请求的用户名。
username() - Method in class io.netty.handler.proxy. HttpProxyHandler
 
username() - Method in class io.netty.handler.proxy. Socks4ProxyHandler
 
username() - Method in class io.netty.handler.proxy. Socks5ProxyHandler
 
utf8Bytes(CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
返回UTF8字符序列的确切字节长度。
Utf8FrameValidator - Class in io.netty.handler.codec.http.websocketx
 
Utf8FrameValidator() - Constructor for class io.netty.handler.codec.http.websocketx. Utf8FrameValidator
 
utf8MaxBytes(int) - Static method in class io.netty.buffer. ByteBufUtil
返回给定长度的UTF8字符序列的最大字节长度。
utf8MaxBytes(CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
返回UTF8字符序列的最大字节长度。
UTF_16 - Static variable in class io.netty.util. CharsetUtil
16位UTF(UCS转换格式),其字节顺序由可选的字节顺序标记标识
UTF_16BE - Static variable in class io.netty.util. CharsetUtil
字节顺序为big-endian的16位UTF(UCS转换格式)
UTF_16LE - Static variable in class io.netty.util. CharsetUtil
字节顺序为小端的16位UTF(UCS转换格式)
UTF_8 - Static variable in class io.netty.util. CharsetUtil
8位UTF(UCS转换格式)

V

validate() - Method in class io.netty.bootstrap. AbstractBootstrap
验证所有参数。
validate() - Method in class io.netty.bootstrap. Bootstrap
 
validate() - Method in class io.netty.bootstrap. ServerBootstrap
 
validate(T) - Method in class io.netty.channel. ChannelOption
验证为ChannelOption设置的值。
validate(ChannelOption<T>, T) - Method in class io.netty.channel. DefaultChannelConfig
 
validateCookie(String, String) - Method in class io.netty.handler.codec.http.cookie. CookieEncoder
 
validateHeaders - Variable in class io.netty.handler.codec.http. HttpObjectDecoder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2. AbstractHttp2ConnectionHandlerBuilder
根据 RFC 7540, 8.1.2.6设置HTTP头是否应该被验证。
validateHeaders() - Method in class io.netty.handler.codec.http2. DefaultHttp2HeadersDecoder
确定是否应根据解码操作验证头文件。
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandlerBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2. Http2FrameCodecBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2. Http2MultiplexCodecBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandlerBuilder
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2. AbstractInboundHttp2ToHttpAdapterBuilder
指定是否应执行HTTP头的验证。
validateHttpHeaders - Variable in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapter
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2. InboundHttp2ToHttpAdapterBuilder
 
validateName(K) - Method in interface io.netty.handler.codec. DefaultHeaders.NameValidator
验证 name是否有效。
validateValue(String, String) - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
已过时。
CookieUtil是私有包,将在删除旧的Cookie API后删除
value() - Method in enum io.netty.channel.rxtx. RxtxChannelConfig.Databits
已过时。
 
value() - Method in enum io.netty.channel.rxtx. RxtxChannelConfig.Paritybit
已过时。
 
value() - Method in enum io.netty.channel.rxtx. RxtxChannelConfig.Stopbits
已过时。
 
value() - Method in class io.netty.channel.rxtx. RxtxDeviceAddress
已过时。
 
value - Variable in class io.netty.handler.codec. DefaultHeaders.HeaderEntry
 
value() - Method in interface io.netty.handler.codec.http.cookie. Cookie
返回此Cookie的值。
value() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
value() - Method in class io.netty.handler.codec.http2. Http2Flags
获取基础标志值。
value() - Method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
 
value() - Method in enum io.netty.handler.codec.mqtt. MqttMessageType
 
value() - Method in enum io.netty.handler.codec.mqtt. MqttQoS
 
value() - Method in class io.netty.handler.codec.redis. IntegerRedisMessage
获得长期价值IntegerRedisMessage
value() - Method in enum io.netty.handler.codec.redis. RedisMessageType
返回此类型的前缀 byte
value() - Method in class io.netty.handler.codec.string. LineSeparator
返回此行分隔符的字符串值。
value() - Method in class io.netty.handler.codec.xml. XmlAttribute
 
value() - Method in interface io.netty.util.collection. ByteObjectMap.PrimitiveEntry
获取此条目的值。
value() - Method in interface io.netty.util.collection. CharObjectMap.PrimitiveEntry
获取此条目的值。
value() - Method in interface io.netty.util.collection. IntObjectMap.PrimitiveEntry
获取此条目的值。
value() - Method in interface io.netty.util.collection. LongObjectMap.PrimitiveEntry
获取此条目的值。
value() - Method in interface io.netty.util.collection. ShortObjectMap.PrimitiveEntry
获取此条目的值。
valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
相当于 HttpHeaders.getAll(String)但可能不会生成中间列表。
valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
valueConverter() - Method in class io.netty.handler.codec. DefaultHeaders
 
ValueConverter< T> - Interface in io.netty.handler.codec
将通用对象转换为该类型或从通用对象转换为该类型。
valueIterator(K) - Method in class io.netty.handler.codec. DefaultHeaders
相当于 DefaultHeaders.getAll(Object)但没有生成中间列表。
valueIterator(K) - Method in class io.netty.handler.codec. EmptyHeaders
等同于 EmptyHeaders.getAll(Object)但不生成中间列表。
valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http2. Http2Headers
等同于 Headers.getAll(Object)但不生成中间列表。
valueIterator(CharSequence) - Method in class io.netty.handler.codec.http2. ReadOnlyHttp2Headers
 
valueOf(String) - Static method in class io.netty.channel. ChannelOption
返回指定名称的ChannelOption
valueOf(Class<?>, String) - Static method in class io.netty.channel. ChannelOption
valueOf(String) - Static method in enum io.netty.channel.epoll. EpollMode
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.channel.pool. FixedChannelPool.AcquireTimeoutAction
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Databits
已过时。
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Databits
已过时。
 
valueOf(String) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Paritybit
已过时。
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Paritybit
已过时。
 
valueOf(String) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Stopbits
已过时。
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Stopbits
已过时。
 
valueOf(String) - Static method in enum io.netty.channel.socket. InternetProtocolFamily
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.channel.unix. DomainSocketReadMode
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec. AsciiHeadersEncoder.NewlineType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec. AsciiHeadersEncoder.SeparatorType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.base64. Base64Dialect
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.compression. ZlibWrapper
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in class io.netty.handler.codec.dns. DnsOpCode
返回指定字节值的DnsOpCode实例。
valueOf(int) - Static method in class io.netty.handler.codec.dns. DnsRecordType
 
valueOf(String) - Static method in class io.netty.handler.codec.dns. DnsRecordType
 
valueOf(int) - Static method in class io.netty.handler.codec.dns. DnsResponseCode
返回DnsResponseCode与给定对应responseCode
valueOf(String) - Static method in enum io.netty.handler.codec.dns. DnsSection
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyCommand
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyCommand
返回由指定字节的最低4位表示的HAProxyCommand
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProtocolVersion
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProtocolVersion
返回由指定字节的最高4位表示的HAProxyProtocolVersion
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.AddressFamily
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.AddressFamily
返回由指定字节的最高4位表示的HAProxyProxiedProtocol.AddressFamily
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.TransportProtocol
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.TransportProtocol
返回由指定字节的最低4位表示的HAProxyProxiedProtocol.TransportProtocol
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
返回由指定字节表示的HAProxyProxiedProtocol
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy. HAProxyTLV.Type
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http. HttpClientUpgradeHandler.UpgradeEvent
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in class io.netty.handler.codec.http. HttpMethod
返回由指定名称表示的HttpMethod
valueOf(int) - Static method in class io.netty.handler.codec.http. HttpResponseStatus
返回由指定代码表示的HttpResponseStatus
valueOf(int, String) - Static method in class io.netty.handler.codec.http. HttpResponseStatus
返回HttpResponseStatus由指定的代表codereasonPhrase
valueOf(String) - Static method in enum io.netty.handler.codec.http. HttpStatusClass
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.handler.codec.http. HttpStatusClass
返回指定的HTTP状态码的类。
valueOf(CharSequence) - Static method in enum io.netty.handler.codec.http. HttpStatusClass
返回指定的HTTP状态码的类。
valueOf(String) - Static method in class io.netty.handler.codec.http. HttpVersion
返回与指定协议版本字符串匹配的现有或新的HttpVersion实例。
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.MultiPartStatus
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.EncoderMode
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart. InterfaceHttpData.HttpDataType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler.ClientHandshakeStateEvent
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler.ServerHandshakeStateEvent
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketVersion
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http2. Http2Error
以指定名称返回此类型的枚举常量。
valueOf(long) - Static method in enum io.netty.handler.codec.http2. Http2Error
 
valueOf(String) - Static method in enum io.netty.handler.codec.http2. Http2Exception.ShutdownHint
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http2. Http2FrameLogger.Direction
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http2. Http2Stream.State
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.http2. HttpConversionUtil.ExtensionHeaderNames
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt. MqttConnectReturnCode
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt. MqttConnectReturnCode
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt. MqttMessageType
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.handler.codec.mqtt. MqttMessageType
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt. MqttQoS
以指定名称返回此类型的枚举常量。
valueOf(int) - Static method in enum io.netty.handler.codec.mqtt. MqttQoS
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt. MqttVersion
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec. ProtocolDetectionState
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.redis. RedisMessageType
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.redis. RedisMessageType
返回RedisMessageType这种类型的前缀byte
valueOf(String) - Static method in class io.netty.handler.codec.rtsp. RtspMethods
返回由指定名称表示的HttpMethod
valueOf(int) - Static method in class io.netty.handler.codec.rtsp. RtspResponseStatuses
返回由指定代码表示的HttpResponseStatus
valueOf(String) - Static method in class io.netty.handler.codec.rtsp. RtspVersions
返回与指定的RTSP版本字符串匹配的现有或新的HttpVersion实例。
valueOf(CharSequence) - Static method in class io.netty.handler.codec.smtp. SmtpCommand
返回给定命令名称的SmtpCommand
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksAddressType
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksAddressType
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksAuthScheme
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksAuthScheme
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksAuthStatus
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksAuthStatus
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksCmdStatus
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksCmdStatus
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksCmdType
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksCmdType
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksMessageType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksProtocolVersion
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksProtocolVersion
 
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksRequestType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksResponseType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.socks. SocksSubnegotiationVersion
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socks. SocksSubnegotiationVersion
 
valueOf(String) - Static method in enum io.netty.handler.codec.socksx. SocksVersion
以指定名称返回此类型的枚举常量。
valueOf(byte) - Static method in enum io.netty.handler.codec.socksx. SocksVersion
按照协议规范中的定义,返回与指定版本字段值相对应的SocksVersion
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4. Socks4CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4. Socks4CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5. Socks5AddressType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5. Socks5AuthMethod
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5. Socks5CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5. Socks5CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5. Socks5PasswordAuthStatus
 
valueOf(int) - Static method in class io.netty.handler.codec.spdy. SpdySessionStatus
返回由指定代码表示的SpdySessionStatus
valueOf(int) - Static method in class io.netty.handler.codec.spdy. SpdyStreamStatus
返回由指定代码表示的SpdyStreamStatus
valueOf(String) - Static method in enum io.netty.handler.codec.spdy. SpdyVersion
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.codec.stomp. StompCommand
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.ipfilter. IpFilterRuleType
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.logging. LogLevel
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.Protocol
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.SelectedListenerFailureBehavior
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.SelectorFailureBehavior
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.ssl. ClientAuth
以指定名称返回此类型的枚举常量。
valueOf(byte[]) - Static method in class io.netty.handler.ssl. PemPrivateKey
创建一个PemPrivateKey从原材料byte[]
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl. PemPrivateKey
创建一个PemPrivateKey从原材料ByteBuf
valueOf(byte[]) - Static method in class io.netty.handler.ssl. PemX509Certificate
创建一个PemX509Certificate从原材料byte[]
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl. PemX509Certificate
创建一个PemX509Certificate从原材料ByteBuf
valueOf(String) - Static method in enum io.netty.handler.ssl. SslProvider
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.handler.timeout. IdleState
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in enum io.netty.resolver. ResolvedAddressTypes
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in class io.netty.util. AttributeKey
返回具有指定nameAttributeKey的单例实例。
valueOf(Class<?>, String) - Static method in class io.netty.util. AttributeKey
 
valueOf(Class<?>, String) - Method in class io.netty.util. ConstantPool
valueOf(String) - Method in class io.netty.util. ConstantPool
返回Constant被分配到指定的name
valueOf(String) - Static method in enum io.netty.util. ResourceLeakDetector.Level
以指定名称返回此类型的枚举常量。
valueOf(String) - Static method in error io.netty.util. Signal
返回指定名称的Signal
valueOf(Class<?>, String) - Static method in error io.netty.util. Signal
values() - Static method in enum io.netty.channel.epoll. EpollMode
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.pool. FixedChannelPool.AcquireTimeoutAction
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Databits
已过时。
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Paritybit
已过时。
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.rxtx. RxtxChannelConfig.Stopbits
已过时。
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.socket. InternetProtocolFamily
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.channel.unix. DomainSocketReadMode
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec. AsciiHeadersEncoder.NewlineType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec. AsciiHeadersEncoder.SeparatorType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.base64. Base64Dialect
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.compression. ZlibWrapper
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.dns. DnsSection
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyCommand
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyProtocolVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.AddressFamily
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol.TransportProtocol
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyProxiedProtocol
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.haproxy. HAProxyTLV.Type
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http. HttpClientUpgradeHandler.UpgradeEvent
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http. HttpStatusClass
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.multipart. HttpPostRequestDecoder.MultiPartStatus
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.multipart. HttpPostRequestEncoder.EncoderMode
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.multipart. InterfaceHttpData.HttpDataType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler.ClientHandshakeStateEvent
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler.ServerHandshakeStateEvent
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http.websocketx. WebSocketVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. Http2Error
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. Http2Exception.ShutdownHint
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. Http2FrameLogger.Direction
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. Http2Headers.PseudoHeaderName
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. Http2Stream.State
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.http2. HttpConversionUtil.ExtensionHeaderNames
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.mqtt. MqttConnectReturnCode
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.mqtt. MqttMessageType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.mqtt. MqttQoS
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.mqtt. MqttVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec. ProtocolDetectionState
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.redis. RedisMessageType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksAddressType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksAuthScheme
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksAuthStatus
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksCmdStatus
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksCmdType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksMessageType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksProtocolVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksRequestType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksResponseType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socks. SocksSubnegotiationVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.socksx. SocksVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.spdy. SpdyVersion
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.codec.stomp. StompCommand
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ipfilter. IpFilterRuleType
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.logging. LogLevel
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.Protocol
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.SelectedListenerFailureBehavior
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ssl. ApplicationProtocolConfig.SelectorFailureBehavior
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ssl. ClientAuth
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.ssl. SslProvider
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.handler.timeout. IdleState
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in enum io.netty.resolver. ResolvedAddressTypes
按照声明的顺序返回包含此枚举类型常量的数组。
values() - Static method in class io.netty.util. CharsetUtil
 
values() - Method in class io.netty.util.collection. ByteObjectHashMap
 
values() - Method in class io.netty.util.collection. CharObjectHashMap
 
values() - Method in class io.netty.util.collection. IntObjectHashMap
 
values() - Method in class io.netty.util.collection. LongObjectHashMap
 
values() - Method in class io.netty.util.collection. ShortObjectHashMap
 
values() - Static method in enum io.netty.util. ResourceLeakDetector.Level
按照声明的顺序返回包含此枚举类型常量的数组。
valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http. DefaultHttpHeaders
 
valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http. HttpHeaders
相当于 HttpHeaders.getAll(String)但可能不会生成中间列表。
valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http. ReadOnlyHttpHeaders
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttConnAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttConnectMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttPubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttPublishMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttSubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttSubscribeMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttUnsubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt. MqttUnsubscribeMessage
 
VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty.handler.codec.http. HttpResponseStatus
506变式也协商(RFC2295)
VARY - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"vary"
VARY - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Vary"
VARY - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"vary"
VARY - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Vary"
verify() - Method in class io.netty.handler.codec.haproxy. HAProxySSLTLV
返回验证结果
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
验证FullHttpResponse并在出现问题时抛出WebSocketHandshakeException
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker00
进程服务器响应:HTTP / 1.1 101 WebSocket协议握手升级:WebSocket连接:升级Sec-WebSocket-Origin:http://example.com Sec-WebSocket-位置:ws://example.com/demo Sec-WebSocket协议:样品8jKS'y:G * Co,Wxa-
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
进程服务器响应:HTTP / 1.1 101交换协议升级:websocket连接:升级Sec-WebSocket-Accept:s3pPLMBiTxaQ9kYGzzhZRbK + xOo = Sec-WebSocket协议:聊天
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
进程服务器响应:HTTP / 1.1 101交换协议升级:websocket连接:升级Sec-WebSocket-Accept:s3pPLMBiTxaQ9kYGzzhZRbK + xOo = Sec-WebSocket协议:聊天
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
进程服务器响应:HTTP / 1.1 101交换协议升级:websocket连接:升级Sec-WebSocket-Accept:s3pPLMBiTxaQ9kYGzzhZRbK + xOo = Sec-WebSocket协议:聊天
verify(ChannelHandlerContext, ReferenceCountedOpenSslEngine) - Method in class io.netty.handler.ssl.ocsp. OcspClientHandler
 
verify(PublicKey) - Method in class io.netty.handler.ssl. PemX509Certificate
 
verify(PublicKey, String) - Method in class io.netty.handler.ssl. PemX509Certificate
 
VERIFY_DEPTH - Static variable in class io.netty.handler.ssl. ReferenceCountedOpenSslContext
 
verifyPadding(int) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
 
version() - Method in class io.netty.handler.codec.dns. AbstractDnsOptPseudoRrRecord
 
version() - Method in interface io.netty.handler.codec.dns. DnsOptPseudoRecord
返回 VERSION其编码为 DnsRecord.timeToLive()
version() - Method in interface io.netty.handler.codec.http. Cookie
已过时。
不是RFC6265的一部分
version() - Method in class io.netty.handler.codec.http. DefaultCookie
已过时。
version() - Method in class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
正在使用的Web套接字规范的版本
version() - Method in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
返回支持的规范版本
VERSION - Static variable in class io.netty.handler.codec.memcache.binary. BinaryMemcacheOpcodes
 
version() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
version() - Method in interface io.netty.handler.codec.socksx. SocksMessage
返回此消息的协议版本。
version() - Method in class io.netty.handler.codec.socksx.v4. AbstractSocks4Message
 
version() - Method in class io.netty.handler.codec.socksx.v5. AbstractSocks5Message
 
VERSION - Static variable in class io.netty.handler.codec.spdy. SpdyHeaders.HttpNames
":version"
VERSION - Static variable in interface io.netty.handler.codec.stomp. StompHeaders
 
version() - Method in class io.netty.handler.codec.xml. XmlDocumentStart
返回定义的XML版本或null
version() - Static method in class io.netty.handler.ssl. OpenSsl
返回使用的可用OpenSSL库或版本 -1如果 OpenSsl.isAvailable()回报 false
Version - Class in io.netty.util
检索可用Netty工件的版本信息。
versionString() - Static method in class io.netty.handler.ssl. OpenSsl
返回使用的可用OpenSSL库的版本字符串或 null如果 OpenSsl.isAvailable()回报 false
VIA - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"via"
VIA - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Via"
VIA - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"via"
VIA - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"Via"
visit(Http2FrameStream) - Method in interface io.netty.handler.codec.http2. Http2FrameStreamVisitor
该方法对集合的每个流调用一次。
visit(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2StreamVisitor
 
VoidChannelPromise - Class in io.netty.channel
 
VoidChannelPromise(Channel, boolean) - Constructor for class io.netty.channel. VoidChannelPromise
创建一个新的实例。
voidPromise() - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
voidPromise() - Method in class io.netty.channel. AbstractChannel
 
voidPromise() - Method in interface io.netty.channel. Channel.Unsafe
返回一个特殊的ChannelPromise,可以重复使用并传递给Channel.Unsafe的操作。
voidPromise() - Method in interface io.netty.channel. ChannelOutboundInvoker
返回可用于不同操作的特殊ChannelPromise。
voidPromise() - Method in class io.netty.channel. DefaultChannelPipeline
 
VRFY - Static variable in class io.netty.handler.codec.smtp. SmtpCommand
 
vrfy(CharSequence) - Static method in class io.netty.handler.codec.smtp. SmtpRequests
创建一个 VRFY请求。

W

WAIT_TIME - Static variable in class io.netty.channel.rxtx. RxtxChannelOption
已过时。
 
wakesUpForTask(Runnable) - Method in class io.netty.channel. SingleThreadEventLoop
 
wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
wakeup(boolean) - Method in class io.netty.channel.nio. NioEventLoop
 
wakeup(boolean) - Method in class io.netty.util.concurrent. SingleThreadEventExecutor
 
WARNING - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"warning"
WARNING - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"Warning"
watch(Thread, Runnable) - Static method in class io.netty.util. ThreadDeathWatcher
已过时。
计划指定的 task在指定的 thread死亡时运行。
weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization. ClassResolvers
当我们担心班级卸载时,非积极的并发缓存适用于共享缓存
weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization. ClassResolvers
适用于非共享默认缓存的非积极非并发缓存
WEBSOCKET - Static variable in class io.netty.handler.codec.http. HttpHeaders.Values
已过时。
"WebSocket"
WEBSOCKET - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"websocket"
WebSocket00FrameDecoder - Class in io.netty.handler.codec.http.websocketx
解码ByteBuf s转换WebSocketFrame秒。
WebSocket00FrameDecoder() - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket00FrameDecoder
 
WebSocket00FrameDecoder(int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket00FrameDecoder
用指定的 maxFrameSize创建一个新的 WebSocketFrameDecoder实例。
WebSocket00FrameEncoder - Class in io.netty.handler.codec.http.websocketx
WebSocketFrame编码为ByteBuf
WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket00FrameEncoder
 
WebSocket07FrameDecoder - Class in io.netty.handler.codec.http.websocketx
从有线协议版本7格式解码网络套接字帧。
WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket07FrameDecoder
构造函数
WebSocket07FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket07FrameDecoder
构造函数
WebSocket07FrameEncoder - Class in io.netty.handler.codec.http.websocketx
将网络套接字帧编码为有线协议版本7格式。
WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket07FrameEncoder
构造函数
WebSocket08FrameDecoder - Class in io.netty.handler.codec.http.websocketx
从有线协议版本8格式解码web套接字帧。
WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket08FrameDecoder
构造函数
WebSocket08FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket08FrameDecoder
构造函数
WebSocket08FrameEncoder - Class in io.netty.handler.codec.http.websocketx
将网络套接字帧编码为有线协议版本8格式。
WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket08FrameEncoder
构造函数
WebSocket13FrameDecoder - Class in io.netty.handler.codec.http.websocketx
从有线协议版本13格式解码网络套接字帧。
WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket13FrameDecoder
构造函数
WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket13FrameDecoder
构造函数
WebSocket13FrameEncoder - Class in io.netty.handler.codec.http.websocketx
将网络套接字帧编码为有线协议版本13格式。
WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocket13FrameEncoder
构造函数
WEBSOCKET_07_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
 
WEBSOCKET_08_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
 
WEBSOCKET_13_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
 
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"websocket-location"
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"WebSocket-Location"
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"websocket-origin"
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"websocket-protocol"
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"WebSocket-Protocol"
WebSocketChunkedInput - Class in io.netty.handler.codec.http.websocketx
一个ChunkedInput ,通过块获取数据块以用于WebSocket分块传输。
WebSocketChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
使用指定的输入创建一个新实例。
WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketChunkedInput
使用指定的输入创建一个新实例。
WebSocketClientCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
扩展 io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler以处理最常见的WebSocket压缩扩展。
WebSocketClientExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
握手阶段完成后创建。
WebSocketClientExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
此处理程序协商并初始化WebSocket扩展。
WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions. WebSocketClientExtensionHandler
构造函数
WebSocketClientExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
与服务器握手客户端扩展。
WebSocketClientHandshaker - Class in io.netty.handler.codec.http.websocketx
Web套接字客户端握手实现的基类
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker
基础构造函数
WebSocketClientHandshaker00 - Class in io.netty.handler.codec.http.websocketx
针对Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 00执行客户端打开和关闭握手此代码的很大一部分来自Netty 3.2 HTTP示例。
WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker00
构造函数指定要启动的目标Web套接字位置和版本
WebSocketClientHandshaker07 - Class in io.netty.handler.codec.http.websocketx
针对Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 10执行客户端打开和关闭握手
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
创建一个新的实例。
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker07
创建一个新的实例。
WebSocketClientHandshaker08 - Class in io.netty.handler.codec.http.websocketx
针对Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 10执行客户端打开和关闭握手
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
创建一个新的实例。
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker08
创建一个新的实例。
WebSocketClientHandshaker13 - Class in io.netty.handler.codec.http.websocketx
针对Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 17执行客户端打开和关闭握手
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
创建一个新的实例。
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientHandshaker13
创建一个新的实例。
WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
创建一个新的WebSocketClientHandshaker所需的协议版本。
WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
这个处理程序为你运行一个websocket客户端做了所有繁重的工作。
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
基础构造函数
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
基础构造函数
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
基础构造函数
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
基础构造函数
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketClientProtocolHandler
基础构造函数
WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
为了通知握手状态而触发的事件
WebSocketExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
握手阶段完成后创建。
WebSocketExtensionData - Class in io.netty.handler.codec.http.websocketx.extensions
来自 Sec-WebSocket-Extensions标头的WebSocket扩展数据。
WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionData
 
WebSocketExtensionDecoder - Class in io.netty.handler.codec.http.websocketx.extensions
方便的 io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension解码器。
WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionDecoder
 
WebSocketExtensionEncoder - Class in io.netty.handler.codec.http.websocketx.extensions
便利的 io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension编码器。
WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions. WebSocketExtensionEncoder
 
WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
 
WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web套接字框架的基类
WebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
WebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketFrame
 
WebSocketFrameAggregator - Class in io.netty.handler.codec.http.websocketx
处理程序聚合碎片WebSocketFrame的。
WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketFrameAggregator
创建一个新的实例
WebSocketFrameDecoder - Interface in io.netty.handler.codec.http.websocketx
所有WebSocketFrame解码器都需要实现的标记接口。
WebSocketFrameEncoder - Interface in io.netty.handler.codec.http.websocketx
所有WebSocketFrame编码器都需要实现的标记接口。
WebSocketHandshakeException - Exception in io.netty.handler.codec.http.websocketx
握手过程中的异常
WebSocketHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx. WebSocketHandshakeException
 
WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx. WebSocketHandshakeException
 
WebSocketScheme - Class in io.netty.handler.codec.http.websocketx
定义用于 rfc6455定义的WebSocket协议的通用方案。
WebSocketServerCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
扩展 io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler以处理最常见的WebSocket压缩扩展。
WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression. WebSocketServerCompressionHandler
具有默认配置的构造函数。
WebSocketServerExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
握手阶段完成后创建。
WebSocketServerExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
此处理程序协商并初始化WebSocket扩展。
WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions. WebSocketServerExtensionHandler
构造函数
WebSocketServerExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
基于此服务器功能握手客户端扩展。
WebSocketServerHandshaker - Class in io.netty.handler.codec.http.websocketx
服务器端网络套接字打开和关闭握手的基类
WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker00 - Class in io.netty.handler.codec.http.websocketx
为Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 00执行服务器端打开和关闭握手此代码的很大一部分取自Netty 3.2 HTTP示例。
WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker00
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker07 - Class in io.netty.handler.codec.http.websocketx
为Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 10执行服务器端打开和关闭握手
WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker07(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker07
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
针对Web套接字规范版本 draft-ietf-hybi-thewebsocketprotocol- 10执行服务器端打开和关闭握手
WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker08(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker08
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker13 - Class in io.netty.handler.codec.http.websocketx
RFC 6455执行服务器端打开和关闭握手(最初的web套接字规范 draft-ietf-hybi-thewebsocketprotocol-17 )。
WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
指定目标Web套接字位置的构造函数
WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshaker13
指定目标Web套接字位置的构造函数
WebSocketServerHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
自动检测正在使用的Web Socket协议的版本并创建一个新的WebSocketServerHandshaker
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
指定目标Web套接字位置的构造函数
WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
指定目标Web套接字位置的构造函数
WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerHandshakerFactory
指定目标Web套接字位置的构造函数
WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
这个处理程序为你运行一个websocket服务器做了所有繁重的工作。
WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx. WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler.HandshakeComplete - Class in io.netty.handler.codec.http.websocketx
握手成功完成,频道升级为网络套接字。
WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
为了通知握手状态而触发的事件
WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
Web套接字规范的版本。
WeightedFairQueueByteDistributor - Class in io.netty.handler.codec.http2
StreamByteDistributor也就是数据流优先级敏感,并使用Weighted Fair Queueing用于分配字节的方法。
WeightedFairQueueByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
 
WeightedFairQueueByteDistributor(Http2Connection, int) - Constructor for class io.netty.handler.codec.http2. WeightedFairQueueByteDistributor
 
willCleanupFastThreadLocals() - Method in class io.netty.util.concurrent. FastThreadLocalThread
返回 true如果 FastThreadLocal.removeAll()将被调用一次 Thread.run()完成。
willCleanupFastThreadLocals(Thread) - Static method in class io.netty.util.concurrent. FastThreadLocalThread
返回 true如果 FastThreadLocal.removeAll()将被调用一次 Thread.run()完成。
willFlag(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
willMessage() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
已过时。
willMessage(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
willMessage(byte[]) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
willMessageInBytes() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
willQos() - Method in class io.netty.handler.codec.mqtt. MqttConnectVariableHeader
 
willQoS(MqttQoS) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
willRetain(boolean) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
willTopic() - Method in class io.netty.handler.codec.mqtt. MqttConnectPayload
 
willTopic(String) - Method in class io.netty.handler.codec.mqtt. MqttMessageBuilders.ConnectBuilder
 
WINDOW_UPDATE - Static variable in class io.netty.handler.codec.http2. Http2FrameTypes
 
WINDOW_UPDATE_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2. Http2CodecUtil
 
WINDOWS - Static variable in class io.netty.handler.codec.string. LineSeparator
Windows行分隔符(CRLF)
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
 
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
windowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2FlowController
获取当前可用于发送/接收受流控制控制的帧的给定流的流量控制窗口部分。
windowSize() - Method in interface io.netty.handler.codec.http2. StreamByteDistributor.StreamState
流的流量控制窗口的大小(以字节为单位)。
windowSizeIncrement() - Method in class io.netty.handler.codec.http2. DefaultHttp2WindowUpdateFrame
 
windowSizeIncrement() - Method in interface io.netty.handler.codec.http2. Http2WindowUpdateFrame
增加HTTP / 2流或连接的流量控制窗口的字节数。
windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
窗口更新比率用于确定何时必须发送窗口更新。
windowUpdateRatio() - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
窗口更新比率用于确定何时必须发送窗口更新。
windowUpdateRatio(Http2Stream, float) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
窗口更新比率用于确定何时必须发送窗口更新。
windowUpdateRatio(Http2Stream) - Method in class io.netty.handler.codec.http2. DefaultHttp2LocalFlowController
窗口更新比率用于确定何时必须发送窗口更新。
withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors. CorsConfig
已过时。
withOrigin(String) - Static method in class io.netty.handler.codec.http.cors. CorsConfig
已过时。
withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors. CorsConfig
已过时。
WORKER_STATE_INIT - Static variable in class io.netty.util. HashedWheelTimer
 
WORKER_STATE_SHUTDOWN - Static variable in class io.netty.util. HashedWheelTimer
 
WORKER_STATE_STARTED - Static variable in class io.netty.util. HashedWheelTimer
 
wrap() - Method in interface io.netty.handler.codec.http.cookie. Cookie
如果此原始值Cookie在原始Set-Cookie标头中用双引号包装,则返回true。
wrap() - Method in class io.netty.handler.codec.http.cookie. DefaultCookie
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl. ReferenceCountedOpenSslEngine
 
wrappedBuffer(byte[]) - Static method in class io.netty.buffer. Unpooled
创建一个包含指定 array的新的big-endian缓冲区。
wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端缓冲区,它包装指定的 array的子区域。
wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer. Unpooled
创建一个包装指定的NIO缓冲区当前分片的新缓冲区。
wrappedBuffer(long, int, boolean) - Static method in class io.netty.buffer. Unpooled
创建一个包装指定内存地址的新缓冲区。
wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer. Unpooled
创建一个包装指定缓冲区可读字节的新缓冲区。
wrappedBuffer(byte[]...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端组合缓冲区,它将指定的数组进行封装而不复制它们。
wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer. Unpooled
创建一个新的big-endian复合缓冲区,它包装指定缓冲区的可读字节而不复制它们。
wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer. Unpooled
创建一个新的big-endian复合缓冲区,它包装指定的NIO缓冲区的片段而不复制它们。
wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer. Unpooled
创建一个新的大端组合缓冲区,它将指定的数组进行封装而不复制它们。
wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer. Unpooled
创建一个新的big-endian复合缓冲区,它包装指定缓冲区的可读字节而不复制它们。
wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer. Unpooled
创建一个新的big-endian复合缓冲区,它包装指定的NIO缓冲区的片段而不复制它们。
wrapperFactory() - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator
已过时。
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl. JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
已过时。
 
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl. JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
已过时。
用于包装 SSLEngine对象的抽象工厂模式。
writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.Listener
writableBytes() - Method in class io.netty.buffer. AbstractByteBuf
 
writableBytes() - Method in class io.netty.buffer. ByteBuf
返回等于 (this.capacity - this.writerIndex)的可写字节数。
writableBytes() - Method in class io.netty.buffer. EmptyByteBuf
 
writableBytes() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
write(byte[], int, int) - Method in class io.netty.buffer. ByteBufOutputStream
 
write(byte[]) - Method in class io.netty.buffer. ByteBufOutputStream
 
write(int) - Method in class io.netty.buffer. ByteBufOutputStream
 
write(Object, ChannelPromise) - Method in class io.netty.channel. AbstractChannel.AbstractUnsafe
 
write(Object) - Method in class io.netty.channel. AbstractChannel
 
write(Object, ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
write(Object, ChannelPromise) - Method in interface io.netty.channel. Channel.Unsafe
计划写入操作。
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel. ChannelDuplexHandler
write(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundHandler
一旦写入操作被调用,就调用它。
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel. ChannelOutboundHandlerAdapter
write(Object) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求通过写这样的消息ChannelHandlerContext通过ChannelPipeline
write(Object, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
请求通过ChannelHandlerContext通过ChannelPipeline写一条消息。
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel. CombinedChannelDuplexHandler
 
write(Object) - Method in class io.netty.channel. DefaultChannelPipeline
 
write(Object, ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
write(Object) - Method in interface io.netty.channel.group. ChannelGroup
将指定的message写入该组中的所有Channel
write(Object, ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
将指定的message所有Channel s此组由给定的匹配ChannelMatcher
write(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group. ChannelGroup
将指定的message所有Channel s此组由给定的匹配ChannelMatcher
write(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
write(Object, ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
write(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group. DefaultChannelGroup
 
write(ByteBuffer, int, int) - Method in class io.netty.channel.unix. FileDescriptor
 
write(ByteBuffer) - Method in class io.netty.channel.unix. SocketWritableByteChannel
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec. ByteToMessageCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.cors. CorsHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpClientUpgradeHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http. HttpServerKeepAliveHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketClientExtensionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions. WebSocketServerExtensionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2ConnectionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2FrameCodec
处理所有Http2Frame s。
write(ChannelHandlerContext, int) - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.FlowControlled
将最多 allowedBytes封装的有效载荷写入流。
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2. HttpToHttp2ConnectionHandler
HttpMessageHttpContent转换为HTTP / 2帧。
write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2. StreamByteDistributor.Writer
为此流写入分配的字节。
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec. MessageToByteEncoder
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec. MessageToMessageCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec. MessageToMessageEncoder
 
write(int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
write(byte[]) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdyFrameCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy. SpdySessionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.logging. LoggingHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy. ProxyHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl. AbstractSniHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl. SslHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.stream. ChunkedWriteHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout. IdleStateHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout. WriteTimeoutHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic. AbstractTrafficShapingHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic. GlobalChannelTrafficShapingHandler
 
WRITE_BUFFER_HIGH_WATER_MARK - Static variable in class io.netty.channel. ChannelOption
WRITE_BUFFER_LOW_WATER_MARK - Static variable in class io.netty.channel. ChannelOption
WRITE_BUFFER_WATER_MARK - Static variable in class io.netty.channel. ChannelOption
 
WRITE_SPIN_COUNT - Static variable in class io.netty.channel. ChannelOption
 
writeAddress(long, int, int) - Method in class io.netty.channel.unix. FileDescriptor
 
writeAndFlush(Object) - Method in class io.netty.channel. AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel. AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel. ChannelOutboundInvoker
writeAndFlush(Object) - Method in interface io.netty.channel. ChannelOutboundInvoker
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel. DefaultChannelPipeline
 
writeAndFlush(Object) - Method in class io.netty.channel. DefaultChannelPipeline
 
writeAndFlush(Object) - Method in interface io.netty.channel.group. ChannelGroup
writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty.channel.group. ChannelGroup
调用ChannelGroup.write(Object)ChannelGroup.flush()快捷方式,仅适用于与ChannelMatcher匹配的Channel
writeAndFlush(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group. ChannelGroup
writeAndFlush(Object) - Method in class io.netty.channel.group. DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher) - Method in class io.netty.channel.group. DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group. DefaultChannelGroup
 
writeAndRemoveAll(ChannelHandlerContext) - Method in class io.netty.channel. AbstractCoalescingBufferQueue
将所有剩余的元素写入此队列中。
writeAscii(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
编码CharSequenceASCII ,并将其写入到ByteBuf与分配alloc
writeAscii(ByteBuf, CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
编码CharSequenceASCII ,并将其写入到ByteBuf
writeBoolean(boolean) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的布尔值,并在此缓冲区 writerIndex 1增加 writerIndex
writeBoolean(boolean) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeBoolean(boolean) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
WriteBufferWaterMark - Class in io.netty.channel
WriteBufferWaterMark用于为写入缓冲区设置低水位标志和高位标志。
WriteBufferWaterMark(int, int) - Constructor for class io.netty.channel. WriteBufferWaterMark
创建一个新的实例。
writeByte(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeByte(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的字节,并在此缓冲区 writerIndex 1增加 writerIndex
writeByte(int) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeByte(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeByte(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeByte(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeByte(int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer. ByteBuf
将指定源缓冲区的数据传输到此缓冲区,从当前的 writerIndex开始,直到源缓冲区变得不可读,并将 writerIndex增加 writerIndex
writeBytes(ByteBuf, int) - Method in class io.netty.buffer. ByteBuf
指定的源缓冲区的数据传送到该缓冲液并从当前 writerIndex并增加了 writerIndex由传输的字节(=数量 length )。
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer. ByteBuf
指定的源缓冲区的数据传送到该缓冲液并从当前 writerIndex并增加了 writerIndex由传输的字节(=数量 length )。
writeBytes(byte[]) - Method in class io.netty.buffer. ByteBuf
指定的源阵列的数据传送到该缓冲液并从当前 writerIndex并增加了 writerIndex由传输的字节(=数量 src.length )。
writeBytes(byte[], int, int) - Method in class io.netty.buffer. ByteBuf
指定的源阵列的数据传送到该缓冲液并从当前 writerIndex并增加了 writerIndex由传输的字节(=数量 length )。
writeBytes(ByteBuffer) - Method in class io.netty.buffer. ByteBuf
将指定的源缓冲区的数据传输到此缓冲区,从当前的 writerIndex开始,直到源缓冲区的位置达到其限制,并将传输字节数增加 writerIndex
writeBytes(InputStream, int) - Method in class io.netty.buffer. ByteBuf
将指定流的内容传输到此缓冲区,从当前的 writerIndex开始,并通过传输的字节数增加 writerIndex
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer. ByteBuf
将指定通道的内容从当前的 writerIndex开始传送到此缓冲区,并将传送的字节数增加到 writerIndex
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer. ByteBuf
将从给定文件位置开始的指定通道的内容传输到此缓冲区,从当前的 writerIndex开始,并通过传输的字节数增加 writerIndex
writeBytes(String) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeBytes(ByteBuf) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer. CompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(byte[]) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(InputStream, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeBytes(String) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeChar(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeChar(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的2字节UTF-16字符,并在此缓冲区 writerIndex 2增加 writerIndex
writeChar(int) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeChar(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeChar(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeChar(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeChar(int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeChars(String) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeChars(String) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer. AbstractByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer. ByteBuf
将指定 CharSequence在当前 writerIndex并增加了 writerIndex由写入的字节。
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer. EmptyByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeComplete() - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder.FlowControlledBase
 
writeComplete() - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController.FlowControlled
在此对象成功写入后调用。
writeCounter() - Method in class io.netty.channel. ChannelFlushPromiseNotifier
返回此ChannelFlushPromiseNotifier的当前写入计数器
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2DataWriter
DATA帧写入远程端点。
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
writeDouble(double) - Method in class io.netty.buffer. AbstractByteBuf
 
writeDouble(double) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的64位浮点数,并在此缓冲区 writerIndex 8增加 writerIndex
writeDouble(double) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeDouble(double) - Method in class io.netty.buffer. CompositeByteBuf
 
writeDouble(double) - Method in class io.netty.buffer. EmptyByteBuf
 
writeDouble(double) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeDouble(double) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeDoubleLE(double) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在当前 writerIndex处设置指定的64位浮点数, 8在此缓冲区 writerIndex 8增加 writerIndex
writeFloat(float) - Method in class io.netty.buffer. AbstractByteBuf
 
writeFloat(float) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的32位浮点数,并在此缓冲区 writerIndex 4增加 writerIndex
writeFloat(float) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeFloat(float) - Method in class io.netty.buffer. CompositeByteBuf
 
writeFloat(float) - Method in class io.netty.buffer. EmptyByteBuf
 
writeFloat(float) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeFloat(float) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeFloatLE(float) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在当前 writerIndex处设置指定的32位浮点数, 4在此缓冲区 writerIndex 4增加 writerIndex
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2ConnectionEncoder
将给定数据写入内部Http2FrameWriter而不对连接/流执行任何状态检查。
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
任何HTTP / 2帧的通用写入方法。
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2. Http2CodecUtil
将HTTP / 2帧头写入输出缓冲区。
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将GO_AWAY帧写入远程端点。
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将HEADERS帧写入远程端点。
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将指定优先级的HEADERS帧写入远程端点。
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
writeInbound(Object...) - Method in class io.netty.channel.embedded. EmbeddedChannel
将消息写入此Channel的入站。
writeInt(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeInt(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的32位整数,并在此缓冲区 writerIndex 4增加 writerIndex
writeInt(int) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeInt(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeInt(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeInt(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeInt(int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeIntLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeIntLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在当前 writerIndex处设置指定的32位整数,并在此缓冲区 writerIndex 4增加 writerIndex
writeIntLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeIntLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeLong(long) - Method in class io.netty.buffer. AbstractByteBuf
 
writeLong(long) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的64位长整数,并在此缓冲区 writerIndex 8增加 writerIndex
writeLong(long) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeLong(long) - Method in class io.netty.buffer. CompositeByteBuf
 
writeLong(long) - Method in class io.netty.buffer. EmptyByteBuf
 
writeLong(long) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeLong(long) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeLongLE(long) - Method in class io.netty.buffer. AbstractByteBuf
 
writeLongLE(long) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在当前 writerIndex处设置指定的64位长整数,并在此缓冲区 writerIndex 8增加 writerIndex
writeLongLE(long) - Method in class io.netty.buffer. EmptyByteBuf
 
writeLongLE(long) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeMedium(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeMedium(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的24位中等整数,并在此缓冲区 writerIndex 3增加 writerIndex
writeMedium(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeMedium(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeMedium(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeMediumBE(ByteBuf, int) - Static method in class io.netty.buffer. ByteBufUtil
将大端24位中等整数写入缓冲区。
writeMediumLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeMediumLE(int) - Method in class io.netty.buffer. ByteBuf
以小端字节顺序在当前 writerIndex处设置指定的24位中等整数,并在此缓冲区 writerIndex 3增加 writerIndex
writeMediumLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeMediumLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeObject(Object) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeOneInbound(Object) - Method in class io.netty.channel.embedded. EmbeddedChannel
向此Channel的入站写入一条消息,但不刷新它。
writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded. EmbeddedChannel
向此Channel的入站写入一条消息,但不刷新它。
writeOneOutbound(Object) - Method in class io.netty.channel.embedded. EmbeddedChannel
向此Channel的出站端写入一条消息,但不刷新它。
writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded. EmbeddedChannel
向此Channel的出站端写入一条消息,但不刷新它。
writeOutbound(Object...) - Method in class io.netty.channel.embedded. EmbeddedChannel
将消息写入此Channel的出站。
writePendingBytes() - Method in class io.netty.handler.codec.http2. DefaultHttp2RemoteFlowController
 
writePendingBytes() - Method in interface io.netty.handler.codec.http2. Http2RemoteFlowController
将流量控制器中待处理的所有数据写入流量控制限制。
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将PING帧写入远程端点。
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将PRIORITY帧写入远程端点。
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将PUSH_PROMISE帧写入远程端点。
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout. IdleStateEvent
 
writerIndex() - Method in class io.netty.buffer. AbstractByteBuf
 
writerIndex(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writerIndex() - Method in class io.netty.buffer. ByteBuf
返回此缓冲区的 writerIndex
writerIndex(int) - Method in class io.netty.buffer. ByteBuf
设置此缓冲区的 writerIndex
writerIndex(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writerIndex() - Method in class io.netty.buffer. EmptyByteBuf
 
writerIndex(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writerIndex() - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writerIndex(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将RST_STREAM帧写入远程端点。
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2. StreamBufferingEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将一个SETTINGS帧写入远程端点。
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将SETTINGS确认写入远程端点。
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeShort(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeShort(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置指定的16位短整数,并在此缓冲区 writerIndex 2增加 writerIndex
writeShort(int) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeShort(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeShort(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeShort(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeShort(int) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeShortBE(ByteBuf, int) - Static method in class io.netty.buffer. ByteBufUtil
将一个大端16位短整数写入缓冲区。
writeShortLE(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeShortLE(int) - Method in class io.netty.buffer. ByteBuf
在当前的 writerIndex处设置Little Endian Byte Order中指定的16位短整数,并在此缓冲区 writerIndex 2增加 writerIndex
writeShortLE(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeShortLE(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout. WriteTimeoutHandler
在检测到写入超时时调用
WriteTimeoutException - Exception in io.netty.handler.timeout
TimeoutException由凸起WriteTimeoutHandler时没有数据的一定时间内写入。
WriteTimeoutHandler - Class in io.netty.handler.timeout
当写操作在某段时间内无法完成时引发WriteTimeoutException
WriteTimeoutHandler(int) - Constructor for class io.netty.handler.timeout. WriteTimeoutHandler
创建一个新的实例。
WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout. WriteTimeoutHandler
创建一个新的实例。
writeTimeToWait(long, long, long) - Method in class io.netty.handler.traffic. TrafficCounter
已过时。
writeTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic. TrafficCounter
使用给定的limitTraffic和最大等待时间,返回给定长度消息的等待时间(如果有的话)。
writeUTF(String) - Method in class io.netty.buffer. ByteBufOutputStream
 
writeUTF(String) - Method in class io.netty.handler.codec.serialization. ObjectEncoderOutputStream
 
writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
编码CharSequenceUTF-8 ,并将其写入到ByteBuf与分配alloc
writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer. ByteBufUtil
CharSequence中编码CharSequence并将其写入ByteBuf
writev(ByteBuffer[], int, int, long) - Method in class io.netty.channel.unix. FileDescriptor
 
writevAddresses(long, int) - Method in class io.netty.channel.unix. FileDescriptor
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DecoratingHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2ConnectionEncoder
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. DefaultHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2. Http2FrameWriter
将WINDOW_UPDATE帧写入远程端点。
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2. Http2OutboundFrameLogger
 
writeZero(int) - Method in class io.netty.buffer. AbstractByteBuf
 
writeZero(int) - Method in class io.netty.buffer. ByteBuf
填充这个缓冲器与 NUL (0x00)并从当前 writerIndex并增加了 writerIndex由指定的 length
writeZero(int) - Method in class io.netty.buffer. CompositeByteBuf
 
writeZero(int) - Method in class io.netty.buffer. EmptyByteBuf
 
writeZero(int) - Method in class io.netty.buffer. SwappedByteBuf
已过时。
 
writeZero(int) - Method in class io.netty.buffer. UnpooledUnsafeDirectByteBuf
 
writtenBytes() - Method in class io.netty.buffer. ByteBufOutputStream
返回此流到目前为止写入的字节数。
WS - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketScheme
非安全WebSocket连接的方案。
WSS - Static variable in class io.netty.handler.codec.http.websocketx. WebSocketScheme
用于安全WebSocket连接的方案。
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http. HttpHeaders.Names
已过时。
"WWW-Authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp. RtspHeaders.Names
已过时。
"WWW-Authenticate"

X

X_DEFLATE - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"x-deflate"
X_FRAME_OPTIONS - Static variable in class io.netty.handler.codec.http. HttpHeaderNames
"x-frame-options"
X_GZIP - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"x-gzip"
XmlAttribute - Class in io.netty.handler.codec.xml
XML属性,它是XmlElement一部分
XmlAttribute(String, String, String, String, String) - Constructor for class io.netty.handler.codec.xml. XmlAttribute
 
XmlCdata - Class in io.netty.handler.codec.xml
XML CDATA ...
XmlCdata(String) - Constructor for class io.netty.handler.codec.xml. XmlCdata
 
XmlCharacters - Class in io.netty.handler.codec.xml
XML字符,例如
XmlCharacters(String) - Constructor for class io.netty.handler.codec.xml. XmlCharacters
 
XmlComment - Class in io.netty.handler.codec.xml
XML评论
XmlComment(String) - Constructor for class io.netty.handler.codec.xml. XmlComment
 
XmlContent - Class in io.netty.handler.codec.xml
XML内容是XML CDATA,注释,字符和空间的基类
XmlContent(String) - Constructor for class io.netty.handler.codec.xml. XmlContent
 
XmlDecoder - Class in io.netty.handler.codec.xml
基于 Aalto XML parser的异步XML解码器。
XmlDecoder() - Constructor for class io.netty.handler.codec.xml. XmlDecoder
 
XmlDocumentEnd - Class in io.netty.handler.codec.xml
XML文档结束
XmlDocumentStart - Class in io.netty.handler.codec.xml
XML文档的开始......即
XmlDocumentStart(String, String, boolean, String) - Constructor for class io.netty.handler.codec.xml. XmlDocumentStart
 
XmlDTD - Class in io.netty.handler.codec.xml
DTD(文档类型定义)
XmlDTD(String) - Constructor for class io.netty.handler.codec.xml. XmlDTD
 
XmlElement - Class in io.netty.handler.codec.xml
文档中的通用XML元素XmlElementStart表示打开元素并提供对属性的访问, XmlElementEnd表示关闭元素。
XmlElement(String, String, String) - Constructor for class io.netty.handler.codec.xml. XmlElement
 
XmlElementEnd - Class in io.netty.handler.codec.xml
具体的XmlElement表示元素的结尾。
XmlElementEnd(String, String, String) - Constructor for class io.netty.handler.codec.xml. XmlElementEnd
 
XmlElementStart - Class in io.netty.handler.codec.xml
具体的XmlElement代表元素的开始。
XmlElementStart(String, String, String) - Constructor for class io.netty.handler.codec.xml. XmlElementStart
 
XmlEntityReference - Class in io.netty.handler.codec.xml
XML实体引用...
XmlEntityReference(String, String) - Constructor for class io.netty.handler.codec.xml. XmlEntityReference
 
XmlFrameDecoder - Class in io.netty.handler.codec.xml
用于单独的基于XML的消息流的帧解码器。
XmlFrameDecoder(int) - Constructor for class io.netty.handler.codec.xml. XmlFrameDecoder
 
XmlNamespace - Class in io.netty.handler.codec.xml
XML名称空间是XML元素的一部分。
XmlNamespace(String, String) - Constructor for class io.netty.handler.codec.xml. XmlNamespace
 
XmlProcessingInstruction - Class in io.netty.handler.codec.xml
XML处理指令
XmlProcessingInstruction(String, String) - Constructor for class io.netty.handler.codec.xml. XmlProcessingInstruction
 
XmlSpace - Class in io.netty.handler.codec.xml
空白字符
XmlSpace(String) - Constructor for class io.netty.handler.codec.xml. XmlSpace
 

Y

YXDOMAIN - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'YXDomain'DNS RCODE(6),定义见 RFC2136
YXRRSET - Static variable in class io.netty.handler.codec.dns. DnsResponseCode
'YXRRSet'DNS RCODE(7),定义见 RFC2136

Z

z() - Method in class io.netty.handler.codec.dns. AbstractDnsMessage
 
z() - Method in interface io.netty.handler.codec.dns. DnsMessage
返回此DNS消息的 Z (保留供将来使用)字段。
ZERO - Static variable in class io.netty.handler.codec.http. HttpHeaderValues
"0"
ZlibCodecFactory - Class in io.netty.handler.codec.compression
创建一个新的ZlibEncoder和一个新的ZlibDecoder
ZlibDecoder - Class in io.netty.handler.codec.compression
使用deflate算法解压缩ByteBuf
ZlibDecoder() - Constructor for class io.netty.handler.codec.compression. ZlibDecoder
 
ZlibEncoder - Class in io.netty.handler.codec.compression
使用deflate算法压缩ByteBuf
ZlibEncoder() - Constructor for class io.netty.handler.codec.compression. ZlibEncoder
 
ZlibWrapper - Enum in io.netty.handler.codec.compression
包装由DEFLATE算法压缩的流的容器文件格式。

_

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

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