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 

R

RANGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Range"
RANGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Range"
read() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
read(byte[], int, int) - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
read(SelectionKey) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
read(SelectionKey) - 类 中的方法org.jboss.netty.channel.socket.nio.NioWorker
 
read() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read() - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new message is received or the associated Channel is closed.
read(long, TimeUnit) - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new message is received or the associated Channel is closed.
readable() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readable() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
readableBytes() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readableBytes() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readBoolean() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readBoolean() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readByte() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readByte() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBytes(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[], int, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(byte[]) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ChannelBuffer, int, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(ByteBuffer) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(GatheringByteChannel, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(OutputStream, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readBytes(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ChannelBuffer, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ChannelBuffer, int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(OutputStream, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
Returns the number of read bytes by this stream so far.
readBytes(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(byte[], int, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(byte[]) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ChannelBuffer, int, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(ByteBuffer) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(GatheringByteChannel, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readBytes(OutputStream, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readChar() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readChar() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 2-byte UTF-16 character at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readChar() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readDataFrame(int, boolean, ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readDataFrame(int, boolean, ChannelBuffer) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a DATA frame is received.
readDouble() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readDouble() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit floating point number at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readDouble() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readerIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readerIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns the readerIndex of this buffer.
readerIndex(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Sets the readerIndex of this buffer.
readerIndex(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readEvent() - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new ChannelEvent is received or the associated Channel is closed.
readEvent(long, TimeUnit) - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
Waits until a new ChannelEvent is received or the associated Channel is closed.
readFloat() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readFloat() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit floating point number at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readFloat() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFrameError(String) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readFrameError(String) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an unrecoverable session error has occurred.
readFully(byte[]) - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readFully(byte[], int, int) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readGoAwayFrame(int, int) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readGoAwayFrame(int, int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a GOAWAY frame is received.
readHeaderBlock(ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlock(ChannelBuffer) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
readHeaderBlockEnd() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlockEnd() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an entire header block has been received.
readHeadersFrame(int, boolean) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeadersFrame(int, boolean) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a HEADERS frame is received.
readInt() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readInt() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readInt() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readLine() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readLine() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
readLong() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readLong() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readLong() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readMedium() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readMedium() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readObject() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReadOnlyChannelBuffer - org.jboss.netty.buffer中的类
A derived buffer which forbids any write requests to its parent.
ReadOnlyChannelBuffer(ChannelBuffer) - 类 的构造器org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
readPingFrame(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readPingFrame(int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a PING frame is received.
readRstStreamFrame(int, int) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readRstStreamFrame(int, int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a RST_STREAM frame is received.
readSetting(int, int, boolean, boolean) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSetting(int, int, boolean, boolean) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an individual setting within a SETTINGS frame is received.
readSettingsEnd() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsEnd() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the entire SETTINGS frame has been received.
readSettingsFrame(boolean) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsFrame(boolean) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SETTINGS frame is received.
readShort() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readShort() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readShort() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readSlice(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readSlice(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
readSynReplyFrame(int, boolean) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynReplyFrame(int, boolean) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_REPLY frame is received.
readSynStreamFrame(int, int, byte, boolean, boolean) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynStreamFrame(int, int, byte, boolean, boolean) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_STREAM frame is received.
readTimedOut(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
ReadTimeoutException - org.jboss.netty.handler.timeout中的异常错误
A TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutException() - 异常错误 的构造器org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(String) - 异常错误 的构造器org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.ReadTimeoutException
Creates a new instance.
ReadTimeoutHandler - org.jboss.netty.handler.timeout中的类
Raises a ReadTimeoutException when no data was read within a certain period of time.
ReadTimeoutHandler(Timer, int) - 类 的构造器org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
ReadTimeoutHandler(Timer, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
readTimeToWait(long, long, long) - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
已过时。
readTimeToWait(long, long, long, long) - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
readUnsignedByte() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedByte() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedByte() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedInt() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedInt() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedMedium() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedMedium() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readUnsignedShort() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
readUnsignedShort() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readUnsignedShort() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
readUTF() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readWindowUpdateFrame(int, int) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameCodec
 
readWindowUpdateFrame(int, int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a WINDOW_UPDATE frame is received.
rebuildSelector() - 接口 中的方法org.jboss.netty.channel.socket.nio.NioSelector
Replaces the current Selector with a new Selector to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
rebuildSelectors() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
rebuildSelectors() - 接口 中的方法org.jboss.netty.channel.socket.nio.NioSelectorPool
Replaces the current Selectors of the Bosses with new Selectors to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - 类 中的方法org.jboss.netty.channel.socket.nio.ShareableWorkerPool
 
ReceiveBufferSizePredictor - org.jboss.netty.channel中的接口
Predicts the number of readable bytes in the receive buffer of a Channel.
ReceiveBufferSizePredictorFactory - org.jboss.netty.channel中的接口
RECORD - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspMethods
The RECORD method initiates recording a range of media data according to the presentation description.
REDIRECT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
REFERER - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Referer"
REFERER - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Referer"
refused(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilterListener
Called when the channel has the CONNECTED status and the channel was refused by a previous call to accept().
REFUSED_STREAM - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
register(Channel, ChannelFuture) - 接口 中的方法org.jboss.netty.channel.socket.nio.NioSelector
 
registerAllExtensions(com.google.protobuf.ExtensionRegistry) - 类 中的静态方法org.jboss.netty.example.localtime.LocalTimeProtocol
 
release() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Release all internal resources of this instance.
release(ExternalResourceReleasable...) - 类 中的静态方法org.jboss.netty.util.ExternalResourceUtil
Releases the specified ExternalResourceReleasables.
releaseAfterTransfer() - 类 中的方法org.jboss.netty.channel.DefaultFileRegion
 
releaseBuffer(ByteBuffer) - 类 中的方法org.jboss.netty.handler.ssl.SslBufferPool
Release a previous acquired ByteBuffer
releaseExternalResources() - 类 中的方法org.jboss.netty.bootstrap.Bootstrap
This method simply delegates the call to ChannelFactory.releaseExternalResources().
releaseExternalResources() - 接口 中的方法org.jboss.netty.channel.ChannelFactory
Releases the external resources that this factory depends on to function.
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.DefaultFileRegion
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.local.DefaultLocalClientChannelFactory
Does nothing because this implementation does not require any external resources.
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.local.DefaultLocalServerChannelFactory
Release all the previous created channels.
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.NioClientBossPool
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory
 
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.execution.ChainedExecutor
 
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.execution.ExecutionHandler
Shuts down the Executor which was specified with the constructor and wait for its termination.
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.timeout.WriteTimeoutHandler
Stops the Timer which was specified in the constructor of this handler.
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.traffic.ChannelTrafficShapingHandler
 
releaseExternalResources() - 类 中的方法org.jboss.netty.handler.traffic.GlobalTrafficShapingHandler
 
releaseExternalResources() - 接口 中的方法org.jboss.netty.util.ExternalResourceReleasable
Releases the external resources that this object depends on.
remove(Channel) - 类 中的方法org.jboss.netty.channel.ChannelLocal
Removes the variable and returns the removed value.
remove(ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline
remove(ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
remove(String) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
remove(Object) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
remove(String) - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
remove(String) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
remove(String) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
remove(String) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the header with the specified name.
remove(Runnable) - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
remove(IpFilterRule) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Remove the ipFilterRule from the list
remove(int) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes the element at the specified position in this list
remove(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
remove(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
remove(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
remove(Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
removeAll(Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Removes from this list all of its elements that are contained in the specified collection
removeAssociatedToStreamId(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Associated-To-Stream-ID" header.
removeChildExecutor(Object) - 类 中的方法org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor
 
removeFirst() - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
removeHeader(HttpMessage, String) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
removeHost(SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the SPDY host header.
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpDataFactory
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file is still a temporary one as setup at construction)
removeHttpDataFromClean(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeIpFilterListener() - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilteringHandler
Remove the filter listener.
removeIpFilterListener() - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
removeKey(Object) - 类 中的方法org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor
call removeKey(Object key) when the life cycle of the key ends, such as when the channel is closed
removeLast() - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
removeListener(ChannelFutureListener) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Removes the specified listener from this future.
removeListener(ChannelFutureListener) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
removeListener(ChannelFutureListener) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
removeListener(ChannelGroupFutureListener) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Removes the specified listener from this future.
removeListener(ChannelGroupFutureListener) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
removeLocalTime(int) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
removeLocation(int) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
removeMessage(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHttpDecoder
 
removeMethod(int, SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP method header.
removePriority(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Priority" header.
removeScheme(int, SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the URL scheme header.
removeScheme(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Scheme" header.
removeStatus(int, SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP response status header.
removeStreamId(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Stream-ID" header.
removeTransferEncodingChunked(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
 
removeUrl(int, SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the URL path header.
removeUrl(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-URL" header.
removeValue(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
removeValue(int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Removes the value of the setting ID.
removeVersion(int, SpdyHeadersFrame) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP version header.
renameTo(File) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
renameTo(File) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
renameTo(File) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
A convenience method to write an uploaded item to disk.
renameTo(File) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
renameTo(File) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
replace(ChannelHandler, String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(ChannelHandler, String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
replace(String, ChannelHandler) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
Replace this FrameDecoder in the ChannelPipeline with the given ChannelHandler.
replace(K, V, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
replace(K, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
 
replace(K, V, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
replace(K, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
 
replace(K, V, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
replace(K, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
 
replace(K, V, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
replace(K, V) - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
 
ReplayingDecoder<T extends java.lang.Enum<T>> - org.jboss.netty.handler.codec.replay中的类
A specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - 类 的构造器org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
ReplayingDecoder(T) - 类 的构造器org.jboss.netty.handler.codec.replay.ReplayingDecoder
Creates a new instance with the specified initial state.
ReplayingDecoder(T, boolean) - 类 的构造器org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
REQUEST_ENTITY_TOO_LARGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
431 Request Header Fields Too Large (RFC6585)
REQUEST_TIMEOUT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
REQUIRE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Require"
reset() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
reset() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
RESET_CONTENT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
resetCumulativeTime() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficCounter
 
resetCumulativeTime() - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
resetReaderIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
resetReaderIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
resetWriterIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
resetWriterIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
resolve(String) - 接口 中的方法org.jboss.netty.handler.codec.serialization.ClassResolver
 
resumeTransfer() - 类 中的方法org.jboss.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
retainAll(Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Retains only the elements in this list that are contained in the specified collection
RETRT_AFTER - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Retry-After"
RETRY_AFTER - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Retry-After"
ReusableIterator<E> - org.jboss.netty.util.internal中的接口
 
rewind() - 接口 中的方法org.jboss.netty.util.internal.ReusableIterator
 
RTP - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"RTP"
RTP_INFO - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"RTP-Info"
RTPTIME - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"rtptime"
RTSP_1_0 - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspHeaders - org.jboss.netty.handler.codec.rtsp中的类
Standard RTSP header names and values.
RtspHeaders.Names - org.jboss.netty.handler.codec.rtsp中的类
Standard RTSP header names.
RtspHeaders.Values - org.jboss.netty.handler.codec.rtsp中的类
Standard RTSP header values.
RtspHeaders.Values() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
 
RtspMessageDecoder - org.jboss.netty.handler.codec.rtsp中的类
Decodes ChannelBuffers into RTSP messages represented in HttpMessages.
RtspMessageDecoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspMessageDecoder(int, int, int) - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
Creates a new instance with the specified parameters.
RtspMessageEncoder - org.jboss.netty.handler.codec.rtsp中的类
Encodes an RTSP message represented in HttpMessage into a ChannelBuffer.
RtspMessageEncoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspMessageEncoder
Creates a new instance.
RtspMethods - org.jboss.netty.handler.codec.rtsp中的类
The request method of RTSP.
RtspRequestDecoder - org.jboss.netty.handler.codec.rtsp中的类
Decodes ChannelBuffers into RTSP requests represented in HttpRequests.
RtspRequestDecoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspRequestDecoder(int, int, int) - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the specified parameters.
RtspRequestEncoder - org.jboss.netty.handler.codec.rtsp中的类
Encodes an RTSP request represented in HttpRequest into a ChannelBuffer.
RtspRequestEncoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder
 
RtspResponseDecoder - org.jboss.netty.handler.codec.rtsp中的类
Decodes ChannelBuffers into RTSP responses represented in HttpResponses.
RtspResponseDecoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspResponseDecoder(int, int, int) - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the specified parameters.
RtspResponseEncoder - org.jboss.netty.handler.codec.rtsp中的类
Encodes an RTSP response represented in HttpResponse into a ChannelBuffer.
RtspResponseEncoder() - 类 的构造器org.jboss.netty.handler.codec.rtsp.RtspResponseEncoder
 
RtspResponseStatuses - org.jboss.netty.handler.codec.rtsp中的类
The status code and its description of a RTSP response.
RtspVersions - org.jboss.netty.handler.codec.rtsp中的类
The version of RTSP.
run() - 类 中的方法org.jboss.netty.channel.socket.ChannelRunnableWrapper
 
run() - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
run() - 类 中的方法org.jboss.netty.channel.socket.nio.NioWorker
 
run() - 类 中的方法org.jboss.netty.handler.execution.ChannelEventRunnable
 
run() - 类 中的方法org.jboss.netty.handler.execution.FairOrderedMemoryAwareThreadPoolExecutor.EventTask
 
run() - 类 中的方法org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
 
run() - 类 中的方法org.jboss.netty.util.ThreadRenamingRunnable
 
run(Timeout) - 接口 中的方法org.jboss.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
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.