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

D

DATA - 类 中的静态变量io.netty.handler.codec.http2.Http2FrameTypes
 
DATA - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
 
data() - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
Creates a DATA request.
data() - 类 中的方法io.netty.handler.codec.xml.XmlContent
 
data() - 类 中的方法io.netty.handler.codec.xml.XmlProcessingInstruction
 
data() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
data() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketSslEchoTest
 
data() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
data() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketSslSessionReuseTest
 
data() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketStartTlsTest
 
DATA_BITS - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
DATA_FRAME_HEADER_LENGTH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
datagram(InternetProtocolFamily) - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - 类 中的静态变量io.netty.channel.ChannelOption
已过时。
DatagramChannel - io.netty.channel.socket中的接口
A UDP/IP Channel.
datagramChannel() - 类 中的方法io.netty.handler.ssl.ocsp.IoTransport
 
DatagramChannelConfig - io.netty.channel.socket中的接口
DatagramConnectNotExistsTest - io.netty.testsuite.transport.socket中的类
 
DatagramConnectNotExistsTest() - 类 的构造器io.netty.testsuite.transport.socket.DatagramConnectNotExistsTest
 
DatagramDnsQuery - io.netty.handler.codec.dns中的类
A DnsQuery implementation for UDP/IP.
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQuery
Creates a new instance with the DnsOpCode.QUERY opCode.
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQuery
Creates a new instance.
DatagramDnsQueryDecoder - io.netty.handler.codec.dns中的类
DatagramDnsQueryDecoder() - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQueryDecoder
Creates a new decoder with the default record decoder.
DatagramDnsQueryDecoder(DnsRecordDecoder) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQueryDecoder
Creates a new decoder with the specified recordDecoder.
DatagramDnsQueryEncoder - io.netty.handler.codec.dns中的类
DatagramDnsQueryEncoder() - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQueryEncoder
Creates a new encoder with the default record encoder.
DatagramDnsQueryEncoder(DnsRecordEncoder) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsQueryEncoder
Creates a new encoder with the specified recordEncoder.
DatagramDnsResponse - io.netty.handler.codec.dns中的类
A DnsResponse implementation for UDP/IP.
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponse
Creates a new instance with the DnsOpCode.QUERY opCode and the DnsResponseCode.NOERROR RCODE.
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponse
Creates a new instance with the DnsResponseCode.NOERROR responseCode.
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode, DnsResponseCode) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponse
Creates a new instance.
DatagramDnsResponseDecoder - io.netty.handler.codec.dns中的类
DatagramDnsResponseDecoder() - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponseDecoder
Creates a new decoder with the default record decoder.
DatagramDnsResponseDecoder(DnsRecordDecoder) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponseDecoder
Creates a new decoder with the specified recordDecoder.
DatagramDnsResponseEncoder - io.netty.handler.codec.dns中的类
DatagramDnsResponseEncoder() - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponseEncoder
Creates a new encoder with the default record encoder.
DatagramDnsResponseEncoder(DnsRecordEncoder) - 类 的构造器io.netty.handler.codec.dns.DatagramDnsResponseEncoder
Creates a new encoder with the specified recordEncoder.
DatagramMulticastIPv6Test - io.netty.testsuite.transport.socket中的类
 
DatagramMulticastIPv6Test() - 类 的构造器io.netty.testsuite.transport.socket.DatagramMulticastIPv6Test
 
DatagramMulticastTest - io.netty.testsuite.transport.socket中的类
 
DatagramMulticastTest() - 类 的构造器io.netty.testsuite.transport.socket.DatagramMulticastTest
 
DatagramPacket - io.netty.channel.socket中的类
The message container that is used for DatagramChannel to communicate with the remote peer.
DatagramPacket(ByteBuf, InetSocketAddress) - 类 的构造器io.netty.channel.socket.DatagramPacket
Create a new instance with the specified packet data and recipient address.
DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - 类 的构造器io.netty.channel.socket.DatagramPacket
Create a new instance with the specified packet data, recipient address, and sender address.
DatagramPacketDecoder - io.netty.handler.codec中的类
A decoder that decodes the content of the received DatagramPacket using the specified ByteBuf decoder.
DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - 类 的构造器io.netty.handler.codec.DatagramPacketDecoder
Create a DatagramPacket decoder using the specified ByteBuf decoder.
DatagramPacketEncoder<M> - io.netty.handler.codec中的类
An encoder that encodes the content in AddressedEnvelope to DatagramPacket using the specified message encoder.
DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - 类 的构造器io.netty.handler.codec.DatagramPacketEncoder
Create an encoder that encodes the content in AddressedEnvelope to DatagramPacket using the specified message encoder.
datagramSocket() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
DatagramSocketAddress - io.netty.channel.unix中的类
Act as special InetSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
DatagramUnicastInetTest - io.netty.testsuite.transport.socket中的类
 
DatagramUnicastInetTest() - 类 的构造器io.netty.testsuite.transport.socket.DatagramUnicastInetTest
 
DatagramUnicastIPv6MappedTest - io.netty.testsuite.transport.socket中的类
 
DatagramUnicastIPv6MappedTest() - 类 的构造器io.netty.testsuite.transport.socket.DatagramUnicastIPv6MappedTest
 
DatagramUnicastIPv6Test - io.netty.testsuite.transport.socket中的类
 
DatagramUnicastIPv6Test() - 类 的构造器io.netty.testsuite.transport.socket.DatagramUnicastIPv6Test
 
DatagramUnicastTest - io.netty.testsuite.transport.socket中的类
 
DatagramUnicastTest() - 类 的构造器io.netty.testsuite.transport.socket.DatagramUnicastTest
 
DatagramUnicastTest.WrapType - io.netty.testsuite.transport.socket中的枚举
 
dataType() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
dataType() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the data type of the message.
DATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"date"
DATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Date"
DATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"date"
DATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Date"
DateFormatter - io.netty.handler.codec中的类
A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".
DateFormatter2Benchmark - io.netty.handler.codec中的类
 
DateFormatter2Benchmark() - 类 的构造器io.netty.handler.codec.DateFormatter2Benchmark
 
DateFormatterBenchmark - io.netty.handler.codec中的类
 
DateFormatterBenchmark() - 类 的构造器io.netty.handler.codec.DateFormatterBenchmark
 
DateValueGenerator() - 类 的构造器io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
已过时。
 
DAYOFMONTH_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
DAYOFWEEK_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
deadlineNanos() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Returns the absolute point in time (relative to AbstractScheduledEventExecutor.getCurrentTimeNanos()) at which the next closest scheduled task should run.
deadlineToDelayNanos(long) - 类 中的静态方法io.netty.util.concurrent.AbstractScheduledEventExecutor
Given an arbitrary deadline deadlineNanos, calculate the number of nano seconds from now deadlineNanos would expire.
deallocate() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
deallocate() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
deallocate() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
deallocate() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
deallocate() - 类 中的方法io.netty.channel.DefaultFileRegion
 
deallocate() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
deallocate() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
 
deallocate() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
deallocate() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
deallocate() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
deallocate() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
deallocate() - 类 中的方法io.netty.handler.codec.memcache.DefaultMemcacheContent
 
deallocate() - 类 中的方法io.netty.handler.codec.redis.ArrayRedisMessage
 
deallocate() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
deallocate() - 类 中的方法io.netty.util.AbstractReferenceCounted
Called once AbstractReferenceCounted.refCnt() is equals 0.
debug(Throwable) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
 
debug(String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level.
debug(String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the DEBUG level.
debugData() - 异常错误 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.example.factorial.BigIntegerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.example.portunification.PortUnificationServerHandler
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketProtocolCodec
 
decode(ByteBuf) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.base64.Base64Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.bytes.ByteArrayDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Decode the from one ByteBuf to an other.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.BrotliDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.Bzip2Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.FastLzFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.JdkZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.LzfDecoder
 
decode(ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.Snappy
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.SnappyFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.ZstdDecoder
 
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - 类 中的方法io.netty.handler.codec.DatagramPacketDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.DelimiterBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQueryDecoder
 
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.TcpDnsQueryDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.TcpDnsResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.FixedLengthFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
decode(String) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Cookie HTTP header value into a Cookie.
decode(String) - 类 中的静态方法io.netty.handler.codec.http.CookieDecoder
已过时。
 
decode(String, boolean) - 类 中的静态方法io.netty.handler.codec.http.CookieDecoder
已过时。
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
 
decode(ChannelHandlerContext, HttpRequest, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpServerUpgradeHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
Peek inbound message to determine current connection wants to start HTTP/2 by HTTP upgrade or prior knowledge
decode(Blackhole) - 类 中的方法io.netty.handler.codec.http2.HpackDecoderBenchmark
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.json.JsonObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.LengthFieldBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.LineBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.LineBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.marshalling.MarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
decode(ChannelHandlerContext, I, List<Object>) - 类 中的方法io.netty.handler.codec.MessageAggregator
 
decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
 
decode(ChannelHandlerContext, I, List<Object>) - 类 中的方法io.netty.handler.codec.MessageToMessageDecoder
Decode from one message to an other.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.mqtt.MqttDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufDecoderNano
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
decode(ChannelHandlerContext, RedisMessage, List<Object>) - 类 中的方法io.netty.handler.codec.redis.RedisArrayAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.redis.RedisDecoder
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - 类 中的方法io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - 类 中的方法io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoder
已过时。
 
decode(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.smtp.SmtpResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksInitRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socks.SocksInitResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
decode(ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(ChannelHandlerContext, SpdyFrame, List<Object>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpDecoder
 
decode(ChannelHandlerContext, Object, List<Object>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.string.StringDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.xml.XmlDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.xml.XmlFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.OptionalSslHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.SslHandler
 
decodeAddress(Socks5AddressType, ByteBuf) - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
decodeAll(String) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Cookie HTTP header value into a Cookie.
decodeComponent(String) - 类 中的静态方法io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeComponent(String, Charset) - 类 中的静态方法io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
Called by the Http2ConnectionHandler to decode the next frame from the input buffer.
decodeHeader(ByteBuf) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Decode and return the parsed BinaryMemcacheMessage.
decodeHeader(ByteBuf) - 类 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
 
decodeHeader(ByteBuf) - 类 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
 
decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
decodeHeaders(int, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
decodeHeaders(int, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2HeadersDecoder
Decodes the given headers block and returns the headers.
DecodeHexBenchmark - io.netty.handler.codec.http中的类
 
DecodeHexBenchmark() - 类 的构造器io.netty.handler.codec.http.DecodeHexBenchmark
 
decodeHexByte(CharSequence, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Decode a 2-digit hex byte from within a string.
decodeHexByte(CharSequence, int) - 类 中的静态方法io.netty.util.internal.StringUtil
Decode a 2-digit hex byte from within a string.
decodeHexDump(CharSequence) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Decodes a string generated by ByteBufUtil.hexDump(byte[])
decodeHexDump(CharSequence, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Decodes part of a string generated by ByteBufUtil.hexDump(byte[])
decodeHexDump(CharSequence, int, int) - 类 中的静态方法io.netty.util.internal.StringUtil
Decodes part of a string with hex dump
decodeHexDump(CharSequence) - 类 中的静态方法io.netty.util.internal.StringUtil
Decodes a hex dump
decodeHexNibble(char) - 类 中的静态方法io.netty.util.internal.StringUtil
Helper to decode half of a hexadecimal number from a string.
decodeHexNibble(byte) - 类 中的静态方法io.netty.util.internal.StringUtil
Helper to decode half of a hexadecimal number from a string.
decodeIdn(boolean) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Set if domain / host names should be decoded to unicode when received.
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Is called one last time when the ChannelHandlerContext goes in-active.
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decodeMaxInt() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderULE128Benchmark
 
decodeMaxIntUsingLong() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderULE128Benchmark
 
decodeMaxIntWithLong() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderULE128Benchmark
 
decodeMaxLong() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderULE128Benchmark
 
decodeName(ByteBuf) - 类 中的静态方法io.netty.handler.codec.dns.DefaultDnsRecordDecoder
Retrieves a domain name given a buffer containing a DNS packet.
decodeName0(ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordDecoder
Retrieves a domain name given a buffer containing a DNS packet.
decodeQuestion(ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordDecoder
 
decodeQuestion(ByteBuf) - 接口 中的方法io.netty.handler.codec.dns.DnsRecordDecoder
Decodes a DNS question into its object representation.
decoder() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionDecoder to use.
decoder() - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
decoder(Charset, CodingErrorAction, CodingErrorAction) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a new CharsetDecoder for the Charset with specified error actions.
decoder(Charset, CodingErrorAction) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a new CharsetDecoder for the Charset with the specified error action.
decoder(Charset) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a cached thread-local CharsetDecoder for the specified Charset.
decoderConfig() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets this decoder configuration.
decoderConfig(WebSocketDecoderConfig) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Frames decoder configuration.
decoderConfig() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
decodeRecord(ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordDecoder
 
decodeRecord(String, DnsRecordType, int, long, ByteBuf, int, int) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordDecoder
Decodes a record from the information decoded so far by DefaultDnsRecordDecoder.decodeRecord(ByteBuf).
decodeRecord(ByteBuf) - 接口 中的方法io.netty.handler.codec.dns.DnsRecordDecoder
Decodes a DNS record into its object representation.
decoderEnforceMaxConsecutiveEmptyDataFrames() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection is closed.
decoderEnforceMaxConsecutiveEmptyDataFrames(int) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection is closed.
decoderEnforceMaxConsecutiveEmptyDataFrames() - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
decoderEnforceMaxConsecutiveEmptyDataFrames(int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
decoderEnforceMaxConsecutiveEmptyDataFrames() - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
decoderEnforceMaxConsecutiveEmptyDataFrames(int) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
decoderEnforceMaxRstFramesPerWindow(int, int) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the maximum number RST frames that are allowed per window before the connection is closed.
decoderEnforceMaxRstFramesPerWindow(int, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
decoderEnforceMaxRstFramesPerWindow(int, int) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
decodeResponse(ChannelHandlerContext, DatagramPacket) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
DecoderException - io.netty.handler.codec中的异常错误
An CodecException which is thrown by a decoder.
DecoderException() - 异常错误 的构造器io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(String) - 异常错误 的构造器io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.DecoderException
Creates a new instance.
decoderFilter() - 接口 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
Returns the extension filter for WebSocketExtensionDecoder decoder.
DecoderResult - io.netty.handler.codec中的类
 
DecoderResult(Throwable) - 类 的构造器io.netty.handler.codec.DecoderResult
 
decoderResult() - 接口 中的方法io.netty.handler.codec.DecoderResultProvider
Returns the result of decoding this object.
decoderResult() - 类 中的方法io.netty.handler.codec.http.DefaultHttpObject
 
decoderResult() - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObject
 
decoderResult() - 类 中的方法io.netty.handler.codec.mqtt.MqttMessage
 
decoderResult() - 类 中的方法io.netty.handler.codec.socksx.AbstractSocksMessage
 
decoderResult() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
decoderResult - 类 中的变量io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
decoderResult() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DecoderResultProvider - io.netty.handler.codec中的接口
Provides the accessor methods for the DecoderResult property of a decoded message.
decodeString() - 类 中的方法io.netty.buffer.ByteBufUtilDecodeStringBenchmark
 
decompose(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Same with AbstractByteBuf.slice(int, int) except that this method returns a list.
decompress(SSLEngine, int, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
Decompress the given input with the specified algorithm and return the decompressed bytes.
decompressionBufferExhausted(ByteBuf) - 类 中的方法io.netty.handler.codec.compression.JdkZlibDecoder
 
decompressionBufferExhausted(ByteBuf) - 类 中的方法io.netty.handler.codec.compression.JZlibDecoder
 
decompressionBufferExhausted(ByteBuf) - 类 中的方法io.netty.handler.codec.compression.ZlibDecoder
Called when the decompression buffer cannot be expanded further.
DecompressionException - io.netty.handler.codec.compression中的异常错误
A DecoderException that is raised when decompression failed.
DecompressionException() - 异常错误 的构造器io.netty.handler.codec.compression.DecompressionException
Creates a new instance.
DecompressionException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.compression.DecompressionException
Creates a new instance.
DecompressionException(String) - 异常错误 的构造器io.netty.handler.codec.compression.DecompressionException
Creates a new instance.
DecompressionException(Throwable) - 异常错误 的构造器io.netty.handler.codec.compression.DecompressionException
Creates a new instance.
decorateTask(Runnable, RunnableScheduledFuture<V>) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
DecoratingHttp2ConnectionDecoder - io.netty.handler.codec.http2中的类
Decorator around another Http2ConnectionDecoder instance.
DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - 类 的构造器io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
DecoratingHttp2ConnectionEncoder - io.netty.handler.codec.http2中的类
A decorator around another Http2ConnectionEncoder instance.
DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - 类 的构造器io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
DecoratingHttp2FrameWriter - io.netty.handler.codec.http2中的类
Decorator around another Http2FrameWriter instance.
DecoratingHttp2FrameWriter(Http2FrameWriter) - 类 的构造器io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
decoupleCloseAndGoAway(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the ChannelOutboundInvoker.close() should be coupled with goaway and graceful close.
decoupleCloseAndGoAway() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the ChannelOutboundInvoker.close() should be coupled with goaway and graceful close.
decoupleCloseAndGoAway(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
decoupleCloseAndGoAway(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
decoupleCloseAndGoAway(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
decoupleCloseAndGoAway(boolean) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
DECREMENT - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
decrement() - 接口 中的方法io.netty.util.internal.LongCounter
 
decrementPendingOutboundBytes(long) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
DECREMENTQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
decrypt(SSLEngine, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
Decrypts the input with the given key and notifies the returned Future with the decrypted bytes.
decrypt(SSLEngine, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslPrivateKeyMethod
Decrypts the input with the given key and returns the decrypted bytes.
deepCheckNotNull(String, T...) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Check that the given varargs is not null and does not contain elements null elements.
DEFAULT - 接口 中的静态变量io.netty.buffer.ByteBufAllocator
 
DEFAULT - 类 中的静态变量io.netty.buffer.PooledByteBufAllocator
 
DEFAULT - 类 中的静态变量io.netty.buffer.UnpooledByteBufAllocator
Default instance which uses leak-detection for direct buffers.
DEFAULT - 类 中的静态变量io.netty.channel.AdaptiveRecvByteBufAllocator
已过时。
There is state for DefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead() which is typically based upon channel type.
DEFAULT - 类 中的静态变量io.netty.channel.DefaultMessageSizeEstimator
Return the default implementation which returns 8 for unknown messages.
DEFAULT - 类 中的静态变量io.netty.channel.WriteBufferWaterMark
 
DEFAULT - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecordDecoder
 
DEFAULT - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecordEncoder
 
DEFAULT - 接口 中的静态变量io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
 
DEFAULT - 接口 中的静态变量io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
 
DEFAULT - 接口 中的静态变量io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
 
DEFAULT - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
DEFAULT - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
DEFAULT - 类 中的静态变量io.netty.handler.codec.string.LineSeparator
The default line separator in the current system.
DEFAULT - 类 中的静态变量io.netty.handler.ssl.ocsp.IoTransport
DEFAULT - 接口 中的静态变量io.netty.resolver.HostsFileEntriesResolver
Default instance: a DefaultHostsFileEntriesResolver.
DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_ALLOW_PARTIAL_CHUNKS - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Default character set (UTF-8)
DEFAULT_CHECK_INTERVAL - 类 中的静态变量io.netty.handler.traffic.AbstractTrafficShapingHandler
Default delay between two checks: 1s
DEFAULT_CHUNKED_SUPPORTED - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_COMPRESSION_LEVEL - 类 中的静态变量io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES - 类 中的静态变量io.netty.handler.flush.FlushConsolidationHandler
The default number of flushes after which a flush will be forwarded to downstream handlers (whether while in a read loop, or while batching outside of a read loop).
DEFAULT_FAIL_ON_MISSING_RESPONSE - 类 中的静态变量io.netty.handler.codec.http.HttpClientCodec
 
DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_HEADER_LIST_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
DEFAULT_HEADER_TABLE_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_INITIAL_BUFFER_SIZE - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_BYTES_IN_MESSAGE - 类 中的静态变量io.netty.handler.codec.mqtt.MqttConstant
Default max bytes in message
DEFAULT_MAX_CHUNK_SIZE - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_CHUNK_SIZE - 类 中的静态变量io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
DEFAULT_MAX_CLIENT_ID_LENGTH - 类 中的静态变量io.netty.handler.codec.mqtt.MqttConstant
Default max client id length,In the mqtt3.1 protocol, the default maximum Client Identifier length is 23
DEFAULT_MAX_CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max content length.
DEFAULT_MAX_FRAME_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_HEADER_SIZE - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_INITIAL_LINE_LENGTH - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_MAX_PENDING_TASKS - 类 中的静态变量io.netty.channel.SingleThreadEventLoop
 
DEFAULT_MAX_QUEUED_CONTROL_FRAMES - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_TIME - 类 中的静态变量io.netty.handler.traffic.AbstractTrafficShapingHandler
Default max delay in case of traffic shaping (during which no communication will occur).
DEFAULT_MEM_LEVEL - 类 中的静态变量io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - 类 中的静态变量io.netty.handler.codec.http.HttpClientCodec
 
DEFAULT_PRIORITY_WEIGHT - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_VALIDATE_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_WINDOW_BITS - 类 中的静态变量io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_WINDOW_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_WINDOW_UPDATE_RATIO - 类 中的静态变量io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The default ratio of window size to initial window size below which a WINDOW_UPDATE is sent to expand the window.
DefaultAddressedEnvelope<M,A extends java.net.SocketAddress> - io.netty.channel中的类
The default AddressedEnvelope implementation.
DefaultAddressedEnvelope(M, A, A) - 类 的构造器io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message, recipient address, and sender address.
DefaultAddressedEnvelope(M, A) - 类 的构造器io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message and recipient address.
defaultAddresses() - 类 中的静态方法io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
Returns the DnsServerAddresses that yields the system DNS server addresses sequentially.
defaultAddresses() - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
已过时。
Use DefaultDnsServerAddressStreamProvider.defaultAddresses().

Returns the DnsServerAddresses that yields the system DNS server addresses sequentially. If it failed to retrieve the list of the system DNS server addresses from the environment, it will use "8.8.8.8" and "8.8.4.4", the addresses of the Google public DNS servers.

This method has the same effect with the following code:

 DnsServerAddresses.sequential(DnsServerAddresses.defaultAddressList());
 

defaultAddressList() - 类 中的静态方法io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
Returns the list of the system DNS server addresses.
defaultAddressList() - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
已过时。
Use DefaultDnsServerAddressStreamProvider.defaultAddressList().

Returns the list of the system DNS server addresses. If it failed to retrieve the list of the system DNS server addresses from the environment, it will return "8.8.8.8" and "8.8.4.4", the addresses of the Google public DNS servers.

DefaultAddressResolverGroup - io.netty.resolver中的类
DefaultAttributeMap - io.netty.util中的类
Default AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
DefaultAttributeMap() - 类 的构造器io.netty.util.DefaultAttributeMap
 
DefaultAttributeMapBenchmark - io.netty.util中的类
 
DefaultAttributeMapBenchmark() - 类 的构造器io.netty.util.DefaultAttributeMapBenchmark
 
DefaultAttributeMapBenchmark.KeySequence - io.netty.util中的类
 
DefaultAuthoritativeDnsServerCache - io.netty.resolver.dns中的类
Default implementation of AuthoritativeDnsServerCache, backed by a ConcurrentMap.
DefaultAuthoritativeDnsServerCache() - 类 的构造器io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
Create a cache that respects the TTL returned by the DNS server.
DefaultAuthoritativeDnsServerCache(int, int, Comparator<InetSocketAddress>) - 类 的构造器io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
Create a cache.
DefaultBinaryMemcacheRequest - io.netty.handler.codec.memcache.binary中的类
The default implementation of the BinaryMemcacheRequest.
DefaultBinaryMemcacheRequest() - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header only.
DefaultBinaryMemcacheRequest(ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header and key.
DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header only.
DefaultBinaryMemcacheResponse - io.netty.handler.codec.memcache.binary中的类
The default implementation of the BinaryMemcacheResponse.
DefaultBinaryMemcacheResponse() - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header only.
DefaultBinaryMemcacheResponse(ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header and key.
DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header, key and extras.
DefaultBulkStringRedisContent - io.netty.handler.codec.redis中的类
A default implementation of BulkStringRedisContent.
DefaultBulkStringRedisContent(ByteBuf) - 类 的构造器io.netty.handler.codec.redis.DefaultBulkStringRedisContent
Creates a DefaultBulkStringRedisContent for the given content.
DefaultByteBufHolder - io.netty.buffer中的类
Default implementation of a ByteBufHolder that holds it's data in a ByteBuf.
DefaultByteBufHolder(ByteBuf) - 类 的构造器io.netty.buffer.DefaultByteBufHolder
 
DefaultChannelConfig - io.netty.channel中的类
The default ChannelConfig implementation.
DefaultChannelConfig(Channel) - 类 的构造器io.netty.channel.DefaultChannelConfig
 
DefaultChannelConfig(Channel, RecvByteBufAllocator) - 类 的构造器io.netty.channel.DefaultChannelConfig
 
DefaultChannelGroup - io.netty.channel.group中的类
The default ChannelGroup implementation.
DefaultChannelGroup(EventExecutor) - 类 的构造器io.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(String, EventExecutor) - 类 的构造器io.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name and EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(EventExecutor, boolean) - 类 的构造器io.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(String, EventExecutor, boolean) - 类 的构造器io.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name and EventExecutor to notify the ChannelGroupFutures.
DefaultChannelId - io.netty.channel中的类
The default ChannelId implementation.
DefaultChannelPipeline - io.netty.channel中的类
The default ChannelPipeline implementation.
DefaultChannelPipeline(Channel) - 类 的构造器io.netty.channel.DefaultChannelPipeline
 
DefaultChannelProgressivePromise - io.netty.channel中的类
The default ChannelProgressivePromise implementation.
DefaultChannelProgressivePromise(Channel) - 类 的构造器io.netty.channel.DefaultChannelProgressivePromise
Creates a new instance.
DefaultChannelProgressivePromise(Channel, EventExecutor) - 类 的构造器io.netty.channel.DefaultChannelProgressivePromise
Creates a new instance.
DefaultChannelPromise - io.netty.channel中的类
The default ChannelPromise implementation.
DefaultChannelPromise(Channel) - 类 的构造器io.netty.channel.DefaultChannelPromise
Creates a new instance.
DefaultChannelPromise(Channel, EventExecutor) - 类 的构造器io.netty.channel.DefaultChannelPromise
Creates a new instance.
defaultClientProvider() - 类 中的静态方法io.netty.handler.ssl.SslContext
Returns the default client-side implementation provider currently in use.
DefaultCookie - io.netty.handler.codec.http.cookie中的类
The default Cookie implementation.
DefaultCookie(String, String) - 类 的构造器io.netty.handler.codec.http.cookie.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultCookie - io.netty.handler.codec.http中的类
已过时。
Use DefaultCookie instead.
DefaultCookie(String, String) - 类 的构造器io.netty.handler.codec.http.DefaultCookie
已过时。
Creates a new cookie with the specified name and value.
DefaultDatagramChannelConfig - io.netty.channel.socket中的类
The default DatagramChannelConfig implementation.
DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - 类 的构造器io.netty.channel.socket.DefaultDatagramChannelConfig
Creates a new instance.
DefaultDnsCache - io.netty.resolver.dns中的类
Default implementation of DnsCache, backed by a ConcurrentMap.
DefaultDnsCache() - 类 的构造器io.netty.resolver.dns.DefaultDnsCache
Create a cache that respects the TTL returned by the DNS server and doesn't cache negative responses.
DefaultDnsCache(int, int, int) - 类 的构造器io.netty.resolver.dns.DefaultDnsCache
Create a cache.
DefaultDnsCnameCache - io.netty.resolver.dns中的类
Default implementation of a DnsCnameCache.
DefaultDnsCnameCache() - 类 的构造器io.netty.resolver.dns.DefaultDnsCnameCache
Create a cache that respects the TTL returned by the DNS server.
DefaultDnsCnameCache(int, int) - 类 的构造器io.netty.resolver.dns.DefaultDnsCnameCache
Create a cache.
DefaultDnsOptEcsRecord - io.netty.handler.codec.dns中的类
Default DnsOptEcsRecord implementation.
DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
Creates a new instance.
DefaultDnsOptEcsRecord(int, int, byte[]) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
Creates a new instance.
DefaultDnsOptEcsRecord(int, InternetProtocolFamily) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
Creates a new instance.
DefaultDnsPtrRecord - io.netty.handler.codec.dns中的类
 
DefaultDnsPtrRecord(String, int, long, String) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsPtrRecord
Creates a new PTR record.
DefaultDnsQuery - io.netty.handler.codec.dns中的类
The default DnsQuery implementation.
DefaultDnsQuery(int) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsQuery
Creates a new instance with the DnsOpCode.QUERY opCode.
DefaultDnsQuery(int, DnsOpCode) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsQuery
Creates a new instance.
DefaultDnsQuestion - io.netty.handler.codec.dns中的类
The default DnsQuestion implementation.
DefaultDnsQuestion(String, DnsRecordType) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsQuestion
Creates a new IN-class question.
DefaultDnsQuestion(String, DnsRecordType, int) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsQuestion
Creates a new question.
DefaultDnsRawRecord - io.netty.handler.codec.dns中的类
The default DnsRawRecord implementation.
DefaultDnsRawRecord(String, DnsRecordType, long, ByteBuf) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsRawRecord
Creates a new IN-class record.
DefaultDnsRawRecord(String, DnsRecordType, int, long, ByteBuf) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsRawRecord
Creates a new record.
DefaultDnsRecordDecoder - io.netty.handler.codec.dns中的类
The default DnsRecordDecoder implementation.
DefaultDnsRecordDecoder() - 类 的构造器io.netty.handler.codec.dns.DefaultDnsRecordDecoder
Creates a new instance.
DefaultDnsRecordEncoder - io.netty.handler.codec.dns中的类
The default DnsRecordEncoder implementation.
DefaultDnsRecordEncoder() - 类 的构造器io.netty.handler.codec.dns.DefaultDnsRecordEncoder
Creates a new instance.
DefaultDnsResponse - io.netty.handler.codec.dns中的类
The default DnsResponse implementation.
DefaultDnsResponse(int) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance with the DnsOpCode.QUERY opCode and the DnsResponseCode.NOERROR RCODE.
DefaultDnsResponse(int, DnsOpCode) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance with the DnsResponseCode.NOERROR RCODE.
DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - 类 的构造器io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance.
DefaultDnsServerAddressStreamProvider - io.netty.resolver.dns中的类
A DnsServerAddressStreamProvider which will use predefined default DNS servers to use for DNS resolution.
DefaultEventExecutor - io.netty.util.concurrent中的类
Default SingleThreadEventExecutor implementation which just execute all submitted task in a serial fashion.
DefaultEventExecutor() - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(ThreadFactory) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(Executor) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory, int, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor, int, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutorChooserFactory - io.netty.util.concurrent中的类
Default implementation which uses simple round-robin to choose next EventExecutor.
DefaultEventExecutorGroup - io.netty.util.concurrent中的类
Default implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutor instances to handle the tasks.
DefaultEventExecutorGroup(int) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutorGroup
 
DefaultEventExecutorGroup(int, ThreadFactory) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutorGroup
Create a new instance.
DefaultEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.DefaultEventExecutorGroup
Create a new instance.
DefaultEventLoop - io.netty.channel中的类
 
DefaultEventLoop() - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(ThreadFactory) - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(Executor) - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup) - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, ThreadFactory) - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, Executor) - 类 的构造器io.netty.channel.DefaultEventLoop
 
DefaultEventLoopGroup - io.netty.channel中的类
MultithreadEventLoopGroup which must be used for the local transport.
DefaultEventLoopGroup() - 类 的构造器io.netty.channel.DefaultEventLoopGroup
Create a new instance with the default number of threads.
DefaultEventLoopGroup(int) - 类 的构造器io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopGroup(ThreadFactory) - 类 的构造器io.netty.channel.DefaultEventLoopGroup
Create a new instance with the default number of threads and the given ThreadFactory.
DefaultEventLoopGroup(int, ThreadFactory) - 类 的构造器io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopGroup(int, Executor) - 类 的构造器io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopTest - io.netty.testsuite.transport中的类
 
DefaultEventLoopTest() - 类 的构造器io.netty.testsuite.transport.DefaultEventLoopTest
 
DefaultFileRegion - io.netty.channel中的类
Default FileRegion implementation which transfer data from a FileChannel or File.
DefaultFileRegion(FileChannel, long, long) - 类 的构造器io.netty.channel.DefaultFileRegion
Create a new instance
DefaultFileRegion(File, long, long) - 类 的构造器io.netty.channel.DefaultFileRegion
Create a new instance using the given File.
DefaultFullBinaryMemcacheRequest - io.netty.handler.codec.memcache.binary中的类
The default implementation of a FullBinaryMemcacheRequest.
DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header, key and extras.
DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header, key, extras and content.
DefaultFullBinaryMemcacheResponse - io.netty.handler.codec.memcache.binary中的类
The default implementation of a FullBinaryMemcacheResponse.
DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
Create a new DefaultFullBinaryMemcacheResponse with the header, key and extras.
DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
Create a new DefaultFullBinaryMemcacheResponse with the header, key, extras and content.
DefaultFullHttpRequest - io.netty.handler.codec.http中的类
Default implementation of FullHttpRequest.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
Create a full HTTP response with the given HTTP version, method, and URI.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
Create a full HTTP response with the given HTTP version, method, URI, and contents.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
Create a full HTTP response with the given HTTP version, method, URI, contents, and factories for creating headers and trailers.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeaders, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.
DefaultFullHttpResponse - io.netty.handler.codec.http中的类
Default implementation of a FullHttpResponse.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
Create an empty HTTP response with the given HTTP version and status.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
Create an HTTP response with the given HTTP version, status, and contents.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
Create an HTTP response with the given HTTP version, status, contents, and with headers and trailers created by the given header factories.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeaders, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
Create an HTTP response with the given HTTP version, status, contents, headers and trailers.
DefaultHeaders<K,V,T extends Headers<K,V,T>> - io.netty.handler.codec中的类
Default implementation of Headers;
DefaultHeaders(ValueConverter<V>) - 类 的构造器io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - 类 的构造器io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - 类 的构造器io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - 类 的构造器io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - 类 的构造器io.netty.handler.codec.DefaultHeaders
Create a new instance.
DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - 类 的构造器io.netty.handler.codec.DefaultHeaders
Create a new instance.
DefaultHeaders.HeaderEntry<K,V> - io.netty.handler.codec中的类
 
DefaultHeaders.NameValidator<K> - io.netty.handler.codec中的接口
 
DefaultHeaders.ValueValidator<V> - io.netty.handler.codec中的接口
 
DefaultHeadersImpl<K,V> - io.netty.handler.codec中的类
A concrete implementation of DefaultHeaders that allows for direct instantiation.
DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - 类 的构造器io.netty.handler.codec.DefaultHeadersImpl
 
DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - 类 的构造器io.netty.handler.codec.DefaultHeadersImpl
 
DefaultHostsFileEntriesResolver - io.netty.resolver中的类
Default HostsFileEntriesResolver that resolves hosts file entries only once.
DefaultHostsFileEntriesResolver() - 类 的构造器io.netty.resolver.DefaultHostsFileEntriesResolver
 
DefaultHttp2Connection - io.netty.handler.codec.http2中的类
Simple implementation of Http2Connection.
DefaultHttp2Connection(boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Connection
Creates a new connection with the given settings.
DefaultHttp2Connection(boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Connection
Creates a new connection with the given settings.
DefaultHttp2ConnectionDecoder - io.netty.handler.codec.http2中的类
Provides the default implementation for processing inbound frame events and delegates to a Http2FrameListener This class will read HTTP/2 frames and delegate the events to a Http2FrameListener This interface enforces inbound flow control functionality through Http2LocalFlowController
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
Create a new instance.
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
已过时。
DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
Create a new instance.
DefaultHttp2ConnectionEncoder - io.netty.handler.codec.http2中的类
Default implementation of Http2ConnectionEncoder.
DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
DefaultHttp2ConnectionEncoder.FlowControlledBase - io.netty.handler.codec.http2中的类
Common base type for payloads to deliver via flow-control.
DefaultHttp2DataFrame - io.netty.handler.codec.http2中的类
The default Http2DataFrame implementation.
DefaultHttp2DataFrame(ByteBuf) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(content, false).
DefaultHttp2DataFrame(boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream).
DefaultHttp2DataFrame(ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(content, endStream, 0).
DefaultHttp2DataFrame(ByteBuf, boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2DataFrame
Construct a new data message.
DefaultHttp2FrameReader - io.netty.handler.codec.http2中的类
A Http2FrameReader that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameReader() - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameReader
Create a new instance.
DefaultHttp2FrameReader(boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameReader
Create a new instance.
DefaultHttp2FrameReader(Http2HeadersDecoder) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
DefaultHttp2FrameReader.HeadersBlockBuilder - io.netty.handler.codec.http2中的类
Utility class to help with construction of the headers block that may potentially span multiple frames.
DefaultHttp2FrameWriter - io.netty.handler.codec.http2中的类
A Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameWriter() - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2GoAwayFrame - io.netty.handler.codec.http2中的类
The default Http2GoAwayFrame implementation.
DefaultHttp2GoAwayFrame(Http2Error) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(error.code()).
DefaultHttp2GoAwayFrame(long) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER).
DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
DefaultHttp2GoAwayFrame(long, ByteBuf) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Construct a new GOAWAY message.
DefaultHttp2Headers - io.netty.handler.codec.http2中的类
 
DefaultHttp2Headers() - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2Headers(boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2Headers(boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2Headers(boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2HeadersDecoder - io.netty.handler.codec.http2中的类
 
DefaultHttp2HeadersDecoder() - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersDecoder(boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new instance.
DefaultHttp2HeadersDecoder(boolean, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new instance.
DefaultHttp2HeadersDecoder(boolean, long) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new instance.
DefaultHttp2HeadersDecoder(boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new instance.
DefaultHttp2HeadersDecoder(boolean, long, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new instance.
DefaultHttp2HeadersEncoder - io.netty.handler.codec.http2中的类
 
DefaultHttp2HeadersEncoder() - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersFrame - io.netty.handler.codec.http2中的类
The default Http2HeadersFrame implementation.
DefaultHttp2HeadersFrame(Http2Headers) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
Equivalent to new DefaultHttp2HeadersFrame(headers, false).
DefaultHttp2HeadersFrame(Http2Headers, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
Equivalent to new DefaultHttp2HeadersFrame(headers, endStream, 0).
DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
Construct a new headers message.
DefaultHttp2LocalFlowController - io.netty.handler.codec.http2中的类
Basic implementation of Http2LocalFlowController.
DefaultHttp2LocalFlowController(Http2Connection) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
Constructs a controller with the given settings.
DefaultHttp2PingFrame - io.netty.handler.codec.http2中的类
The default Http2PingFrame implementation.
DefaultHttp2PingFrame(long) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
DefaultHttp2PingFrame(long, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
DefaultHttp2PriorityFrame - io.netty.handler.codec.http2中的类
Default implementation of Http2PriorityFrame
DefaultHttp2PriorityFrame(int, short, boolean) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
DefaultHttp2PushPromiseFrame - io.netty.handler.codec.http2中的类
Default implementation of Http2PushPromiseFrame
DefaultHttp2PushPromiseFrame(Http2Headers) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
DefaultHttp2PushPromiseFrame(Http2Headers, int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
DefaultHttp2RemoteFlowController - io.netty.handler.codec.http2中的类
Basic implementation of Http2RemoteFlowController.
DefaultHttp2RemoteFlowController(Http2Connection) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2ResetFrame - io.netty.handler.codec.http2中的类
The default Http2ResetFrame implementation.
DefaultHttp2ResetFrame(Http2Error) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
DefaultHttp2ResetFrame(long) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
DefaultHttp2SettingsFrame - io.netty.handler.codec.http2中的类
The default Http2SettingsFrame implementation.
DefaultHttp2SettingsFrame(Http2Settings) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
DefaultHttp2UnknownFrame - io.netty.handler.codec.http2中的类
 
DefaultHttp2UnknownFrame(byte, Http2Flags) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
DefaultHttp2UnknownFrame(byte, Http2Flags, ByteBuf) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
DefaultHttp2WindowUpdateFrame - io.netty.handler.codec.http2中的类
The default Http2WindowUpdateFrame implementation.
DefaultHttp2WindowUpdateFrame(int) - 类 的构造器io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
DefaultHttpContent - io.netty.handler.codec.http中的类
The default HttpContent implementation.
DefaultHttpContent(ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultHttpContent
Creates a new instance with the specified chunk content.
DefaultHttpDataFactory - io.netty.handler.codec.http.multipart中的类
Default factory giving Attribute and FileUpload according to constructor.
DefaultHttpDataFactory() - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpDataFactory(boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be always on Disk if useDisk is True, else always in Memory if False
DefaultHttpDataFactory(boolean, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpDataFactory(long) - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be on Disk if the size of the file is greater than minSize, else it will be in memory.
DefaultHttpDataFactory(long, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpHeaders - io.netty.handler.codec.http中的类
Default implementation of HttpHeaders.
DefaultHttpHeaders() - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
Create a new, empty HTTP headers object.
DefaultHttpHeaders(boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
已过时。
Prefer using the DefaultHttpHeaders.DefaultHttpHeaders() constructor instead, to always have validation enabled.
DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
Create an HTTP headers object with the given name validator.
DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
Create an HTTP headers object with the given name and value validators.
DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>, int) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
Create an HTTP headers object with the given name and value validators.
DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeadersFactory - io.netty.handler.codec.http中的类
A builder of HttpHeadersFactory instances, that itself implements HttpHeadersFactory.
DefaultHttpMessage - io.netty.handler.codec.http中的类
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - 类 的构造器io.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpMessage(HttpVersion, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpMessage
已过时。
Use the DefaultHttpMessage.DefaultHttpMessage(HttpVersion, HttpHeadersFactory) constructor instead, ideally using the DefaultHttpHeadersFactory.headersFactory(), or a factory that otherwise has validation enabled.
DefaultHttpMessage(HttpVersion, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpMessage(HttpVersion, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpObject - io.netty.handler.codec.http中的类
 
DefaultHttpObject() - 类 的构造器io.netty.handler.codec.http.DefaultHttpObject
 
DefaultHttpRequest - io.netty.handler.codec.http中的类
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - 类 的构造器io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpRequest
已过时。
Prefer the DefaultHttpRequest.DefaultHttpRequest(HttpVersion, HttpMethod, String) constructor instead, to always have header validation enabled.
DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - io.netty.handler.codec.http中的类
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - 类 的构造器io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpResponse
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpResponse
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultLastBulkStringRedisContent - io.netty.handler.codec.redis中的类
A default implementation for LastBulkStringRedisContent.
DefaultLastBulkStringRedisContent(ByteBuf) - 类 的构造器io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
Creates a DefaultLastBulkStringRedisContent for the given content.
DefaultLastHttpContent - io.netty.handler.codec.http中的类
The default LastHttpContent implementation.
DefaultLastHttpContent() - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
Create a new empty, last HTTP content message.
DefaultLastHttpContent(ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
Create a new last HTTP content message with the given contents.
DefaultLastHttpContent(ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
已过时。
Prefer the DefaultLastHttpContent.DefaultLastHttpContent(ByteBuf) constructor instead, to always have header validation enabled.
DefaultLastHttpContent(ByteBuf, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
Create a new last HTTP content message with the given contents, and trailing headers from the given factory.
DefaultLastHttpContent(ByteBuf, HttpHeaders) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
Create a new last HTTP content message with the given contents, and trailing headers.
DefaultLastMemcacheContent - io.netty.handler.codec.memcache中的类
The default implementation for the LastMemcacheContent.
DefaultLastMemcacheContent() - 类 的构造器io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
DefaultLastMemcacheContent(ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
DefaultLastSmtpContent - io.netty.handler.codec.smtp中的类
Default implementation of LastSmtpContent that does no validation of the raw data passed in.
DefaultLastSmtpContent(ByteBuf) - 类 的构造器io.netty.handler.codec.smtp.DefaultLastSmtpContent
Creates a new instance using the given data.
DefaultLastStompContentSubframe - io.netty.handler.codec.stomp中的类
The default implementation for the LastStompContentSubframe.
DefaultLastStompContentSubframe(ByteBuf) - 类 的构造器io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
defaultMachineId() - 类 中的静态方法io.netty.util.internal.MacAddressUtil
Returns the result of MacAddressUtil.bestAvailableMac() if non-null otherwise returns a random EUI-64 MAC address.
DefaultMarshallerProvider - io.netty.handler.codec.marshalling中的类
Default implementation of MarshallerProvider which just create a new Marshaller on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.DefaultMarshallerProvider
Create a new instance
DefaultMaxBytesRecvByteBufAllocator - io.netty.channel中的类
The RecvByteBufAllocator that yields a buffer size prediction based upon decrementing the value from the max bytes per read.
DefaultMaxBytesRecvByteBufAllocator() - 类 的构造器io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
DefaultMaxBytesRecvByteBufAllocator(int, int) - 类 的构造器io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
defaultMaxMessagesPerRead() - 类 中的方法io.netty.channel.ChannelMetadata
DefaultMaxMessagesRecvByteBufAllocator - io.netty.channel中的类
Default implementation of MaxMessagesRecvByteBufAllocator which respects ChannelConfig.isAutoRead() and also prevents overflow.
DefaultMaxMessagesRecvByteBufAllocator() - 类 的构造器io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator(int) - 类 的构造器io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle - io.netty.channel中的类
Focuses on enforcing the maximum messages per read condition for DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading().
defaultMaxOrder() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default maximum order - System Property: io.netty.allocator.maxOrder - default 9
DefaultMemcacheContent - io.netty.handler.codec.memcache中的类
The default MemcacheContent implementation.
DefaultMemcacheContent(ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.DefaultMemcacheContent
Creates a new instance with the specified content.
DefaultMessageSizeEstimator - io.netty.channel中的类
Default MessageSizeEstimator implementation which supports the estimation of the size of ByteBuf, ByteBufHolder and FileRegion.
DefaultMessageSizeEstimator(int) - 类 的构造器io.netty.channel.DefaultMessageSizeEstimator
Create a new instance
DefaultNameResolver - io.netty.resolver中的类
A InetNameResolver that resolves using JDK's built-in domain name lookup mechanism.
DefaultNameResolver(EventExecutor) - 类 的构造器io.netty.resolver.DefaultNameResolver
 
defaultNormalCacheSize() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default normal cache size - System Property: io.netty.allocator.normalCacheSize - default 64
defaultNumDirectArena() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default number of direct arenas - System Property: io.netty.allocator.numDirectArenas - default 2 * cores
defaultNumHeapArena() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default number of heap arenas - System Property: io.netty.allocator.numHeapArenas - default 2 * cores
DefaultOioServerSocketChannelConfig - io.netty.channel.socket.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - 类 的构造器io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
DefaultOioSocketChannelConfig - io.netty.channel.socket.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
DefaultOioSocketChannelConfig(SocketChannel, Socket) - 类 的构造器io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
defaultPageSize() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default buffer page size - System Property: io.netty.allocator.pageSize - default 8192
defaultPreferDirect() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default prefer direct - System Property: io.netty.noPreferDirect - default false
DefaultPriorityQueue<T extends PriorityQueueNode> - io.netty.util.internal中的类
A priority queue which uses natural ordering of elements.
DefaultPriorityQueue(Comparator<T>, int) - 类 的构造器io.netty.util.internal.DefaultPriorityQueue
 
DefaultProgressivePromise<V> - io.netty.util.concurrent中的类
 
DefaultProgressivePromise(EventExecutor) - 类 的构造器io.netty.util.concurrent.DefaultProgressivePromise
Creates a new instance.
DefaultProgressivePromise() - 类 的构造器io.netty.util.concurrent.DefaultProgressivePromise
 
DefaultPromise<V> - io.netty.util.concurrent中的类
 
DefaultPromise(EventExecutor) - 类 的构造器io.netty.util.concurrent.DefaultPromise
Creates a new instance.
DefaultPromise() - 类 的构造器io.netty.util.concurrent.DefaultPromise
See DefaultPromise.executor() for expectations of the executor.
DefaultSctpChannelConfig - io.netty.channel.sctp中的类
The default SctpChannelConfig implementation for SCTP.
DefaultSctpChannelConfig(SctpChannel, SctpChannel) - 类 的构造器io.netty.channel.sctp.DefaultSctpChannelConfig
 
DefaultSctpServerChannelConfig - io.netty.channel.sctp中的类
The default SctpServerChannelConfig implementation for SCTP.
DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - 类 的构造器io.netty.channel.sctp.DefaultSctpServerChannelConfig
Creates a new instance.
DefaultSelectStrategyFactory - io.netty.channel中的类
Factory which uses the default select strategy.
defaultServerProvider() - 类 中的静态方法io.netty.handler.ssl.SslContext
Returns the default server-side implementation provider currently in use.
DefaultServerSocketChannelConfig - io.netty.channel.socket中的类
The default ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - 类 的构造器io.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
defaultSettings() - 类 中的静态方法io.netty.handler.codec.http2.Http2Settings
 
defaultSmallCacheSize() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default small cache size - System Property: io.netty.allocator.smallCacheSize - default 256
DefaultSmtpContent - io.netty.handler.codec.smtp中的类
Default implementation of SmtpContent that does no validation of the raw data passed in.
DefaultSmtpContent(ByteBuf) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpContent
Creates a new instance using the given data.
DefaultSmtpRequest - io.netty.handler.codec.smtp中的类
Default SmtpRequest implementation.
DefaultSmtpRequest(SmtpCommand) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpRequest
Creates a new instance with the given command and no parameters.
DefaultSmtpRequest(SmtpCommand, CharSequence...) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpRequest
Creates a new instance with the given command and parameters.
DefaultSmtpRequest(CharSequence, CharSequence...) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpRequest
Creates a new instance with the given command and parameters.
DefaultSmtpResponse - io.netty.handler.codec.smtp中的类
Default SmtpResponse implementation.
DefaultSmtpResponse(int) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpResponse
Creates a new instance with the given smtp code and no details.
DefaultSmtpResponse(int, CharSequence...) - 类 的构造器io.netty.handler.codec.smtp.DefaultSmtpResponse
Creates a new instance with the given smtp code and details.
DefaultSocketChannelConfig - io.netty.channel.socket中的类
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(SocketChannel, Socket) - 类 的构造器io.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
DefaultSocks4CommandRequest - io.netty.handler.codec.socksx.v4中的类
DefaultSocks4CommandRequest(Socks4CommandType, String, int) - 类 的构造器io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandRequest(Socks4CommandType, String, int, String) - 类 的构造器io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandResponse - io.netty.handler.codec.socksx.v4中的类
DefaultSocks4CommandResponse(Socks4CommandStatus) - 类 的构造器io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks4CommandResponse(Socks4CommandStatus, String, int) - 类 的构造器io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks5CommandRequest - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
DefaultSocks5CommandResponse - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType, String, int) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5InitialRequest - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5InitialRequest(Socks5AuthMethod...) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod>) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialResponse - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5InitialResponse(Socks5AuthMethod) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
DefaultSocks5PasswordAuthRequest - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5PasswordAuthRequest(String, String) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
DefaultSocks5PasswordAuthResponse - io.netty.handler.codec.socksx.v5中的类
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - 类 的构造器io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
DefaultSpdyDataFrame - io.netty.handler.codec.spdy中的类
The default SpdyDataFrame implementation.
DefaultSpdyDataFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyDataFrame(int, ByteBuf) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyGoAwayFrame - io.netty.handler.codec.spdy中的类
The default SpdyGoAwayFrame implementation.
DefaultSpdyGoAwayFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyHeaders - io.netty.handler.codec.spdy中的类
 
DefaultSpdyHeaders() - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
DefaultSpdyHeaders(boolean) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
DefaultSpdyHeadersFrame - io.netty.handler.codec.spdy中的类
The default SpdyHeadersFrame implementation.
DefaultSpdyHeadersFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
Creates a new instance.
DefaultSpdyHeadersFrame(int, boolean) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
Creates a new instance.
DefaultSpdyPingFrame - io.netty.handler.codec.spdy中的类
The default SpdyPingFrame implementation.
DefaultSpdyPingFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyPingFrame
Creates a new instance.
DefaultSpdyRstStreamFrame - io.netty.handler.codec.spdy中的类
The default SpdyRstStreamFrame implementation.
DefaultSpdyRstStreamFrame(int, int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdySettingsFrame - io.netty.handler.codec.spdy中的类
The default SpdySettingsFrame implementation.
DefaultSpdySettingsFrame() - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
DefaultSpdyStreamFrame - io.netty.handler.codec.spdy中的类
The default SpdyStreamFrame implementation.
DefaultSpdyStreamFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
Creates a new instance.
DefaultSpdySynReplyFrame - io.netty.handler.codec.spdy中的类
The default SpdySynReplyFrame implementation.
DefaultSpdySynReplyFrame(int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
Creates a new instance.
DefaultSpdySynReplyFrame(int, boolean) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
Creates a new instance.
DefaultSpdySynStreamFrame - io.netty.handler.codec.spdy中的类
The default SpdySynStreamFrame implementation.
DefaultSpdySynStreamFrame(int, int, byte) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
Creates a new instance.
DefaultSpdySynStreamFrame(int, int, byte, boolean) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
Creates a new instance.
DefaultSpdyWindowUpdateFrame - io.netty.handler.codec.spdy中的类
The default SpdyWindowUpdateFrame implementation.
DefaultSpdyWindowUpdateFrame(int, int) - 类 的构造器io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
Creates a new instance.
DefaultStompContentSubframe - io.netty.handler.codec.stomp中的类
The default StompContentSubframe implementation.
DefaultStompContentSubframe(ByteBuf) - 类 的构造器io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
DefaultStompFrame - io.netty.handler.codec.stomp中的类
Default implementation of StompFrame.
DefaultStompFrame(StompCommand) - 类 的构造器io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompFrame(StompCommand, ByteBuf) - 类 的构造器io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompHeaders - io.netty.handler.codec.stomp中的类
 
DefaultStompHeaders() - 类 的构造器io.netty.handler.codec.stomp.DefaultStompHeaders
 
DefaultStompHeadersSubframe - io.netty.handler.codec.stomp中的类
Default implementation of StompHeadersSubframe.
DefaultStompHeadersSubframe(StompCommand) - 类 的构造器io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DefaultThreadFactory - io.netty.util.concurrent中的类
A ThreadFactory implementation with a simple naming rule.
DefaultThreadFactory(Class<?>) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, boolean) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, boolean) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, int) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, int) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, boolean, int) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, boolean, int, ThreadGroup) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, boolean, int) - 类 的构造器io.netty.util.concurrent.DefaultThreadFactory
 
defaultTinyCacheSize() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
已过时。
Tiny caches have been merged into small caches.
DefaultUdtChannelConfig - io.netty.channel.udt中的类
已过时。
The UDT transport is no longer maintained and will be removed.
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - 类 的构造器io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
DefaultUdtServerChannelConfig - io.netty.channel.udt中的类
已过时。
The UDT transport is no longer maintained and will be removed.
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - 类 的构造器io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
DefaultUnmarshallerProvider - io.netty.handler.codec.marshalling中的类
Default implementation of UnmarshallerProvider which will just create a new Unmarshaller on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Create a new instance of DefaultMarshallerProvider
defaultUseCacheForAllThreads() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default false
definedLength() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
definedLength() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Returns the defined length of the HttpData.
definedSize - 类 中的变量io.netty.handler.codec.http.multipart.AbstractHttpData
 
deflate() - 类 中的静态方法io.netty.handler.codec.compression.StandardCompressionOptions
Default implementation of DeflateOptions with compressionLevel set to 6, windowBits set to 15 and memLevel set to 8.
deflate(int, int, int) - 类 中的静态方法io.netty.handler.codec.compression.StandardCompressionOptions
Create a new DeflateOptions Instance
DEFLATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"deflate"
DEFLATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"deflate"
DEFLATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"deflate"
DEFLATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"deflate"
DeflateFrameClientExtensionHandshaker - io.netty.handler.codec.http.websocketx.extensions.compression中的类
perframe-deflate handshake implementation.
DeflateFrameClientExtensionHandshaker(boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with default configuration.
DeflateFrameClientExtensionHandshaker(int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with custom configuration.
DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker - io.netty.handler.codec.http.websocketx.extensions.compression中的类
perframe-deflate handshake implementation.
DeflateFrameServerExtensionHandshaker() - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with default configuration.
DeflateFrameServerExtensionHandshaker(int) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with custom configuration.
DeflateOptions - io.netty.handler.codec.compression中的类
delay - 类 中的变量io.netty.buffer.AbstractReferenceCountedByteBufBenchmark
 
delayNanos(long) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Returns the amount of time left until the scheduled task with the closest dead line is executed.
delegate() - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
Get the RecvByteBufAllocator.Handle which all methods will be delegated to.
DelegatingChannelPromiseNotifier - io.netty.channel中的类
 
DelegatingChannelPromiseNotifier(ChannelPromise) - 类 的构造器io.netty.channel.DelegatingChannelPromiseNotifier
 
DelegatingChannelPromiseNotifier(ChannelPromise, boolean) - 类 的构造器io.netty.channel.DelegatingChannelPromiseNotifier
 
DelegatingDecompressorFrameListener - io.netty.handler.codec.http2中的类
An HTTP2 frame listener that will decompress data frames according to the content-encoding header for each stream.
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - 类 的构造器io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - 类 的构造器io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
DelegatingHandle(RecvByteBufAllocator.Handle) - 类 的构造器io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
DelegatingSslContext - io.netty.handler.ssl中的类
Adapter class which allows to wrap another SslContext and init SSLEngine instances.
DelegatingSslContext(SslContext) - 类 的构造器io.netty.handler.ssl.DelegatingSslContext
 
DELETE - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
delete() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
delete() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
delete() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
DELETE - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
delete() - 类 中的方法io.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and EC/RSA private key file.
deleteOnExit() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
deleteOnExit() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExit() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
deleteOnExitTemporaryFile - 类 中的静态变量io.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExitTemporaryFile - 类 中的静态变量io.netty.handler.codec.http.multipart.DiskFileUpload
 
DELETEQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
DelimiterBasedFrameDecoder - io.netty.handler.codec中的类
A decoder that splits the received ByteBufs by one or more delimiters.
DelimiterBasedFrameDecoder(int, ByteBuf) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ByteBuf) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, ByteBuf...) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ByteBuf...) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf...) - 类 的构造器io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
Delimiters - io.netty.handler.codec中的类
A set of commonly used delimiters for DelimiterBasedFrameDecoder.
DELTA_BADVAL - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
deltaWindowSize() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
deltaWindowSize() - 接口 中的方法io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Delta-Window-Size of this frame.
deregister(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
deregister() - 类 中的方法io.netty.channel.AbstractChannel
 
deregister(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
deregister(ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
Deregister the Channel of the ChannelPromise from EventLoop and notify the ChannelPromise once the operation was complete.
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
deregister(ChannelHandlerContext, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
Called once a deregister operation is made from the current registered EventLoop.
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
deregister() - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
Request to deregister from the previous assigned EventExecutor and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
deregister(ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
Request to deregister from the previous assigned EventExecutor and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
deregister() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
deregister(ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
deregister() - 接口 中的方法io.netty.channel.group.ChannelGroup
已过时。
This method will be removed in the next major feature release. Deregister all Channels in this group from their EventLoop. Please note that this operation is asynchronous as ChannelOutboundInvoker.deregister() is.
deregister(ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
已过时。
This method will be removed in the next major feature release. Deregister all Channels in this group from their EventLoop that are matched by the given ChannelMatcher. Please note that this operation is asynchronous as ChannelOutboundInvoker.deregister() is.
deregister() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
deregister(ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
deregister() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoop
已过时。
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
 
DESCRIBE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The DESCRIBE getMethod retrieves the description of a presentation or media object identified by the request URL from a server.
destination() - 类 中的方法io.netty.example.stomp.websocket.StompSubscription
 
DESTINATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"destination"
DESTINATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"destination"
DESTINATION - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
DESTINATION_UNREACHABLE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
destinationAddress() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable destination address of this HAProxyMessage.
destinationAddress() - 类 中的方法io.netty.handler.proxy.ProxyConnectionEvent
Returns the address of the destination.
destinationAddress() - 类 中的方法io.netty.handler.proxy.ProxyHandler
Returns the address of the destination to connect to via the proxy server.
destinationPort() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP destination port of this HAProxyMessage.
destroy() - 类 中的方法io.netty.handler.codec.CodecOutputListBenchmark
 
destroy() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Destroy the HttpPostMultipartRequestDecoder and release all it resources.
destroy() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
destroy() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Destroy the HttpPostStandardRequestDecoder and release all it resources.
destroy() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Destroy the InterfaceHttpPostRequestDecoder and release all it resources.
destroy() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
NOTE: This is a JDK8 interface/method.
destroy() - 类 中的静态方法io.netty.util.concurrent.FastThreadLocal
Destroys the data structure that keeps all FastThreadLocal variables accessed from non-FastThreadLocalThreads.
destroy() - 类 中的静态方法io.netty.util.internal.InternalThreadLocalMap
 
destroyGroup() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketEchoTest
 
destroyGroup() - 类 中的静态方法io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
details() - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpResponse
 
details() - 接口 中的方法io.netty.handler.codec.smtp.SmtpResponse
Returns the details if any.
detected(T) - 类 中的静态方法io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult which holds the detected protocol.
detectedProtocol() - 类 中的方法io.netty.handler.codec.ProtocolDetectionResult
Returns the protocol if ProtocolDetectionResult.state() returns ProtocolDetectionState.DETECTED, otherwise null.
DetectPeerCloseWithoutReadTest - io.netty.channel.unix.tests中的类
 
DetectPeerCloseWithoutReadTest() - 类 的构造器io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
detectProtocol(ByteBuf) - 类 中的静态方法io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the ProtocolDetectionResult for the given ByteBuf.
determineEncoding(String) - 类 中的方法io.netty.handler.codec.http.HttpContentCompressor
 
determineWrapper(String) - 类 中的方法io.netty.handler.codec.http.HttpContentCompressor
已过时。
DHCID - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.
Digester - io.netty.example.ocsp中的类
BC's OCSPReqBuilder needs a DigestCalculator but BC doesn't provide any public implementations of that interface.
directArenas() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
directArenas() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
Return a List of all direct PoolArenaMetrics that are provided by this pool.
directBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
directBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
directBuffer(int, int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
directBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf.
directBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity.
directBuffer(int, int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity and the given maximal capacity.
directBuffer() - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
directBuffer(int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with the specified capacity, which expands its capacity boundlessly on demand.
directBuffer(int, int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian direct buffer with the specified initialCapacity, that may grow up to maxCapacity.
directBuffer() - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
directBuffer(int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
directBuffer(int, int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
directBuffer() - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
directBuffer(int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
directBuffer(int, int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
directBuffer(long, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
directBufferAddress(ByteBuffer) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
directBufferPreferred() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Returns true if the platform has reliable low-level direct buffer access API and a user has not specified -Dio.netty.noPreferDirect option.
DirectClientHandler - io.netty.example.socksproxy中的类
 
DirectClientHandler(Promise<Channel>) - 类 的构造器io.netty.example.socksproxy.DirectClientHandler
 
disable() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
已过时。
disable() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfigBuilder
Disables CORS support.
DISABLED - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolConfig
The configuration that disables application protocol negotiation.
disableResolver() - 类 中的方法io.netty.bootstrap.Bootstrap
Disables address name resolution.
DiscardClient - io.netty.example.discard中的类
Keeps sending random data to the specified address.
DiscardClient() - 类 的构造器io.netty.example.discard.DiscardClient
 
DiscardClientHandler - io.netty.example.discard中的类
Handles a client-side channel.
DiscardClientHandler() - 类 的构造器io.netty.example.discard.DiscardClientHandler
 
discardReadBytes() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
discardReadBytes() - 类 中的方法io.netty.buffer.ByteBuf
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
discardReadBytes() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
discardReadBytes() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
discardReadBytes() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
discardReadComponents() - 类 中的方法io.netty.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
DiscardServer - io.netty.example.discard中的类
Discards any incoming data.
DiscardServer() - 类 的构造器io.netty.example.discard.DiscardServer
 
DiscardServerHandler - io.netty.example.discard中的类
Handles a server-side channel.
DiscardServerHandler() - 类 的构造器io.netty.example.discard.DiscardServerHandler
 
discardSomeReadBytes() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
discardSomeReadBytes() - 类 中的方法io.netty.buffer.ByteBuf
Similar to ByteBuf.discardReadBytes() except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption.
discardSomeReadBytes() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
discardSomeReadBytes() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
discardSomeReadBytes() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
discardSomeReadBytes() - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
 
disconnect(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
disconnect() - 类 中的方法io.netty.channel.AbstractChannel
 
disconnect(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
disconnect(ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
Disconnect the Channel of the ChannelFuture and notify the ChannelPromise once the operation was complete.
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
disconnect(ChannelHandlerContext, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
Called once a disconnect operation is made.
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
disconnect() - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
Request to disconnect from the remote peer and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
disconnect(ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
Request to disconnect from the remote peer and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
disconnect() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
disconnect(ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
disconnect() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
disconnect(ChannelPromise) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
disconnect() - 接口 中的方法io.netty.channel.group.ChannelGroup
Disconnects all Channels in this group from their remote peers.
disconnect(ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
Disconnects all Channels in this group from their remote peers, that are matched by the given ChannelMatcher.
disconnect() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
disconnect(ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
disconnect() - 类 中的方法io.netty.channel.unix.Socket
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
DISCONNECT - 类 中的静态变量io.netty.handler.codec.mqtt.MqttMessage
 
disconnect() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
 
disconnectMightFail(DatagramChannel) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastIPv6MappedTest
 
disconnectMightFail(DatagramChannel) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
DiskAttribute - io.netty.handler.codec.http.multipart中的类
Disk implementation of Attributes
DiskAttribute(String) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
Constructor used for huge Attribute
DiskAttribute(String, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, long) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, long, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, Charset, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, long, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, long, Charset, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String, Charset) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String, Charset, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskFileUpload - io.netty.handler.codec.http.multipart中的类
Disk FileUpload implementation that stores file into real files
DiskFileUpload(String, String, String, String, Charset, long, String, boolean) - 类 的构造器io.netty.handler.codec.http.multipart.DiskFileUpload
 
DiskFileUpload(String, String, String, String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.DiskFileUpload
 
distribute(int, StreamByteDistributor.Writer) - 接口 中的方法io.netty.handler.codec.http2.StreamByteDistributor
Distributes up to maxBytes to those streams containing streamable bytes and iterates across those streams to write the appropriate bytes.
distribute(int, StreamByteDistributor.Writer) - 类 中的方法io.netty.handler.codec.http2.UniformStreamByteDistributor
 
distribute(int, StreamByteDistributor.Writer) - 类 中的方法io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
DLV - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust anchors outside of the DNS delegation chain.
DNAME - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Delegation name record RFC 2672 DNAME creates an alias for a name and all its subnames, unlike CNAME, which aliases only the exact name in its label.
DNS_PIPELINE_ATTRIBUTE - 类 中的静态变量io.netty.resolver.dns.DnsNameResolver
An attribute used to mark all channels created by the DnsNameResolver.
DnsAddressResolverGroup - io.netty.resolver.dns中的类
DnsAddressResolverGroup(DnsNameResolverBuilder) - 类 的构造器io.netty.resolver.dns.DnsAddressResolverGroup
 
DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - 类 的构造器io.netty.resolver.dns.DnsAddressResolverGroup
 
DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - 类 的构造器io.netty.resolver.dns.DnsAddressResolverGroup
 
DnsCache - io.netty.resolver.dns中的接口
A cache for DNS resolution entries.
DnsCacheEntry - io.netty.resolver.dns中的接口
Represents the results from a previous DNS query which can be cached.
dnsClass() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsRecord
 
dnsClass() - 接口 中的方法io.netty.handler.codec.dns.DnsRecord
Returns the class of this resource record.
DnsClient - io.netty.example.dns.udp中的类
 
DnsCnameCache - io.netty.resolver.dns中的接口
A cache for CNAMEs.
DnsErrorCauseException - io.netty.resolver.dns中的异常错误
A metadata carrier exception, to propagate DnsResponseCode information as an enrichment within the UnknownHostException cause.
DNSKEY - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
DNS Key record RFC 4034 The key record used in DNSSEC.
DnsMessage - io.netty.handler.codec.dns中的接口
The superclass which contains core information concerning a DnsQuery and a DnsResponse.
DnsNameResolver - io.netty.resolver.dns中的类
A DNS-based InetNameResolver.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, DnsCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - 类 的构造器io.netty.resolver.dns.DnsNameResolver
已过时。
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, AuthoritativeDnsServerCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - 类 的构造器io.netty.resolver.dns.DnsNameResolver
已过时。
DnsNameResolverBuilder - io.netty.resolver.dns中的类
A DnsNameResolver builder.
DnsNameResolverBuilder() - 类 的构造器io.netty.resolver.dns.DnsNameResolverBuilder
Creates a new builder.
DnsNameResolverBuilder(EventLoop) - 类 的构造器io.netty.resolver.dns.DnsNameResolverBuilder
Creates a new builder.
DnsNameResolverException - io.netty.resolver.dns中的异常错误
A RuntimeException raised when DnsNameResolver failed to perform a successful query.
DnsNameResolverException(InetSocketAddress, DnsQuestion, String) - 异常错误 的构造器io.netty.resolver.dns.DnsNameResolverException
 
DnsNameResolverException(InetSocketAddress, DnsQuestion, String, Throwable) - 异常错误 的构造器io.netty.resolver.dns.DnsNameResolverException
 
DnsNameResolverTimeoutException - io.netty.resolver.dns中的异常错误
A DnsNameResolverException raised when DnsNameResolver failed to perform a successful query because of an timeout.
DnsNameResolverTimeoutException(InetSocketAddress, DnsQuestion, String) - 异常错误 的构造器io.netty.resolver.dns.DnsNameResolverTimeoutException
 
DnsNativeClient - io.netty.testsuite.svm.client中的类
A client that uses netty-dns and gets compiled to a native image.
DnsOpCode - io.netty.handler.codec.dns中的类
The DNS OpCode as defined in RFC2929.
DnsOpCode(int, String) - 类 的构造器io.netty.handler.codec.dns.DnsOpCode
 
DnsOptEcsRecord - io.netty.handler.codec.dns中的接口
An ECS record as defined in Client Subnet in DNS Queries.
DnsOptPseudoRecord - io.netty.handler.codec.dns中的接口
An OPT RR record.
DnsPtrRecord - io.netty.handler.codec.dns中的接口
 
DnsQuery - io.netty.handler.codec.dns中的接口
A DNS query message.
DnsQueryLifecycleObserver - io.netty.resolver.dns中的接口
This interface provides visibility into individual DNS queries.
dnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Set the factory used to generate objects which can observe individual DNS queries.
DnsQueryLifecycleObserverFactory - io.netty.resolver.dns中的接口
Used to generate new instances of DnsQueryLifecycleObserver.
DnsQuestion - io.netty.handler.codec.dns中的接口
A DNS question.
DnsRawRecord - io.netty.handler.codec.dns中的接口
A generic DnsRecord that contains an undecoded RDATA.
DnsRecord - io.netty.handler.codec.dns中的接口
A DNS resource record.
DnsRecordDecoder - io.netty.handler.codec.dns中的接口
Decodes a DNS record into its object representation.
DnsRecordEncoder - io.netty.handler.codec.dns中的接口
Encodes a DnsRecord into binary representation.
DnsRecordType - io.netty.handler.codec.dns中的类
Represents a DNS record type.
DnsRecordType(int, String) - 类 的构造器io.netty.handler.codec.dns.DnsRecordType
 
DnsResponse - io.netty.handler.codec.dns中的接口
A DNS response message.
DnsResponseCode - io.netty.handler.codec.dns中的类
The DNS RCODE, as defined in RFC2929.
DnsResponseCode(int, String) - 类 的构造器io.netty.handler.codec.dns.DnsResponseCode
 
DnsSection - io.netty.handler.codec.dns中的枚举
Represents a section of a DnsMessage.
DnsServerAddresses - io.netty.resolver.dns中的类
Provides an infinite sequence of DNS server addresses to DnsNameResolver.
DnsServerAddresses() - 类 的构造器io.netty.resolver.dns.DnsServerAddresses
 
DnsServerAddressStream - io.netty.resolver.dns中的接口
An infinite stream of DNS server addresses.
DnsServerAddressStreamProvider - io.netty.resolver.dns中的接口
Provides an opportunity to override which DnsServerAddressStream is used to resolve a specific hostname.
DnsServerAddressStreamProviders - io.netty.resolver.dns中的类
Utility methods related to DnsServerAddressStreamProvider.
DnsServerResponseFeedbackAddressStream - io.netty.resolver.dns中的接口
An infinite stream of DNS server addresses, that requests feedback to be returned to it.
DNT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"dnt"
doAccounting(TrafficCounter) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.
doAccounting(TrafficCounter) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
doBeginRead() - 类 中的方法io.netty.channel.AbstractChannel
Schedule a read operation.
doBeginRead() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doBeginRead() - 类 中的方法io.netty.channel.local.LocalChannel
 
doBeginRead() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
doBeginRead() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
doBeginRead() - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
 
doBeginRead() - 类 中的方法io.netty.channel.oio.AbstractOioChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.AbstractChannel
Bind the Channel to the SocketAddress
doBind(SocketAddress) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.local.LocalChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.local.LocalServerChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.AbstractChannel
Close the Channel
doClose() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doClose() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
doClose() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
doClose() - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
 
doClose() - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
 
doClose() - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
 
doClose() - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
doClose() - 类 中的方法io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
doClose() - 类 中的方法io.netty.channel.local.LocalChannel
 
doClose() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
doClose() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
doClose() - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doClose() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doClose() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doClose() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doClose() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doClose() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doClose() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.epoll.AbstractEpollServerChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueServerChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.nio.AbstractNioChannel
Connect to the remote peer
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.oio.AbstractOioChannel
已过时。
Connect to the remote peer using the given localAddress if one is specified or null otherwise.
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doConnect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doConnect0(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannel
 
doDeregister() - 类 中的方法io.netty.channel.AbstractChannel
Deregister the Channel from its EventLoop.
doDeregister() - 类 中的方法io.netty.channel.local.LocalChannel
 
doDeregister() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
doDeregister() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
doDisconnect() - 类 中的方法io.netty.channel.AbstractChannel
Disconnect this Channel from its remote peer
doDisconnect() - 类 中的方法io.netty.channel.AbstractServerChannel
 
doDisconnect() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doDisconnect() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
doDisconnect() - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
 
doDisconnect() - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
 
doDisconnect() - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
doDisconnect() - 类 中的方法io.netty.channel.local.LocalChannel
 
doDisconnect() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doDisconnect() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doDisconnect() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doDisconnect() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doDisconnect() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doDisconnect() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doDisconnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doFinishConnect() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
Finish the connect
doFinishConnect() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doFinishConnect() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doFinishConnect() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doFinishConnect() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doFinishConnect() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doFinishConnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doFinishConnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doFinishConnect() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doInit() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
doIsResolved(T) - 类 中的方法io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.isResolved(SocketAddress) to check if the specified address has been resolved already.
doIsResolved(InetSocketAddress) - 类 中的方法io.netty.resolver.InetSocketAddressResolver
 
doIsResolved(SocketAddress) - 类 中的方法io.netty.resolver.NoopAddressResolver
 
domain() - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Returns the domain of this Cookie.
DOMAIN - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
 
domain() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
DOMAIN - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5AddressType
 
DOMAIN_SOCKET_READ_MODE - 类 中的静态变量io.netty.channel.unix.UnixChannelOption
 
DomainDatagramChannel - io.netty.channel.unix中的接口
A UnixChannel that supports communication via UNIX domain datagram sockets.
DomainDatagramChannelConfig - io.netty.channel.unix中的接口
DomainDatagramPacket - io.netty.channel.unix中的类
The message container that is used for DomainDatagramChannel to communicate with the remote peer.
DomainDatagramPacket(ByteBuf, DomainSocketAddress) - 类 的构造器io.netty.channel.unix.DomainDatagramPacket
Create a new instance with the specified packet data and recipient address.
DomainDatagramPacket(ByteBuf, DomainSocketAddress, DomainSocketAddress) - 类 的构造器io.netty.channel.unix.DomainDatagramPacket
Create a new instance with the specified packet data, recipient address, and sender address.
DomainDatagramSocketAddress - io.netty.channel.unix中的类
Act as special DomainSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
DomainDatagramSocketAddress(byte[], int, DomainDatagramSocketAddress) - 类 的构造器io.netty.channel.unix.DomainDatagramSocketAddress
 
DomainMappingBuilder<V> - io.netty.util中的类
已过时。
DomainMappingBuilder(V) - 类 的构造器io.netty.util.DomainMappingBuilder
已过时。
Constructor with default initial capacity of the map holding the mappings
DomainMappingBuilder(int, V) - 类 的构造器io.netty.util.DomainMappingBuilder
已过时。
Constructor with initial capacity of the map holding the mappings
DomainNameMapping<V> - io.netty.util中的类
已过时。
DomainNameMapping(V) - 类 的构造器io.netty.util.DomainNameMapping
已过时。
use DomainNameMappingBuilder to create and fill the mapping instead
DomainNameMapping(int, V) - 类 的构造器io.netty.util.DomainNameMapping
已过时。
use DomainNameMappingBuilder to create and fill the mapping instead
DomainNameMappingBuilder<V> - io.netty.util中的类
DomainNameMappingBuilder(V) - 类 的构造器io.netty.util.DomainNameMappingBuilder
已过时。
Constructor with default initial capacity of the map holding the mappings
DomainNameMappingBuilder(int, V) - 类 的构造器io.netty.util.DomainNameMappingBuilder
已过时。
Constructor with initial capacity of the map holding the mappings
DomainSocketAddress - io.netty.channel.unix中的类
A address for a Unix Domain Socket.
DomainSocketAddress(String) - 类 的构造器io.netty.channel.unix.DomainSocketAddress
 
DomainSocketAddress(File) - 类 的构造器io.netty.channel.unix.DomainSocketAddress
 
DomainSocketChannel - io.netty.channel.unix中的接口
A UnixChannel that supports communication via Unix Domain Socket.
DomainSocketChannelConfig - io.netty.channel.unix中的接口
DomainSocketReadMode - io.netty.channel.unix中的枚举
Different modes of reading from a DomainSocketChannel.
DomainWildcardMappingBuilder<V> - io.netty.util中的类
Builder that allows to build Mappings that support DNS wildcard matching.
DomainWildcardMappingBuilder(V) - 类 的构造器io.netty.util.DomainWildcardMappingBuilder
Constructor with default initial capacity of the map holding the mappings
DomainWildcardMappingBuilder(int, V) - 类 的构造器io.netty.util.DomainWildcardMappingBuilder
Constructor with initial capacity of the map holding the mappings
doRead() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
 
doRead() - 类 中的方法io.netty.channel.oio.AbstractOioChannel
已过时。
 
doRead() - 类 中的方法io.netty.channel.oio.AbstractOioMessageChannel
已过时。
 
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
Read bytes into the given ByteBuf and return the amount.
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
Read bytes from the underlying Socket.
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
 
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
doReadBytes(ByteBuf) - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
Read messages into the given array and return the amount which was read.
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.oio.AbstractOioMessageChannel
已过时。
Read messages into the given array and return the amount which was read.
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doReadMessages(List<Object>) - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doRegister() - 类 中的方法io.netty.channel.AbstractChannel
Is called after the Channel is registered with its EventLoop as part of the register process.
doRegister() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doRegister() - 类 中的方法io.netty.channel.local.LocalChannel
 
doRegister() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
doRegister() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
doResolve(T, Promise<T>) - 类 中的方法io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.resolve(SocketAddress) to perform the actual name resolution.
doResolve(String, Promise<T>) - 类 中的方法io.netty.resolver.CompositeNameResolver
 
doResolve(String, Promise<InetAddress>) - 类 中的方法io.netty.resolver.DefaultNameResolver
 
doResolve(String, Promise<InetAddress>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
 
doResolve(String, DnsRecord[], Promise<InetAddress>, DnsCache) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
Hook designed for extensibility so one can pass a different cache on each resolution attempt instead of using the global one.
doResolve(InetSocketAddress, Promise<InetSocketAddress>) - 类 中的方法io.netty.resolver.InetSocketAddressResolver
 
doResolve(SocketAddress, Promise<SocketAddress>) - 类 中的方法io.netty.resolver.NoopAddressResolver
 
doResolve(String, Promise<InetAddress>) - 类 中的方法io.netty.resolver.RoundRobinInetAddressResolver
 
doResolve(String, Promise<T>) - 类 中的方法io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.resolve(String) to perform the actual name resolution.
doResolveAll(T, Promise<List<T>>) - 类 中的方法io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.resolveAll(SocketAddress) to perform the actual name resolution.
doResolveAll(String, Promise<List<T>>) - 类 中的方法io.netty.resolver.CompositeNameResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - 类 中的方法io.netty.resolver.DefaultNameResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
 
doResolveAll(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
Hook designed for extensibility so one can pass a different cache on each resolution attempt instead of using the global one.
doResolveAll(InetSocketAddress, Promise<List<InetSocketAddress>>) - 类 中的方法io.netty.resolver.InetSocketAddressResolver
 
doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - 类 中的方法io.netty.resolver.NoopAddressResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - 类 中的方法io.netty.resolver.RoundRobinInetAddressResolver
 
doResolveAll(String, Promise<List<T>>) - 类 中的方法io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.resolveAll(String) to perform the actual name resolution.
doShutdownOutput() - 类 中的方法io.netty.channel.AbstractChannel
Called when conditions justify shutting down the output portion of the channel.
doShutdownOutput() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
doShutdownOutput() - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
doShutdownOutput() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doShutdownOutput() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
DoTClient - io.netty.example.dns.dot中的类
 
DOUBLE_QUOTE - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Double quote '"'
DOUBLE_QUOTE - 类 中的静态变量io.netty.util.internal.StringUtil
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.AbstractChannel
Flush the content of the given buffer to the remote peer.
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.AbstractServerChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.AbstractEpollServerChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueServerChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.local.LocalChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
已过时。
 
doWrite(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
 
doWrite0(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
Write objects to the OS.
doWriteBytes(ByteBuf) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
Write bytes form the given ByteBuf to the underlying Channel.
doWriteBytes(ByteBuf) - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
Write the data which is hold by the ByteBuf to the underlying Socket.
doWriteBytes(ByteBuf) - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
 
doWriteBytes(ByteBuf) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doWriteBytes(ByteBuf) - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doWriteFileRegion(FileRegion) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
Write a FileRegion
doWriteFileRegion(FileRegion) - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
Write the data which is hold by the FileRegion to the underlying Socket.
doWriteFileRegion(FileRegion) - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
 
doWriteFileRegion(FileRegion) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
doWriteFileRegion(FileRegion) - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
doWriteMessage(Object) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
 
doWriteMessage(Object) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
Write a message to the underlying Channel.
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
doWriteMessage(Object, ChannelOutboundBuffer) - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
doWriteSingle(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
Attempt to write a single object.
doWriteSingle(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
doWriteSingle(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
Attempt to write a single object.
doWriteSingle(ChannelOutboundBuffer) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
 
dropPongFrames(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
true if pong frames should not be forwarded
dropPongFrames() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
dropPongFrames(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true if pong frames should not be forwarded
dropPongFrames() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
DS - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Delegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.
dstAddr() - 类 中的方法io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstAddr() - 类 中的方法io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstAddr() - 接口 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTIP field of this request.
dstAddr() - 接口 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTIP field of this response.
dstAddr() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddr() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.ADDR field of this request.
dstAddrType() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddrType() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the type of the DST.ADDR field of this request.
dstPort() - 类 中的方法io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstPort() - 类 中的方法io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstPort() - 接口 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTPORT field of this request.
dstPort() - 接口 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTPORT field of this response.
dstPort() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstPort() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.PORT field of this request.
DTR - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
dump(String) - 类 中的静态方法io.netty.testsuite.util.TestUtils
 
dumpStats() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
Returns the status of the allocator (which contains all metrics) as string.
DuplexChannel - io.netty.channel.socket中的接口
A duplex Channel that has two sides that can be shutdown independently.
DuplexChannelConfig - io.netty.channel.socket中的接口
duplicate() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
duplicate() - 类 中的方法io.netty.buffer.ByteBuf
Returns a buffer which shares the whole region of this buffer.
duplicate() - 接口 中的方法io.netty.buffer.ByteBufHolder
Duplicates this ByteBufHolder.
duplicate() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
Duplicates this ByteBufHolder.
duplicate() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
duplicate() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
duplicate() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
duplicate() - 类 中的方法io.netty.channel.epoll.SegmentedDatagramPacket
已过时。
 
duplicate() - 类 中的方法io.netty.channel.sctp.SctpMessage
 
duplicate() - 类 中的方法io.netty.channel.socket.DatagramPacket
 
duplicate() - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
duplicate() - 类 中的方法io.netty.channel.unix.DomainDatagramPacket
 
duplicate() - 类 中的方法io.netty.channel.unix.SegmentedDatagramPacket
 
duplicate() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRawRecord
 
duplicate() - 接口 中的方法io.netty.handler.codec.dns.DnsRawRecord
 
duplicate() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
 
duplicate() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
duplicate() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
duplicate() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
duplicate() - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.FullHttpMessage
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.HttpContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.LastHttpContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
 
duplicate() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
duplicate() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.http2.Http2DataFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
duplicate() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
duplicate() - 接口 中的方法io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
duplicate() - 接口 中的方法io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
duplicate() - 类 中的方法io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
duplicate() - 类 中的方法io.netty.handler.codec.memcache.DefaultMemcacheContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.memcache.FullMemcacheMessage
 
duplicate() - 接口 中的方法io.netty.handler.codec.memcache.LastMemcacheContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.memcache.MemcacheContent
 
duplicate() - 类 中的方法io.netty.handler.codec.mqtt.MqttPublishMessage
 
duplicate() - 接口 中的方法io.netty.handler.codec.redis.BulkStringRedisContent
 
duplicate() - 类 中的方法io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
duplicate() - 类 中的方法io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
duplicate() - 类 中的方法io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
duplicate() - 接口 中的方法io.netty.handler.codec.redis.LastBulkStringRedisContent
 
duplicate() - 类 中的方法io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
duplicate() - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.smtp.LastSmtpContent
 
duplicate() - 接口 中的方法io.netty.handler.codec.smtp.SmtpContent
 
duplicate() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
duplicate() - 类 中的方法io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
duplicate() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
duplicate() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.stomp.LastStompContentSubframe
 
duplicate() - 接口 中的方法io.netty.handler.codec.stomp.StompContentSubframe
 
duplicate() - 接口 中的方法io.netty.handler.codec.stomp.StompFrame
 
duplicate() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
duplicate() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
duplicate() - 接口 中的方法io.netty.resolver.dns.DnsServerAddressStream
Duplicate this object.
DuplicatedByteBuf - io.netty.buffer中的类
已过时。
Do not use.
DuplicatedByteBuf(ByteBuf) - 类 的构造器io.netty.buffer.DuplicatedByteBuf
已过时。
 
duplicates - 类 中的变量io.netty.handler.codec.http2.HpackEncoderBenchmark
 
duringDecode() - 异常错误 中的方法io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
DynamicAddressConnectHandler - io.netty.handler.address中的类
ChannelOutboundHandler implementation which allows to dynamically replace the used remoteAddress and / or localAddress when making a connection attempt.
DynamicAddressConnectHandler() - 类 的构造器io.netty.handler.address.DynamicAddressConnectHandler
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
Netty 4.1.109.Final(2024/04/15)

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