- CACHE_CONTROL - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Cache-Control"
 
- CACHE_CONTROL - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Cache-Control"
 
- cacheDisabled(ClassLoader) - 类 中的静态方法org.jboss.netty.handler.codec.serialization.ClassResolvers
 
- 
cache disabled
 
- cacheFull() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
 
- 
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
 
- calculateSize(Object) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
-  
 
- cancel() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
 
- 
Cancels the I/O operation associated with this future
 and notifies all listeners if canceled successfully.
 
- cancel() - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
-  
 
- cancel() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
-  
 
- cancel() - 类 中的方法org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
-  
 
- CANCEL - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
- 
5 Cancel
 
- cancel() - 接口 中的方法org.jboss.netty.util.Timeout
 
- 
Cancels the 
TimerTask associated with this handle.
 
 
- canHandleDownstream() - 接口 中的方法org.jboss.netty.channel.ChannelHandlerContext
 
- 
 
- canHandleUpstream() - 接口 中的方法org.jboss.netty.channel.ChannelHandlerContext
 
- 
 
- capacity() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
-  
 
- capacity() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns the number of bytes (octets) this buffer can contain.
 
- capacity() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.HeapChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
-  
 
- capacity() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
-  
 
- CaseIgnoringComparator - org.jboss.netty.util.internal中的类
 
-  
 
- cbHits() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
 
- 
Returns the number of successfully retrieved sessions from the external session cache in server mode.
 
- certificate() - 类 中的方法org.jboss.netty.handler.ssl.util.SelfSignedCertificate
 
- 
Returns the generated X.509 certificate file in PEM format.
 
- ChainedExecutor - org.jboss.netty.handler.execution中的类
 
- 
 
- ChainedExecutor(ChannelEventRunnableFilter, Executor, Executor) - 类 的构造器org.jboss.netty.handler.execution.ChainedExecutor
 
- 
 
- Channel - org.jboss.netty.channel中的接口
 
- 
A nexus to a network socket or a component which is capable of I/O
 operations such as read, write, connect, and bind.
 
- channelBound(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel is open and bound to a local address,
 but not connected.
 
 
- channelBound(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel is open and bound to a local address,
 but not connected.
 
 
- ChannelBuffer - org.jboss.netty.buffer中的接口
 
- 
A random and sequential accessible sequence of zero or more bytes (octets).
 
- ChannelBufferFactory - org.jboss.netty.buffer中的接口
 
- 
 
- ChannelBufferIndexFinder - org.jboss.netty.buffer中的接口
 
- 
 
- ChannelBufferInputStream - org.jboss.netty.buffer中的类
 
- 
 
- ChannelBufferInputStream(ChannelBuffer) - 类 的构造器org.jboss.netty.buffer.ChannelBufferInputStream
 
- 
Creates a new stream which reads data from the specified buffer
 starting at the current readerIndex and ending at the current
 writerIndex.
 
- ChannelBufferInputStream(ChannelBuffer, int) - 类 的构造器org.jboss.netty.buffer.ChannelBufferInputStream
 
- 
Creates a new stream which reads data from the specified buffer
 starting at the current readerIndex and ending at
 readerIndex + length.
 
- ChannelBufferOutputStream - org.jboss.netty.buffer中的类
 
- 
 
- ChannelBufferOutputStream(ChannelBuffer) - 类 的构造器org.jboss.netty.buffer.ChannelBufferOutputStream
 
- 
Creates a new stream which writes data to the specified buffer.
 
- ChannelBuffers - org.jboss.netty.buffer中的类
 
- 
Creates a new 
ChannelBuffer by allocating new space or by wrapping
 or copying existing byte arrays, byte buffers and a string.
 
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel was closed and all its related resources
 were released.
 
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel was closed and all its related resources
 were released.
 
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.http.upload.HttpUploadServerHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.uptime.UptimeClientHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentDecoder
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentEncoder
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
- 
Fail all buffered writes that are left.
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
 
- 
Loop over all the pending writes and fail them.
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
-  
 
- channelClosed(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
-  
 
- ChannelConfig - org.jboss.netty.channel中的接口
 
- 
A set of configuration properties of a 
Channel.
 
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel is open, bound to a local address, and
 connected to a remote address.
 
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel is open, bound to a local address, and
 connected to a remote address.
 
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.discard.DiscardClientHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.echo.EchoClientHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.factorial.FactorialClientHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.objectecho.ObjectEchoClientHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.securechat.SecureChatServerHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.telnet.TelnetServerHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.uptime.UptimeClientHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
 
- 
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
-  
 
- channelConnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
-  
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel was disconnected from its remote peer.
 
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel was disconnected from its remote peer.
 
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.factorial.FactorialServerHandler
 
-  
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.securechat.SecureChatServerHandler
 
-  
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.uptime.UptimeClientHandler
 
-  
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
-  
 
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
 
-  
 
- ChannelDownstreamEventRunnable - org.jboss.netty.handler.execution中的类
 
- 
 
- ChannelDownstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - 类 的构造器org.jboss.netty.handler.execution.ChannelDownstreamEventRunnable
 
-  
 
- ChannelDownstreamEventRunnableFilter - org.jboss.netty.handler.execution中的类
 
- 
 
- ChannelDownstreamEventRunnableFilter() - 类 的构造器org.jboss.netty.handler.execution.ChannelDownstreamEventRunnableFilter
 
-  
 
- ChannelDownstreamHandler - org.jboss.netty.channel中的接口
 
- 
 
- ChannelEvent - org.jboss.netty.channel中的接口
 
- 
An I/O event or I/O request associated with a 
Channel.
 
 
- ChannelEventRunnable - org.jboss.netty.handler.execution中的类
 
-  
 
- ChannelEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - 类 的构造器org.jboss.netty.handler.execution.ChannelEventRunnable
 
- 
 
- ChannelEventRunnableFilter - org.jboss.netty.handler.execution中的接口
 
-  
 
- ChannelException - org.jboss.netty.channel中的异常错误
 
- 
A RuntimeException which is thrown when an I/O operation fails.
 
- ChannelException() - 异常错误 的构造器org.jboss.netty.channel.ChannelException
 
- 
Creates a new exception.
 
- ChannelException(String, Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelException
 
- 
Creates a new exception.
 
- ChannelException(String) - 异常错误 的构造器org.jboss.netty.channel.ChannelException
 
- 
Creates a new exception.
 
- ChannelException(Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelException
 
- 
Creates a new exception.
 
- ChannelFactory - org.jboss.netty.channel中的接口
 
- 
The main interface to a transport that creates a 
Channel associated
 with a certain communication entity such as a network socket.
 
 
- ChannelFuture - org.jboss.netty.channel中的接口
 
- 
The result of an asynchronous 
Channel I/O operation.
 
 
- ChannelFutureListener - org.jboss.netty.channel中的接口
 
- 
 
- ChannelFutureNotifier - org.jboss.netty.channel中的类
 
- 
ChannelFutureListener implementation which takes another ChannelFuture and notifies it
 once the operationComplete method was called.
 
- ChannelFutureNotifier(ChannelFuture) - 类 的构造器org.jboss.netty.channel.ChannelFutureNotifier
 
-  
 
- ChannelFutureProgressListener - org.jboss.netty.channel中的接口
 
- 
Listens to the progress of a time-consuming I/O operation such as a large
 file transfer.
 
- ChannelGroup - org.jboss.netty.channel.group中的接口
 
- 
A thread-safe 
Set that contains open 
Channels and provides
 various bulk operations on them.
 
 
- ChannelGroupFuture - org.jboss.netty.channel.group中的接口
 
- 
 
- ChannelGroupFutureListener - org.jboss.netty.channel.group中的接口
 
- 
 
- ChannelHandler - org.jboss.netty.channel中的接口
 
- 
 
- ChannelHandler.Sharable - org.jboss.netty.channel中的注释类型
 
- 
Indicates that the same instance of the annotated 
ChannelHandler
 can be added to one or more 
ChannelPipelines multiple times
 without a race condition.
 
 
- ChannelHandlerContext - org.jboss.netty.channel中的接口
 
- 
 
- ChannelHandlerLifeCycleException - org.jboss.netty.channel中的异常错误
 
- 
 
- ChannelHandlerLifeCycleException() - 异常错误 的构造器org.jboss.netty.channel.ChannelHandlerLifeCycleException
 
- 
Creates a new exception.
 
- ChannelHandlerLifeCycleException(String, Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelHandlerLifeCycleException
 
- 
Creates a new exception.
 
- ChannelHandlerLifeCycleException(String) - 异常错误 的构造器org.jboss.netty.channel.ChannelHandlerLifeCycleException
 
- 
Creates a new exception.
 
- ChannelHandlerLifeCycleException(Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelHandlerLifeCycleException
 
- 
Creates a new exception.
 
- channelIdle(ChannelHandlerContext, IdleStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
 
- 
Invoked when a 
Channel has been idle for a while.
 
 
- channelIdle(ChannelHandlerContext, IdleStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
 
- 
Invoked when a 
Channel has been idle for a while.
 
 
- channelIdle(ChannelHandlerContext, IdleState, long) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
-  
 
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
 
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
 
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.discard.DiscardClientHandler
 
-  
 
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.factorial.FactorialClientHandler
 
-  
 
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
 
-  
 
- ChannelLocal<T> - org.jboss.netty.channel中的类
 
- 
A global variable that is local to a 
Channel.
 
 
- ChannelLocal() - 类 的构造器org.jboss.netty.channel.ChannelLocal
 
- 
 
- ChannelLocal(boolean) - 类 的构造器org.jboss.netty.channel.ChannelLocal
 
- 
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel is open, but not bound nor connected.
 
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel is open, but not bound nor connected.
 
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeClientHandler
 
-  
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.example.proxy.HexDumpProxyInboundHandler
 
-  
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
-  
 
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
-  
 
- ChannelPipeline - org.jboss.netty.channel中的接口
 
- 
 
- ChannelPipelineException - org.jboss.netty.channel中的异常错误
 
- 
 
- ChannelPipelineException() - 异常错误 的构造器org.jboss.netty.channel.ChannelPipelineException
 
- 
Creates a new instance.
 
- ChannelPipelineException(String, Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelPipelineException
 
- 
Creates a new instance.
 
- ChannelPipelineException(String) - 异常错误 的构造器org.jboss.netty.channel.ChannelPipelineException
 
- 
Creates a new instance.
 
- ChannelPipelineException(Throwable) - 异常错误 的构造器org.jboss.netty.channel.ChannelPipelineException
 
- 
Creates a new instance.
 
- ChannelPipelineFactory - org.jboss.netty.channel中的接口
 
- 
 
- ChannelRunnableWrapper - org.jboss.netty.channel.socket中的类
 
-  
 
- ChannelRunnableWrapper(Channel, Runnable) - 类 的构造器org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
-  
 
- Channels - org.jboss.netty.channel中的类
 
- 
 
- ChannelSink - org.jboss.netty.channel中的接口
 
- 
Receives and processes the terminal downstream 
ChannelEvents.
 
 
- ChannelState - org.jboss.netty.channel中的枚举
 
- 
The current or future state of a 
Channel.
 
 
- ChannelStateEvent - org.jboss.netty.channel中的接口
 
- 
 
- channelTrafficCounters() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
- 
To allow for instance doAccounting to use the TrafficCounter per channel.
 
- ChannelTrafficShapingHandler - org.jboss.netty.handler.traffic中的类
 
- 
This implementation of the 
AbstractTrafficShapingHandler is for channel
 traffic shaping, that is to say a per channel limitation of the bandwidth.
 
 
- ChannelTrafficShapingHandler(Timer, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(Timer, long, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(Timer, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(Timer, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(Timer) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- ChannelTrafficShapingHandler(ObjectSizeEstimator, Timer) - 类 的构造器org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
-  
 
- channelUnbound(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a 
Channel was unbound from the current local address.
 
 
- channelUnbound(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a 
Channel was unbound from the current local address.
 
 
- ChannelUpstreamEventRunnable - org.jboss.netty.handler.execution中的类
 
- 
 
- ChannelUpstreamEventRunnable(ChannelHandlerContext, ChannelEvent, Executor) - 类 的构造器org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable
 
- 
 
- ChannelUpstreamEventRunnableFilter - org.jboss.netty.handler.execution中的类
 
- 
 
- ChannelUpstreamEventRunnableFilter() - 类 的构造器org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
 
-  
 
- ChannelUpstreamHandler - org.jboss.netty.channel中的接口
 
- 
 
- CHARSET - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"charset"
 
- charset - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
-  
 
- CHARSET - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"charset"
 
- CharsetUtil - org.jboss.netty.util中的类
 
- 
A utility class that provides various common operations and constants
 related with Charset and its relevant classes.
 
- checkCloseFrameBody(Channel, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
-  
 
- checkInterval - 类 中的变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
- 
Delay between two performance snapshots
 
- checkpoint() - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
- 
Stores the internal cumulative buffer's reader position.
 
- checkpoint(T) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
- 
Stores the internal cumulative buffer's reader position and updates
 the current decoder state.
 
- checkReadableBytes(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
- 
Throws an 
IndexOutOfBoundsException if the current
 
readable bytes of this buffer is less
 than the specified value.
 
 
- checkReadableBytes(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
- 
Throws an IndexOutOfBoundsException the length is not 0.
 
- checkSize(long) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
-  
 
- checkSize(long) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
 
- 
Check if the new size is not reaching the max limit allowed.
 
- checkSize(long) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
-  
 
- checkSize(long) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
-  
 
- checkWaitReadTime(ChannelHandlerContext, long, long) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
-  
 
- childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a child 
Channel was closed.
 
 
- childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a child 
Channel was closed.
 
 
- childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when a child 
Channel was open.
 
 
- childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when a child 
Channel was open.
 
 
- ChildChannelStateEvent - org.jboss.netty.channel中的接口
 
- 
 
- childExecutors - 类 中的变量org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
-  
 
- CHUNKED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"chunked"
 
- ChunkedFile - org.jboss.netty.handler.stream中的类
 
- 
A 
ChunkedInput that fetches data from a file chunk by chunk.
 
 
- ChunkedFile(File) - 类 的构造器org.jboss.netty.handler.stream.ChunkedFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedFile(File, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedFile(RandomAccessFile) - 类 的构造器org.jboss.netty.handler.stream.ChunkedFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedFile(RandomAccessFile, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedFile(RandomAccessFile, long, long, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedInput - org.jboss.netty.handler.stream中的接口
 
- 
 
- ChunkedNioFile - org.jboss.netty.handler.stream中的类
 
- 
A 
ChunkedInput that fetches data from a file chunk by chunk using
 NIO 
FileChannel.
 
 
- ChunkedNioFile(File) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedNioFile(File, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedNioFile(FileChannel) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedNioFile(FileChannel, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedNioFile(FileChannel, long, long, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioFile
 
- 
Creates a new instance that fetches data from the specified file.
 
- ChunkedNioStream - org.jboss.netty.handler.stream中的类
 
- 
A 
ChunkedInput that fetches data from a 
ReadableByteChannel
 chunk by chunk.
 
 
- ChunkedNioStream(ReadableByteChannel) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioStream
 
- 
Creates a new instance that fetches data from the specified channel.
 
- ChunkedNioStream(ReadableByteChannel, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedNioStream
 
- 
Creates a new instance that fetches data from the specified channel.
 
- ChunkedStream - org.jboss.netty.handler.stream中的类
 
- 
A 
ChunkedInput that fetches data from an 
InputStream chunk by
 chunk.
 
 
- ChunkedStream(InputStream) - 类 的构造器org.jboss.netty.handler.stream.ChunkedStream
 
- 
Creates a new instance that fetches data from the specified stream.
 
- ChunkedStream(InputStream, int) - 类 的构造器org.jboss.netty.handler.stream.ChunkedStream
 
- 
Creates a new instance that fetches data from the specified stream.
 
- ChunkedWriteHandler - org.jboss.netty.handler.stream中的类
 
- 
A 
ChannelHandler that adds support for writing a large data stream
 asynchronously neither spending a lot of memory nor getting
 
OutOfMemoryError.
 
 
- ChunkedWriteHandler() - 类 的构造器org.jboss.netty.handler.stream.ChunkedWriteHandler
 
-  
 
- CIDR - org.jboss.netty.handler.ipfilter中的类
 
-  
 
- CIDR() - 类 的构造器org.jboss.netty.handler.ipfilter.CIDR
 
-  
 
- CIDR4 - org.jboss.netty.handler.ipfilter中的类
 
-  
 
- CIDR4(Inet4Address, int) - 类 的构造器org.jboss.netty.handler.ipfilter.CIDR4
 
-  
 
- CIDR6 - org.jboss.netty.handler.ipfilter中的类
 
-  
 
- CIDR6(Inet6Address, int) - 类 的构造器org.jboss.netty.handler.ipfilter.CIDR6
 
-  
 
- cidrMask - 类 中的变量org.jboss.netty.handler.ipfilter.CIDR
 
- 
The mask used in the CIDR notation
 
- cipherSuites() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslContext
 
-  
 
- cipherSuites() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslServerContext
 
-  
 
- cipherSuites() - 类 中的方法org.jboss.netty.handler.ssl.SslContext
 
- 
Returns the list of enabled cipher suites, in the order of preference.
 
- CITY_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
-  
 
- ClassResolver - org.jboss.netty.handler.codec.serialization中的接口
 
- 
 
- ClassResolvers - org.jboss.netty.handler.codec.serialization中的类
 
-  
 
- cleanAllHttpDatas() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
-  
 
- cleanAllHttpDatas() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
- 
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
 
- cleanFiles() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
-  
 
- cleanFiles() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
- 
Clean all HttpDatas (on Disk) for the current request.
 
- cleanFiles() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
- 
Clean all HttpDatas (on Disk) for the current request.
 
- cleanFiles() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
-  
 
- cleanFiles() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
 
- 
Clean all HttpDatas (on Disk) for the current request.
 
- cleanRequestHttpDatas(HttpRequest) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
-  
 
- cleanRequestHttpDatas(HttpRequest) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
- 
Remove all InterfaceHttpData from virtual File storage from clean list for the request
 
- cleanup(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
- 
 
- cleanup(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
-  
 
- cleanup(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
-  
 
- clear() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- clear() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the readerIndex and writerIndex of this buffer to
 0.
 
- clear() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- clear() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- clear() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
-  
 
- clear() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
 
-  
 
- clear() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
-  
 
- clear() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
 
-  
 
- clear() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
-  
 
- clear() - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
 
- 
 
- clear() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
-  
 
- clear() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
 
- 
Removes all headers from this frame.
 
- clear() - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
- 
Clear the list
 
- clear() - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Removes all of the mappings from this map.
 
- clear() - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Removes all of the mappings from this map.
 
- clear() - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Removes all of the mappings from this map.
 
- clear() - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Removes all of the mappings from this map.
 
- clearCity() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
- 
required string city = 2;
 
- clearContinent() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
- 
required .org.jboss.netty.example.localtime.Continent continent = 1;
 
- clearDayOfMonth() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 dayOfMonth = 4;
 
- clearDayOfWeek() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
 
- clearHeaders(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
 
- 
Removes all headers from the specified message.
 
- clearHour() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 hour = 6;
 
- clearLocalTime() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
 
- 
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
 
- clearLocation() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
 
- 
repeated .org.jboss.netty.example.localtime.Location location = 1;
 
- clearMinute() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 minute = 7;
 
- clearMonth() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 month = 2;
 
- clearPreviouslyPersistedSettings() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
-  
 
- clearPreviouslyPersistedSettings() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
 
- 
Returns true if previously persisted settings should be cleared.
 
- clearSecond() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 second = 8;
 
- clearYear() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
- 
required uint32 year = 1;
 
- CLIENT_PORT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"client_port"
 
- ClientBootstrap - org.jboss.netty.bootstrap中的类
 
- 
A helper class which creates a new client-side 
Channel and makes a
 connection attempt.
 
 
- ClientBootstrap() - 类 的构造器org.jboss.netty.bootstrap.ClientBootstrap
 
- 
 
- ClientBootstrap(ChannelFactory) - 类 的构造器org.jboss.netty.bootstrap.ClientBootstrap
 
- 
 
- ClientCookieDecoder - org.jboss.netty.handler.codec.http.cookie中的类
 
- 
A 
RFC6265 compliant cookie decoder to be used client side.
 
 
- ClientCookieEncoder - org.jboss.netty.handler.codec.http.cookie中的类
 
- 
A 
RFC6265 compliant cookie encoder to be used client side,
 so only name=value pairs are sent.
 
 
- ClientSocketChannelFactory - org.jboss.netty.channel.socket中的接口
 
- 
 
- CLOCK - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"clock"
 
- clone() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
-  
 
- clone() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
 
-  
 
- clone() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
-  
 
- clone() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
 
-  
 
- close() - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
-  
 
- close() - 接口 中的方法org.jboss.netty.channel.Channel
 
- 
Closes this channel asynchronously.
 
- CLOSE - 接口 中的静态变量org.jboss.netty.channel.ChannelFutureListener
 
- 
 
- close(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- close(ChannelHandlerContext, ChannelFuture) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- close() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroup
 
- 
 
- close() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- close(SelectionKey) - 类 中的方法org.jboss.netty.channel.socket.nio.NioClientBoss
 
-  
 
- close(SelectionKey) - 类 中的方法org.jboss.netty.channel.socket.nio.NioServerBoss
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibEncoder
 
-  
 
- CLOSE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"close"
 
- close() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
-  
 
- close(Channel, CloseWebSocketFrame) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
- 
Performs the closing handshake
 
- close(Channel, CloseWebSocketFrame) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
- 
Echo back the closing frame
 
- close(Channel, CloseWebSocketFrame) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
- 
Echo back the closing frame and close the connection
 
- close(Channel, CloseWebSocketFrame) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
- 
Echo back the closing frame and close the connection
 
- close(Channel, CloseWebSocketFrame) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
- 
Echo back the closing frame and close the connection
 
- CLOSE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"close"
 
- close() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
 
- 
Sends an SSL close_notify message to the specified channel and
 destroys the underlying SSLEngine.
 
- close() - 类 中的方法org.jboss.netty.handler.stream.ChunkedFile
 
-  
 
- close() - 接口 中的方法org.jboss.netty.handler.stream.ChunkedInput
 
- 
Releases the resources associated with the stream.
 
- close() - 类 中的方法org.jboss.netty.handler.stream.ChunkedNioFile
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.stream.ChunkedNioStream
 
-  
 
- close() - 类 中的方法org.jboss.netty.handler.stream.ChunkedStream
 
-  
 
- CLOSE_ON_FAILURE - 接口 中的静态变量org.jboss.netty.channel.ChannelFutureListener
 
- 
 
- closeInbound() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslEngine
 
-  
 
- closeOutbound() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslEngine
 
-  
 
- closeRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelDownstreamHandler
 
- 
 
- closeRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
 
- closeRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
-  
 
- CloseWebSocketFrame - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Web Socket Frame for closing the connection
 
- CloseWebSocketFrame() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
- 
Creates a new empty close frame.
 
- CloseWebSocketFrame(int, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
- 
Creates a new empty close frame with closing status code and reason text
 
- CloseWebSocketFrame(boolean, int) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
- 
Creates a new close frame with no losing status code and no reason text
 
- CloseWebSocketFrame(boolean, int, int, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
- 
Creates a new close frame with closing status code and reason text
 
- CloseWebSocketFrame(boolean, int, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
- 
Creates a new close frame
 
- CodecEmbedder<E> - org.jboss.netty.handler.codec.embedder中的接口
 
- 
A helper that wraps an encoder or a decoder (codec) so that they can be used
 without doing actual I/O in unit tests or higher level codecs.
 
- CodecEmbedderException - org.jboss.netty.handler.codec.embedder中的异常错误
 
- 
A 
RuntimeException which is thrown when a 
CodecEmbedder
 failed to encode or decode the specified input.
 
 
- CodecEmbedderException() - 异常错误 的构造器org.jboss.netty.handler.codec.embedder.CodecEmbedderException
 
- 
Creates a new instance.
 
- CodecEmbedderException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.embedder.CodecEmbedderException
 
- 
Creates a new instance.
 
- CodecEmbedderException(String) - 异常错误 的构造器org.jboss.netty.handler.codec.embedder.CodecEmbedderException
 
- 
Creates a new instance.
 
- CodecEmbedderException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.embedder.CodecEmbedderException
 
- 
Creates a new instance.
 
- COLON - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
 
- 
Colon ':'
 
- COMMA - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
 
- 
Comma ','
 
- comment() - 接口 中的方法org.jboss.netty.handler.codec.http.Cookie
 
- 
 
- comment() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultCookie
 
- 
已过时。
 
- commentUrl() - 接口 中的方法org.jboss.netty.handler.codec.http.Cookie
 
- 
 
- commentUrl() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultCookie
 
- 
已过时。
 
- CommonsLoggerFactory - org.jboss.netty.logging中的类
 
- 
 
- CommonsLoggerFactory() - 类 的构造器org.jboss.netty.logging.CommonsLoggerFactory
 
-  
 
- compare(ChannelBuffer, ChannelBuffer) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
 
- compare(String, String) - 类 中的方法org.jboss.netty.util.internal.CaseIgnoringComparator
 
-  
 
- compareAndSetNext(FairOrderedMemoryAwareThreadPoolExecutor.EventTask, FairOrderedMemoryAwareThreadPoolExecutor.EventTask, FairOrderedMemoryAwareThreadPoolExecutor.EventTask) - 类 中的方法org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
-  
 
- compareTo(ChannelBuffer) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- compareTo(ChannelBuffer) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Compares the content of the specified buffer to the content of this
 buffer.
 
- compareTo(Channel) - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
- 
Compares the 
ID of the two channels.
 
 
- compareTo(ChannelGroup) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- compareTo(LocalAddress) - 类 中的方法org.jboss.netty.channel.local.LocalAddress
 
-  
 
- compareTo(Cookie) - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
-  
 
- compareTo(HttpMethod) - 类 中的方法org.jboss.netty.handler.codec.http.HttpMethod
 
-  
 
- compareTo(HttpResponseStatus) - 类 中的方法org.jboss.netty.handler.codec.http.HttpResponseStatus
 
-  
 
- compareTo(HttpVersion) - 类 中的方法org.jboss.netty.handler.codec.http.HttpVersion
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
-  
 
- compareTo(Attribute) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
-  
 
- compareTo(FileUpload) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
-  
 
- compareTo(InternalAttribute) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
-  
 
- compareTo(Attribute) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
-  
 
- compareTo(FileUpload) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
-  
 
- compareTo(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
-  
 
- compareTo(SpdySessionStatus) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
-  
 
- compareTo(SpdyStreamStatus) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
-  
 
- compareTo(CIDR) - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR4
 
-  
 
- compareTo(CIDR) - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR6
 
-  
 
- compareTo(IpSubnet) - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnet
 
- 
Compare two IpSubnet
 
- compareTo(IpV4Subnet) - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4Subnet
 
- 
Compare two IpV4Subnet
 
- compareTo(Object) - 类 中的方法org.jboss.netty.handler.ipfilter.PatternRule
 
-  
 
- CompatibleMarshallingDecoder - org.jboss.netty.handler.codec.marshalling中的类
 
- 
 
- CompatibleMarshallingDecoder(UnmarshallerProvider, int) - 类 的构造器org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
- 
 
- CompatibleMarshallingEncoder - org.jboss.netty.handler.codec.marshalling中的类
 
- 
OneToOneEncoder implementation which uses JBoss Marshalling to marshal
 an Object.
 
 
- CompatibleMarshallingEncoder(MarshallerProvider) - 类 的构造器org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
 
- 
 
- CompatibleObjectEncoder - org.jboss.netty.handler.codec.serialization中的类
 
- 
An encoder which serializes a Java object into a 
ChannelBuffer
 (interoperability version).
 
 
- CompatibleObjectEncoder() - 类 的构造器org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
 
- 
Creates a new instance with the reset interval of 16.
 
- CompatibleObjectEncoder(int) - 类 的构造器org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder
 
- 
Creates a new instance.
 
- CompleteChannelFuture - org.jboss.netty.channel中的类
 
- 
 
- CompleteChannelFuture(Channel) - 类 的构造器org.jboss.netty.channel.CompleteChannelFuture
 
- 
Creates a new instance.
 
- completed - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
-  
 
- CompositeChannelBuffer - org.jboss.netty.buffer中的类
 
- 
A virtual buffer which shows multiple buffers as a single merged buffer.
 
- CompositeChannelBuffer(ByteOrder, List<ChannelBuffer>, boolean) - 类 的构造器org.jboss.netty.buffer.CompositeChannelBuffer
 
-  
 
- COMPRESS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"compress"
 
- COMPRESS - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"compress"
 
- CompressionException - org.jboss.netty.handler.codec.compression中的异常错误
 
- 
An IOException that is raised when compression or decompression
 failed.
 
- CompressionException() - 异常错误 的构造器org.jboss.netty.handler.codec.compression.CompressionException
 
- 
Creates a new instance.
 
- CompressionException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.compression.CompressionException
 
- 
Creates a new instance.
 
- CompressionException(String) - 异常错误 的构造器org.jboss.netty.handler.codec.compression.CompressionException
 
- 
Creates a new instance.
 
- CompressionException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.compression.CompressionException
 
- 
Creates a new instance.
 
- ConcurrentHashMap<K,V> - org.jboss.netty.util.internal中的类
 
- 
An alternative ConcurrentMap implementation which is similar to
 ConcurrentHashMap.
 
- ConcurrentHashMap(int, float, int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Creates a new, empty map with the specified initial capacity, load factor
 and concurrency level.
 
- ConcurrentHashMap(int, float) - 类 的构造器org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Creates a new, empty map with the specified initial capacity and load
 factor and with the default reference types (weak keys, strong values),
 and concurrencyLevel (16).
 
- ConcurrentHashMap(int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Creates a new, empty map with the specified initial capacity, and with
 default reference types (weak keys, strong values), load factor (0.75)
 and concurrencyLevel (16).
 
- ConcurrentHashMap() - 类 的构造器org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Creates a new, empty map with a default initial capacity (16), reference
 types (weak keys, strong values), default load factor (0.75) and
 concurrencyLevel (16).
 
- ConcurrentHashMap(Map<? extends K, ? extends V>) - 类 的构造器org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Creates a new map with the same mappings as the given map.
 
- ConcurrentIdentityHashMap<K,V> - org.jboss.netty.util.internal中的类
 
- 
An alternative identity-comparing 
ConcurrentMap which is similar to
 
ConcurrentHashMap.
 
 
- ConcurrentIdentityHashMap(int, float, int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Creates a new, empty map with the specified initial capacity, load factor
 and concurrency level.
 
- ConcurrentIdentityHashMap(int, float) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Creates a new, empty map with the specified initial capacity and load
 factor and with the default reference types (weak keys, strong values),
 and concurrencyLevel (16).
 
- ConcurrentIdentityHashMap(int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Creates a new, empty map with the specified initial capacity, and with
 default reference types (weak keys, strong values), load factor (0.75)
 and concurrencyLevel (16).
 
- ConcurrentIdentityHashMap() - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Creates a new, empty map with a default initial capacity (16), reference
 types (weak keys, strong values), default load factor (0.75) and
 concurrencyLevel (16).
 
- ConcurrentIdentityHashMap(Map<? extends K, ? extends V>) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Creates a new map with the same mappings as the given map.
 
- ConcurrentIdentityWeakKeyHashMap<K,V> - org.jboss.netty.util.internal中的类
 
- 
An alternative weak-key identity-comparing 
ConcurrentMap which is
 similar to 
ConcurrentHashMap.
 
 
- ConcurrentIdentityWeakKeyHashMap(int, float, int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity, load factor
 and concurrency level.
 
- ConcurrentIdentityWeakKeyHashMap(int, float) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity and load
 factor and with the default reference types (weak keys, strong values),
 and concurrencyLevel (16).
 
- ConcurrentIdentityWeakKeyHashMap(int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity, and with
 default reference types (weak keys, strong values), load factor (0.75)
 and concurrencyLevel (16).
 
- ConcurrentIdentityWeakKeyHashMap() - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Creates a new, empty map with a default initial capacity (16), reference
 types (weak keys, strong values), default load factor (0.75) and
 concurrencyLevel (16).
 
- ConcurrentIdentityWeakKeyHashMap(Map<? extends K, ? extends V>) - 类 的构造器org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Creates a new map with the same mappings as the given map.
 
- ConcurrentWeakKeyHashMap<K,V> - org.jboss.netty.util.internal中的类
 
- 
 
- ConcurrentWeakKeyHashMap(int, float, int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity, load factor
 and concurrency level.
 
- ConcurrentWeakKeyHashMap(int, float) - 类 的构造器org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity and load
 factor and with the default reference types (weak keys, strong values),
 and concurrencyLevel (16).
 
- ConcurrentWeakKeyHashMap(int) - 类 的构造器org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Creates a new, empty map with the specified initial capacity, and with
 default reference types (weak keys, strong values), load factor (0.75)
 and concurrencyLevel (16).
 
- ConcurrentWeakKeyHashMap() - 类 的构造器org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Creates a new, empty map with a default initial capacity (16), reference
 types (weak keys, strong values), default load factor (0.75) and
 concurrencyLevel (16).
 
- ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) - 类 的构造器org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Creates a new map with the same mappings as the given map.
 
- CONFERENCE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Conference"
 
- CONFERENCE_NOT_FOUND - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
452 Conference Not Found
 
- configure(long, long, long) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
- 
Change the underlying limitations and check interval.
 
- configure(long, long) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
- 
Change the underlying limitations.
 
- configure(long) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
- 
Change the check interval.
 
- configure(long) - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
 
- 
Change checkInterval between
 two computations in millisecond.
 
- configureChannel(long, long) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
-  
 
- CONFLICT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
409 Conflict
 
- connect() - 类 中的方法org.jboss.netty.bootstrap.ClientBootstrap
 
- 
Attempts a new connection with the current "remoteAddress" and
 "localAddress" option.
 
- connect(SocketAddress) - 类 中的方法org.jboss.netty.bootstrap.ClientBootstrap
 
- 
Attempts a new connection with the specified remoteAddress and
 the current "localAddress" option.
 
- connect(SocketAddress, SocketAddress) - 类 中的方法org.jboss.netty.bootstrap.ClientBootstrap
 
- 
Attempts a new connection with the specified remoteAddress and
 the specified localAddress.
 
- connect() - 类 中的方法org.jboss.netty.bootstrap.ConnectionlessBootstrap
 
- 
Creates a new connected channel with the current "remoteAddress"
 and "localAddress" option.
 
- connect(SocketAddress) - 类 中的方法org.jboss.netty.bootstrap.ConnectionlessBootstrap
 
- 
Creates a new connected channel with the specified
 "remoteAddress" and the current "localAddress" option.
 
- connect(SocketAddress, SocketAddress) - 类 中的方法org.jboss.netty.bootstrap.ConnectionlessBootstrap
 
- 
Creates a new connected channel with the specified
 "remoteAddress" and the specified "localAddress".
 
- connect(SocketAddress) - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
-  
 
- connect(SocketAddress) - 类 中的方法org.jboss.netty.channel.AbstractServerChannel
 
-  
 
- connect(SocketAddress) - 接口 中的方法org.jboss.netty.channel.Channel
 
- 
Connects this channel to the specified remote address asynchronously.
 
- connect(Channel, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- connect(ChannelHandlerContext, ChannelFuture, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- CONNECT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpMethod
 
- 
This specification reserves the method name CONNECT for use with a proxy that can
 dynamically switch to being a tunnel
 
- connect() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
 
- 
Returns the number of started SSL/TLS handshakes in client mode.
 
- connectGood() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
 
- 
Returns the number of successfully established SSL/TLS sessions in client mode.
 
- CONNECTION - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Connection"
 
- CONNECTION - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Connection"
 
- ConnectionlessBootstrap - org.jboss.netty.bootstrap中的类
 
- 
A helper class which creates a new server-side 
Channel for a
 connectionless transport.
 
 
- ConnectionlessBootstrap() - 类 的构造器org.jboss.netty.bootstrap.ConnectionlessBootstrap
 
- 
 
- ConnectionlessBootstrap(ChannelFactory) - 类 的构造器org.jboss.netty.bootstrap.ConnectionlessBootstrap
 
- 
 
- connectRenegotiate() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
 
- 
Returns the number of start renegotiations in client mode.
 
- connectRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelDownstreamHandler
 
- 
 
- connectRequested(ChannelHandlerContext, ChannelStateEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
 
- ConnectTimeoutException - org.jboss.netty.channel中的异常错误
 
- 
ConnectException which will be thrown if a connection could
 not be established because of a connection timeout.
 
- ConnectTimeoutException(String) - 异常错误 的构造器org.jboss.netty.channel.ConnectTimeoutException
 
-  
 
- ConnectTimeoutException() - 异常错误 的构造器org.jboss.netty.channel.ConnectTimeoutException
 
-  
 
- contains(Object) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- contains(String) - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
-  
 
- contains(String, String, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
-  
 
- contains(String) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
 
- 
Checks to see if there is a header with the specified name
 
- contains(String, String, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
 
- 
Returns true if a header with the name and value exists.
 
- contains(String) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
-  
 
- contains(String) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
 
- 
Returns true if and only if there is a header with the specified
 header name.
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR
 
- 
Compares the given InetAddress against the CIDR and returns true if
 the ip is in the subnet-ip-range and false if not.
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR4
 
-  
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR6
 
-  
 
- contains(IpFilterRule) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
- 
Returns true if this list contains the specified element
 
- contains(InetAddress) - 接口 中的方法org.jboss.netty.handler.ipfilter.IpSet
 
- 
Compares the given InetAddress against the IpSet and returns true if
 the InetAddress is contained in this Rule and false if not.
 
- contains(String) - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnet
 
- 
Compares the given IP-Address against the Subnet and returns true if
 the ip is in the subnet-ip-range and false if not.
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnet
 
- 
Compares the given InetAddress against the Subnet and returns true if
 the ip is in the subnet-ip-range and false if not.
 
- contains(String) - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4Subnet
 
- 
Compares the given IP-Address against the Subnet and returns true if
 the ip is in the subnet-ip-range and false if not.
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4Subnet
 
- 
Compares the given InetAddress against the Subnet and returns true if
 the ip is in the subnet-ip-range and false if not.
 
- contains(InetAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.PatternRule
 
-  
 
- contains(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Legacy method testing if some key maps into the specified value in this
 table.
 
- contains(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Legacy method testing if some key maps into the specified value in this
 table.
 
- contains(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Legacy method testing if some key maps into the specified value in this
 table.
 
- contains(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Legacy method testing if some key maps into the specified value in this
 table.
 
- contains(String) - 类 中的静态方法org.jboss.netty.util.internal.SystemPropertyUtil
 
- 
Returns true if and only if the system property with the specified key
 exists.
 
- containsAll(Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
- 
Returns true if this list contains all of the elements of the specified collection
 
- containsKey(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Tests if the specified object is a key in this table.
 
- containsKey(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Tests if the specified object is a key in this table.
 
- containsKey(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Tests if the specified object is a key in this table.
 
- containsKey(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Tests if the specified object is a key in this table.
 
- containsValue(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
- 
Returns true if this map maps one or more keys to the specified
 value.
 
- containsValue(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
- 
Returns true if this map maps one or more keys to the specified
 value.
 
- containsValue(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
- 
Returns true if this map maps one or more keys to the specified
 value.
 
- containsValue(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
- 
Returns true if this map maps one or more keys to the specified
 value.
 
- CONTENT_BASE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Base"
 
- CONTENT_BASE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Base"
 
- CONTENT_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Encoding"
 
- CONTENT_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Encoding"
 
- CONTENT_LANGUAGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Language"
 
- CONTENT_LANGUAGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Language"
 
- CONTENT_LENGTH - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Length"
 
- CONTENT_LENGTH - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Length"
 
- CONTENT_LOCATION - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Location"
 
- CONTENT_LOCATION - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Location"
 
- CONTENT_MD5 - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-MD5"
 
- CONTENT_RANGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Range"
 
- CONTENT_TRANSFER_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Transfer-Encoding"
 
- CONTENT_TYPE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Content-Type"
 
- CONTENT_TYPE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"Content-Type"
 
- context() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslClientContext
 
-  
 
- context() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslContext
 
- 
Returns the JDK SSLContext object held by this context.
 
- context() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslServerContext
 
-  
 
- context() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslServerContext
 
- 
Returns the SSL_CTX object of this context.
 
- ContextBoundUnmarshallerProvider - org.jboss.netty.handler.codec.marshalling中的类
 
- 
 
- ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器org.jboss.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
-  
 
- CONTINENT_FIELD_NUMBER - 类 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
-  
 
- ContinuationWebSocketFrame - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Web Socket continuation frame containing continuation text or binary data.
 
- ContinuationWebSocketFrame() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
- 
Creates a new empty continuation frame.
 
- ContinuationWebSocketFrame(ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
- 
Creates a new continuation frame with the specified binary data.
 
- ContinuationWebSocketFrame(boolean, int, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
- 
Creates a new continuation frame with the specified binary data
 
- ContinuationWebSocketFrame(boolean, int, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
- 
Creates a new continuation frame with the specified text data
 
- CONTINUE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"100-continue"
 
- CONTINUE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
100 Continue
 
- CONTINUE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
- 
"100-continue"
 
- CONTINUE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
100 Continue
 
- continues(ChannelHandlerContext, ChannelEvent) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
- 
Called in handleUpstream, if this channel was previously blocked,
 to check if whatever the event, it should be passed to the next entry in the pipeline.
 
- continues(ChannelHandlerContext, ChannelEvent) - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilterListener
 
- 
Called in handleUpstream, if this channel was previously blocked,
 to check if whatever the event, it should be passed to the next entry in the pipeline.
 
- ConversionUtil - org.jboss.netty.util.internal中的类
 
- 
Conversion utility class to parse a property represented as a string or
 an object.
 
- Cookie - org.jboss.netty.handler.codec.http中的接口
 
- 
 
- Cookie - org.jboss.netty.handler.codec.http.cookie中的接口
 
- 
 
- COOKIE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Cookie"
 
- CookieDecoder - org.jboss.netty.handler.codec.http.cookie中的类
 
- 
Parent of Client and Server side cookie decoders
 
- CookieDecoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.cookie.CookieDecoder
 
-  
 
- CookieDecoder - org.jboss.netty.handler.codec.http中的类
 
- 
已过时。
Use io.netty.handler.codec.http.cookie.ClientCookieDecoder
 or io.netty.handler.codec.http.cookie.ServerCookieDecoder instead.
 Decodes an HTTP header value into Cookies.  This decoder can decode
 the HTTP cookie version 0, 1, and 2.
 
 HttpRequest req = ...;
 String value = req.getHeader("Cookie");
 Set<Cookie> cookies = CookieDecoder.decode(value);
 
 
 
 
- CookieDecoder() - 类 的构造器org.jboss.netty.handler.codec.http.CookieDecoder
 
- 
已过时。
Creates a new decoder.
 
- CookieDecoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.CookieDecoder
 
- 
已过时。
Creates a new decoder.
 
- CookieEncoder - org.jboss.netty.handler.codec.http.cookie中的类
 
- 
Parent of Client and Server side cookie encoders
 
- CookieEncoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.cookie.CookieEncoder
 
-  
 
- CookieEncoder - org.jboss.netty.handler.codec.http中的类
 
- 
Encodes 
Cookies into an HTTP header value.
 
 
- CookieEncoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.CookieEncoder
 
- 
Creates a new encoder.
 
- CookieEncoder(boolean, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.CookieEncoder
 
- 
Creates a new encoder.
 
- CookieHeaderNames - org.jboss.netty.handler.codec.http.cookie中的类
 
-  
 
- copiedBuffer(byte[]) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is a copy of the
 specified array.
 
- copiedBuffer(ByteOrder, byte[]) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is a copy of the specified array.
 
- copiedBuffer(byte[], int, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is a copy of the
 specified array's sub-region.
 
- copiedBuffer(ByteOrder, byte[], int, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is a copy of the specified array's sub-region.
 
- copiedBuffer(ByteBuffer) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer whose content is a copy of the specified
 buffer's current slice.
 
- copiedBuffer(ChannelBuffer) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer whose content is a copy of the specified
 buffer's readable bytes.
 
- copiedBuffer(byte[]...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is a merged copy of
 the specified arrays.
 
- copiedBuffer(ByteOrder, byte[]...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is a merged copy of the specified arrays.
 
- copiedBuffer(ChannelBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer whose content is a merged copy of the specified
 buffers' readable bytes.
 
- copiedBuffer(ByteBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer whose content is a merged copy of the specified
 buffers' slices.
 
- copiedBuffer(CharSequence, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is the specified
 string encoded in the specified charset.
 
- copiedBuffer(CharSequence, int, int, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is a subregion of
 the specified string encoded in the specified charset.
 
- copiedBuffer(ByteOrder, CharSequence, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is the specified string encoded in the specified
 charset.
 
- copiedBuffer(ByteOrder, CharSequence, int, int, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is a subregion of the specified string encoded in the
 specified charset.
 
- copiedBuffer(char[], Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is the specified
 array encoded in the specified charset.
 
- copiedBuffer(char[], int, int, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer whose content is a subregion of
 the specified array encoded in the specified charset.
 
- copiedBuffer(ByteOrder, char[], Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is the specified array encoded in the specified
 charset.
 
- copiedBuffer(ByteOrder, char[], int, int, Charset) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer with the specified endianness whose
 content is a subregion of the specified array encoded in the
 specified charset.
 
- copy() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
-  
 
- copy() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns a copy of this buffer's readable bytes.
 
- copy(int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns a copy of this buffer's sub-region.
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
-  
 
- copy(int, int) - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
-  
 
- CorruptedFrameException - org.jboss.netty.handler.codec.frame中的异常错误
 
- 
An 
Exception which is thrown when the received frame data can not
 be decoded by a 
FrameDecoder implementation.
 
 
- CorruptedFrameException() - 异常错误 的构造器org.jboss.netty.handler.codec.frame.CorruptedFrameException
 
- 
Creates a new instance.
 
- CorruptedFrameException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.CorruptedFrameException
 
- 
Creates a new instance.
 
- CorruptedFrameException(String) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.CorruptedFrameException
 
- 
Creates a new instance.
 
- CorruptedFrameException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.CorruptedFrameException
 
- 
Creates a new instance.
 
- CR - 接口 中的静态变量org.jboss.netty.buffer.ChannelBufferIndexFinder
 
- 
Index finder which locates a CR ('\r') byte.
 
- CR - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpConstants
 
- 
Carriage return
 
- createAttribute(HttpRequest, String) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
-  
 
- createAttribute(HttpRequest, String, String) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
-  
 
- createAttribute(HttpRequest, String) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
-  
 
- createAttribute(HttpRequest, String, String) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
-  
 
- createByteArrayFromIpAddressString(String) - 类 中的静态方法org.jboss.netty.util.NetUtil
 
- 
Creates an byte[] based on an ipAddressString.
 
- createChannelFactory(SocketAddress) - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
-  
 
- CREATED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
201 Created
 
- CREATED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
201 Created
 
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
-  
 
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
 
-  
 
- createHttpRequestHandlerForHttp() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
 
- 
 
- createHttpRequestHandlerForSpdy() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
 
- 
 
- createMessage(String[]) - 类 中的方法org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
-  
 
- createMessage(String[]) - 类 中的方法org.jboss.netty.handler.codec.http.HttpRequestDecoder
 
-  
 
- createMessage(String[]) - 类 中的方法org.jboss.netty.handler.codec.http.HttpResponseDecoder
 
-  
 
- createMessage(String[]) - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
 
-  
 
- createMessage(String[]) - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
 
-  
 
- createRegisterTask(Channel, ChannelFuture) - 类 中的方法org.jboss.netty.channel.socket.nio.NioClientBoss
 
-  
 
- createRegisterTask(Channel, ChannelFuture) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
-  
 
- createRegisterTask(Channel, ChannelFuture) - 类 中的方法org.jboss.netty.channel.socket.nio.NioServerBoss
 
-  
 
- createRegisterTask(Channel, ChannelFuture) - 类 中的方法org.jboss.netty.channel.socket.nio.NioWorker
 
-  
 
- CRLF - 接口 中的静态变量org.jboss.netty.buffer.ChannelBufferIndexFinder
 
- 
Index finder which locates a CR ('\r') or LF ('\n').
 
- CSEQ - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"CSeq"
 
- ctx - 类 中的变量org.jboss.netty.handler.execution.ChannelEventRunnable
 
-  
 
- cumulation - 类 中的变量org.jboss.netty.handler.codec.frame.FrameDecoder
 
-  
 
- current() - 类 中的静态方法org.jboss.netty.util.internal.ThreadLocalRandom
 
- 
Returns the current thread's ThreadLocalRandom.
 
- CURRENT - 接口 中的静态变量org.jboss.netty.util.ThreadNameDeterminer
 
- 
 
- customHeaders - 类 中的变量org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
-