- FactorialClient - org.jboss.netty.example.factorial中的类
 
- 
Sends a sequence of integers to a 
FactorialServer to calculate
 the factorial of the specified integer.
 
 
- FactorialClient() - 类 的构造器org.jboss.netty.example.factorial.FactorialClient
 
-  
 
- FactorialClientHandler - org.jboss.netty.example.factorial中的类
 
- 
Handler for a client-side channel.
 
- FactorialClientHandler() - 类 的构造器org.jboss.netty.example.factorial.FactorialClientHandler
 
-  
 
- FactorialClientPipelineFactory - org.jboss.netty.example.factorial中的类
 
- 
 
- FactorialClientPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.factorial.FactorialClientPipelineFactory
 
-  
 
- FactorialServer - org.jboss.netty.example.factorial中的类
 
- 
Receives a sequence of integers from a 
FactorialClient to calculate
 the factorial of the specified integer.
 
 
- FactorialServer() - 类 的构造器org.jboss.netty.example.factorial.FactorialServer
 
-  
 
- FactorialServerHandler - org.jboss.netty.example.factorial中的类
 
- 
Handler for a server-side channel.
 
- FactorialServerHandler() - 类 的构造器org.jboss.netty.example.factorial.FactorialServerHandler
 
-  
 
- FactorialServerPipelineFactory - org.jboss.netty.example.factorial中的类
 
- 
 
- FactorialServerPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.factorial.FactorialServerPipelineFactory
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.BigEndianHeapChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
-  
 
- factory() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns the factory which creates a 
ChannelBuffer whose
 type and default 
ByteOrder are same with this buffer.
 
 
- factory() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.LittleEndianHeapChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
-  
 
- factory() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
-  
 
- FAILED_DEPENDENCY - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
424 Failed Dependency (WebDAV, RFC4918)
 
- FailedChannelFuture - org.jboss.netty.channel中的类
 
- 
 
- FailedChannelFuture(Channel, Throwable) - 类 的构造器org.jboss.netty.channel.FailedChannelFuture
 
- 
Creates a new instance.
 
- failedFuture(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- FairOrderedDownstreamThreadPoolExecutor - org.jboss.netty.handler.execution中的类
 
- 
 
- FairOrderedDownstreamThreadPoolExecutor(int) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedDownstreamThreadPoolExecutor(int, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedDownstreamThreadPoolExecutor(int, long, TimeUnit, ThreadFactory) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedDownstreamThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedMemoryAwareThreadPoolExecutor - org.jboss.netty.handler.execution中的类
 
- 
 
- FairOrderedMemoryAwareThreadPoolExecutor(int, long, long) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) - 类 的构造器org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
 
- 
Creates a new instance.
 
- FairOrderedMemoryAwareThreadPoolExecutor.EventTask - org.jboss.netty.handler.execution中的类
 
-  
 
- file - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
-  
 
- FileRegion - org.jboss.netty.channel中的接口
 
- 
 
- FileUpload - org.jboss.netty.handler.codec.http.multipart中的接口
 
- 
FileUpload interface that could be in memory, on temporary file or any other implementations.
 
- filter(ChannelEventRunnable) - 类 中的方法org.jboss.netty.handler.execution.ChannelDownstreamEventRunnableFilter
 
-  
 
- filter(ChannelEventRunnable) - 接口 中的方法org.jboss.netty.handler.execution.ChannelEventRunnableFilter
 
- 
 
- filter(ChannelEventRunnable) - 类 中的方法org.jboss.netty.handler.execution.ChannelUpstreamEventRunnableFilter
 
-  
 
- finalize() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslServerContext
 
-  
 
- finalizeRequest() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
- 
Finalize the request by preparing the Header in the request and
 returns the request ready to be sent.
 
- find(ChannelBuffer, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBufferIndexFinder
 
- 
Returns true if and only if the data is found at the specified
 guessedIndex of the specified buffer.
 
- find(Integer) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroup
 
- 
Returns the 
Channel whose ID matches the specified integer.
 
 
- find(Integer) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
 
- 
Returns the 
ChannelFuture of the individual I/O operation which
 is associated with the 
Channel whose ID matches the specified
 integer.
 
 
- find(Channel) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
 
- 
Returns the 
ChannelFuture of the individual I/O operation which
 is associated with the specified 
Channel.
 
 
- find(Integer) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- find(Integer) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
-  
 
- find(Channel) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
-  
 
- FingerprintTrustManagerFactory - org.jboss.netty.handler.ssl.util中的类
 
- 
An TrustManagerFactory that trusts an X.509 certificate whose SHA1 checksum matches.
 
- FingerprintTrustManagerFactory(Iterable<String>) - 类 的构造器org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
- 
Creates a new instance.
 
- FingerprintTrustManagerFactory(String...) - 类 的构造器org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
- 
Creates a new instance.
 
- FingerprintTrustManagerFactory(byte[]...) - 类 的构造器org.jboss.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
- 
Creates a new instance.
 
- finish() - 接口 中的方法org.jboss.netty.handler.codec.embedder.CodecEmbedder
 
- 
Signals the pipeline that the encoding or decoding has been finished and
 no more data will be offered.
 
- finishHandshake(Channel, HttpResponse) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
- 
 
- finishHandshake(Channel, HttpResponse) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
- 
 Process server response:
 
 
 HTTP/1.1 101 WebSocket Protocol Handshake
 Upgrade: WebSocket
 Connection: Upgrade
 Sec-WebSocket-Origin: http://example.com
 Sec-WebSocket-Location: ws://example.com/demo
 Sec-WebSocket-Protocol: sample
 8jKS'y:G*Co,Wxa-
 
 
- finishHandshake(Channel, HttpResponse) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
- 
 Process server response:
 
 
 HTTP/1.1 101 Switching Protocols
 Upgrade: websocket
 Connection: Upgrade
 Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
 Sec-WebSocket-Protocol: chat
 
 
- finishHandshake(Channel, HttpResponse) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
- 
 Process server response:
 
 
 HTTP/1.1 101 Switching Protocols
 Upgrade: websocket
 Connection: Upgrade
 Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
 Sec-WebSocket-Protocol: chat
 
 
- finishHandshake(Channel, HttpResponse) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
- 
 Process server response:
 
 
 HTTP/1.1 101 Switching Protocols
 Upgrade: websocket
 Connection: Upgrade
 Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
 Sec-WebSocket-Protocol: chat
 
 
- fireChannelBound(Channel, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelBound(ChannelHandlerContext, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelClosed(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelClosed(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelClosedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelConnected(Channel, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelConnected(ChannelHandlerContext, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelDisconnected(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelDisconnected(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelDisconnectedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelInterestChanged(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelInterestChanged(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelInterestChangedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelOpen(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelOpen(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelUnbound(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelUnbound(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireChannelUnboundLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireExceptionCaught(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireExceptionCaught(ChannelHandlerContext, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireExceptionCaughtLater(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireExceptionCaughtLater(ChannelHandlerContext, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireMessageReceived(Channel, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireMessageReceived(Channel, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireMessageReceived(ChannelHandlerContext, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireWriteComplete(Channel, long) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireWriteComplete(ChannelHandlerContext, long) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- fireWriteCompleteLater(Channel, long) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- FixedLengthFrameDecoder - org.jboss.netty.handler.codec.frame中的类
 
- 
A decoder that splits the received 
ChannelBuffers by the fixed number
 of bytes.
 
 
- FixedLengthFrameDecoder(int) - 类 的构造器org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
 
- 
 
- FixedLengthFrameDecoder(int, boolean) - 类 的构造器org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder
 
- 
Creates a new instance.
 
- FixedReceiveBufferSizePredictor - org.jboss.netty.channel中的类
 
- 
 
- FixedReceiveBufferSizePredictor(int) - 类 的构造器org.jboss.netty.channel.FixedReceiveBufferSizePredictor
 
- 
Creates a new predictor that always returns the same prediction of
 the specified buffer size.
 
- FixedReceiveBufferSizePredictorFactory - org.jboss.netty.channel中的类
 
- 
 
- FixedReceiveBufferSizePredictorFactory(int) - 类 的构造器org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory
 
- 
 
- FLOW_CONTROL_ERROR - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
- 
7 Flow Control Error
 
- flush() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- flush() - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
- 
Sends the queued write requests to the downstream.
 
- flush(boolean) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
- 
Sends the queued write requests to the downstream.
 
- FORBIDDEN - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
403 Forbidden
 
- FORBIDDEN - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
 
- 
403 Forbidden
 
- FOUND - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
 
- 
302 Found
 
- FRAME_TOO_LARGE - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
- 
11 Frame Too Large
 
- FrameDecoder - org.jboss.netty.handler.codec.frame中的类
 
- 
Decodes the received 
ChannelBuffers into a meaningful frame object.
 
 
- FrameDecoder() - 类 的构造器org.jboss.netty.handler.codec.frame.FrameDecoder
 
-  
 
- FrameDecoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.frame.FrameDecoder
 
-  
 
- free() - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
-  
 
- FRIDAY_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
 
- 
FRIDAY = 6;
 
- FROM - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"From"
 
- FROM - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"From"
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.AddressType
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.AuthScheme
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.AuthStatus
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.CmdStatus
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.CmdType
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.ProtocolVersion
 
-  
 
- fromByte(byte) - 枚举 中的静态方法org.jboss.netty.handler.codec.socks.SocksMessage.SubnegotiationVersion
 
-  
 
- future(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- future(Channel, boolean) - 类 中的静态方法org.jboss.netty.channel.Channels
 
-