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 

F

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中的类
Creates a newly configured ChannelPipeline for a client-side channel.
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中的类
Creates a newly configured ChannelPipeline for a server-side channel.
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中的类
The CompleteChannelFuture which is failed already.
FailedChannelFuture(Channel, Throwable) - 类 的构造器org.jboss.netty.channel.FailedChannelFuture
Creates a new instance.
failedFuture(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
Creates a new ChannelFuture which has failed already for the specified Channel.
FairOrderedDownstreamThreadPoolExecutor - org.jboss.netty.handler.execution中的类
This is a fair alternative of OrderedDownstreamThreadPoolExecutor .
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中的类
This is a fair alternative of OrderedMemoryAwareThreadPoolExecutor .
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中的接口
A region of a file that is sent via a Channel which supports zero-copy file transfer.
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
Return true if the ChannelEventRunnable should get handled by the Executor
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
Validates and finishes the opening handshake initiated by WebSocketClientHandshaker.handshake(org.jboss.netty.channel.Channel)}.
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
Sends a "channelBound" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelBound(ChannelHandlerContext, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelBound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelClosed(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelClosed" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelClosed(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelClosed" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelClosedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelClosed" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel once the io-thread runs again.
fireChannelConnected(Channel, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelConnected" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelConnected(ChannelHandlerContext, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelConnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelDisconnected(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelDisconnected" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelDisconnected(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelDisconnected" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelDisconnectedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelDisconnected" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel once the io-thread runs again.
fireChannelInterestChanged(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelInterestChanged" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelInterestChanged(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelInterestChanged" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelInterestChangedLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelInterestChanged" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel once the io-thread runs again.
fireChannelOpen(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelOpen" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelOpen(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelOpen" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelUnbound(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelUnbound" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireChannelUnbound(ChannelHandlerContext) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelUnbound" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireChannelUnboundLater(Channel) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "channelUnbound" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel once the io-thread runs again.
fireExceptionCaught(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireExceptionCaught(ChannelHandlerContext, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireExceptionCaughtLater(Channel, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel once the io-thread runs again.
fireExceptionCaughtLater(ChannelHandlerContext, Throwable) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "exceptionCaught" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext once the io-thread runs again.
fireMessageReceived(Channel, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireMessageReceived(Channel, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel belongs.
fireMessageReceived(ChannelHandlerContext, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "messageReceived" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireWriteComplete(Channel, long) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel.
fireWriteComplete(ChannelHandlerContext, long) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the ChannelUpstreamHandler which is placed in the closest upstream from the handler associated with the specified ChannelHandlerContext.
fireWriteCompleteLater(Channel, long) - 类 中的静态方法org.jboss.netty.channel.Channels
Sends a "writeComplete" event to the first ChannelUpstreamHandler in the ChannelPipeline of the specified Channel in the next io-thread.
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中的类
The ReceiveBufferSizePredictor that always yields the same buffer size prediction.
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中的类
The ReceiveBufferSizePredictorFactory that returns a FixedReceiveBufferSizePredictor with the pre-defined configuration.
FixedReceiveBufferSizePredictorFactory(int) - 类 的构造器org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory
Creates a new factory that returns a FixedReceiveBufferSizePredictor which always returns the same prediction of the specified buffer size.
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
Creates a new non-cancellable ChannelFuture for the specified Channel.
future(Channel, boolean) - 类 中的静态方法org.jboss.netty.channel.Channels
Creates a new ChannelFuture for the specified Channel.
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.