Netty 4.0.56.Final(2018/10/07)
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_BITS - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - 类 中的静态变量io.netty.channel.ChannelOption
已过时。
DatagramChannel - io.netty.channel.socket中的接口
A UDP/IP Channel.
DatagramChannelConfig - io.netty.channel.socket中的接口
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.
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.
DATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Date"
DATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Date"
DAYOFMONTH_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
DAYOFWEEK_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
deallocate() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
deallocate() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
deallocate() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
deallocate() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
deallocate() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
deallocate() - 类 中的方法io.netty.channel.DefaultFileRegion
 
deallocate() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
deallocate() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
deallocate() - 类 中的方法io.netty.util.AbstractReferenceCounted
Called once AbstractReferenceCounted.refCnt() is equals 0.
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.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.example.factorial.BigIntegerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.example.portunification.PortUnificationServerHandler
 
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.JdkZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.compression.SnappyFramedDecoder
 
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, 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 Set-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.HttpContentDecoder
 
decode(ChannelHandlerContext, HttpRequest, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
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.WebSocketFrameAggregator
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
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, 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.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
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, 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.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.spdy.SpdyOrHttpChooser
已过时。
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.string.StringDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.OptionalSslHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.SniHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.ssl.SslHandler
 
decodeComponent(String) - 类 中的静态方法io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - 类 中的静态方法io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
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.
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
 
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.
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.
DecoderResult - io.netty.handler.codec中的类
 
DecoderResult(Throwable) - 类 的构造器io.netty.handler.codec.DecoderResult
 
decompose(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Same with AbstractByteBuf.slice(int, int) except that this method returns a list.
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
 
decrement() - 接口 中的方法io.netty.util.internal.LongCounter
 
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
 
DEFAULT - 类 中的静态变量io.netty.channel.DefaultMessageSizeEstimator
Return the default implementation which returns 8 for unknown messages.
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_MAX_COMPOSITEBUFFER_COMPONENTS - 类 中的静态变量io.netty.handler.codec.http.HttpObjectAggregator
 
DEFAULT_MAX_CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max content length.
DEFAULT_MAX_HEADER_SIZE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max header size.
DEFAULT_MAX_INITIAL_LINE_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max initial line length.
DEFAULT_MAX_PENDING_TASKS - 类 中的静态变量io.netty.channel.SingleThreadEventLoop
 
DEFAULT_MAX_TIME - 类 中的静态变量io.netty.handler.traffic.AbstractTrafficShapingHandler
Default max delay in case of traffic shaping (during which no communication will occur).
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.
DefaultAttributeMap - io.netty.util中的类
Default AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead as low as possible.
DefaultAttributeMap() - 类 的构造器io.netty.util.DefaultAttributeMap
 
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 SocketChannelConfig implementation.
DefaultChannelConfig(Channel) - 类 的构造器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.
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.
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.
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.
DefaultFullHttpRequest - io.netty.handler.codec.http中的类
Default implementation of FullHttpRequest.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpResponse - io.netty.handler.codec.http中的类
Default implementation of a FullHttpResponse.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultFullHttpResponse
 
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 Attribute and FileUpload could be :
- MemoryAttribute, DiskAttribute or MixedAttribute
- MemoryFileUpload, DiskFileUpload or MixedFileUpload
according to the constructor.
DefaultHttpDataFactory() - 类 的构造器io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
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(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.
DefaultHttpHeaders - io.netty.handler.codec.http中的类
 
DefaultHttpHeaders() - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - 类 的构造器io.netty.handler.codec.http.DefaultHttpHeaders
 
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) - 类 的构造器io.netty.handler.codec.http.DefaultHttpMessage
 
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
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
Creates a new instance.
DefaultLastHttpContent - io.netty.handler.codec.http中的类
The default LastHttpContent implementation.
DefaultLastHttpContent() - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf, boolean) - 类 的构造器io.netty.handler.codec.http.DefaultLastHttpContent
 
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
defaultMaxOrder() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default maximum order - System Property: io.netty.allocator.maxOrder - default 11
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
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中的类
Default OioServerSocketChannelConfig implementation
DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - 类 的构造器io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
DefaultOioSocketChannelConfig - io.netty.channel.socket.oio中的类
Default OioSocketChannelConfig implementation
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
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.
defaultSmallCacheSize() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Default small cache size - System Property: io.netty.allocator.smallCacheSize - default 256
DefaultSocketChannelConfig - io.netty.channel.socket中的类
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(SocketChannel, Socket) - 类 的构造器io.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
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中的类
 
DefaultSpdyHeadersFrame - io.netty.handler.codec.spdy中的类
The default SpdyHeadersFrame implementation.
DefaultSpdyHeadersFrame(int) - 类 的构造器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.
DefaultSpdySynStreamFrame - io.netty.handler.codec.spdy中的类
The default SpdySynStreamFrame implementation.
DefaultSpdySynStreamFrame(int, int, byte) - 类 的构造器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.
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
Default tiny cache size - System Property: io.netty.allocator.tinyCacheSize - default 512
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 true
definedSize - 类 中的变量io.netty.handler.codec.http.multipart.AbstractHttpData
 
DEFLATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DEFLATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"deflate"
delayNanos(long) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Returns the amount of time left until the scheduled task with the closest dead line is executed.
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 getMethod 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.http.multipart.MixedAttribute
 
delete() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
delete() - 类 中的方法io.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and 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
 
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.
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() - 接口 中的方法io.netty.channel.Channel
Request to deregister this Channel 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.Channel
Request to deregister this Channel 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.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() - 接口 中的方法io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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.ChannelOutboundHandler
Called once a deregister operation is made from the current registered EventLoop.
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
deregister() - 接口 中的方法io.netty.channel.ChannelPipeline
Request to deregister the Channel 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.ChannelPipeline
Request to deregister the Channel bound this ChannelPipeline 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 Channel.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 match the given ChannelMatcher. Please note that this operation is asynchronous as Channel.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.spdy.SpdyFrameCodec
 
deregister(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
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.handler.codec.rtsp.RtspHeaders.Values
"destination"
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.
destinationPort() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP destination port of this HAProxyMessage.
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
 
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.
detectProtocol(ByteBuf) - 类 中的静态方法io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the ProtocolDetectionResult for the given ByteBuf.
determineWrapper(String) - 类 中的方法io.netty.handler.codec.http.HttpContentCompressor
 
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(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
Disables CORS support.
DISABLED - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolConfig
The configuration that disables application protocol negotiation.
disableOcsp(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Disables OCSP stapling on the given SSLContext.
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() - 接口 中的方法io.netty.channel.Channel
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.Channel
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.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() - 接口 中的方法io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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.ChannelOutboundHandler
Called once a disconnect operation is made.
disconnect(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
disconnect() - 接口 中的方法io.netty.channel.ChannelPipeline
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.ChannelPipeline
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 match 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.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.SslHandler
 
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) - 类 的构造器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) - 类 的构造器io.netty.handler.codec.http.multipart.DiskFileUpload
 
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.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.EpollDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
 
doBind(SocketAddress) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
 
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.EpollServerDomainSocketChannel
 
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.EpollDomainSocketChannel
 
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
已过时。
 
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.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
已过时。
 
doHandshake(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_do_handshake
doInit() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
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_SOCKET_READ_MODE - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
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中的类
Maps a domain name to its associated value object.
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中的类
Builder for immutable DomainNameMapping instances.
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.
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
 
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.socket.nio.NioSocketChannel
 
doShutdownOutput() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
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.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
 
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, 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, int) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
DTR - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
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.
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
Duplicate the ByteBufHolder.
duplicate() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
duplicate() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
duplicate() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
duplicate() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
duplicate() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
duplicate() - 类 中的方法io.netty.channel.sctp.SctpMessage
 
duplicate() - 类 中的方法io.netty.channel.socket.DatagramPacket
 
duplicate() - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
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.HttpContent
 
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.spdy.DefaultSpdyDataFrame
 
duplicate() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
duplicate() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
duplicate() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
DuplicatedByteBuf - io.netty.buffer中的类
已过时。
Do not use.
DuplicatedByteBuf(ByteBuf) - 类 的构造器io.netty.buffer.DuplicatedByteBuf
已过时。
 
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.0.56.Final(2018/10/07)

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