Netty 4.0.56.Final(2018/10/07)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

R

random() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
RANGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Range"
RANGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Range"
rawPath() - 类 中的方法io.netty.handler.codec.http.QueryStringDecoder
Returns the raw path string of the URI.
rawQuery() - 类 中的方法io.netty.handler.codec.http.QueryStringDecoder
Returns raw query string of the URI.
RCVBUF_ALLOCATOR - 类 中的静态变量io.netty.channel.ChannelOption
 
rcvMss() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
rcvRtt() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
rcvSpace() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
rcvSsthresh() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
rcvWscale() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
read() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
read(byte[], int, int) - 类 中的方法io.netty.buffer.ByteBufInputStream
 
read() - 类 中的方法io.netty.channel.AbstractChannel
 
read() - 接口 中的方法io.netty.channel.Channel
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelInboundHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelDuplexHandler
read() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelInboundHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
read(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
read() - 接口 中的方法io.netty.channel.ChannelPipeline
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelInboundHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
read() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
read() - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
read() - 接口 中的方法io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Read from underlying SelectableChannel
read(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
read() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
read(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
 
read(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
READ_TIMEOUT - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
readableBytes() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readableBytes() - 类 中的方法io.netty.buffer.ByteBuf
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readableBytes() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readableBytes() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readAddress(long, int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
readBoolean() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBoolean() - 类 中的方法io.netty.buffer.ByteBuf
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in this buffer.
readBoolean() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readBoolean() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBoolean() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBoolean() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readByte() - 类 中的方法io.netty.buffer.ByteBuf
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readByte() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readByte() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readByte() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBytes(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(byte[], int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(byte[]) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(OutputStream, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readBytes(int) - 类 中的方法io.netty.buffer.ByteBuf
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(ByteBuf) - 类 中的方法io.netty.buffer.ByteBuf
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(ByteBuf, int) - 类 中的方法io.netty.buffer.ByteBuf
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(ByteBuf, int, int) - 类 中的方法io.netty.buffer.ByteBuf
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[]) - 类 中的方法io.netty.buffer.ByteBuf
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) - 类 中的方法io.netty.buffer.ByteBuf
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) - 类 中的方法io.netty.buffer.ByteBuf
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) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes() - 类 中的方法io.netty.buffer.ByteBufInputStream
Returns the number of read bytes by this stream so far.
readBytes(ByteBufAllocator, ByteBuf, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Read the given amount of bytes into a new ByteBuf that is allocated from the ByteBufAllocator.
readBytes(ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(byte[]) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(byte[], int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(OutputStream, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readBytes(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(byte[]) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(byte[], int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(OutputStream, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readBytes(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(byte[]) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(byte[], int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(OutputStream, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readBytes(byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(OutputStream, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
readBytes(ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(GatheringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readChar() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readChar() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readChar() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readChar() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readChar() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpChunkedInput
 
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Returns the next available HttpChunk.
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
Fetches a chunked data from the stream.
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedFile
 
readChunk(ChannelHandlerContext) - 接口 中的方法io.netty.handler.stream.ChunkedInput
Fetches a chunked data from the stream.
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedNioFile
 
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedNioStream
 
readChunk(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedStream
 
readDataFrame(int, boolean, ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readDataFrame(int, boolean, ByteBuf) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a DATA frame is received.
readDouble() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readDouble() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readDouble() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readDouble() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readDouble() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
READER_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
 
readerIndex() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readerIndex(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readerIndex() - 类 中的方法io.netty.buffer.ByteBuf
Returns the readerIndex of this buffer.
readerIndex(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the readerIndex of this buffer.
readerIndex(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
readerIndex() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readerIndex(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readerIndex() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readerIndex(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readFloat() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readFloat() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readFloat() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readFloat() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readFloat() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFrameError(String) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readFrameError(String) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an unrecoverable session error has occurred.
readFromSSL(long, long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_read
readFully(byte[]) - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readGoAwayFrame(int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readGoAwayFrame(int, int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a GOAWAY frame is received.
readHeaderBlock(ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlock(ByteBuf) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
readHeaderBlockEnd() - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlockEnd() - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an entire header block has been received.
readHeadersFrame(int, boolean) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeadersFrame(int, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a HEADERS frame is received.
readInbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Return received data from this Channel
readInt() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readInt() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readInt() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readInt() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readInt() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readInterestOp - 类 中的变量io.netty.channel.nio.AbstractNioChannel
 
readLine() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readLine() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
Use BufferedReader.readLine() instead.
readLong() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readLong() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readLong() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readLong() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readLong() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readMedium() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readMedium() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readMedium() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readMedium() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readObject() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReadOnlyByteBuf - io.netty.buffer中的类
已过时。
Do not use.
ReadOnlyByteBuf(ByteBuf) - 类 的构造器io.netty.buffer.ReadOnlyByteBuf
已过时。
 
ReadOnlyIterator<T> - io.netty.util.internal中的类
 
ReadOnlyIterator(Iterator<? extends T>) - 类 的构造器io.netty.util.internal.ReadOnlyIterator
 
readOutbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Read data from the outbound.
readPingFrame(int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readPingFrame(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a PING frame is received.
readResolve() - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
 
readRstStreamFrame(int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readRstStreamFrame(int, int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a RST_STREAM frame is received.
readSetting(int, int, boolean, boolean) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSetting(int, int, boolean, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an individual setting within a SETTINGS frame is received.
readSettingsEnd() - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsEnd() - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the entire SETTINGS frame has been received.
readSettingsFrame(boolean) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsFrame(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SETTINGS frame is received.
readShort() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readShort() - 类 中的方法io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readShort() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readShort() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readShort() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readSlice(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readSlice(int) - 类 中的方法io.netty.buffer.ByteBuf
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) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readSlice(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readSynReplyFrame(int, boolean) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynReplyFrame(int, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_REPLY frame is received.
readSynStreamFrame(int, int, byte, boolean, boolean) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynStreamFrame(int, int, byte, boolean, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_STREAM frame is received.
readTimedOut(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.ReadTimeoutHandler
Is called when a read timeout was detected.
ReadTimeoutException - io.netty.handler.timeout中的异常错误
A TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutHandler - io.netty.handler.timeout中的类
Raises a ReadTimeoutException when no data was read within a certain period of time.
ReadTimeoutHandler(int) - 类 的构造器io.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
ReadTimeoutHandler(long, TimeUnit) - 类 的构造器io.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
readTimeToWait(long, long, long) - 类 中的方法io.netty.handler.traffic.TrafficCounter
已过时。
readTimeToWait(long, long, long, long) - 类 中的方法io.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() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readUnsignedByte() - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readUnsignedByte() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readUnsignedByte() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readUnsignedByte() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedInt() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readUnsignedInt() - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedInt() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readUnsignedInt() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readUnsignedMedium() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readUnsignedMedium() - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readUnsignedMedium() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readUnsignedMedium() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readUnsignedShort() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
readUnsignedShort() - 类 中的方法io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readUnsignedShort() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
readUnsignedShort() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
readUnsignedShort() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
readUTF() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readWindowUpdateFrame(int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
readWindowUpdateFrame(int, int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a WINDOW_UPDATE frame is received.
reallocateDirectNoCleaner(ByteBuffer, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Reallocate a new ByteBuffer with the given capacity.
reasonPhrase() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this HttpResponseStatus.
reasonText() - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
rebuildSelector() - 类 中的方法io.netty.channel.nio.NioEventLoop
Replaces the current Selector of this event loop with newly created Selectors to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - 类 中的方法io.netty.channel.nio.NioEventLoopGroup
Replaces the current Selectors of the child event loops with newly created Selectors to work around the infamous epoll 100% CPU bug.
receivedAmount() - 类 中的方法io.netty.channel.unix.DatagramSocketAddress
 
recipient() - 接口 中的方法io.netty.channel.AddressedEnvelope
Returns the address of the recipient of this message.
recipient() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
record(int) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
Records the the actual number of read bytes in the previous read operation so that the allocator allocates the buffer with potentially more correct capacity.
RECORD - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The RECORD getMethod initiates recording a range of media data according to the presentation description.
record() - 接口 中的方法io.netty.util.ResourceLeak
已过时。
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record() - 接口 中的方法io.netty.util.ResourceLeakTracker
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record(Object) - 接口 中的方法io.netty.util.ResourceLeakTracker
Records the caller's current stack trace and the specified additional arbitrary information so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
RecvByteBufAllocator - io.netty.channel中的接口
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
RecvByteBufAllocator.Handle - io.netty.channel中的接口
 
recvFd(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
recvFrom(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.Socket
 
recvFromAddress(long, int, int) - 类 中的方法io.netty.channel.unix.Socket
 
RecyclableArrayList - io.netty.util.internal中的类
A simple list which is recyclable.
recycle() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
已过时。
recycle() - 类 中的方法io.netty.util.internal.PendingWrite
Clear and recycle this instance.
recycle() - 类 中的方法io.netty.util.internal.RecyclableArrayList
Clear and recycle this instance.
recycle(T, Recycler.Handle) - 类 中的方法io.netty.util.Recycler
 
recycleAndGet() - 类 中的方法io.netty.util.internal.PendingWrite
Recycle this instance and return the Promise.
Recycler<T> - io.netty.util中的类
Light-weight object pool based on a thread-local stack.
Recycler() - 类 的构造器io.netty.util.Recycler
 
Recycler(int) - 类 的构造器io.netty.util.Recycler
 
Recycler(int, int) - 类 的构造器io.netty.util.Recycler
 
Recycler(int, int, int, int) - 类 的构造器io.netty.util.Recycler
 
Recycler.Handle - io.netty.util中的接口
 
REDIRECT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
refCnt() - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
refCnt() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
 
refCnt() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
refCnt() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
refCnt() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
refCnt() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
refCnt() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
refCnt() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
refCnt() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
refCnt() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
refCnt() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
refCnt() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
refCnt() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
refCnt() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
refCnt() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
refCnt() - 类 中的方法io.netty.util.AbstractReferenceCounted
 
refCnt() - 接口 中的方法io.netty.util.ReferenceCounted
Returns the reference count of this object.
refCnt(Object) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Returns reference count of a ReferenceCounted object.
ReferenceCounted - io.netty.util中的接口
A reference-counted object that requires explicit deallocation.
ReferenceCountedOpenSslClientContext - io.netty.handler.ssl中的类
A client-side SslContext which uses OpenSSL's SSL/TLS implementation.
ReferenceCountedOpenSslContext - io.netty.handler.ssl中的类
An implementation of SslContext which works with libraries that support the OpenSsl C library API.
ReferenceCountedOpenSslEngine - io.netty.handler.ssl中的类
Implements a SSLEngine using OpenSSL BIO abstractions.
ReferenceCountedOpenSslServerContext - io.netty.handler.ssl中的类
A server-side SslContext which uses OpenSSL's SSL/TLS implementation.
ReferenceCountUtil - io.netty.util中的类
Collection of method to handle objects that may implement ReferenceCounted.
REFERER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Referer"
REFERER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Referer"
ReflectionUtil - io.netty.util.internal中的类
 
REFUSED_STREAM - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
register() - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Create a new Channel and register it with an EventLoop.
register(EventLoop, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
register(EventLoop, ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
Register the Channel of the ChannelPromise with the EventLoop and notify the ChannelFuture once the registration was complete.
register() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Register this Channel on its EventLoop.
register(Channel) - 接口 中的方法io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
register(Channel, ChannelPromise) - 接口 中的方法io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
register(Channel) - 类 中的方法io.netty.channel.MultithreadEventLoopGroup
 
register(Channel, ChannelPromise) - 类 中的方法io.netty.channel.MultithreadEventLoopGroup
 
register(SelectableChannel, int, NioTask<?>) - 类 中的方法io.netty.channel.nio.NioEventLoop
Registers an arbitrary SelectableChannel, not necessarily created by Netty, to the Selector of this event loop.
register(Channel) - 类 中的方法io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelPromise) - 类 中的方法io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelPromise) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoop
 
register(Channel) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
register(Channel, ChannelPromise) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
register(Object, Runnable) - 类 中的静态方法io.netty.util.internal.ObjectCleaner
Register the given Object for which the Runnable will be executed once there are no references to the object anymore.
registerAllExtensions(com.google.protobuf.ExtensionRegistry) - 类 中的静态方法io.netty.example.worldclock.WorldClockProtocol
 
reject() - 类 中的静态方法io.netty.util.concurrent.RejectedExecutionHandlers
Returns a RejectedExecutionHandler that will always just throw a RejectedExecutionException.
reject() - 类 中的静态方法io.netty.util.concurrent.SingleThreadEventExecutor
 
rejected(Runnable, SingleThreadEventExecutor) - 接口 中的方法io.netty.util.concurrent.RejectedExecutionHandler
Called when someone tried to add a task to SingleThreadEventExecutor but this failed due capacity restrictions.
RejectedExecutionHandler - io.netty.util.concurrent中的接口
Similar to RejectedExecutionHandler but specific to SingleThreadEventExecutor.
RejectedExecutionHandlers - io.netty.util.concurrent中的类
Expose helper methods which create different RejectedExecutionHandlers.
RelayHandler - io.netty.example.socksproxy中的类
 
RelayHandler(Channel) - 类 的构造器io.netty.example.socksproxy.RelayHandler
 
release() - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
release(int) - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
release() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
 
release(int) - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
 
release() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
release(int) - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
release() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
release(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
release() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
release(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
release() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
release(int) - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
release(Channel) - 接口 中的方法io.netty.channel.pool.ChannelPool
Release a Channel back to this ChannelPool.
release(Channel, Promise<Void>) - 接口 中的方法io.netty.channel.pool.ChannelPool
Release a Channel back to this ChannelPool.
release(Channel, Promise<Void>) - 类 中的方法io.netty.channel.pool.FixedChannelPool
 
release(Channel) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
release(Channel, Promise<Void>) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
release() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
release(int) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
release() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
release(int) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
release() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
release(int) - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
release() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
release(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
release() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
release(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
release() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
release(int) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
release() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
release(int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
release() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
release(int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
release() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Release all internal resources of this instance.
release() - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
Release all internal resources of this instance.
release() - 类 中的方法io.netty.util.AbstractReferenceCounted
 
release(int) - 类 中的方法io.netty.util.AbstractReferenceCounted
 
release() - 接口 中的方法io.netty.util.ReferenceCounted
Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0.
release(int) - 接口 中的方法io.netty.util.ReferenceCounted
Decreases the reference count by the specified decrement and deallocates this object if the reference count reaches at 0.
release(Object) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
release(Object, int) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
releaseHealthCheck() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
Indicates whether this pool will check the health of channels before offering them back into the pool.
releaseInbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Release all buffered inbound messages and return true if any were in the inbound buffer, false otherwise.
releaseLater(T) - 类 中的静态方法io.netty.util.ReferenceCountUtil
已过时。
this may introduce a lot of memory usage so it is generally preferable to manually release objects.
releaseLater(T, int) - 类 中的静态方法io.netty.util.ReferenceCountUtil
已过时。
this may introduce a lot of memory usage so it is generally preferable to manually release objects.
releaseOutbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Release all buffered outbound messages and return true if any were in the outbound buffer, false otherwise.
remoteAddress(SocketAddress) - 类 中的方法io.netty.bootstrap.Bootstrap
The SocketAddress to connect to once the Bootstrap.connect() method is called.
remoteAddress(String, int) - 类 中的方法io.netty.bootstrap.Bootstrap
 
remoteAddress(InetAddress, int) - 类 中的方法io.netty.bootstrap.Bootstrap
 
remoteAddress() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
remoteAddress() - 类 中的方法io.netty.channel.AbstractChannel
 
remoteAddress() - 类 中的方法io.netty.channel.AbstractServerChannel
 
remoteAddress() - 接口 中的方法io.netty.channel.Channel
Returns the remote address where this channel is connected to.
remoteAddress() - 接口 中的方法io.netty.channel.Channel.Unsafe
Return the SocketAddress to which is bound remote or null if none is bound yet.
remoteAddress() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.epoll.EpollSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.local.LocalChannel
 
remoteAddress() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
remoteAddress() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
remoteAddress() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Return the (primary) remote address of the SCTP channel.
remoteAddress() - 接口 中的方法io.netty.channel.socket.DatagramChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
remoteAddress() - 接口 中的方法io.netty.channel.socket.ServerSocketChannel
 
remoteAddress() - 接口 中的方法io.netty.channel.socket.SocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
remoteAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
remoteAddress() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
remoteAddress() - 接口 中的方法io.netty.channel.udt.UdtChannel
已过时。
 
remoteAddress() - 接口 中的方法io.netty.channel.unix.DomainSocketChannel
 
remoteAddress() - 接口 中的方法io.netty.channel.unix.ServerDomainSocketChannel
 
remoteAddress() - 类 中的方法io.netty.channel.unix.Socket
 
remoteAddress0() - 类 中的方法io.netty.channel.AbstractChannel
Return the SocketAddress which the Channel is connected to.
remoteAddress0() - 类 中的方法io.netty.channel.AbstractServerChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.epoll.AbstractEpollServerChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.local.LocalChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
remoteAddress0() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
remoteAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
remoteAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
remoteAddress0() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
remove() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as success and return true.
remove(Throwable) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as failure using the given Throwable and return true.
remove(ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - 接口 中的方法io.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - 接口 中的方法io.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline.
remove(ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
remove(String) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
remove(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
remove() - 类 中的方法io.netty.channel.PendingWriteQueue
Removes a pending write operation and release it's message via ReferenceCountUtil.safeRelease(Object).
remove(K) - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
remove(String) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
remove(CharSequence) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
remove(String) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
remove(CharSequence) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
remove(String) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
remove(String) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the header with the specified name.
remove() - 接口 中的方法io.netty.util.Attribute
已过时。
please consider using Attribute.set(Object) (with value of null).
remove(int) - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
remove(int) - 接口 中的方法io.netty.util.collection.IntObjectMap
Removes the entry with the specified key.
remove() - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized; a proceeding call to get() will trigger a call to initialValue().
remove(InternalThreadLocalMap) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized for the specified thread local map; a proceeding call to get() will trigger a call to initialValue().
remove(Object) - 类 中的方法io.netty.util.internal.ConcurrentSet
 
remove() - 类 中的静态方法io.netty.util.internal.InternalThreadLocalMap
 
remove() - 类 中的方法io.netty.util.internal.ReadOnlyIterator
 
removeAll() - 类 中的静态方法io.netty.util.concurrent.FastThreadLocal
Removes all FastThreadLocal variables bound to the current thread.
removeAndFail(Throwable) - 类 中的方法io.netty.channel.PendingWriteQueue
Remove a pending write operation and fail it with the given Throwable.
removeAndFailAll(Throwable) - 类 中的方法io.netty.channel.PendingWriteQueue
Remove all pending write operation and fail them with the given Throwable.
removeAndWrite() - 类 中的方法io.netty.channel.PendingWriteQueue
Removes a pending write operation and performs it via ChannelHandlerContext.write(Object, ChannelPromise).
removeAndWriteAll() - 类 中的方法io.netty.channel.PendingWriteQueue
Remove all pending write operation and performs them via ChannelHandlerContext.write(Object, ChannelPromise).
removeAssociatedToStreamId(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Associated-To-Stream-ID" header.
removeBytes(long) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Removes the fully written entries and update the reader index of the partially written entry.
removeComponent(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Remove the ByteBuf from the given index.
removeComponents(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Remove the number of ByteBufs starting from the given index.
removeFirst() - 接口 中的方法io.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
removeHeader(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
removeHeader(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
removeHost(SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the SPDY host header.
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - 接口 中的方法io.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) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeInboundHandler() - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
Removes the ChannelInboundHandler that was combined in this CombinedChannelDuplexHandler.
removeIndexedVariable(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
removeLast() - 接口 中的方法io.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Future
Removes the first occurrence of the specified listener from this future.
removeListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Promise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Future
Removes the first occurrence for each of the listeners from this future.
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Promise
 
removeLocalTime(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
removeLocation(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
removeMessage(int) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpDecoder
 
removeMethod(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP method header.
removeOutboundHandler() - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
Removes the ChannelOutboundHandler that was combined in this CombinedChannelDuplexHandler.
removePriority(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Priority" header.
removeReadOp() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
removeScheme(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the URL scheme header.
removeScheme(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Scheme" header.
removeShutdownHook(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Remove a previous added Runnable as a shutdown hook
removeStatus(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP response status header.
removeStreamId(HttpMessage) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Removes the "X-SPDY-Stream-ID" header.
removeTask(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
removeTransferEncodingChunked(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
removeUrl(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the URL path header.
removeValue(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
removeValue(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Removes the value of the setting ID.
removeVersion(int, SpdyHeadersFrame) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Removes the HTTP version header.
renameTo(File) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
renameTo(File) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
renameTo(File) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
A convenience getMethod to write an uploaded item to disk.
renameTo(File) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
renameTo(File) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
renegotiate() - 类 中的方法io.netty.handler.ssl.SslHandler
Performs TLS renegotiation.
renegotiate(Promise<Channel>) - 类 中的方法io.netty.handler.ssl.SslHandler
Performs TLS renegotiation.
renegotiate(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Call SSL_renegotiate.
reordering() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
replace(ChannelHandler, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(ChannelHandler, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
ReplayingDecoder<S> - io.netty.handler.codec中的类
A specialized variation of ByteToMessageDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - 类 的构造器io.netty.handler.codec.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(S) - 类 的构造器io.netty.handler.codec.ReplayingDecoder
Creates a new instance with the specified initial state.
reportInstancesLeak(String) - 类 中的方法io.netty.util.ResourceLeakDetector
已过时。
This method will no longer be invoked by ResourceLeakDetector.
reportTracedLeak(String, String) - 类 中的方法io.netty.util.ResourceLeakDetector
This method is called when a traced leak is detected.
reportUntracedLeak(String) - 类 中的方法io.netty.util.ResourceLeakDetector
This method is called when an untraced leak is detected.
repositoryStatus() - 类 中的方法io.netty.util.Version
 
request(URI, OCSPReq, long, TimeUnit) - 类 中的静态方法io.netty.example.ocsp.OcspUtils
TODO: This is a very crude and non-scalable HTTP client to fetch the OCSP response from the CA's OCSP responder server.
REQUEST_ENTITY_TOO_LARGE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
431 Request Header Fields Too Large (RFC6585)
REQUEST_TIMEOUT - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
requested(long, byte[], byte[][]) - 接口 中的方法io.netty.internal.tcnative.CertificateRequestedCallback
Called during cert selection.
REQUESTED_RANGE_NOT_SATISFIABLE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
requestType() - 类 中的方法io.netty.handler.codec.socks.SocksRequest
Returns socks request type
REQUIRE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Require"
reset() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
reset() - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
Resets the state of the decoder so that it is ready to decode a new message.
reset() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
reset() - 类 中的方法io.netty.util.internal.AppendableCharSequence
RESET_CONTENT - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
resetCumulativeTime() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficCounter
 
resetCumulativeTime() - 类 中的方法io.netty.handler.traffic.TrafficCounter
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
resetReaderIndex() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
resetReaderIndex() - 类 中的方法io.netty.buffer.ByteBuf
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
resetReaderIndex() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
resetReaderIndex() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
resetWriterIndex() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
resetWriterIndex() - 类 中的方法io.netty.buffer.ByteBuf
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
resetWriterIndex() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
resetWriterIndex() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
resolve(String) - 接口 中的方法io.netty.handler.codec.serialization.ClassResolver
 
ResourceLeak - io.netty.util中的接口
已过时。
please use ResourceLeakTracker as it may lead to false-positives.
ResourceLeakDetector<T> - io.netty.util中的类
 
ResourceLeakDetector(Class<?>) - 类 的构造器io.netty.util.ResourceLeakDetector
ResourceLeakDetector(String) - 类 的构造器io.netty.util.ResourceLeakDetector
ResourceLeakDetector(Class<?>, int, long) - 类 的构造器io.netty.util.ResourceLeakDetector
ResourceLeakDetector(Class<?>, int) - 类 的构造器io.netty.util.ResourceLeakDetector
This should not be used directly by users of ResourceLeakDetector.
ResourceLeakDetector(String, int, long) - 类 的构造器io.netty.util.ResourceLeakDetector
ResourceLeakDetector.Level - io.netty.util中的枚举
Represents the level of resource leak detection.
ResourceLeakDetectorFactory - io.netty.util中的类
This static factory should be used to load ResourceLeakDetectors as needed
ResourceLeakDetectorFactory() - 类 的构造器io.netty.util.ResourceLeakDetectorFactory
 
ResourceLeakException - io.netty.util中的异常错误
已过时。
This class will be removed in the future version.
ResourceLeakException() - 异常错误 的构造器io.netty.util.ResourceLeakException
已过时。
 
ResourceLeakException(String) - 异常错误 的构造器io.netty.util.ResourceLeakException
已过时。
 
ResourceLeakException(String, Throwable) - 异常错误 的构造器io.netty.util.ResourceLeakException
已过时。
 
ResourceLeakException(Throwable) - 异常错误 的构造器io.netty.util.ResourceLeakException
已过时。
 
ResourceLeakHint - io.netty.util中的接口
A hint object that provides human-readable message for easier resource leak tracking.
ResourceLeakTracker<T> - io.netty.util中的接口
 
responseType() - 类 中的方法io.netty.handler.codec.socks.SocksResponse
Returns socks response type
resumeTransfer() - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
retain() - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
retain(int) - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
retain() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - 类 中的方法io.netty.buffer.ByteBuf
 
retain() - 类 中的方法io.netty.buffer.ByteBuf
 
retain() - 接口 中的方法io.netty.buffer.ByteBufHolder
 
retain(int) - 接口 中的方法io.netty.buffer.ByteBufHolder
 
retain(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
retain() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
retain() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
retain(int) - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
retain() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
retain(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
retain() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
retain(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
retain() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
retain(int) - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
retain() - 类 中的方法io.netty.channel.sctp.SctpMessage
 
retain(int) - 类 中的方法io.netty.channel.sctp.SctpMessage
 
retain() - 类 中的方法io.netty.channel.socket.DatagramPacket
 
retain(int) - 类 中的方法io.netty.channel.socket.DatagramPacket
 
retain() - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
retain(int) - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
retain() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
 
retain(int) - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
 
retain() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain(int) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain(int) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
 
retain() - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.FullHttpMessage
 
retain() - 接口 中的方法io.netty.handler.codec.http.FullHttpMessage
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
retain() - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
retain() - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
retain() - 接口 中的方法io.netty.handler.codec.http.HttpContent
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.HttpContent
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.LastHttpContent
 
retain() - 接口 中的方法io.netty.handler.codec.http.LastHttpContent
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain() - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
 
retain() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
retain(int) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
retain() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain(int) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
retain(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
retain() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
retain(int) - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
retain() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
retain(int) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
retain() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
retain(int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
retain() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
retain(int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
retain() - 类 中的方法io.netty.util.AbstractReferenceCounted
 
retain(int) - 类 中的方法io.netty.util.AbstractReferenceCounted
 
retain() - 接口 中的方法io.netty.util.ReferenceCounted
Increases the reference count by 1.
retain(int) - 接口 中的方法io.netty.util.ReferenceCounted
Increases the reference count by the specified increment.
retain(T) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
retain(T, int) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
retrans() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
retransmits() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
RETRT_AFTER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Retry-After"
RETRY_AFTER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Retry-After"
rp1 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp2 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp3 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp4 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp5 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp6 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp7 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp8 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rp9 - 类 中的变量io.netty.util.internal.InternalThreadLocalMap
 
rsv() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
Bits used for extensions to the standard.
rto() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
RTP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"RTP"
RTP_INFO - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"RTP-Info"
RTPTIME - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"rtptime"
RTS - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
RTSP_1_0 - 类 中的静态变量io.netty.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspDecoder - io.netty.handler.codec.rtsp中的类
Decodes ByteBufs into RTSP messages represented in HttpMessages.
RtspDecoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (8192).
RtspDecoder(int, int, int) - 类 的构造器io.netty.handler.codec.rtsp.RtspDecoder
Creates a new instance with the specified parameters.
RtspDecoder(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.rtsp.RtspDecoder
Creates a new instance with the specified parameters.
RtspEncoder - io.netty.handler.codec.rtsp中的类
Encodes an RTSP message represented in HttpMessage or an HttpContent into a ByteBuf.
RtspEncoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspEncoder
 
RtspHeaders - io.netty.handler.codec.rtsp中的类
Standard RTSP header names and values.
RtspHeaders.Names - io.netty.handler.codec.rtsp中的类
Standard RTSP header names.
RtspHeaders.Values - io.netty.handler.codec.rtsp中的类
Standard RTSP header values.
RtspMethods - io.netty.handler.codec.rtsp中的类
The request getMethod of RTSP.
RtspObjectDecoder - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspDecoder instead.
RtspObjectDecoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspObjectDecoder
已过时。
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (8192).
RtspObjectDecoder(int, int, int) - 类 的构造器io.netty.handler.codec.rtsp.RtspObjectDecoder
已过时。
Creates a new instance with the specified parameters.
RtspObjectDecoder(int, int, int, boolean) - 类 的构造器io.netty.handler.codec.rtsp.RtspObjectDecoder
已过时。
 
RtspObjectEncoder<H extends HttpMessage> - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspEncoder instead.
RtspObjectEncoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspObjectEncoder
已过时。
Creates a new instance.
RtspRequestDecoder - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspDecoder directly instead
RtspRequestDecoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspRequestDecoder
已过时。
 
RtspRequestEncoder - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspEncoder directly instead
RtspRequestEncoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspRequestEncoder
已过时。
 
RtspResponseDecoder - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspDecoder directly instead
RtspResponseDecoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspResponseDecoder
已过时。
 
RtspResponseEncoder - io.netty.handler.codec.rtsp中的类
已过时。
Use RtspEncoder directly instead
RtspResponseEncoder() - 类 的构造器io.netty.handler.codec.rtsp.RtspResponseEncoder
已过时。
 
RtspResponseStatuses - io.netty.handler.codec.rtsp中的类
The getStatus code and its description of a RTSP response.
RtspVersions - io.netty.handler.codec.rtsp中的类
The version of RTSP.
rtt() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
rttvar() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
RuleBasedIpFilter - io.netty.handler.ipfilter中的类
This class allows one to filter new Channels based on the IpFilterRules passed to its constructor.
RuleBasedIpFilter(IpFilterRule...) - 类 的构造器io.netty.handler.ipfilter.RuleBasedIpFilter
 
ruleType() - 接口 中的方法io.netty.handler.ipfilter.IpFilterRule
 
ruleType() - 类 中的方法io.netty.handler.ipfilter.IpSubnetFilterRule
 
run() - 类 中的方法io.netty.channel.nio.NioEventLoop
 
run() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoop
 
run() - 类 中的方法io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase
 
run() - 类 中的方法io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerBase
 
run() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
run(Timeout) - 接口 中的方法io.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
runAllTasks() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runAllTasks(long) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runPendingTasks() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Run all tasks (which also includes scheduled tasks) that are pending in the EventLoop for this Channel
runScheduledPendingTasks() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Run all pending scheduled tasks in the EventLoop for this Channel and return the nanoseconds when the next scheduled task is ready to run.
RxtxChannel - io.netty.channel.rxtx中的类
已过时。
this transport will be removed in the next major version.
RxtxChannel() - 类 的构造器io.netty.channel.rxtx.RxtxChannel
已过时。
 
RxtxChannelConfig - io.netty.channel.rxtx中的接口
已过时。
this transport will be removed in the next major version.
RxtxChannelConfig.Databits - io.netty.channel.rxtx中的枚举
已过时。
 
RxtxChannelConfig.Paritybit - io.netty.channel.rxtx中的枚举
已过时。
 
RxtxChannelConfig.Stopbits - io.netty.channel.rxtx中的枚举
已过时。
 
RxtxChannelOption<T> - io.netty.channel.rxtx中的类
已过时。
this transport will be removed in the next major version.
RxtxClient - io.netty.example.rxtx中的类
Sends one message to a serial device
RxtxClient() - 类 的构造器io.netty.example.rxtx.RxtxClient
 
RxtxClientHandler - io.netty.example.rxtx中的类
 
RxtxClientHandler() - 类 的构造器io.netty.example.rxtx.RxtxClientHandler
 
RxtxDeviceAddress - io.netty.channel.rxtx中的类
已过时。
this transport will be removed in the next major version.
RxtxDeviceAddress(String) - 类 的构造器io.netty.channel.rxtx.RxtxDeviceAddress
已过时。
Creates a RxtxDeviceAddress representing the address of the serial port.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Netty 4.0.56.Final(2018/10/07)

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