Netty 3.10.5.Final(build 2016/02/27)
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

D

DatagramChannel - org.jboss.netty.channel.socket中的接口
A UDP/IP Channel which is created by DatagramChannelFactory.
DatagramChannelConfig - org.jboss.netty.channel.socket中的接口
DatagramChannelFactory - org.jboss.netty.channel.socket中的接口
A ChannelFactory which creates a DatagramChannel.
DATE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Date"
DATE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Date"
DAYOFMONTH_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
DAYOFWEEK_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
DeadLockProofWorker - org.jboss.netty.util.internal中的类
 
debug(String) - 接口 中的方法org.jboss.netty.logging.InternalLogger
Logs a DEBUG level message.
debug(String, Throwable) - 接口 中的方法org.jboss.netty.logging.InternalLogger
Logs a DEBUG level message.
DebugUtil - org.jboss.netty.util中的类
Determines if Netty is running in a debug mode or not.
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.example.factorial.BigIntegerDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.example.portunification.PortUnificationServerHandler
 
decode(ChannelBuffer) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, Base64Dialect) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, Base64Dialect, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, Base64Dialect) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelBuffer, int, int, Base64Dialect, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.handler.codec.base64.Base64
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.base64.Base64Decoder
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
Decodes the received packets so far into a frame.
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.LineBasedFrameDecoder
 
decode(String) - 类 中的方法org.jboss.netty.handler.codec.http.cookie.ClientCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - 类 中的方法org.jboss.netty.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String) - 类 中的方法org.jboss.netty.handler.codec.http.CookieDecoder
已过时。
Decodes the specified HTTP header value into Cookies.
decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, WebSocket08FrameDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - 类 中的方法org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.marshalling.MarshallingDecoder
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.oneone.OneToOneDecoder
Transforms the specified received message into another message and return the transformed message.
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, T) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
Decodes the received packets so far into a frame.
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
decode(ChannelHandlerContext, Channel, ChannelBuffer, HttpMessageDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksAuthRequestDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksAuthRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksAuthResponseDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksAuthResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksCmdRequestDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksCmdRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksCmdResponseDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksCmdResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksInitRequestDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksInitRequestDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, SocksInitResponseDecoder.State) - 类 中的方法org.jboss.netty.handler.codec.socks.SocksInitResponseDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
decode(ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 
decode(ChannelHandlerContext, Channel, Object) - 类 中的方法org.jboss.netty.handler.codec.string.StringDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
 
decodeComponent(String) - 类 中的静态方法org.jboss.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - 类 中的静态方法org.jboss.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeHeaderBlock(ChannelBuffer, SpdyHeadersFrame) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
Decodes the received data so far into a frame when the channel is disconnected.
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - 类 中的方法org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer, T) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
Decodes the received data so far into a frame when the channel is disconnected.
decodeLast(ChannelHandlerContext, Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
DecoderEmbedder<E> - org.jboss.netty.handler.codec.embedder中的类
A helper that wraps a decoder so that it can be used without doing actual I/O in unit tests or higher level codecs.
DecoderEmbedder(ChannelUpstreamHandler...) - 类 的构造器org.jboss.netty.handler.codec.embedder.DecoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
DecoderEmbedder(ChannelBufferFactory, ChannelUpstreamHandler...) - 类 的构造器org.jboss.netty.handler.codec.embedder.DecoderEmbedder
Creates a new embedder whose pipeline is composed of the specified handlers.
decompose(int, int) - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
Same with CompositeChannelBuffer.slice(int, int) except that this method returns a list.
decrease() - 类 中的方法org.jboss.netty.util.internal.SharedResourceMisuseDetector
 
decreaseCounter(Runnable) - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
DEFAULT_CHARSET - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
Default character set (UTF-8)
DEFAULT_CHECK_INTERVAL - 类 中的静态变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Default delay between two checks: 1s
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - 类 中的静态变量org.jboss.netty.handler.codec.frame.FrameDecoder
 
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
DEFAULT_MAX_TIME - 类 中的静态变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Default max delay in case of traffic shaping (during which no communication will occur).
DefaultChannelConfig - org.jboss.netty.channel中的类
The default SocketChannelConfig implementation.
DefaultChannelConfig() - 类 的构造器org.jboss.netty.channel.DefaultChannelConfig
 
DefaultChannelFuture - org.jboss.netty.channel中的类
The default ChannelFuture implementation.
DefaultChannelFuture(Channel, boolean) - 类 的构造器org.jboss.netty.channel.DefaultChannelFuture
Creates a new instance.
DefaultChannelGroup - org.jboss.netty.channel.group中的类
The default ChannelGroup implementation.
DefaultChannelGroup() - 类 的构造器org.jboss.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name.
DefaultChannelGroup(String) - 类 的构造器org.jboss.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name.
DefaultChannelGroupFuture - org.jboss.netty.channel.group中的类
The default ChannelGroupFuture implementation.
DefaultChannelGroupFuture(ChannelGroup, Collection<ChannelFuture>) - 类 的构造器org.jboss.netty.channel.group.DefaultChannelGroupFuture
Creates a new instance.
DefaultChannelPipeline - org.jboss.netty.channel中的类
The default ChannelPipeline implementation.
DefaultChannelPipeline() - 类 的构造器org.jboss.netty.channel.DefaultChannelPipeline
 
DefaultChildChannelStateEvent - org.jboss.netty.channel中的类
The default ChildChannelStateEvent implementation.
DefaultChildChannelStateEvent(Channel, Channel) - 类 的构造器org.jboss.netty.channel.DefaultChildChannelStateEvent
Creates a new instance.
defaultClientProvider() - 类 中的静态方法org.jboss.netty.handler.ssl.SslContext
Returns the default client-side implementation provider currently in use.
DefaultCookie - org.jboss.netty.handler.codec.http.cookie中的类
The default Cookie implementation.
DefaultCookie(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.cookie.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultCookie - org.jboss.netty.handler.codec.http中的类
已过时。
Use io.netty.handler.codec.http.cookie.DefaultCookie instead.
DefaultCookie(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultCookie
已过时。
Creates a new cookie with the specified name and value.
DefaultDatagramChannelConfig - org.jboss.netty.channel.socket中的类
The default DatagramChannelConfig implementation.
DefaultDatagramChannelConfig(DatagramSocket) - 类 的构造器org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
Creates a new instance.
DefaultExceptionEvent - org.jboss.netty.channel中的类
The default ExceptionEvent implementation.
DefaultExceptionEvent(Channel, Throwable) - 类 的构造器org.jboss.netty.channel.DefaultExceptionEvent
Creates a new instance.
DefaultFileRegion - org.jboss.netty.channel中的类
 
DefaultFileRegion(FileChannel, long, long) - 类 的构造器org.jboss.netty.channel.DefaultFileRegion
 
DefaultFileRegion(FileChannel, long, long, boolean) - 类 的构造器org.jboss.netty.channel.DefaultFileRegion
 
DefaultHttpChunk - org.jboss.netty.handler.codec.http中的类
The default HttpChunk implementation.
DefaultHttpChunk(ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpChunk
Creates a new instance with the specified chunk content.
DefaultHttpChunkTrailer - org.jboss.netty.handler.codec.http中的类
The default HttpChunkTrailer implementation.
DefaultHttpChunkTrailer() - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
DefaultHttpDataFactory - org.jboss.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() - 类 的构造器org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be always on Disk if useDisk is True, else always in Memory if False.
DefaultHttpDataFactory(long) - 类 的构造器org.jboss.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 - org.jboss.netty.handler.codec.http中的类
 
DefaultHttpHeaders() - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpMessage - org.jboss.netty.handler.codec.http中的类
The default HttpMessage implementation.
DefaultHttpMessage(HttpVersion) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpRequest - org.jboss.netty.handler.codec.http中的类
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - org.jboss.netty.handler.codec.http中的类
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - 类 的构造器org.jboss.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultIdleStateEvent - org.jboss.netty.handler.timeout中的类
The default IdleStateEvent implementation.
DefaultIdleStateEvent(Channel, IdleState, long) - 类 的构造器org.jboss.netty.handler.timeout.DefaultIdleStateEvent
Creates a new instance.
DefaultLocalClientChannelFactory - org.jboss.netty.channel.local中的类
The default LocalClientChannelFactory implementation.
DefaultLocalClientChannelFactory() - 类 的构造器org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
Creates a new instance.
DefaultLocalServerChannelFactory - org.jboss.netty.channel.local中的类
The default LocalServerChannelFactory implementation.
DefaultLocalServerChannelFactory() - 类 的构造器org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
 
DefaultMarshallerProvider - org.jboss.netty.handler.codec.marshalling中的类
Default implementation of MarshallerProvider which just create a new Marshaller on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器org.jboss.netty.handler.codec.marshalling.DefaultMarshallerProvider
Create a new instance
DefaultObjectSizeEstimator - org.jboss.netty.util中的类
The default ObjectSizeEstimator implementation for general purpose.
DefaultObjectSizeEstimator() - 类 的构造器org.jboss.netty.util.DefaultObjectSizeEstimator
Creates a new instance.
DefaultServerChannelConfig - org.jboss.netty.channel中的类
The default ServerSocketChannelConfig implementation.
DefaultServerChannelConfig() - 类 的构造器org.jboss.netty.channel.DefaultServerChannelConfig
 
defaultServerProvider() - 类 中的静态方法org.jboss.netty.handler.ssl.SslContext
Returns the default server-side implementation provider currently in use.
DefaultServerSocketChannelConfig - org.jboss.netty.channel.socket中的类
The default ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocket) - 类 的构造器org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
DefaultSocketChannelConfig - org.jboss.netty.channel.socket中的类
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(Socket) - 类 的构造器org.jboss.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
DefaultSpdyDataFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyDataFrame implementation.
DefaultSpdyDataFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyGoAwayFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyGoAwayFrame implementation.
DefaultSpdyGoAwayFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyHeaders - org.jboss.netty.handler.codec.spdy中的类
 
DefaultSpdyHeadersFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyHeadersFrame implementation.
DefaultSpdyHeadersFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
Creates a new instance.
DefaultSpdyPingFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyPingFrame implementation.
DefaultSpdyPingFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
Creates a new instance.
DefaultSpdyRstStreamFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyRstStreamFrame implementation.
DefaultSpdyRstStreamFrame(int, int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
Creates a new instance.
DefaultSpdySettingsFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdySettingsFrame implementation.
DefaultSpdySettingsFrame() - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
DefaultSpdyStreamFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyStreamFrame implementation.
DefaultSpdyStreamFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
Creates a new instance.
DefaultSpdySynReplyFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdySynReplyFrame implementation.
DefaultSpdySynReplyFrame(int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
Creates a new instance.
DefaultSpdySynStreamFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdySynStreamFrame implementation.
DefaultSpdySynStreamFrame(int, int, byte) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
Creates a new instance.
DefaultSpdyWindowUpdateFrame - org.jboss.netty.handler.codec.spdy中的类
The default SpdyWindowUpdateFrame implementation.
DefaultSpdyWindowUpdateFrame(int, int) - 类 的构造器org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
Creates a new instance.
DefaultUnmarshallerProvider - org.jboss.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) - 类 的构造器org.jboss.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Create a new instance of DefaultMarshallerProvider
DefaultWriteCompletionEvent - org.jboss.netty.channel中的类
The default WriteCompletionEvent implementation.
DefaultWriteCompletionEvent(Channel, long) - 类 的构造器org.jboss.netty.channel.DefaultWriteCompletionEvent
Creates a new instance.
definedSize - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
DEFLATE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DEFLATE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"deflate"
deflate(int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateEnd() - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateInit(int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateInit(int, Enum<?>) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int, Enum<?>) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int, int, Enum) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateParams(int, int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
deflateSetDictionary(byte[], int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
DELETE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
delete() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
delete() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
delete() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
delete() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
delete() - 类 中的方法org.jboss.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and RSA private key file.
deleteOnExit() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
deleteOnExit() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExit() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
deleteOnExitTemporaryFile - 类 中的静态变量org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExitTemporaryFile - 类 中的静态变量org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
DelimiterBasedFrameDecoder - org.jboss.netty.handler.codec.frame中的类
A decoder that splits the received ChannelBuffers by one or more delimiters.
DelimiterBasedFrameDecoder(int, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, ChannelBuffer...) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer...) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ChannelBuffer...) - 类 的构造器org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder
Creates a new instance.
Delimiters - org.jboss.netty.handler.codec.frame中的类
A set of commonly used delimiters for DelimiterBasedFrameDecoder.
DESCRIBE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspMethods
The DESCRIBE method retrieves the description of a presentation or media object identified by the request URL from a server.
DESTINATION - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"destination"
DESTINATION_UNREACHABLE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
destroy() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
destroy() - 类 中的方法org.jboss.netty.channel.socket.nio.ShareableWorkerPool
Destroy the ShareableWorkerPool and release all resources.
destroy() - 类 中的方法org.jboss.netty.logging.OsgiLoggerFactory
 
destroy(ByteBuffer) - 类 中的静态方法org.jboss.netty.util.internal.ByteBufferUtil
Destroy the given ByteBuffer if possible
destroyChannelFactory(ChannelFactory) - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
DetectionUtil - org.jboss.netty.util.internal中的类
Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of the sun.misc.Unsafe object.
determineThreadName(String, String) - 接口 中的方法org.jboss.netty.util.ThreadNameDeterminer
Overrides the thread name proposed by ThreadRenamingRunnable.
directBuffer(int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian direct buffer with the specified capacity.
directBuffer(ByteOrder, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new direct buffer with the specified endianness and capacity.
DirectChannelBufferFactory - org.jboss.netty.buffer中的类
A ChannelBufferFactory which pre-allocates a large chunk of direct buffer and returns its slice on demand.
DirectChannelBufferFactory() - 类 的构造器org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
DirectChannelBufferFactory(int) - 类 的构造器org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
DirectChannelBufferFactory(ByteOrder) - 类 的构造器org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
DirectChannelBufferFactory(ByteOrder, int) - 类 的构造器org.jboss.netty.buffer.DirectChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
DiscardClient - org.jboss.netty.example.discard中的类
Keeps sending random data to the specified address.
DiscardClient() - 类 的构造器org.jboss.netty.example.discard.DiscardClient
 
DiscardClientHandler - org.jboss.netty.example.discard中的类
Handles a client-side channel.
DiscardClientHandler() - 类 的构造器org.jboss.netty.example.discard.DiscardClientHandler
 
discardReadBytes() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
discardReadBytes() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
discardReadBytes() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
discardReadBytes() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
DiscardServer - org.jboss.netty.example.discard中的类
Discards any incoming data.
DiscardServer() - 类 的构造器org.jboss.netty.example.discard.DiscardServer
 
DiscardServerHandler - org.jboss.netty.example.discard中的类
Handles a server-side channel.
DiscardServerHandler() - 类 的构造器org.jboss.netty.example.discard.DiscardServerHandler
 
disconnect() - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
disconnect() - 类 中的方法org.jboss.netty.channel.AbstractServerChannel
 
disconnect() - 接口 中的方法org.jboss.netty.channel.Channel
Disconnects this channel from the current remote address asynchronously.
disconnect(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "disconnect" request to the last ChannelDownstreamHandler in the ChannelPipeline of the specified Channel.
disconnect(ChannelHandlerContext, ChannelFuture) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "disconnect" request to the ChannelDownstreamHandler which is placed in the closest downstream from the handler associated with the specified ChannelHandlerContext.
disconnect() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroup
Disconnects all Channels in this group from their remote peers.
disconnect() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelDownstreamHandler
Invoked when Channel.disconnect() was called.
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
Invoked when Channel.disconnect() was called.
disconnectRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
DiskAttribute - org.jboss.netty.handler.codec.http.multipart中的类
Disk implementation of Attributes
DiskAttribute(String) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.DiskAttribute
Constructor used for huge Attribute
DiskAttribute(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
DiskFileUpload - org.jboss.netty.handler.codec.http.multipart中的类
Disk FileUpload implementation that stores file into real files
DiskFileUpload(String, String, String, String, Charset, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
doAccounting(TrafficCounter) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.
doAccounting(TrafficCounter) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
doEncode(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.oneone.OneToOneEncoder
 
doEncode(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.oneone.OneToOneStrictEncoder
 
doExecute(Runnable) - 类 中的方法org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
doExecute(Runnable) - 类 中的方法org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
doExecute(Runnable) - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Put the actual execution logic here.
doExecute(Runnable) - 类 中的方法org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
Executes the specified task concurrently while maintaining the event order.
domain() - 接口 中的方法org.jboss.netty.handler.codec.http.cookie.Cookie
Returns the domain of this Cookie.
DOMAIN - 类 中的静态变量org.jboss.netty.handler.codec.http.cookie.CookieHeaderNames
 
domain() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
doRun() - 类 中的方法org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
Send the ChannelEvent downstream
doRun() - 类 中的方法org.jboss.netty.handler.execution.ChannelEventRunnable
 
doRun() - 类 中的方法org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
Sends the event upstream.
DOUBLE_QUOTE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
Double quote '"'
doUnorderedExecute(Runnable) - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
Executes the specified task without maintaining the event order.
DownstreamChannelStateEvent - org.jboss.netty.channel中的类
The default downstream ChannelStateEvent implementation.
DownstreamChannelStateEvent(Channel, ChannelFuture, ChannelState, Object) - 类 的构造器org.jboss.netty.channel.DownstreamChannelStateEvent
Creates a new instance.
DownstreamMessageEvent - org.jboss.netty.channel中的类
The default downstream MessageEvent implementation.
DownstreamMessageEvent(Channel, ChannelFuture, Object, SocketAddress) - 类 的构造器org.jboss.netty.channel.DownstreamMessageEvent
Creates a new instance.
duplicate() - 类 中的方法org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
duplicate() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns a buffer which shares the whole region of this buffer.
duplicate() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
duplicate() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
DuplicatedChannelBuffer - org.jboss.netty.buffer中的类
A derived buffer which simply forwards all data access requests to its parent.
DuplicatedChannelBuffer(ChannelBuffer) - 类 的构造器org.jboss.netty.buffer.DuplicatedChannelBuffer
 
dynamicBuffer() - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian dynamic buffer whose estimated data length is 256 bytes.
dynamicBuffer(ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
dynamicBuffer(int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian dynamic buffer with the specified estimated data length.
dynamicBuffer(ByteOrder, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new dynamic buffer with the specified endianness and the specified estimated data length.
dynamicBuffer(int, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new big-endian dynamic buffer with the specified estimated data length using the specified factory.
dynamicBuffer(ByteOrder, int, ChannelBufferFactory) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
Creates a new dynamic buffer with the specified endianness and the specified estimated data length using the specified factory.
DynamicChannelBuffer - org.jboss.netty.buffer中的类
A dynamic capacity buffer which increases its capacity as needed.
DynamicChannelBuffer(int) - 类 的构造器org.jboss.netty.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(ByteOrder, int) - 类 的构造器org.jboss.netty.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(ByteOrder, int, ChannelBufferFactory) - 类 的构造器org.jboss.netty.buffer.DynamicChannelBuffer
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Netty 3.10.5.Final(build 2016/02/27)

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