-
RANGE - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"range"
-
RANGE - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Range"
-
RANGE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"range"
-
RANGE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Range"
-
rawPath() - Method in class io.netty.handler.codec.http.
QueryStringDecoder
-
返回URI的原始路径字符串。
-
rawQuery() - Method in class io.netty.handler.codec.http.
QueryStringDecoder
-
返回URI的原始查询字符串。
-
RCPT - Static variable in class io.netty.handler.codec.smtp.
SmtpCommand
-
-
rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.
SmtpRequests
-
创建一个
RCPT
请求。
-
RCV_ALLOC_TRANSPORT_PROVIDES_GUESS - Static variable in class io.netty.channel.kqueue.
KQueueChannelOption
-
如果这是
true
那么
RecvByteBufAllocator.Handle#guess()
将被重写,以总是尝试读取与kqueue所说的可用字节数一样多的字节。
-
RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.
ChannelOption
-
-
rcvMss() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
rcvRtt() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
rcvSpace() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
rcvSsthresh() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
rcvWscale() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
read() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
read(byte[], int, int) - Method in class io.netty.buffer.
ByteBufInputStream
-
-
read() - Method in class io.netty.channel.
AbstractChannel
-
-
read() - Method in interface io.netty.channel.
Channel
-
-
read(ChannelHandlerContext) - Method in class io.netty.channel.
ChannelDuplexHandler
-
-
read() - Method in interface io.netty.channel.
ChannelHandlerContext
-
-
read(ChannelHandlerContext) - Method in interface io.netty.channel.
ChannelOutboundHandler
-
-
read(ChannelHandlerContext) - Method in class io.netty.channel.
ChannelOutboundHandlerAdapter
-
-
read() - Method in interface io.netty.channel.
ChannelOutboundInvoker
-
-
read(ChannelHandlerContext) - Method in class io.netty.channel.
CombinedChannelDuplexHandler
-
-
read() - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
read() - Method in class io.netty.channel.nio.
AbstractNioByteChannel.NioByteUnsafe
-
-
read() - Method in interface io.netty.channel.nio.
AbstractNioChannel.NioUnsafe
-
从底层
SelectableChannel
读取
-
read(ByteBuffer, int, int) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.
DatagramPacketEncoder
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.
HttpClientUpgradeHandler
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.
Http2ConnectionHandler
-
-
read() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
read(byte[]) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.flow.
FlowControlHandler
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.
AbstractSniHandler
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.
SslHandler
-
-
read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
-
READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
-
已过时。
-
readableBytes() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readableBytes() - Method in class io.netty.buffer.
ByteBuf
-
返回等于
(this.writerIndex - this.readerIndex)
的可读字节数。
-
readableBytes() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readableBytes() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readableBytes() - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
可读字节数。
-
readAddress(long, int, int) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
readBoolean() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBoolean() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取布尔值,并在此缓冲区
readerIndex
1
增加
readerIndex
。
-
readBoolean() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readBoolean() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBoolean() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBoolean() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readByte() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readByte() - Method in class io.netty.buffer.
ByteBuf
-
获取当前
readerIndex
一个字节,并在此缓冲区
readerIndex
1
增加
readerIndex
。
-
readByte() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readByte() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readByte() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readByte() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readBytes(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(byte[]) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(ByteBuf) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(ByteBuf, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readBytes(int) - Method in class io.netty.buffer.
ByteBuf
-
传输此缓冲区的数据到一个新创建的缓冲器并从当前
readerIndex
并增加了
readerIndex
由传输的字节(=数量
length
)。
-
readBytes(ByteBuf) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据传输到指定的目的地,从当前的
readerIndex
开始,直到目标变为不可写,并将
readerIndex
增加
readerIndex
传输的字节数。
-
readBytes(ByteBuf, int) - Method in class io.netty.buffer.
ByteBuf
-
传输此缓冲区的数据到指定的目标并从当前
readerIndex
并增加了
readerIndex
由传输的字节(=数量
length
)。
-
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
ByteBuf
-
传输此缓冲区的数据到指定的目标并从当前
readerIndex
并增加了
readerIndex
由传输的字节(=数量
length
)。
-
readBytes(byte[]) - Method in class io.netty.buffer.
ByteBuf
-
传输此缓冲区的数据到指定的目标并从当前
readerIndex
并增加了
readerIndex
由传输的字节(=数量
dst.length
)。
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据传输到指定的目标,从当前的
readerIndex
开始,并将
readerIndex
的数量增加
readerIndex
(=
length
)。
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据传输到指定的目标,从当前的
readerIndex
开始,直到目标的位置达到其限制,并将
readerIndex
增加
readerIndex
所传输的字节数。
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据从当前的
readerIndex
开始传输到指定的流。
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据从当前的
readerIndex
开始传输到指定的流。
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的数据从当前的
readerIndex
开始
readerIndex
到指定通道,从给定的文件位置开始。
-
readBytes() - Method in class io.netty.buffer.
ByteBufInputStream
-
返回此流到目前为止读取的字节数。
-
readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
readBytes(ByteBuf) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(ByteBuf, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(byte[]) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readBytes(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(ByteBuf) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(ByteBuf, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(byte[]) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readBytes(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(ByteBuf) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(ByteBuf, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(byte[]) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readBytes(byte[], int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
readBytes(OutputStream, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
readBytes(ByteBuffer) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
readChar() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readChar() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取2字节的UTF-16字符,并在此缓冲区
readerIndex
2
增加
readerIndex
。
-
readChar() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readChar() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readChar() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readChar() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readCharSequence(int, Charset) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readCharSequence(int, Charset) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获得具有给定长度的
CharSequence
,并将该长度增加
readerIndex
。
-
readCharSequence(int, Charset) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readCharSequence(int, Charset) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.
HttpChunkedInput
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.
HttpChunkedInput
-
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.
HttpPostRequestEncoder
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart.
HttpPostRequestEncoder
-
返回下一个可用的HttpChunk。
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketChunkedInput
-
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketChunkedInput
-
从流中获取分块的数据。
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.
ChunkedFile
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.
ChunkedFile
-
-
readChunk(ChannelHandlerContext) - Method in interface io.netty.handler.stream.
ChunkedInput
-
-
readChunk(ByteBufAllocator) - Method in interface io.netty.handler.stream.
ChunkedInput
-
从流中获取分块的数据。
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.
ChunkedNioFile
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.
ChunkedNioFile
-
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.
ChunkedNioStream
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.
ChunkedNioStream
-
-
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.
ChunkedStream
-
已过时。
-
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.
ChunkedStream
-
-
readComplete() - Method in class io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
-
readComplete() - Method in class io.netty.channel.
RecvByteBufAllocator.DelegatingHandle
-
-
readComplete() - Method in interface io.netty.channel.
RecvByteBufAllocator.Handle
-
已过时。
阅读已完成。
-
readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到数据帧时调用。
-
readDouble() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readDouble() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取64位浮点数,并在此缓冲区
readerIndex
8
增加
readerIndex
。
-
readDouble() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readDouble() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readDouble() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readDouble() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readDoubleLE() - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序获取当前
readerIndex
的64位浮点数,
8
在此缓冲区
readerIndex
8
增加
readerIndex
。
-
READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.
IdleStateEvent
-
-
readerIndex() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readerIndex(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readerIndex() - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区的
readerIndex
。
-
readerIndex(int) - Method in class io.netty.buffer.
ByteBuf
-
设置此缓冲区的
readerIndex
。
-
readerIndex(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
readerIndex() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readerIndex(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readerIndex() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readerIndex(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readFloat() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readFloat() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获得一个32位浮点数,并在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readFloat() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readFloat() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readFloat() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readFloat() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readFloatLE() - Method in class io.netty.buffer.
ByteBuf
-
在Little Endian Byte Order中获取当前
readerIndex
的32位浮点数,
4
在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameReader
-
-
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2.
Http2FrameReader
-
尝试从输入缓冲区读取下一帧。
-
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.
Http2InboundFrameLogger
-
-
readFrameError(String) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readFrameError(String) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
当发生不可恢复的会话错误时调用。
-
readFully(byte[]) - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readFully(byte[], int, int) - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readFully(byte[]) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到GOAWAY帧时调用。
-
readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
当接收到SYN_STREAM,SYN_REPLY或HEADERS帧内的头部块时调用。
-
readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到整个标题块时调用。
-
readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到HEADERS帧时调用。
-
readInbound() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
readInt() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readInt() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取32位整数,并在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readInt() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readInt() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readInt() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readInt() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readInterestOp - Variable in class io.netty.channel.nio.
AbstractNioChannel
-
-
readIntLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readIntLE() - Method in class io.netty.buffer.
ByteBuf
-
在当前
readerIndex
Little Endian字节顺序获取32位整数,并在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readIntLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readIntLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readLine() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readLine() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readLong() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readLong() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取64位整数,并在此缓冲区
readerIndex
8
增加
readerIndex
。
-
readLong() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readLong() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readLong() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readLong() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readLongLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readLongLE() - Method in class io.netty.buffer.
ByteBuf
-
获取当前64位整数
readerIndex
在Little Endian字节序,并增加了
readerIndex
通过
8
在该缓冲液。
-
readLongLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readLongLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readMedium() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readMedium() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取24位中等整数,并在此缓冲区
readerIndex
3
增加
readerIndex
。
-
readMedium() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readMedium() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readMediumLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readMediumLE() - Method in class io.netty.buffer.
ByteBuf
-
获取当前的24位媒体整数
readerIndex
在Little Endian字节序,并增加了
readerIndex
通过
3
在缓冲区中。
-
readMediumLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readMediumLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readObject() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
ReadOnlyByteBuf - Class in
io.netty.buffer
-
-
ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
ReadOnlyHttp2Headers - Class in
io.netty.handler.codec.http2
-
-
ReadOnlyHttpHeaders - Class in
io.netty.handler.codec.http
-
-
ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
创建一个新的实例。
-
readOutbound() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
从出站读取数据。
-
readPingFrame(int) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到PING帧时调用。
-
readRetainedSlice(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readRetainedSlice(int) - Method in class io.netty.buffer.
ByteBuf
-
从当前的
readerIndex
开始返回此缓冲区的子区域的新保留切片,并将
readerIndex
增加
readerIndex
新切片的大小(=
length
)。
-
readRetainedSlice(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readRetainedSlice(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在接收到RST_STREAM帧时调用。
-
readSetting(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readSetting(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到设置框内的单独设置时调用。
-
readSettingsEnd() - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readSettingsEnd() - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在接收到整个设置帧时调用。
-
readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在接收到设置帧时调用。
-
readShort() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readShort() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取16位短整数,并在此缓冲区
readerIndex
2
增加
readerIndex
。
-
readShort() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readShort() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readShort() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readShort() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readShortLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readShortLE() - Method in class io.netty.buffer.
ByteBuf
-
获取当前16位的短整型
readerIndex
在Little Endian字节序,并增加了
readerIndex
通过
2
在缓冲区中。
-
readShortLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readShortLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readSlice(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readSlice(int) - Method in class io.netty.buffer.
ByteBuf
-
从当前的
readerIndex
开始返回此缓冲区子区域的一个新切片,
readerIndex
新切片的大小(=
length
)增加
length
。
-
readSlice(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readSlice(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到SYN_REPLY帧时调用。
-
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在接收到SYN_STREAM帧时调用。
-
readTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.
ReadTimeoutHandler
-
在检测到读取超时时调用。
-
ReadTimeoutException - Exception in
io.netty.handler.timeout
-
-
ReadTimeoutHandler - Class in
io.netty.handler.timeout
-
-
ReadTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.
ReadTimeoutHandler
-
创建一个新的实例。
-
ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.
ReadTimeoutHandler
-
创建一个新的实例。
-
readTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.
TrafficCounter
-
已过时。
-
readTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.
TrafficCounter
-
使用给定的limitTraffic和最大等待时间,返回给定长度消息的等待时间(如果有的话)。
-
readUnsignedByte() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedByte() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取一个无符号字节,并在此缓冲区
readerIndex
1
增加
readerIndex
。
-
readUnsignedByte() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readUnsignedByte() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedByte() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedByte() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readUnsignedInt() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedInt() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取一个无符号的32位整数,并在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readUnsignedInt() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedInt() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.
Http2CodecUtil
-
从缓冲区读取一个大端(31位)整数。
-
readUnsignedIntLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedIntLE() - Method in class io.netty.buffer.
ByteBuf
-
在当前
readerIndex
Little Endian字节顺序获取一个无符号的32位整数,并在此缓冲区
readerIndex
4
增加
readerIndex
。
-
readUnsignedIntLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedIntLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedMedium() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedMedium() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取一个无符号的24位中等整数,并在此缓冲区
readerIndex
3
增加
readerIndex
。
-
readUnsignedMedium() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedMedium() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedMediumLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedMediumLE() - Method in class io.netty.buffer.
ByteBuf
-
以小尾字节顺序获取当前
readerIndex
中的无符号24位中等整数,并在此缓冲区中增加
readerIndex
3
。
-
readUnsignedMediumLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedMediumLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedShort() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedShort() - Method in class io.netty.buffer.
ByteBuf
-
在当前的
readerIndex
处获取一个无符号的16位短整数,并在此缓冲区
readerIndex
2
增加
readerIndex
。
-
readUnsignedShort() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readUnsignedShort() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedShort() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUnsignedShort() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readUnsignedShortLE() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
readUnsignedShortLE() - Method in class io.netty.buffer.
ByteBuf
-
在当前
readerIndex
以Little Endian字节顺序获取一个无符号的16位短整数,并在此缓冲区
readerIndex
2
增加
readerIndex
。
-
readUnsignedShortLE() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
readUnsignedShortLE() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
readUTF() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
readUTF() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.
SpdyFrameDecoderDelegate
-
在收到WINDOW_UPDATE帧时调用。
-
reasonPhrase() - Method in class io.netty.handler.codec.http.
HttpResponseStatus
-
-
reasonText() - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
rebuildSelector() - Method in class io.netty.channel.nio.
NioEventLoop
-
使用新创建的
Selector
替换此事件循环的当前
Selector
,以解决臭名昭着的epoll 100%CPU错误。
-
rebuildSelectors() - Method in class io.netty.channel.nio.
NioEventLoopGroup
-
用新创建的
Selector
s代替子事件循环的当前
Selector
,以解决臭名昭着的epoll 100%CPU错误。
-
RECEIPT - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
receivedAmount() - Method in class io.netty.channel.unix.
DatagramSocketAddress
-
-
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
-
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.
Http2LocalFlowController
-
从远程端点
DATA
站
DATA
帧,并为
stream
以及连接应用流量控制策略。
-
recipient() - Method in interface io.netty.channel.
AddressedEnvelope
-
返回此消息的收件人的地址。
-
recipient() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
recipient() - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
recipient() - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
RECORD - Static variable in class io.netty.handler.codec.rtsp.
RtspMethods
-
RECORD getMethod根据演示描述开始记录一系列媒体数据。
-
record() - Method in interface io.netty.util.
ResourceLeak
-
已过时。
-
record(Object) - Method in interface io.netty.util.
ResourceLeak
-
已过时。
-
record() - Method in interface io.netty.util.
ResourceLeakTracker
-
-
record(Object) - Method in interface io.netty.util.
ResourceLeakTracker
-
-
recordAt(DnsSection) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
recordAt(DnsSection, int) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
recordAt(DnsSection) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
返回此DNS消息的指定
section
中的第一条记录。
-
recordAt(DnsSection, int) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
返回此DNS消息的指定
index
的指定
section
处的记录。
-
recursionDesired(boolean) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置此解析器是否必须发送带有RD(设置递归)标志的DNS查询。
-
recvBufAllocHandle() - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
-
recvBufAllocHandle() - Method in interface io.netty.channel.
Channel.Unsafe
-
-
RecvByteBufAllocator - Interface in
io.netty.channel
-
分配一个新的接收缓冲区,其容量可能足够大,可以读取所有入站数据,并且足够小,不会浪费其空间。
-
RecvByteBufAllocator.DelegatingHandle - Class in
io.netty.channel
-
-
RecvByteBufAllocator.ExtendedHandle - Interface in
io.netty.channel
-
-
RecvByteBufAllocator.Handle - Interface in
io.netty.channel
-
-
recvFd() - Method in class io.netty.channel.unix.
Socket
-
-
recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.
Socket
-
-
recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.
Socket
-
-
recycle() - Method in class io.netty.channel.
ChannelOutboundBuffer
-
已过时。
-
recycle(T) - Method in interface io.netty.util.
Recycler.Handle
-
-
recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.
Recycler
-
-
Recycler<
T> - Class in
io.netty.util
-
基于线程本地堆栈的轻量级对象池。
-
Recycler() - Constructor for class io.netty.util.
Recycler
-
-
Recycler(int) - Constructor for class io.netty.util.
Recycler
-
-
Recycler(int, int) - Constructor for class io.netty.util.
Recycler
-
-
Recycler(int, int, int, int) - Constructor for class io.netty.util.
Recycler
-
-
Recycler.Handle<
T> - Interface in
io.netty.util
-
-
REDIRECT - Static variable in class io.netty.handler.codec.rtsp.
RtspMethods
-
REDIRECT请求通知客户端它必须连接到另一个服务器位置。
-
RedisArrayAggregator - Class in
io.netty.handler.codec.redis
-
-
RedisArrayAggregator() - Constructor for class io.netty.handler.codec.redis.
RedisArrayAggregator
-
-
RedisBulkStringAggregator - Class in
io.netty.handler.codec.redis
-
-
RedisBulkStringAggregator() - Constructor for class io.netty.handler.codec.redis.
RedisBulkStringAggregator
-
创建一个新的实例。
-
RedisCodecException - Exception in
io.netty.handler.codec.redis
-
-
RedisCodecException(String) - Constructor for exception io.netty.handler.codec.redis.
RedisCodecException
-
创建一个新的实例。
-
RedisCodecException(Throwable) - Constructor for exception io.netty.handler.codec.redis.
RedisCodecException
-
创建一个新的实例。
-
RedisDecoder - Class in
io.netty.handler.codec.redis
-
-
RedisDecoder() - Constructor for class io.netty.handler.codec.redis.
RedisDecoder
-
使用默认值
maxInlineMessageLength
和
messagePool
创建一个新实例。
-
RedisDecoder(int, RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.
RedisDecoder
-
创建一个新的实例。
-
RedisEncoder - Class in
io.netty.handler.codec.redis
-
-
RedisEncoder() - Constructor for class io.netty.handler.codec.redis.
RedisEncoder
-
使用默认值
messagePool
创建一个新实例。
-
RedisEncoder(RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.
RedisEncoder
-
创建一个新的实例。
-
RedisMessage - Interface in
io.netty.handler.codec.redis
-
RedisMessage是codec-redis的基础接口。
-
RedisMessagePool - Interface in
io.netty.handler.codec.redis
-
-
RedisMessageType - Enum in
io.netty.handler.codec.redis
-
-
refCnt() - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
refCnt() - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
refCnt() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
refCnt() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
refCnt() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
refCnt() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
refCnt() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
refCnt() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
refCnt() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
refCnt() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
refCnt() - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
refCnt() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
refCnt() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
refCnt() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
refCnt() - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
refCnt() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
refCnt() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
refCnt() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
refCnt() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
refCnt() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
refCnt() - Method in class io.netty.util.
AbstractReferenceCounted
-
-
refCnt() - Method in interface io.netty.util.
ReferenceCounted
-
返回此对象的引用计数。
-
refCnt(Object) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
ReferenceCounted - Interface in
io.netty.util
-
需要显式释放的引用计数对象。
-
ReferenceCountedOpenSslClientContext - Class in
io.netty.handler.ssl
-
-
ReferenceCountedOpenSslContext - Class in
io.netty.handler.ssl
-
-
ReferenceCountedOpenSslEngine - Class in
io.netty.handler.ssl
-
-
ReferenceCountedOpenSslServerContext - Class in
io.netty.handler.ssl
-
-
ReferenceCountUtil - Class in
io.netty.util
-
-
REFERER - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"referer"
-
REFERER - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Referer"
-
REFERER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"referer"
-
REFERER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Referer"
-
ReflectiveChannelFactory<
T extends
Channel> - Class in
io.netty.channel
-
-
ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.
ReflectiveChannelFactory
-
-
REFUSED - Static variable in class io.netty.handler.codec.dns.
DnsResponseCode
-
-
REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
3拒绝流
-
regionMatches(int, CharSequence, int, int) - Method in class io.netty.util.
AsciiString
-
将指定的字符串与此字符串进行比较,并比较指定的字符范围以确定它们是否相同。
-
regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.util.
AsciiString
-
将指定的字符串与此字符串进行比较,并比较指定的字符范围以确定它们是否相同。
-
regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.
AsciiString
-
此方法可以正确地为字符串中的任何字符进行regionMatches操作
-
regionMatchesAscii(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.
AsciiString
-
这是仅针对带有ASCII字符的字符串的regionMatches的优化版本
-
register() - Method in class io.netty.bootstrap.
AbstractBootstrap
-
-
register(EventLoop, ChannelPromise) - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
-
register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.
Channel.Unsafe
-
-
register() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
register(Channel) - Method in interface io.netty.channel.
EventLoopGroup
-
-
register(ChannelPromise) - Method in interface io.netty.channel.
EventLoopGroup
-
-
register(Channel, ChannelPromise) - Method in interface io.netty.channel.
EventLoopGroup
-
-
register(Channel) - Method in class io.netty.channel.
MultithreadEventLoopGroup
-
-
register(ChannelPromise) - Method in class io.netty.channel.
MultithreadEventLoopGroup
-
-
register(Channel, ChannelPromise) - Method in class io.netty.channel.
MultithreadEventLoopGroup
-
已过时。
-
register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.
NioEventLoop
-
将任意
SelectableChannel
(不一定由Netty创建)注册到此事件循环的
Selector
。
-
register(Channel) - Method in class io.netty.channel.
SingleThreadEventLoop
-
-
register(ChannelPromise) - Method in class io.netty.channel.
SingleThreadEventLoop
-
-
register(Channel, ChannelPromise) - Method in class io.netty.channel.
SingleThreadEventLoop
-
已过时。
-
register(ChannelPromise) - Method in class io.netty.channel.
ThreadPerChannelEventLoop
-
-
register(Channel, ChannelPromise) - Method in class io.netty.channel.
ThreadPerChannelEventLoop
-
已过时。
-
register(Channel) - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
register(ChannelPromise) - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
register(Channel, ChannelPromise) - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
已过时。
-
reject() - Static method in class io.netty.util.concurrent.
RejectedExecutionHandlers
-
-
reject() - Static method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
reject(Runnable) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty.util.concurrent.
RejectedExecutionHandler
-
-
REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.
Socks4CommandStatus
-
-
RejectedExecutionHandler - Interface in
io.netty.util.concurrent
-
-
RejectedExecutionHandlers - Class in
io.netty.util.concurrent
-
-
rejectResponse(HttpRequest) - Method in class io.netty.handler.codec.http.
HttpServerExpectContinueHandler
-
-
release() - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
release(int) - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
release() - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
release(int) - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
release() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
release(int) - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
release() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
release(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
release() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
release(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
release() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
release(int) - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
release(Channel) - Method in interface io.netty.channel.pool.
ChannelPool
-
-
release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool.
ChannelPool
-
-
release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.
FixedChannelPool
-
-
release(Channel) - Method in class io.netty.channel.pool.
SimpleChannelPool
-
-
release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.
SimpleChannelPool
-
-
release() - Method in class io.netty.channel.unix.
IovArray
-
-
release() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
release(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
release() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
release(int) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
release() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
release(int) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
release() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
release(int) - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
release() - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
release(int) - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
release() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
release(int) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
release() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
release(int) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
release() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
release(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
release() - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
release(int) - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
release() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
release(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
release() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
release(int) - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
release() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
release(int) - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
release() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
release(int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
release() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
release(int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
release() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
释放此实例的所有内部资源。
-
release() - Method in class io.netty.handler.traffic.
GlobalTrafficShapingHandler
-
释放此实例的所有内部资源。
-
release() - Method in class io.netty.util.
AbstractReferenceCounted
-
-
release(int) - Method in class io.netty.util.
AbstractReferenceCounted
-
-
release() - Method in interface io.netty.util.
ReferenceCounted
-
通过减小引用计数
1
并且如果所述引用计数达到在将释放该对象
0
。
-
release(int) - Method in interface io.netty.util.
ReferenceCounted
-
减小由指定的引用计数
decrement
并且如果所述引用计数达到在将释放该对象
0
。
-
release(Object) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
release(Object, int) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
释放队列中的所有缓冲区并完成所有侦听器和承诺。
-
releaseAndFailAll(Throwable) - Method in class io.netty.channel.
CoalescingBufferQueue
-
释放队列中的所有缓冲区并完成所有侦听器和承诺。
-
releaseHealthCheck() - Method in class io.netty.channel.pool.
SimpleChannelPool
-
指示此池在提供给池后是否会检查通道的健康状况。
-
releaseInbound() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
释放所有缓存入站邮件,并返回
true
如果任何人的入缓冲区,
false
其他。
-
releaseLater(T) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
releaseLater(T, int) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
releaseOutbound() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
释放所有缓冲出站消息,并返回
true
如果任何人在出站缓冲,
false
其他。
-
remainingLength() - Method in class io.netty.handler.codec.mqtt.
MqttFixedHeader
-
-
remote() - Method in class io.netty.handler.codec.http2.
DefaultHttp2Connection
-
-
remote() - Method in interface io.netty.handler.codec.http2.
Http2Connection
-
-
remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.
Bootstrap
-
-
remoteAddress(String, int) - Method in class io.netty.bootstrap.
Bootstrap
-
-
remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.
Bootstrap
-
-
remoteAddress() - Method in class io.netty.bootstrap.
BootstrapConfig
-
如果尚未配置,则返回已配置的远程地址或
null
。
-
remoteAddress() - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
-
remoteAddress() - Method in class io.netty.channel.
AbstractChannel
-
-
remoteAddress() - Method in class io.netty.channel.
AbstractServerChannel
-
-
remoteAddress() - Method in interface io.netty.channel.
Channel
-
返回此通道连接到的远程地址。
-
remoteAddress() - Method in interface io.netty.channel.
Channel.Unsafe
-
返回
SocketAddress
其上结合远程或
null
如果未尚未绑定。
-
remoteAddress() - Method in class io.netty.channel.epoll.
EpollDatagramChannel
-
-
remoteAddress() - Method in class io.netty.channel.epoll.
EpollDomainSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.epoll.
EpollServerDomainSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.epoll.
EpollServerSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.epoll.
EpollSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.kqueue.
KQueueDatagramChannel
-
-
remoteAddress() - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.kqueue.
KQueueServerDomainSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.kqueue.
KQueueSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.local.
LocalChannel
-
-
remoteAddress() - Method in class io.netty.channel.local.
LocalServerChannel
-
-
remoteAddress() - Method in class io.netty.channel.rxtx.
RxtxChannel
-
已过时。
-
remoteAddress() - Method in class io.netty.channel.sctp.nio.
NioSctpChannel
-
-
remoteAddress() - Method in class io.netty.channel.sctp.nio.
NioSctpServerChannel
-
-
remoteAddress() - Method in class io.netty.channel.sctp.oio.
OioSctpChannel
-
-
remoteAddress() - Method in class io.netty.channel.sctp.oio.
OioSctpServerChannel
-
-
remoteAddress() - Method in interface io.netty.channel.sctp.
SctpChannel
-
返回SCTP通道的(主)远程地址。
-
remoteAddress() - Method in interface io.netty.channel.socket.
DatagramChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.nio.
NioDatagramChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.nio.
NioServerSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.oio.
OioDatagramChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.oio.
OioServerSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
remoteAddress() - Method in interface io.netty.channel.socket.
ServerSocketChannel
-
-
remoteAddress() - Method in interface io.netty.channel.socket.
SocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.udt.nio.
NioUdtAcceptorChannel
-
已过时。
-
remoteAddress() - Method in class io.netty.channel.udt.nio.
NioUdtByteConnectorChannel
-
已过时。
-
remoteAddress() - Method in class io.netty.channel.udt.nio.
NioUdtMessageConnectorChannel
-
已过时。
-
remoteAddress() - Method in interface io.netty.channel.udt.
UdtChannel
-
已过时。
-
remoteAddress() - Method in interface io.netty.channel.unix.
DomainSocketChannel
-
-
remoteAddress() - Method in interface io.netty.channel.unix.
ServerDomainSocketChannel
-
-
remoteAddress() - Method in class io.netty.channel.unix.
Socket
-
-
remoteAddress() - Method in exception io.netty.resolver.dns.
DnsNameResolverException
-
返回失败的DNS查询的
InetSocketAddress
。
-
remoteAddress0() - Method in class io.netty.channel.
AbstractChannel
-
-
remoteAddress0() - Method in class io.netty.channel.
AbstractServerChannel
-
-
remoteAddress0() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
remoteAddress0() - Method in class io.netty.channel.epoll.
AbstractEpollServerChannel
-
-
remoteAddress0() - Method in class io.netty.channel.epoll.
EpollDomainSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.kqueue.
AbstractKQueueServerChannel
-
-
remoteAddress0() - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.local.
LocalChannel
-
-
remoteAddress0() - Method in class io.netty.channel.rxtx.
RxtxChannel
-
已过时。
-
remoteAddress0() - Method in class io.netty.channel.sctp.nio.
NioSctpChannel
-
-
remoteAddress0() - Method in class io.netty.channel.sctp.nio.
NioSctpServerChannel
-
-
remoteAddress0() - Method in class io.netty.channel.sctp.oio.
OioSctpChannel
-
-
remoteAddress0() - Method in class io.netty.channel.sctp.oio.
OioSctpServerChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.nio.
NioDatagramChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.nio.
NioServerSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.oio.
OioDatagramChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.oio.
OioServerSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
remoteAddress0() - Method in class io.netty.channel.udt.nio.
NioUdtAcceptorChannel
-
已过时。
-
remoteAddress0() - Method in class io.netty.channel.udt.nio.
NioUdtByteConnectorChannel
-
已过时。
-
remoteAddress0() - Method in class io.netty.channel.udt.nio.
NioUdtMessageConnectorChannel
-
已过时。
-
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2ConnectionEncoder
-
-
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.
Http2ConnectionEncoder
-
设置HTTP / 2连接的远程端点的设置。
-
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
remoteSideOpen() - Method in enum io.netty.handler.codec.http2.
Http2Stream.State
-
-
remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
-
remove() - Method in class io.netty.channel.
ChannelOutboundBuffer
-
-
remove(Throwable) - Method in class io.netty.channel.
ChannelOutboundBuffer
-
-
remove(ChannelHandler) - Method in interface io.netty.channel.
ChannelPipeline
-
-
remove(String) - Method in interface io.netty.channel.
ChannelPipeline
-
-
remove(Class<T>) - Method in interface io.netty.channel.
ChannelPipeline
-
-
remove(int, ChannelPromise) - Method in class io.netty.channel.
CoalescingBufferQueue
-
-
remove(ChannelHandler) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
remove(String) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
remove(Class<T>) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
remove(Object) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
remove() - Method in class io.netty.channel.
PendingWriteQueue
-
-
remove(K) - Method in class io.netty.channel.pool.
AbstractChannelPoolMap
-
-
remove() - Method in class io.netty.handler.codec.
DefaultHeaders.HeaderEntry
-
-
remove(K) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
remove(K) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
remove(K) - Method in interface io.netty.handler.codec.
Headers
-
删除指定
name
所有标头。
-
remove(String) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
remove(CharSequence) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
remove(String) - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
remove(String) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
-
remove(CharSequence) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
删除具有指定名称的标题。
-
remove(String) - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
remove(CharSequence) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
remove() - Method in interface io.netty.util.
Attribute
-
-
remove(byte) - Method in class io.netty.util.collection.
ByteObjectHashMap
-
-
remove(Object) - Method in class io.netty.util.collection.
ByteObjectHashMap
-
-
remove(byte) - Method in interface io.netty.util.collection.
ByteObjectMap
-
用指定的键删除条目。
-
remove(char) - Method in class io.netty.util.collection.
CharObjectHashMap
-
-
remove(Object) - Method in class io.netty.util.collection.
CharObjectHashMap
-
-
remove(char) - Method in interface io.netty.util.collection.
CharObjectMap
-
用指定的键删除条目。
-
remove(int) - Method in class io.netty.util.collection.
IntObjectHashMap
-
-
remove(Object) - Method in class io.netty.util.collection.
IntObjectHashMap
-
-
remove(int) - Method in interface io.netty.util.collection.
IntObjectMap
-
用指定的键删除条目。
-
remove(long) - Method in class io.netty.util.collection.
LongObjectHashMap
-
-
remove(Object) - Method in class io.netty.util.collection.
LongObjectHashMap
-
-
remove(long) - Method in interface io.netty.util.collection.
LongObjectMap
-
用指定的键删除条目。
-
remove(short) - Method in class io.netty.util.collection.
ShortObjectHashMap
-
-
remove(Object) - Method in class io.netty.util.collection.
ShortObjectHashMap
-
-
remove(short) - Method in interface io.netty.util.collection.
ShortObjectMap
-
用指定的键删除条目。
-
remove() - Method in class io.netty.util.concurrent.
FastThreadLocal
-
将该值设置为未初始化;
继续调用get()将触发对initialValue()的调用。
-
remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.
FastThreadLocal
-
将该值设置为对指定的线程本地映射未初始化;
继续调用get()将触发对initialValue()的调用。
-
removeAll() - Static method in class io.netty.util.concurrent.
FastThreadLocal
-
-
removeAndFail(Throwable) - Method in class io.netty.channel.
PendingWriteQueue
-
删除待执行的写入操作,并使用给定的
Throwable
使其失败。
-
removeAndFailAll(Throwable) - Method in class io.netty.channel.
PendingWriteQueue
-
删除所有未完成的写入操作,并使用给定的
Throwable
使它们
Throwable
。
-
removeAndWrite() - Method in class io.netty.channel.
PendingWriteQueue
-
-
removeAndWriteAll() - Method in class io.netty.channel.
PendingWriteQueue
-
-
removeBytes(long) - Method in class io.netty.channel.
ChannelOutboundBuffer
-
删除完整书写的条目并更新部分书写条目的阅读器索引。
-
removeComponent(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
removeComponents(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
HttpProxyHandler
-
-
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
ProxyHandler
-
-
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
Socks4ProxyHandler
-
-
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
Socks5ProxyHandler
-
-
removeEmptyValue() - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
-
removeEmptyValue() - Method in class io.netty.channel.
CoalescingBufferQueue
-
-
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
HttpProxyHandler
-
-
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
ProxyHandler
-
-
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
Socks4ProxyHandler
-
-
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.
Socks5ProxyHandler
-
-
removeFirst(ChannelPromise) - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
-
removeFirst() - Method in interface io.netty.channel.
ChannelPipeline
-
-
removeFirst() - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
removeHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
removeHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.
DefaultHttpDataFactory
-
-
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.
HttpDataFactory
-
从干净的列表中删除给定的InterfaceHttpData(不会删除该文件,除非该文件在构建时仍是临时文件)
-
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.
HttpPostMultipartRequestDecoder
-
从FileUploads列表中删除给定的FileUpload以进行清理
-
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.
HttpPostRequestDecoder
-
-
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.
HttpPostStandardRequestDecoder
-
从FileUploads列表中删除给定的FileUpload以进行清理
-
removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpPostRequestDecoder
-
从FileUploads列表中删除给定的FileUpload以进行清理
-
removeInboundHandler() - Method in class io.netty.channel.
CombinedChannelDuplexHandler
-
-
removeLast() - Method in interface io.netty.channel.
ChannelPipeline
-
-
removeLast() - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.
ChannelFuture
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.
ChannelProgressiveFuture
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.
ChannelPromise
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.
DefaultChannelPromise
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.
ChannelGroupFuture
-
-
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.
VoidChannelPromise
-
-
removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.
DefaultHttp2Connection
-
-
removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.
Http2Connection
-
删除流生命周期事件的监听器。
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.
CompleteFuture
-
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.
Future
-
从此将来删除指定侦听器的第一个匹配项。
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.
ProgressiveFuture
-
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.
Promise
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.
ChannelFuture
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.
ChannelProgressiveFuture
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.
ChannelPromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.
DefaultChannelPromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.
ChannelGroupFuture
-
-
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.
VoidChannelPromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.
CompleteFuture
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.
Future
-
为将来的每个听众删除第一个匹配项。
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.
ProgressiveFuture
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.
Promise
-
-
removeMessage(Http2Stream, boolean) - Method in class io.netty.handler.codec.http2.
InboundHttp2ToHttpAdapter
-
该流超出了HTTP消息流的范围,将不再被跟踪
-
removeMessage(int) - Method in class io.netty.handler.codec.spdy.
SpdyHttpDecoder
-
-
removeOutboundHandler() - Method in class io.netty.channel.
CombinedChannelDuplexHandler
-
-
removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.
Http2Stream
-
返回并删除应用程序定义的数据,如果有任何与此流关联的。
-
removeReadOp() - Method in class io.netty.channel.nio.
AbstractNioChannel.AbstractNioUnsafe
-
-
removeRecord(DnsSection, int) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
removeRecord(DnsSection, int) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
从此DNS消息中删除指定
index
的指定
section
处的记录。
-
removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
删除以前添加的
Runnable
作为关机挂钩
-
removeTask(Runnable) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
removeValue(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
removeValue(int) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
删除设置ID的值。
-
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
renameTo(File) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
方便的getMethod将上传的项目写入磁盘。
-
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
renegotiate() - Method in class io.netty.handler.ssl.
SslHandler
-
执行TLS重新协商。
-
renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl.
SslHandler
-
执行TLS重新协商。
-
reordering() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
replace(ByteBuf) - Method in interface io.netty.buffer.
ByteBufHolder
-
-
replace(ByteBuf) - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.
ChannelPipeline
-
-
replace(String, String, ChannelHandler) - Method in interface io.netty.channel.
ChannelPipeline
-
-
replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.
ChannelPipeline
-
-
replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
replace(String, String, ChannelHandler) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
replace(ByteBuf) - Method in class io.netty.channel.sctp.
SctpMessage
-
-
replace(ByteBuf) - Method in class io.netty.channel.socket.
DatagramPacket
-
-
replace(ByteBuf) - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
replace(ByteBuf) - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
replace(ByteBuf) - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
replace(ByteBuf) - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
replace(char, char) - Method in class io.netty.util.
AsciiString
-
复制此字符串,用其他字符替换指定字符的出现位置。
-
replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl.
SniHandler
-
-
REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
ReplayingDecoder<
S> - Class in
io.netty.handler.codec
-
-
ReplayingDecoder() - Constructor for class io.netty.handler.codec.
ReplayingDecoder
-
创建一个没有初始状态的新实例(即:
null
)。
-
ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.
ReplayingDecoder
-
用指定的初始状态创建一个新实例。
-
reportInstancesLeak(String) - Method in class io.netty.util.
ResourceLeakDetector
-
-
reportTracedLeak(String, String) - Method in class io.netty.util.
ResourceLeakDetector
-
当检测到跟踪泄漏时调用此方法。
-
reportUntracedLeak(String) - Method in class io.netty.util.
ResourceLeakDetector
-
当检测到未捕获的泄漏时调用此方法。
-
repositoryStatus() - Method in class io.netty.util.
Version
-
-
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
413请求实体太大
-
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
413请求实体太大
-
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
431请求标头字段太大(RFC6585)
-
REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
请求的默认魔术字节。
-
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
408请求超时
-
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
408请求超时
-
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
414请求URI太长
-
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
414请求URI太长
-
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
416请求的范围不满足
-
requestHeaders() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler.HandshakeComplete
-
-
requestType() - Method in class io.netty.handler.codec.socks.
SocksRequest
-
返回袜子请求类型
-
requestUri() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler.HandshakeComplete
-
-
REQUIRE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"require"
-
REQUIRE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Require"
-
requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeCodec
-
获取此协议所需的所有协议特定的头部以成功升级。
-
requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.
Http2ServerUpgradeCodec
-
-
reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
reserved() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
返回保留的字段值。
-
reserved() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
reservePushStream(int, Http2Stream) - Method in interface io.netty.handler.codec.http2.
Http2Connection.Endpoint
-
在此端点的保留状态中创建推送流并通知所有监听者。
-
reset() - Method in class io.netty.buffer.
ByteBufInputStream
-
-
reset(ChannelConfig) - Method in class io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
-
reset(ChannelConfig) - Method in class io.netty.channel.
RecvByteBufAllocator.DelegatingHandle
-
-
reset(ChannelConfig) - Method in interface io.netty.channel.
RecvByteBufAllocator.Handle
-
已过时。
重置累计的任何计数器,并推荐下一个读取循环应读取多少个消息/字节。
-
reset() - Method in class io.netty.handler.codec.compression.
Snappy
-
-
reset() - Method in class io.netty.handler.codec.
DateFormatter
-
-
reset() - Method in class io.netty.handler.codec.http.
HttpObjectDecoder
-
重置解码器的状态,以便它可以解码新消息。
-
reset() - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
RESET_CONTENT - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
205重置内容
-
resetCumulativeTime() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficCounter
-
-
resetCumulativeTime() - Method in class io.netty.handler.traffic.
TrafficCounter
-
从System.currentTimeMillis()中复位读取和写入的累计字节计数器和相关的绝对时间。
-
resetDecoder() - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheDecoder
-
准备下一次解码迭代。
-
resetReaderIndex() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
resetReaderIndex() - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区中的当前
readerIndex
重新定位到标记为
readerIndex
。
-
resetReaderIndex() - Method in class io.netty.buffer.
CompositeByteBuf
-
-
resetReaderIndex() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
resetReaderIndex() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
resetSent() - Method in interface io.netty.handler.codec.http2.
Http2Stream
-
设置标志,指示已从本地端点为此流发送了
RST_STREAM
帧。
-
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2ConnectionHandler
-
-
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2LifecycleManager
-
确保重置
streamId
标识的流。
-
resetWriterIndex() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
resetWriterIndex() - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区中的当前
writerIndex
重新定位到标记为
writerIndex
。
-
resetWriterIndex() - Method in class io.netty.buffer.
CompositeByteBuf
-
-
resetWriterIndex() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
resetWriterIndex() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
resolve(String) - Method in interface io.netty.handler.codec.serialization.
ClassResolver
-
-
resolve(SocketAddress) - Method in class io.netty.resolver.
AbstractAddressResolver
-
-
resolve(SocketAddress, Promise<T>) - Method in class io.netty.resolver.
AbstractAddressResolver
-
-
resolve(SocketAddress) - Method in interface io.netty.resolver.
AddressResolver
-
解析指定的地址。
-
resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver.
AddressResolver
-
解析指定的地址。
-
resolve(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.
DnsNameResolver
-
将指定的名称解析为地址。
-
resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty.resolver.dns.
DnsNameResolver
-
将指定的名称解析为地址。
-
resolve(String) - Method in interface io.netty.resolver.
NameResolver
-
将指定的名称解析为地址。
-
resolve(String, Promise<T>) - Method in interface io.netty.resolver.
NameResolver
-
将指定的名称解析为地址。
-
resolve(String) - Method in class io.netty.resolver.
SimpleNameResolver
-
-
resolve(String, Promise<T>) - Method in class io.netty.resolver.
SimpleNameResolver
-
-
resolveAll(SocketAddress) - Method in class io.netty.resolver.
AbstractAddressResolver
-
-
resolveAll(SocketAddress, Promise<List<T>>) - Method in class io.netty.resolver.
AbstractAddressResolver
-
-
resolveAll(SocketAddress) - Method in interface io.netty.resolver.
AddressResolver
-
解析指定的地址。
-
resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty.resolver.
AddressResolver
-
解析指定的地址。
-
resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.
DnsNameResolver
-
将指定的主机名和端口解析为地址列表。
-
resolveAll(String, Iterable<DnsRecord>, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.
DnsNameResolver
-
将指定的主机名和端口解析为地址列表。
-
resolveAll(String) - Method in interface io.netty.resolver.
NameResolver
-
将指定的主机名和端口解析为地址列表。
-
resolveAll(String, Promise<List<T>>) - Method in interface io.netty.resolver.
NameResolver
-
将指定的主机名和端口解析为地址列表。
-
resolveAll(String) - Method in class io.netty.resolver.
SimpleNameResolver
-
-
resolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.
SimpleNameResolver
-
-
resolveCache() - Method in class io.netty.resolver.dns.
DnsNameResolver
-
返回分辨率缓存。
-
resolveCache(DnsCache) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置解析结果的缓存。
-
resolvedAddressTypes() - Method in class io.netty.resolver.dns.
DnsNameResolver
-
-
resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置解析地址的协议族列表。
-
ResolvedAddressTypes - Enum in
io.netty.resolver
-
定义已解决的地址类型。
-
resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.
Bootstrap
-
-
resolver() - Method in class io.netty.bootstrap.
BootstrapConfig
-
-
ResourceLeak - Interface in
io.netty.util
-
-
ResourceLeakDetector<
T> - Class in
io.netty.util
-
-
ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util.
ResourceLeakDetector
-
-
ResourceLeakDetector(String) - Constructor for class io.netty.util.
ResourceLeakDetector
-
-
ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util.
ResourceLeakDetector
-
-
ResourceLeakDetector(Class<?>, int) - Constructor for class io.netty.util.
ResourceLeakDetector
-
-
ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.
ResourceLeakDetector
-
-
ResourceLeakDetector.Level - Enum in
io.netty.util
-
代表资源泄漏检测的级别。
-
ResourceLeakDetectorFactory - Class in
io.netty.util
-
-
ResourceLeakDetectorFactory() - Constructor for class io.netty.util.
ResourceLeakDetectorFactory
-
-
ResourceLeakException - Exception in
io.netty.util
-
-
ResourceLeakException() - Constructor for exception io.netty.util.
ResourceLeakException
-
已过时。
-
ResourceLeakException(String) - Constructor for exception io.netty.util.
ResourceLeakException
-
已过时。
-
ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.
ResourceLeakException
-
已过时。
-
ResourceLeakException(Throwable) - Constructor for exception io.netty.util.
ResourceLeakException
-
已过时。
-
ResourceLeakHint - Interface in
io.netty.util
-
提示对象,提供易于阅读的消息,以便更轻松地进行资源泄漏跟踪。
-
ResourceLeakTracker<
T> - Interface in
io.netty.util
-
-
respectMaybeMoreData(boolean) - Method in class io.netty.channel.
AdaptiveRecvByteBufAllocator
-
-
respectMaybeMoreData(boolean) - Method in class io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator
-
-
respectMaybeMoreData() - Method in class io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator
-
-
respectMaybeMoreData(boolean) - Method in class io.netty.channel.
FixedRecvByteBufAllocator
-
-
RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
请求的默认魔术字节。
-
responseType() - Method in class io.netty.handler.codec.socks.
SocksResponse
-
返回袜子响应类型
-
Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.
HttpContentEncoder.Result
-
-
resumeTransfer() - Method in class io.netty.handler.stream.
ChunkedWriteHandler
-
继续从输入中获取块。
-
retain() - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
retain(int) - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
retain() - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
retain(int) - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
retain(int) - Method in class io.netty.buffer.
ByteBuf
-
-
retain() - Method in class io.netty.buffer.
ByteBuf
-
-
retain() - Method in interface io.netty.buffer.
ByteBufHolder
-
-
retain(int) - Method in interface io.netty.buffer.
ByteBufHolder
-
-
retain(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
retain() - Method in class io.netty.buffer.
CompositeByteBuf
-
-
retain() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
retain(int) - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
retain() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
retain(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
retain() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
retain(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
retain() - Method in interface io.netty.channel.
AddressedEnvelope
-
-
retain(int) - Method in interface io.netty.channel.
AddressedEnvelope
-
-
retain() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
retain(int) - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
retain() - Method in class io.netty.channel.
DefaultFileRegion
-
-
retain(int) - Method in class io.netty.channel.
DefaultFileRegion
-
-
retain() - Method in interface io.netty.channel.
FileRegion
-
-
retain(int) - Method in interface io.netty.channel.
FileRegion
-
-
retain() - Method in class io.netty.channel.sctp.
SctpMessage
-
-
retain(int) - Method in class io.netty.channel.sctp.
SctpMessage
-
-
retain() - Method in class io.netty.channel.socket.
DatagramPacket
-
-
retain(int) - Method in class io.netty.channel.socket.
DatagramPacket
-
-
retain() - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
retain(int) - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
retain() - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
retain() - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
retain() - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
retain() - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
retain() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
retain() - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
retain(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
retain() - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
-
retain(int) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
-
retain() - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
retain(int) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
retain() - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
retain(int) - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
retain() - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
retain(int) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
retain() - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
retain(int) - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
retain() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
retain(int) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
retain() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
retain(int) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
retain() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
retain(int) - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
retain(int) - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
retain() - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
retain(int) - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
retain() - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
retain(int) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
retain() - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
retain(int) - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
retain() - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
retain() - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
retain(int) - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
retain() - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
retain(int) - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
retain(int) - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
retain() - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
retain() - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
retain(int) - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
retain() - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
retain(int) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
retain() - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
retain(int) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
retain() - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpData
-
-
retain(int) - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpData
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
retain() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
retain(int) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
retain() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
retain() - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
retain() - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
retain(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
retain() - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
retain(int) - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
retain() - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
retain(int) - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
retain() - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
retain(int) - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
retain() - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
retain() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
将引用计数增加
1
。
-
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
通过指定的
increment
增加引用计数。
-
retain() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
-
retain() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
-
retain() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
retain() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
retain() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
retain() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
retain() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
retain() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
retain() - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
retain() - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
retain(int) - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
retain() - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
retain() - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
retain() - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
retain(int) - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
retain() - Method in interface io.netty.handler.codec.memcache.
MemcacheMessage
-
将引用计数增加
1
。
-
retain(int) - Method in interface io.netty.handler.codec.memcache.
MemcacheMessage
-
通过指定的
increment
增加引用计数。
-
retain() - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
retain(int) - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
retain() - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
retain(int) - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
retain() - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
retain(int) - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
retain() - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
retain(int) - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
retain() - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
retain(int) - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
retain() - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
retain(int) - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
retain() - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
retain(int) - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
retain() - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
retain(int) - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
retain() - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
retain(int) - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
retain() - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
retain(int) - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
retain() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
retain(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
retain() - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
retain(int) - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
retain() - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
retain(int) - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
retain() - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
retain(int) - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
retain() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
retain(int) - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
retain() - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
retain(int) - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
retain() - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
retain(int) - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
retain() - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
retain(int) - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
retain() - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
retain(int) - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
retain() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
retain(int) - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
retain() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
retain(int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
retain() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
retain(int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
retain() - Method in class io.netty.util.
AbstractReferenceCounted
-
-
retain(int) - Method in class io.netty.util.
AbstractReferenceCounted
-
-
retain() - Method in interface io.netty.util.
ReferenceCounted
-
将引用计数增加
1
。
-
retain(int) - Method in interface io.netty.util.
ReferenceCounted
-
通过指定的
increment
增加引用计数。
-
retain(T) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
retain(T, int) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
retained(boolean) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.PublishBuilder
-
-
retainedDuplicate() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
retainedDuplicate() - Method in class io.netty.buffer.
ByteBuf
-
返回共享此缓冲区整个区域的保留缓冲区。
-
retainedDuplicate() - Method in interface io.netty.buffer.
ByteBufHolder
-
-
retainedDuplicate() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
retainedDuplicate() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
retainedDuplicate() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
retainedDuplicate() - Method in class io.netty.channel.sctp.
SctpMessage
-
-
retainedDuplicate() - Method in class io.netty.channel.socket.
DatagramPacket
-
-
retainedDuplicate() - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
retainedDuplicate() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
retainedDuplicate() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
retainedDuplicate() - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
retainedDuplicate() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
retainedSlice() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
retainedSlice(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
retainedSlice() - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区可读字节的保留片段。
-
retainedSlice(int, int) - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区的子区域的保留切片。
-
retainedSlice() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
retainedSlice(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
retainedSlice() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
retainedSlice(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
retrans() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
retransmits() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"retry-after"
-
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Retry-After"
-
RETRY_AFTER - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"retry-after"
-
RETRY_AFTER - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Retry-After"
-
returnCode(MqttConnectReturnCode) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnAckBuilder
-
-
rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
RoundRobinDnsAddressResolverGroup - Class in
io.netty.resolver.dns
-
-
RoundRobinDnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.
RoundRobinDnsAddressResolverGroup
-
-
RoundRobinDnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.
RoundRobinDnsAddressResolverGroup
-
-
RoundRobinInetAddressResolver - Class in
io.netty.resolver
-
-
RoundRobinInetAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver.
RoundRobinInetAddressResolver
-
-
RP - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
负责人记录RFC 1183关于域名负责人的信息。
-
RRSIG - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
DNSSEC签名记录用于DNSSEC保护的记录集的RFC 4034签名。
-
RSET - Static variable in class io.netty.handler.codec.smtp.
SmtpCommand
-
-
rset() - Static method in class io.netty.handler.codec.smtp.
SmtpRequests
-
创建一个
RSET
请求。
-
RST_STREAM - Static variable in class io.netty.handler.codec.http2.
Http2FrameTypes
-
-
RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
rsv() - Method in interface io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtension
-
-
rsv() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
用于扩展标准的位。
-
RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtension
-
-
RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtension
-
-
RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtension
-
-
rto() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
RTP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"RTP"
-
RTP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"RTP"
-
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"rtp-info"
-
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"RTP-Info"
-
RTPTIME - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"rtptime"
-
RTPTIME - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"rtptime"
-
RTS - Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
-
已过时。
-
RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp.
RtspVersions
-
RTSP / 1.0
-
RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
不支持505 RTSP版本
-
RtspDecoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspDecoder
-
使用默认的一个新的实例
maxInitialLineLength (4096)
,
maxHeaderSize (8192)
和
maxContentLength (8192)
。
-
RtspDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.
RtspDecoder
-
用指定的参数创建一个新的实例。
-
RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.
RtspDecoder
-
用指定的参数创建一个新的实例。
-
RtspEncoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspEncoder
-
-
RtspHeaderNames - Class in
io.netty.handler.codec.rtsp
-
标准RTSP头名称。
-
RtspHeaders - Class in
io.netty.handler.codec.rtsp
-
-
RtspHeaders.Names - Class in
io.netty.handler.codec.rtsp
-
-
RtspHeaders.Values - Class in
io.netty.handler.codec.rtsp
-
-
RtspHeaderValues - Class in
io.netty.handler.codec.rtsp
-
标准RTSP头名称。
-
RtspMethods - Class in
io.netty.handler.codec.rtsp
-
RTSP的请求getMethod。
-
RtspObjectDecoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspObjectDecoder
-
已过时。
使用默认的一个新的实例
maxInitialLineLength (4096)
,
maxHeaderSize (8192)
和
maxContentLength (8192)
。
-
RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.
RtspObjectDecoder
-
已过时。
用指定的参数创建一个新的实例。
-
RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.
RtspObjectDecoder
-
已过时。
-
RtspObjectEncoder<
H extends
HttpMessage> - Class in
io.netty.handler.codec.rtsp
-
-
RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspObjectEncoder
-
已过时。
创建一个新的实例。
-
RtspRequestDecoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspRequestDecoder
-
已过时。
-
RtspRequestEncoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspRequestEncoder
-
已过时。
-
RtspResponseDecoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspResponseDecoder
-
已过时。
-
RtspResponseEncoder - Class in
io.netty.handler.codec.rtsp
-
-
RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.
RtspResponseEncoder
-
已过时。
-
RtspResponseStatuses - Class in
io.netty.handler.codec.rtsp
-
getStatus代码及其对RTSP响应的描述。
-
RtspVersions - Class in
io.netty.handler.codec.rtsp
-
RTSP的版本。
-
rtt() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
rttvar() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
RuleBasedIpFilter - Class in
io.netty.handler.ipfilter
-
-
RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.
RuleBasedIpFilter
-
-
ruleType() - Method in interface io.netty.handler.ipfilter.
IpFilterRule
-
-
ruleType() - Method in class io.netty.handler.ipfilter.
IpSubnetFilterRule
-
-
run() - Method in class io.netty.channel.
DefaultEventLoop
-
-
run() - Method in class io.netty.channel.nio.
NioEventLoop
-
-
run() - Method in class io.netty.channel.
ThreadPerChannelEventLoop
-
-
run() - Method in class io.netty.util.concurrent.
DefaultEventExecutor
-
-
run() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
run(Timeout) - Method in interface io.netty.util.
TimerTask
-
-
runAllTasks() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
轮询任务队列中的所有任务,并通过
Runnable.run()
方法运行它们。
-
runAllTasks(long) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
轮询任务队列中的所有任务,并通过
Runnable.run()
方法运行它们。
-
runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
从传递的
taskQueue
运行所有任务。
-
runPendingTasks() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
runScheduledPendingTasks() - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
RxtxChannel - Class in
io.netty.channel.rxtx
-
-
RxtxChannel() - Constructor for class io.netty.channel.rxtx.
RxtxChannel
-
已过时。
-
RxtxChannelConfig - Interface in
io.netty.channel.rxtx
-
-
RxtxChannelConfig.Databits - Enum in
io.netty.channel.rxtx
-
已过时。
-
RxtxChannelConfig.Paritybit - Enum in
io.netty.channel.rxtx
-
已过时。
-
RxtxChannelConfig.Stopbits - Enum in
io.netty.channel.rxtx
-
已过时。
-
RxtxChannelOption<
T> - Class in
io.netty.channel.rxtx
-
-
RxtxDeviceAddress - Class in
io.netty.channel.rxtx
-
-
RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx.
RxtxDeviceAddress
-
已过时。
创建表示串行端口地址的RxtxDeviceAddress。
-
S_MAXAGE - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Values
-
已过时。
"s-maxage"
-
S_MAXAGE - Static variable in class io.netty.handler.codec.http.
HttpHeaderValues
-
"s-maxage"
-
sacked() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
safeExecute(Runnable) - Static method in class io.netty.util.concurrent.
AbstractEventExecutor
-
尝试执行给定的
Runnable
,如果它抛出
Runnable
,则只需登录
Throwable
。
-
safeRelease(Object) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
safeRelease(Object, int) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
将指定的
promise
标记为失败。
-
safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
将指定的
promise
标记为成功。
-
sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty.handler.codec.http.
HttpObjectEncoder
-
允许在编码这些消息之前清理消息的标题。
-
sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty.handler.codec.http.
HttpResponseEncoder
-
-
SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
SCALE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"scale"
-
SCALE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Scale"
-
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractScheduledEventExecutor
-
-
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractScheduledEventExecutor
-
-
schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractScheduledEventExecutor
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
ScheduledFuture<
V> - Interface in
io.netty.util.concurrent
-
预定的异步操作的结果。
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
AbstractScheduledEventExecutor
-
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.
DefaultHttp2Headers
-
-
scheme() - Method in class io.netty.handler.codec.http2.
DefaultHttp2Headers
-
-
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.
EmptyHttp2Headers
-
-
scheme() - Method in class io.netty.handler.codec.http2.
EmptyHttp2Headers
-
-
scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.
Http2Headers
-
-
scheme() - Method in interface io.netty.handler.codec.http2.
Http2Headers
-
-
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
scheme() - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
SCHEME - Static variable in class io.netty.handler.codec.spdy.
SpdyHeaders.HttpNames
-
":scheme"
-
SCHEME - Static variable in class io.netty.handler.codec.spdy.
SpdyHttpHeaders.Names
-
"x-spdy-scheme"
-
scopeId() - Method in class io.netty.channel.unix.
NativeInetAddress
-
-
scopePrefixLength() - Method in class io.netty.handler.codec.dns.
DefaultDnsOptEcsRecord
-
-
scopePrefixLength() - Method in interface io.netty.handler.codec.dns.
DnsOptEcsRecord
-
返回响应覆盖的ADDRESS的最左边的有效位数。
-
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_NODELAY - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.
SctpChannelOption
-
-
SctpChannel - Interface in
io.netty.channel.sctp
-
-
SctpChannelConfig - Interface in
io.netty.channel.sctp
-
-
SctpChannelOption<
T> - Class in
io.netty.channel.sctp
-
用于配置SCTP传输的选项
-
SctpInboundByteStreamHandler - Class in
io.netty.handler.codec.sctp
-
-
SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.
SctpInboundByteStreamHandler
-
-
SctpMessage - Class in
io.netty.channel.sctp
-
SCTP数据块的表示
-
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.
SctpMessage
-
在SCTP数据块中传输的基本数据
-
SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.
SctpMessage
-
在SCTP数据块中传输的基本数据
-
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.
SctpMessage
-
在SCTP数据块中传输的基本数据
-
SctpMessageCompletionHandler - Class in
io.netty.handler.codec.sctp
-
-
SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp.
SctpMessageCompletionHandler
-
-
SctpMessageToMessageDecoder - Class in
io.netty.handler.codec.sctp
-
-
SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp.
SctpMessageToMessageDecoder
-
-
SctpNotificationHandler - Class in
io.netty.channel.sctp
-
-
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.
SctpNotificationHandler
-
-
SctpOutboundByteStreamHandler - Class in
io.netty.handler.codec.sctp
-
-
SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.
SctpOutboundByteStreamHandler
-
-
SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp.
SctpOutboundByteStreamHandler
-
-
SctpServerChannel - Interface in
io.netty.channel.sctp
-
-
SctpServerChannelConfig - Interface in
io.netty.channel.sctp
-
-
searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置解析器的搜索域列表。
-
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-accept"
-
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Accept"
-
SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-protocol"
-
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-key"
-
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Key"
-
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-key1"
-
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Key1"
-
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-key2"
-
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Key2"
-
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-location"
-
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Location"
-
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-origin"
-
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Origin"
-
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-protocol"
-
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Protocol"
-
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"sec-websocket-version"
-
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Sec-WebSocket-Version"
-
SECURE - Static variable in class io.netty.handler.codec.http.cookie.
CookieHeaderNames
-
-
SEE_OTHER - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
303查看其他(自HTTP / 1.1)
-
SELECT - Static variable in interface io.netty.channel.
SelectStrategy
-
表示应该关闭阻止选择。
-
select(List<String>) - Method in interface io.netty.handler.ssl.
JdkApplicationProtocolNegotiator.ProtocolSelector
-
已过时。
调用回调来从
protocols
选择应用程序级协议。
-
selected(String) - Method in interface io.netty.handler.ssl.
JdkApplicationProtocolNegotiator.ProtocolSelectionListener
-
已过时。
调用回调让该应用程序知道对等方选择的协议。
-
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.
ApplicationProtocolConfig
-
获取所选协议通知的对等方的所需行为。
-
selectedListenerFailureBehavior() - Method in interface io.netty.handler.ssl.
OpenSslApplicationProtocolNegotiator
-
已过时。
获取所选协议通知的对等方的所需行为。
-
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.
OpenSslDefaultApplicationProtocolNegotiator
-
已过时。
-
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.
OpenSslNpnApplicationProtocolNegotiator
-
已过时。
-
selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker
-
返回选定的子协议。
-
selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler.HandshakeComplete
-
-
selectionKey() - Method in class io.netty.channel.nio.
AbstractNioChannel
-
返回当前
SelectionKey
-
selectorFailureBehavior() - Method in class io.netty.handler.ssl.
ApplicationProtocolConfig
-
为选择应用程序协议的对等方获取所需的行为。
-
selectorFailureBehavior() - Method in interface io.netty.handler.ssl.
OpenSslApplicationProtocolNegotiator
-
已过时。
为选择应用程序协议的对等方获取所需的行为。
-
selectorFailureBehavior() - Method in class io.netty.handler.ssl.
OpenSslDefaultApplicationProtocolNegotiator
-
已过时。
-
selectorFailureBehavior() - Method in class io.netty.handler.ssl.
OpenSslNpnApplicationProtocolNegotiator
-
已过时。
-
selectorProvider() - Method in class io.netty.channel.nio.
NioEventLoop
-
-
SelectStrategy - Interface in
io.netty.channel
-
选择策略界面。
-
SelectStrategyFactory - Interface in
io.netty.channel
-
-
selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker
-
选择第一个匹配的支持的子协议
-
self() - Method in class io.netty.handler.codec.http2.
AbstractHttp2ConnectionHandlerBuilder
-
退货
this
。
-
self() - Method in class io.netty.handler.codec.http2.
AbstractInboundHttp2ToHttpAdapterBuilder
-
-
SelfSignedCertificate - Class in
io.netty.handler.ssl.util
-
生成用于测试目的的临时自签名证书。
-
SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SelfSignedCertificate(Date, Date) - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty.handler.ssl.util.
SelfSignedCertificate
-
创建一个新的实例。
-
SEMICOLON - Static variable in class io.netty.handler.codec.http.
HttpConstants
-
分号';'
-
sender() - Method in interface io.netty.channel.
AddressedEnvelope
-
返回此消息的发件人地址。
-
sender() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
sender() - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
sender() - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
sendFd(int) - Method in class io.netty.channel.unix.
Socket
-
-
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.
Native
-
-
sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.
Socket
-
-
sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.
Socket
-
-
sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.
Socket
-
-
sendToProxyServer(Object) - Method in class io.netty.handler.proxy.
ProxyHandler
-
将指定的消息发送到代理服务器。
-
sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
我们需要的返回不能支持Web套接字版本
-
sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
我们需要的返回不能支持Web套接字版本
-
sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
-
SEQ - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"seq"
-
SEQ - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"seq"
-
sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
sequential(InetSocketAddress...) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
SequentialDnsServerAddressStreamProvider - Class in
io.netty.resolver.dns
-
-
SequentialDnsServerAddressStreamProvider(InetSocketAddress...) - Constructor for class io.netty.resolver.dns.
SequentialDnsServerAddressStreamProvider
-
创建一个新的实例。
-
SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty.resolver.dns.
SequentialDnsServerAddressStreamProvider
-
创建一个新的实例。
-
SERVER - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"server"
-
SERVER - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Server"
-
server(boolean) - Method in class io.netty.handler.codec.http2.
AbstractHttp2ConnectionHandlerBuilder
-
-
server(boolean) - Method in class io.netty.handler.codec.http2.
Http2ConnectionHandlerBuilder
-
-
server(boolean) - Method in class io.netty.handler.codec.http2.
HttpToHttp2ConnectionHandlerBuilder
-
-
SERVER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"server"
-
SERVER - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Server"
-
SERVER - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"server_port"
-
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"server_port"
-
ServerBootstrap - Class in
io.netty.bootstrap
-
-
ServerBootstrap() - Constructor for class io.netty.bootstrap.
ServerBootstrap
-
-
ServerBootstrapConfig - Class in
io.netty.bootstrap
-
-
ServerChannel - Interface in
io.netty.channel
-
-
ServerCookieDecoder - Class in
io.netty.handler.codec.http.cookie
-
-
ServerCookieEncoder - Class in
io.netty.handler.codec.http.cookie
-
一个
RFC6265兼容的Cookie编码器被用于服务器端,所以一些字段被发送(版本通常被忽略)。
-
ServerCookieEncoder - Class in
io.netty.handler.codec.http
-
-
ServerDomainSocketChannel - Interface in
io.netty.channel.unix
-
-
serverHeaders(boolean, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
创建服务器使用的标题的新的只读表示。
-
ServerSocketChannel - Interface in
io.netty.channel.socket
-
-
ServerSocketChannelConfig - Interface in
io.netty.channel.socket
-
-
SERVFAIL - Static variable in class io.netty.handler.codec.dns.
DnsResponseCode
-
'ServFail'DNS RCODE(2),定义见
RFC1035 。
-
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
503服务不可用
-
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
503服务不可用
-
SESSION - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"session"
-
SESSION - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Session"
-
SESSION - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.
RtspResponseStatuses
-
未找到454会话
-
sessionCacheSize() - Method in class io.netty.handler.ssl.
DelegatingSslContext
-
-
sessionCacheSize() - Method in class io.netty.handler.ssl.
JdkSslContext
-
-
sessionCacheSize() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
sessionCacheSize() - Method in class io.netty.handler.ssl.
SslContext
-
返回用于存储SSL会话对象的缓存大小。
-
sessionCacheSize(long) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
设置用于存储SSL会话对象的高速缓存大小。
-
sessionContext() - Method in class io.netty.handler.ssl.
DelegatingSslContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
JdkSslContext
-
返回此上下文拥有的JDK
SSLSessionContext
对象。
-
sessionContext() - Method in class io.netty.handler.ssl.
OpenSslClientContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
OpenSslServerContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslClientContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslServerContext
-
-
sessionContext() - Method in class io.netty.handler.ssl.
SslContext
-
返回此上下文持有的
SSLSessionContext
对象。
-
sessionPresent(boolean) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnAckBuilder
-
-
sessionTimeout() - Method in class io.netty.handler.ssl.
DelegatingSslContext
-
-
sessionTimeout() - Method in class io.netty.handler.ssl.
JdkSslContext
-
-
sessionTimeout() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
sessionTimeout() - Method in class io.netty.handler.ssl.
SslContext
-
以秒为单位返回缓存的SSL会话对象的超时时间。
-
sessionTimeout(long) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
以秒为单位设置缓存的SSL会话对象的超时时间。
-
set(K, V) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
set(K, V...) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
set(K, V) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
set(K, V...) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
set(K, V) - Method in interface io.netty.handler.codec.
Headers
-
设置具有指定名称和值的标题。
-
set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.
Headers
-
使用指定的名称和值设置新标题。
-
set(K, V...) - Method in interface io.netty.handler.codec.
Headers
-
使用指定的名称和值设置标题。
-
set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.
Headers
-
清除当前标题条目并复制指定
headers
所有标题条目。
-
set(HttpHeaders) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
set(String, Object) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
set(CharSequence, Object) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
set(String, Object) - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
set(String, Object) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
-
set(CharSequence, Object) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
设置具有指定名称和值的标题。
-
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
-
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
使用指定的名称和值设置标题。
-
set(HttpHeaders) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
清除当前标题条目并复制指定的
headers
所有标题条目。
-
set(String, Object) - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
SET - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
set(T) - Method in interface io.netty.util.
Attribute
-
设置值
-
set(V) - Method in class io.netty.util.concurrent.
FastThreadLocal
-
设置当前线程的值。
-
set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.
FastThreadLocal
-
设置指定的线程本地地图的值。
-
set100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.
HttpUtil
-
将
"Expect: 100-continue"
标头设置为或从指定的消息中删除。
-
SET_COOKIE - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"set-cookie"
-
SET_COOKIE - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Set-Cookie"
-
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"set-cookie2"
-
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Set-Cookie2"
-
SET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.
RtspMethods
-
SET_PARAMETER请求为由URI指定的表示或流设置参数的值。
-
setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.
Headers
-
保留所有当前标题,但对
#set(K, V)
中的每个条目调用
headers
。
-
setAll(HttpHeaders) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
保留所有当前标题,但对
headers中的每个条目调用
headers
-
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.
ChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置当远程对等关闭输出以使连接半关闭时,通道是否应该关闭。
-
setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
设置此帧的Associated-To-Stream-ID。
-
setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setAuthoritativeAnswer(boolean) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
如果响应服务器对查询消息中的域名具有权威性,则设置为
true
。
-
setAutoClose(boolean) - Method in interface io.netty.channel.
ChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setAutoClose(boolean) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setAutoClose(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setAutoClose(boolean) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setAutoClose(boolean) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setAutoClose(boolean) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setAutoClose(boolean) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setAutoClose(boolean) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.
ChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setAutoRead(boolean) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setAutoRead(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setAutoRead(boolean) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setAutoRead(boolean) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setAutoRead(boolean) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setAutoRead(boolean) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setAutoRead(boolean) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setAvailableProcessors(int) - Static method in class io.netty.util.
NettyRuntime
-
设置可用处理器的数量。
-
setBacklog(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setBacklog(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setBacklog(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setBacklog(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setBacklog(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setBacklog(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
设置积压值以指定通道绑定到本地地址的时间。
-
setBacklog(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setBacklog(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setBacklog(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setBacklog(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
设置积压值以指定通道绑定到本地地址的时间。
-
setBacklog(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setBacklog(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setBaudrate(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置与串行设备通信的波特率(即每秒位数)。
-
setBioNonApplicationBufferSize(int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
设置BIO为基于非应用程序的写入所使用的缓冲区的大小(例如握手,重新协商等)。
-
setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.
HttpPostRequestEncoder
-
设置Body HttpDatas列表
-
setBoolean(int, boolean) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setBoolean(int, boolean) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的布尔值。
-
setBoolean(int, boolean) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBoolean(int, boolean) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBoolean(int, boolean) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBoolean(K, boolean) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setBoolean(K, boolean) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setBoolean(K, boolean) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setBroadcast(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setBroadcast(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setBroadcast(boolean) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.SO_BROADCAST
选项。
-
setBroadcast(boolean) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setBroadcast(boolean) - Method in class io.netty.channel.unix.
Socket
-
-
setByte(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setByte(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的字节。
-
setByte(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setByte(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setByte(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setByte(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setByte(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setByte(int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setByte(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setByte(K, byte) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setByte(K, byte) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setByte(K, byte) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setBytes(int, byte[]) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setBytes(int, ByteBuf) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setBytes(int, ByteBuf) - Method in class io.netty.buffer.
ByteBuf
-
将指定源缓冲区的数据从指定绝对
index
开始传输到此缓冲区,直到源缓冲区变得不可读。
-
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.
ByteBuf
-
从指定的绝对
index
开始,将指定的源缓冲区的数据传输到此缓冲区。
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
ByteBuf
-
将指定的源缓冲区的数据从指定的绝对
index
开始传输到此缓冲区。
-
setBytes(int, byte[]) - Method in class io.netty.buffer.
ByteBuf
-
将指定的源数组的数据传输到此缓冲区,从指定的绝对
index
。
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
ByteBuf
-
从指定的绝对
index
开始,将指定的源数组的数据传输到此缓冲区。
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
ByteBuf
-
将指定源缓冲区的数据从指定绝对
index
开始传输到此缓冲区,直到源缓冲区的位置达到其限制。
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
ByteBuf
-
将指定源流的内容从指定绝对
index
开始传输到此缓冲区。
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
ByteBuf
-
将指定源通道的内容从指定绝对
index
开始传送到此缓冲区。
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
ByteBuf
-
将从给定文件位置开始的指定源通道的内容传输到此缓冲区,从指定绝对
index
。
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, ByteBuf) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, byte[]) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setBytes(int, ByteBuf) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, byte[]) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setBytes(int, ByteBuf) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, byte[]) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setBytes(int, InputStream, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
setCas(long) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setCas(long) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置CAS标识符。
-
setChar(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setChar(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区的指定绝对
index
处设置指定的2字节UTF-16字符。
-
setChar(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setChar(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setChar(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setChar(K, char) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setChar(K, char) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setChar(K, char) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.
ByteBuf
-
将指定
CharSequence
在当前
writerIndex
并增加了
writerIndex
由写入的字节。
-
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
如果已定义,请设置浏览器传递的字符集
-
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setCheckInterval(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
-
setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
设置是否应清除以前保留的设置。
-
setCloseNotifyFlushTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setCloseNotifyFlushTimeoutMillis(long) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setCloseNotifyReadTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.
SslHandler
-
设置接收由关闭Channel
触发的close_notify响应的超时时间。
-
setCloseNotifyReadTimeoutMillis(long) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setCloseNotifyTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setCloseNotifyTimeoutMillis(long) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setCode(DnsResponseCode) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
设置此消息的响应代码。
-
setComment(String) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setComment(String) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setCommentUrl(String) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setCommentUrl(String) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setCompleted() - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.
ChannelConfig
-
以毫秒为单位设置通道的连接超时。
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.
ProxyHandler
-
以毫秒为单位设置连接超时。
-
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
setContent(File) - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
setContent(File) - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
设置来自ChannelBuffer的内容(删除以前的任何数据)
-
setContent(File) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
设置文件中的内容(删除以前的任何数据)
-
setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
设置inputStream中的内容(删除以前的任何数据)
-
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setContent(File) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setContent(File) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.
HttpUtil
-
设置
"Content-Length"
标题。
-
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
将String中的Content-Transfer-Encoding类型设置为7bit,8bit或二进制
-
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
setContentType(String) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
如果已定义,请设置浏览器传递的内容类型
-
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.
ByteToMessageDecoder
-
-
setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置用于组成发送到串行设备的每个字符的数据位数。
-
setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置消息的数据类型。
-
setDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.
DecoderResultProvider
-
更新解码此对象的结果。
-
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.
DefaultHttpObject
-
-
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.memcache.
AbstractMemcacheObject
-
-
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.socksx.
AbstractSocksMessage
-
-
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.
DefaultStompHeadersSubframe
-
-
setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyWindowUpdateFrame
-
-
setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.
SpdyWindowUpdateFrame
-
设置此帧的Delta-Window-Size。
-
setDiscard(boolean) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setDiscard(boolean) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setDiscardAfterReads(int) - Method in class io.netty.handler.codec.
ByteToMessageDecoder
-
-
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.
HttpPostMultipartRequestDecoder
-
设置缓冲区中的读取字节应该丢弃的字节数量。
-
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.
HttpPostRequestDecoder
-
-
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.
HttpPostStandardRequestDecoder
-
设置缓冲区中的读取字节应该丢弃的字节数量。
-
setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpPostRequestDecoder
-
设置缓冲区中的读取字节应该丢弃的字节数量。
-
setDomain(String) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setDomain(String) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setDouble(int, double) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setDouble(int, double) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的64位浮点数。
-
setDouble(int, double) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setDouble(int, double) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setDouble(int, double) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setDouble(K, double) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setDouble(K, double) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setDouble(K, double) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setDoubleLE(int, double) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在此缓冲区中的指定绝对
index
处设置指定的64位浮点数。
-
setDtr(boolean) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置串行设备是否支持数据终端就绪信号,用于流量控制
-
setEnabled(boolean) - Static method in class io.netty.util.
ResourceLeakDetector
-
-
setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setEnabledProtocols(String[]) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
TLS不支持从客户端的角度发布非连续版本的方法,客户端只是通告最大支持版本。
-
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setExtras(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setExtras(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置消息上的额外缓冲区。
-
setExtraStreamIds(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
setExtraStreamIds(int) - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
设置接收器在GOAWAY传输过程中使用的ID的数量。
-
setFailure(Throwable) - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
setFailure(Throwable) - Method in interface io.netty.channel.
ChannelPromise
-
-
setFailure(Throwable) - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
setFailure(Throwable) - Method in class io.netty.channel.
DefaultChannelPromise
-
-
setFailure(Throwable) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
setFailure(Throwable) - Method in class io.netty.channel.
VoidChannelPromise
-
-
setFailure(Throwable) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
setFailure(Throwable) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
setFailure(Throwable) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
setFailure(Throwable) - Method in interface io.netty.util.concurrent.
Promise
-
将这个未来标志为失败并通知所有听众。
-
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
setFilename(String) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
设置原始文件名
-
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.
Http2Flags
-
通用方法设置任何标志。
-
setFloat(int, float) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setFloat(int, float) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的32位浮点数。
-
setFloat(int, float) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setFloat(int, float) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setFloat(int, float) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setFloat(K, float) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setFloat(K, float) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setFloat(K, float) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setFloatLE(int, float) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在此缓冲区中的指定绝对
index
处设置指定的32位浮点数。
-
setFreeBind(boolean) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setHandshakeTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setHandshakeTimeoutMillis(long) - Method in class io.netty.handler.ssl.
SslHandler
-
-
setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setHeader(HttpMessage, CharSequence, Iterable<?>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
已过时。
removeHeader(message, name);
for (Object v: values) {
if (v == null) {
break;
}
addHeader(message, name, v);
}
-
setHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setHost(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setId(int) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setId(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
setId(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setId(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
setId(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setId(int) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置此DNS消息的
ID
。
-
setId(int) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
setId(int) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
setId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyPingFrame
-
-
setId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyPingFrame
-
设置此帧的ID。
-
setIfAbsent(T) - Method in interface io.netty.util.
Attribute
-
-
setIndex(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setIndex(int, int) - Method in class io.netty.buffer.
ByteBuf
-
readerIndex
设置此缓冲区的
readerIndex
和
writerIndex
。
-
setIndex(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setIndex(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setIndex(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setInt(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setInt(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的32位整数。
-
setInt(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setInt(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setInt(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setInt(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setInt(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setInt(int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setInt(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setInt(K, int) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setInt(K, int) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setInt(K, int) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
将
name
设置为
value
。
-
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setInterface(InetAddress) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setInterface(InetAddress) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setInterface(InetAddress) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置用于多播数据包的网络接口的地址。
-
setInterface(InetAddress) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setInterface(InetAddress) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setIntLE(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setIntLE(int, int) - Method in class io.netty.buffer.
ByteBuf
-
使用Little Endian字节顺序在此缓冲区中的指定绝对
index
处设置指定的32位整数。
-
setIntLE(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setIntLE(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setIntLE(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setIntLE(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setIntLE(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setInvalid() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyHeadersFrame
-
-
setInvalid() - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynReplyFrame
-
-
setInvalid() - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setInvalid() - Method in interface io.netty.handler.codec.spdy.
SpdyHeadersFrame
-
将该标题块标记为无效。
-
setInvalid() - Method in interface io.netty.handler.codec.spdy.
SpdySynReplyFrame
-
-
setInvalid() - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
-
setIoRatio(int) - Method in class io.netty.channel.epoll.
EpollEventLoopGroup
-
设置子事件循环中用于I / O所需时间的百分比。
-
setIoRatio(int) - Method in class io.netty.channel.kqueue.
KQueueEventLoopGroup
-
设置子事件循环中用于I / O所需时间的百分比。
-
setIoRatio(int) - Method in class io.netty.channel.nio.
NioEventLoop
-
设置在事件循环中花费I / O所需时间的百分比。
-
setIoRatio(int) - Method in class io.netty.channel.nio.
NioEventLoopGroup
-
设置子事件循环中用于I / O所需时间的百分比。
-
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.SO_KEEPALIVE
选项。
-
setKeepAlive(boolean) - Method in class io.netty.channel.unix.
Socket
-
-
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
已过时。
- 如果连接默认保持活动状态:
- 设置为
"close"
如果keepAlive
是false
。
- 否则删除。
- 如果连接默认关闭:
- 设置为
"keep-alive"
如果keepAlive
是true
。
- 否则删除。
-
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.
HttpUtil
-
根据指定消息的协议版本设置
"Connection"
标头的值。
-
setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty.handler.codec.http.
HttpUtil
-
根据指定消息的协议版本设置
"Connection"
标头的值。
-
setKey(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setKey(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置文档的关键字。
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyHeadersFrame
-
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyRstStreamFrame
-
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyStreamFrame
-
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynReplyFrame
-
-
setLast(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyHeadersFrame
-
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyRstStreamFrame
-
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdyStreamFrame
-
设置该帧是否是流中要传输的最后一帧。
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySynReplyFrame
-
-
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
-
setLastGoodStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyGoAwayFrame
-
-
setLastGoodStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyGoAwayFrame
-
设置此帧的最后良好流ID。
-
setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util.
ResourceLeakDetector
-
设置资源泄漏检测级别。
-
setLong(int, long) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setLong(int, long) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区的指定绝对
index
处设置指定的64位长整数。
-
setLong(int, long) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setLong(int, long) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setLong(int, long) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setLong(int, long) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setLong(int, long) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setLong(int, long) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setLong(int, long) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setLong(K, long) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setLong(K, long) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setLong(K, long) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setLongLE(int, long) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setLongLE(int, long) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在此缓冲区中的指定绝对
index
处设置指定的64位长整数。
-
setLongLE(int, long) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setLongLE(int, long) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setLongLE(int, long) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setLongLE(int, long) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setLongLE(int, long) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.IP_MULTICAST_LOOP
选项。
-
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置魔术字节。
-
setMaxAge(long) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setMaxAge(long) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setMaxAge(long) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.
MessageAggregator
-
设置累积缓冲区中的最大组件数量。
-
setMaxDeviation(float, float, float) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.
GlobalTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart.
DefaultHttpDataFactory
-
-
setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart.
HttpDataFactory
-
在字段上设置最大大小限制。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.
ChannelConfig
-
已过时。
设置每个读取循环要读取的最大消息数。 如果此值大于1,则事件循环可能会尝试多次读取以获取多条消息。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.
DefaultChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
已过时。
-
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
为此HttpData设置maxSize。
-
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
setMaxTimeWait(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setMaxWriteDelay(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setMaxWriteSize(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
请注意,此限制是防止内存不足异常的最佳内存限制。
-
setMedium(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setMedium(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的24位中等整数。
-
setMedium(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setMedium(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setMedium(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setMedium(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setMedium(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setMedium(int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setMedium(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setMediumLE(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setMediumLE(int, int) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在此缓冲区中的指定绝对
index
处设置指定的24位中等整数。
-
setMediumLE(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setMediumLE(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setMediumLE(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setMediumLE(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setMediumLE(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.
ChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.
DefaultHttpRequest
-
-
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.
HttpRequest
-
-
setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.IP_MULTICAST_IF
选项。
-
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setObject(K, Object) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setObject(K, Object...) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setObject(K, Object) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setObject(K, Object...) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setObject(K, Object) - Method in interface io.netty.handler.codec.
Headers
-
设置一个新的标题。
-
setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.
Headers
-
使用指定的名称和值设置标题。
-
setObject(K, Object...) - Method in interface io.netty.handler.codec.
Headers
-
使用指定的名称和值设置标题。
-
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setOcspResponse(byte[]) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
设置OCSP响应。
-
setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置不透明值。
-
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置此DNS消息的
opCode
。
-
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
setOpcode(byte) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setOpcode(byte) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置消息的操作码。
-
setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.
ChannelConfig
-
使用指定的名称和值设置配置属性。
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel.
ChannelConfig
-
从指定的
Map
设置配置属性。
-
setOptions(Map<ChannelOption<?>, ?>) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setOpWrite() - Method in class io.netty.channel.nio.
AbstractNioByteChannel
-
-
setParitybit(RxtxChannelConfig.Paritybit) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置与串行设备通信时要使用的奇偶校验位的类型。
-
setPath(String) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setPath(String) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
设置
ServerSocket.setPerformancePreferences(int, int, int)
指定的性能首选项。
-
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
Socket.setPerformancePreferences(int, int, int)
指定的性能首选项。
-
setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
设置此设置是否持续。
-
setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
设置是否应该保留此设置。
-
setPorts(int...) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setPorts(int...) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setPriority(byte) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setPriority(byte) - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
设置流的优先级。
-
setProgress(long, long) - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
setProgress(long, long) - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
setProgress(long, long) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
setProgress(long, long) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.
Http2Stream
-
将应用程序定义的数据与此流关联。
-
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
套
OptionUDT.Protocol_Receive_Buffer_Size
-
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
套
OptionUDT.Protocol_Send_Buffer_Size
-
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.
DefaultHttpMessage
-
-
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.
DefaultHttpRequest
-
-
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.
DefaultHttpResponse
-
-
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.
HttpMessage
-
-
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.
HttpRequest
-
-
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.
HttpResponse
-
-
SETQ - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
如果这是
true
那么
RecvByteBufAllocator.Handle#guess()
将被覆盖,以总是尝试读取与kqueue所说的可用字节数一样多的字节。
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setReadChannelLimit(long) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
setReadLimit(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setReadPending(boolean) - Method in class io.netty.channel.nio.
AbstractNioChannel
-
-
setReadPending(boolean) - Method in class io.netty.channel.oio.
AbstractOioChannel
-
-
setReadPending(boolean) - Method in class io.netty.channel.socket.nio.
NioDatagramChannel
-
已过时。
-
setReadPending(boolean) - Method in class io.netty.channel.socket.oio.
OioServerSocketChannel
-
已过时。
-
setReadPending(boolean) - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
已过时。
-
setReadTimeout(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
尝试从串行端口读取时,设置最大时间(以毫秒为单位)。
-
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.SO_RCVBUF
选项。
-
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
获取
StandardSocketOptions.SO_SNDBUF
选项。
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.SO_RCVBUF
选项。
-
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setReceiveBufferSize(int) - Method in class io.netty.channel.unix.
Socket
-
-
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置指定的
section
这个DNS消息到指定的
record
,使其成为一个单一的记录部分。
-
setRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置指定的
record
在指定的
index
指定的
section
这个DNS信息。
-
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setRecursionAvailable(boolean) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
如果DNS服务器可以处理递归查询,则设置为
true
。
-
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置此DNS消息的
RD
(期望递归)字段。
-
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.
ChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setRefCnt(int) - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
一个不安全的操作,旨在供直接设置缓冲区引用计数的子类使用
-
setRefCnt(int) - Method in class io.netty.util.
AbstractReferenceCounted
-
一个不安全的操作,旨在供直接设置缓冲区引用计数的子类使用
-
setRejectRemoteInitiatedRenegotiation(boolean) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
已过时。
-
setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
设置保留的字段值。
-
setReserved(short) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - Static method in class io.netty.util.
ResourceLeakDetectorFactory
-
设置工厂的单例实例。
-
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
获取
StandardSocketOptions.SO_REUSEADDR
选项。
-
setReuseAddress(boolean) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
设置
StandardSocketOptions.SO_REUSEADDR
选项。
-
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.SO_REUSEADDR
选项。
-
setReuseAddress(boolean) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setReuseAddress(boolean) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setReuseAddress(boolean) - Method in class io.netty.channel.unix.
Socket
-
-
setReusePort(boolean) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
在基础通道上设置SO_REUSEPORT选项。
-
setReusePort(boolean) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
在基础通道上设置SO_REUSEPORT选项。
-
setReusePort(boolean) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
在基础通道上设置SO_REUSEPORT选项。
-
setReusePort(boolean) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setReusePort(boolean) - Method in class io.netty.channel.unix.
Socket
-
-
setRts(boolean) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置串行设备是否支持请求发送信号,用于流量控制
-
setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setSecure(boolean) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setSecure(boolean) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setSendBufferSize(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.SO_SNDBUF
选项。
-
setSendBufferSize(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setSendBufferSize(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setSendBufferSize(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.SO_SNDBUF
选项。
-
setSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setSendBufferSize(int) - Method in class io.netty.channel.unix.
Socket
-
-
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.
OpenSslServerSessionContext
-
-
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.
OpenSslSessionContext
-
启用或禁用SSL会话的缓存。
-
setSessionCacheSize(int) - Method in class io.netty.handler.ssl.
OpenSslServerSessionContext
-
-
setSessionIdContext(byte[]) - Method in class io.netty.handler.ssl.
OpenSslServerSessionContext
-
-
setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.
SpdySessionHandler
-
-
setSessionTimeout(int) - Method in class io.netty.handler.ssl.
OpenSslServerSessionContext
-
-
setShort(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setShort(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的16位短整数。
-
setShort(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setShort(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setShort(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setShort(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setShort(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setShort(int, int) - Method in class io.netty.buffer.
UnpooledDirectByteBuf
-
-
setShort(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setShort(K, short) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setShort(K, short) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setShort(K, short) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.
HttpHeaders
-
将
name
设置为
value
。
-
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setShortBE(ByteBuf, int, int) - Static method in class io.netty.buffer.
ByteBufUtil
-
将一个大端16位短整数设置为缓冲区。
-
setShortLE(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setShortLE(int, int) - Method in class io.netty.buffer.
ByteBuf
-
在此缓冲区中的指定绝对
index
处设置指定的16位短整数,并使用Little Endian Byte Order。
-
setShortLE(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
setShortLE(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setShortLE(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
setShortLE(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setShortLE(int, int) - Method in class io.netty.buffer.
UnpooledHeapByteBuf
-
-
setSingleDecode(boolean) - Method in class io.netty.handler.codec.
ByteToMessageDecoder
-
-
setSingleDecode(boolean) - Method in class io.netty.handler.codec.http.
HttpClientCodec
-
-
setSndLowAt(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setSoLinger(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setSoLinger(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setSoLinger(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setSoLinger(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setSoLinger(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setSoLinger(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.SO_LINGER
选项。
-
setSoLinger(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setSoLinger(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setSoLinger(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setSoLinger(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setSoLinger(int) - Method in class io.netty.channel.unix.
Socket
-
-
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
设置底层套接字上的操作可能会阻止的最大时间。
-
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
设置底层套接字上的操作可能会阻止的最大时间。
-
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
设置底层套接字上的操作可能会阻止的最大时间。
-
setSSLParameters(SSLParameters) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.
DefaultHttpResponse
-
-
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.
HttpResponse
-
-
setStatus(short) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
设置响应的状态。
-
setStatus(short) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
setStatus(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyGoAwayFrame
-
-
setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyRstStreamFrame
-
-
setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy.
SpdyGoAwayFrame
-
设置此帧的状态。
-
setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.
SpdyRstStreamFrame
-
设置此帧的状态。
-
setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置要包含在每个字符末尾的停止位数,以帮助串行设备与数据同步。
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyHeadersFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyRstStreamFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyStreamFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynReplyFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setStreamId(int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyWindowUpdateFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyHeadersFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyRstStreamFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyStreamFrame
-
设置此帧的Stream-ID。
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdySynReplyFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
-
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.
SpdyWindowUpdateFrame
-
设置此帧的Stream-ID。
-
setSuccess(Void) - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
setSuccess() - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
setSuccess(Void) - Method in interface io.netty.channel.
ChannelPromise
-
-
setSuccess() - Method in interface io.netty.channel.
ChannelPromise
-
-
setSuccess() - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
setSuccess(Void) - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
setSuccess() - Method in class io.netty.channel.
DefaultChannelPromise
-
-
setSuccess(Void) - Method in class io.netty.channel.
DefaultChannelPromise
-
-
setSuccess(Void) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
setSuccess() - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
setSuccess() - Method in class io.netty.channel.
VoidChannelPromise
-
-
setSuccess(Void) - Method in class io.netty.channel.
VoidChannelPromise
-
-
setSuccess(V) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
setSuccess(V) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
setSuccess(V) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
setSuccess(V) - Method in interface io.netty.util.concurrent.
Promise
-
将这个未来标志为成功并通知所有听众。
-
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
套
OptionUDT.System_Receive_Buffer_Size
-
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
套
OptionUDT.System_Send_Buffer_Size
-
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setTcpCork(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_CORK
选项。
-
setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
在套接字上设置
TCP_DEFER_ACCEPT
选项。
-
setTcpFastopen(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
在服务器通道上启用tcpFastOpen。
-
setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_FASTOPEN_CONNECT
选项。
-
setTcpKeepCnt(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_KEEPCNT
选项。
-
setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_KEEPIDLE
选项。
-
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_KEEPINTVL
选项。
-
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
在套接字上设置
TCP_MD5SIG
选项。
-
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_MD5SIG
选项。
-
setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setTcpNoDelay(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.TCP_NODELAY
选项。
-
setTcpNoDelay(boolean) - Method in class io.netty.channel.unix.
Socket
-
-
setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_NOTSENT_LOWAT
选项。
-
setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_QUICKACK
选项。
-
setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
在套接字上设置
TCP_USER_TIMEOUT
选项。
-
setThreadLocalMap(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.
FastThreadLocalThread
-
设置保持线程局部变量绑定到此线程的内部数据结构。
-
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.
OpenSslSessionContext
-
-
setTicketKeys(OpenSslSessionTicketKey...) - Method in class io.netty.handler.ssl.
OpenSslSessionContext
-
设置此上下文的SSL会话票证密钥。
-
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
setTimeMillis(K, long) - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
setTimeMillis(K, long) - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
setTimeMillis(K, long) - Method in interface io.netty.handler.codec.
Headers
-
将
name
设置为
value
。
-
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
setTimeToLive(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setTimeToLive(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setTimeToLive(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.IP_MULTICAST_TTL
选项。
-
setTimeToLive(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setTimeToLive(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
settings() - Method in class io.netty.handler.codec.http2.
DefaultHttp2SettingsFrame
-
-
SETTINGS - Static variable in class io.netty.handler.codec.http2.
Http2FrameTypes
-
-
settings() - Method in interface io.netty.handler.codec.http2.
Http2SettingsFrame
-
-
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_CURRENT_CWND - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
SETTINGS_MINOR_VERSION - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_ROUND_TRIP_TIME - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
-
setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
设置总体长度。
-
setTrafficClass(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setTrafficClass(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setTrafficClass(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setTrafficClass(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setTrafficClass(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
设置
StandardSocketOptions.IP_TOS
选项。
-
setTrafficClass(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setTrafficClass(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setTrafficClass(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setTrafficClass(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
设置
StandardSocketOptions.IP_TOS
选项。
-
setTrafficClass(int) - Method in class io.netty.channel.unix.
Socket
-
-
setTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.
HttpHeaders
-
-
setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.
HttpUtil
-
-
setTruncated(boolean) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setTruncated(boolean) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setTruncated(boolean) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
如果响应已被截断,则设置为
true
(通常发生在512字节以上的响应中)。
-
setTruncated() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyHeadersFrame
-
-
setTruncated() - Method in interface io.netty.handler.codec.spdy.
SpdyHeadersFrame
-
将此标题块标记为截断。
-
setUncancellable() - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
setUncancellable() - Method in class io.netty.channel.
VoidChannelPromise
-
-
setUncancellable() - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
setUncancellable() - Method in interface io.netty.util.concurrent.
Promise
-
使这个未来无法取消。
-
setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySynStreamFrame
-
设置用此帧创建的流是否被认为是对接收器的半闭合。
-
SETUP - Static variable in class io.netty.handler.codec.rtsp.
RtspMethods
-
URI的SETUP请求指定要用于流媒体的传输机制。
-
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty.handler.codec.http.
HttpClientUpgradeHandler.UpgradeCodec
-
设置升级请求所需的任何协议专用标头。
-
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2.
Http2ClientUpgradeCodec
-
-
setUri(String) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
setUri(String) - Method in class io.netty.handler.codec.http.
DefaultHttpRequest
-
-
setUri(String) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
setUri(String) - Method in interface io.netty.handler.codec.http.
HttpRequest
-
设置请求的URI(或者路径)
-
setUseClientMode(boolean) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.
ChannelOutboundBuffer
-
在指定的索引处设置用户定义的可写性标志。
-
setValue(V) - Method in class io.netty.handler.codec.
DefaultHeaders.HeaderEntry
-
-
setValue(String) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setValue(String) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setValue(String) - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
设置此HttpData的值。
-
setValue(String) - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
setValue(String) - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
setValue(String) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
setValue(int, int) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
setValue(int, int) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
设置设置ID的值。
-
setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.
SpdySettingsFrame
-
设置设置ID的值。
-
setValue(V) - Method in interface io.netty.util.collection.
ByteObjectMap.PrimitiveEntry
-
设置此条目的值。
-
setValue(V) - Method in interface io.netty.util.collection.
CharObjectMap.PrimitiveEntry
-
设置此条目的值。
-
setValue(V) - Method in interface io.netty.util.collection.
IntObjectMap.PrimitiveEntry
-
设置此条目的值。
-
setValue(V) - Method in interface io.netty.util.collection.
LongObjectMap.PrimitiveEntry
-
设置此条目的值。
-
setValue(V) - Method in interface io.netty.util.collection.
ShortObjectMap.PrimitiveEntry
-
设置此条目的值。
-
setVerify(int, int) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setVersion(int) - Method in interface io.netty.handler.codec.http.
Cookie
-
-
setVersion(int) - Method in class io.netty.handler.codec.http.
DefaultCookie
-
已过时。
-
setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
设置打开串口后等待发送任何配置信息或数据之前的等待时间。
-
setWantClientAuth(boolean) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
setWrap(boolean) - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
-
setWrap(boolean) - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
setWrapDataSize(int) - Method in class io.netty.handler.ssl.
SslHandler
-
设置传递给每个
SSLEngine.wrap(ByteBuffer[], int, int, ByteBuffer)
调用的字节数。
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.
ChannelConfig
-
设置写入缓冲区的高位标记。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.
ChannelConfig
-
设置写入缓冲区的低水位标志。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.
ChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setWriteChannelLimit(long) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
setWriteLimit(long) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
请注意,更改将被视为尽力而为,这意味着所有已计划的流量都不会改变,但仅适用于新的流量。
-
setWriteSpinCount(int) - Method in interface io.netty.channel.
ChannelConfig
-
设置写入操作的最大循环数,直到
WritableByteChannel.write(ByteBuffer)
返回非零值。
-
setWriteSpinCount(int) - Method in class io.netty.channel.
DefaultChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollDatagramChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollDomainSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollServerChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.
EpollSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueDatagramChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueDomainSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueServerChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.
KQueueSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
-
已过时。
-
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.
DefaultSctpChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.
DefaultSctpServerChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.
SctpChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.
SctpServerChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.
DatagramChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.socket.
DefaultDatagramChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.socket.
DefaultServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.socket.
DefaultSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.
DefaultOioServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.
DefaultOioSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.
OioDatagramChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.
OioServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.
OioSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.
ServerSocketChannelConfig
-
-
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.
SocketChannelConfig
-
-
setWriteSpinCount(int) - Method in class io.netty.channel.udt.
DefaultUdtChannelConfig
-
已过时。
-
setWriteSpinCount(int) - Method in class io.netty.channel.udt.
DefaultUdtServerChannelConfig
-
已过时。
-
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.
UdtChannelConfig
-
已过时。
-
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.
UdtServerChannelConfig
-
已过时。
-
setWriteSpinCount(int) - Method in interface io.netty.channel.unix.
DomainSocketChannelConfig
-
-
setZ(int) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
setZ(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
setZ(int) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
setZ(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
setZ(int) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
setZ(int) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
设置此DNS消息的
Z
(保留供将来使用)字段。
-
setZ(int) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
setZ(int) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
setZero(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
setZero(int, int) - Method in class io.netty.buffer.
ByteBuf
-
NUL (0x00)从指定的绝对
index
开始填充此缓冲区。
-
setZero(int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
setZero(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
setZero(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
setZero(int, int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
shortCircuit() - Method in class io.netty.handler.codec.http.cors.
CorsConfigBuilder
-
指定CORS请求在进一步处理之前应该被拒绝。
-
ShortCollections - Class in
io.netty.util.collection
-
用于基于简短原始集合的实用程序。
-
shortCommitHash() - Method in class io.netty.util.
Version
-
-
shortCurcuit() - Method in class io.netty.handler.codec.http.cors.
CorsConfig.Builder
-
-
ShortObjectHashMap<
V> - Class in
io.netty.util.collection
-
-
ShortObjectHashMap() - Constructor for class io.netty.util.collection.
ShortObjectHashMap
-
-
ShortObjectHashMap(int) - Constructor for class io.netty.util.collection.
ShortObjectHashMap
-
-
ShortObjectHashMap(int, float) - Constructor for class io.netty.util.collection.
ShortObjectHashMap
-
-
ShortObjectMap<
V> - Interface in
io.netty.util.collection
-
使用
short
作为键的原始映射的接口。
-
ShortObjectMap.PrimitiveEntry<
V> - Interface in
io.netty.util.collection
-
-
shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
shuffled(InetSocketAddress...) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
shutdown() - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdown(ChannelPromise) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdown() - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdown(ChannelPromise) - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdown() - Method in interface io.netty.channel.socket.
DuplexChannel
-
将关闭此通道的输入和输出端。
-
shutdown(ChannelPromise) - Method in interface io.netty.channel.socket.
DuplexChannel
-
将关闭此通道的输入和输出端。
-
shutdown() - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdown() - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
shutdown() - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
已过时。
-
shutdown() - Method in class io.netty.channel.unix.
Socket
-
-
shutdown(boolean, boolean) - Method in class io.netty.channel.unix.
Socket
-
-
shutdown() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
摧毁这个引擎。
-
shutdown() - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
shutdown() - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
shutdown() - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
shutdown() - Method in class io.netty.util.concurrent.
GlobalEventExecutor
-
已过时。
-
shutdown() - Method in class io.netty.util.concurrent.
ImmediateEventExecutor
-
已过时。
-
shutdown() - Method in class io.netty.util.concurrent.
MultithreadEventExecutorGroup
-
已过时。
-
shutdown() - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
shutdown() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
已过时。
-
shutdown() - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
shutdownGracefully() - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
shutdownGracefully() - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
shutdownGracefully() - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
该执行者表示该调用者希望执行者被关闭。
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
GlobalEventExecutor
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
ImmediateEventExecutor
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
MultithreadEventExecutorGroup
-
-
shutdownGracefully() - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
shutdownGracefully() - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
shutdownHint() - Method in exception io.netty.handler.codec.http2.
Http2Exception
-
提供关于应执行什么类型的关闭的提示。
-
shutdownInput() - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdownInput(ChannelPromise) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdownInput() - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdownInput(ChannelPromise) - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdownInput() - Method in class io.netty.channel.nio.
AbstractNioByteChannel
-
关闭通道的输入端。
-
shutdownInput() - Method in class io.netty.channel.oio.
AbstractOioByteChannel
-
关闭此通道的输入端。
-
shutdownInput() - Method in class io.netty.channel.rxtx.
RxtxChannel
-
已过时。
-
shutdownInput() - Method in interface io.netty.channel.socket.
DuplexChannel
-
-
shutdownInput(ChannelPromise) - Method in interface io.netty.channel.socket.
DuplexChannel
-
-
shutdownInput() - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdownInput() - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
shutdownInput() - Method in class io.netty.channel.udt.nio.
NioUdtByteConnectorChannel
-
已过时。
-
shutdownNow() - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
shutdownNow() - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
shutdownNow() - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
shutdownNow() - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
shutdownNow() - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
-
shutdownOutput() - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
shutdownOutput() - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.kqueue.
AbstractKQueueStreamChannel
-
-
shutdownOutput() - Method in interface io.netty.channel.socket.
DuplexChannel
-
-
shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket.
DuplexChannel
-
-
shutdownOutput() - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.
NioSocketChannel
-
-
shutdownOutput() - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.
OioSocketChannel
-
-
SIG - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
SIG(0)(RFC 2931)和TKEY(RFC 2930)中使用的签名记录RFC 2535签名记录。
-
Signal - Error in
io.netty.util
-
一种特殊的
Error
,用于通过投掷来发信号通知某个状态或请求。
-
SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.
DecoderResult
-
-
SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.
DecoderResult
-
-
SimpleChannelInboundHandler<
I> - Class in
io.netty.channel
-
-
SimpleChannelInboundHandler() - Constructor for class io.netty.channel.
SimpleChannelInboundHandler
-
-
SimpleChannelInboundHandler(boolean) - Constructor for class io.netty.channel.
SimpleChannelInboundHandler
-
创建一个新实例,它将尝试检测类型以匹配该类的类型参数。
-
SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty.channel.
SimpleChannelInboundHandler
-
-
SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.
SimpleChannelInboundHandler
-
创建一个新的实例
-
SimpleChannelPool - Class in
io.netty.channel.pool
-
-
SimpleChannelPool(Bootstrap, ChannelPoolHandler) - Constructor for class io.netty.channel.pool.
SimpleChannelPool
-
-
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - Constructor for class io.netty.channel.pool.
SimpleChannelPool
-
创建一个新的实例。
-
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - Constructor for class io.netty.channel.pool.
SimpleChannelPool
-
创建一个新的实例。
-
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - Constructor for class io.netty.channel.pool.
SimpleChannelPool
-
创建一个新的实例。
-
SimpleNameResolver<
T> - Class in
io.netty.resolver
-
-
SimpleNameResolver(EventExecutor) - Constructor for class io.netty.resolver.
SimpleNameResolver
-
-
SimpleStringRedisMessage - Class in
io.netty.handler.codec.redis
-
-
SimpleStringRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.
SimpleStringRedisMessage
-
-
SimpleTrustManagerFactory - Class in
io.netty.handler.ssl.util
-
帮助实施自定义
TrustManagerFactory
。
-
SimpleTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util.
SimpleTrustManagerFactory
-
创建一个新的实例。
-
SimpleTrustManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.
SimpleTrustManagerFactory
-
创建一个新的实例。
-
SINGLE_EVENTEXECUTOR_PER_GROUP - Static variable in class io.netty.channel.
ChannelOption
-
-
SingleThreadEventExecutor - Class in
io.netty.util.concurrent
-
-
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - Constructor for class io.netty.util.concurrent.
SingleThreadEventExecutor
-
创建一个新的实例
-
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.
SingleThreadEventExecutor
-
创建一个新的实例
-
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - Constructor for class io.netty.util.concurrent.
SingleThreadEventExecutor
-
创建一个新的实例
-
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.
SingleThreadEventExecutor
-
创建一个新的实例
-
SingleThreadEventLoop - Class in
io.netty.channel
-
-
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - Constructor for class io.netty.channel.
SingleThreadEventLoop
-
-
SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel.
SingleThreadEventLoop
-
-
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.
SingleThreadEventLoop
-
-
SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.
SingleThreadEventLoop
-
-
singleton(InetSocketAddress) - Static method in class io.netty.resolver.dns.
DnsServerAddresses
-
-
SingletonDnsServerAddressStreamProvider - Class in
io.netty.resolver.dns
-
-
SingletonDnsServerAddressStreamProvider(InetSocketAddress) - Constructor for class io.netty.resolver.dns.
SingletonDnsServerAddressStreamProvider
-
创建一个新的实例。
-
size() - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
-
size() - Method in class io.netty.channel.
ChannelOutboundBuffer
-
-
size() - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
size(Object) - Method in interface io.netty.channel.
MessageSizeEstimator.Handle
-
计算给定消息的大小。
-
size() - Method in class io.netty.channel.
PendingWriteQueue
-
返回未决写入操作的数量。
-
size() - Method in class io.netty.channel.pool.
AbstractChannelPoolMap
-
-
size() - Method in class io.netty.channel.unix.
IovArray
-
以字节为单位返回大小
-
size() - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
size() - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
size() - Method in interface io.netty.handler.codec.
Headers
-
返回此对象中标题的数量。
-
size() - Method in class io.netty.handler.codec.http.
DefaultHttpHeaders
-
-
size() - Method in class io.netty.handler.codec.http.
EmptyHttpHeaders
-
-
size() - Method in class io.netty.handler.codec.http.
HttpHeaders
-
返回此对象中标题的数量。
-
size - Variable in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
size() - Method in class io.netty.handler.codec.http.
ReadOnlyHttpHeaders
-
-
size() - Method in interface io.netty.handler.codec.http2.
Http2RemoteFlowController.FlowControlled
-
按照应用于流量控制窗口的字节计算有效负载的大小。
-
size() - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
size() - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
size() - Method in interface io.netty.resolver.dns.
DnsServerAddressStream
-
-
size() - Method in class io.netty.util.collection.
ByteObjectHashMap
-
-
size() - Method in class io.netty.util.collection.
CharObjectHashMap
-
-
size() - Method in class io.netty.util.collection.
IntObjectHashMap
-
-
size() - Method in class io.netty.util.collection.
LongObjectHashMap
-
-
size() - Method in class io.netty.util.collection.
ShortObjectHashMap
-
-
size() - Static method in class io.netty.util.concurrent.
FastThreadLocal
-
返回绑定到当前线程的线程局部变量的数量。
-
SIZEOF_JLONG - Static variable in class io.netty.channel.unix.
Limits
-
-
sizeofEpollEvent() - Static method in class io.netty.channel.epoll.
Native
-
-
skip(long) - Method in class io.netty.buffer.
ByteBufInputStream
-
-
skip(long) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
skipBytes(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
skipBytes(int) - Method in class io.netty.buffer.
ByteBuf
-
此缓冲区中指定的
length
增加当前
readerIndex
。
-
skipBytes(int) - Method in class io.netty.buffer.
ByteBufInputStream
-
-
skipBytes(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
skipBytes(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
skipBytes(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
skipBytes(int) - Method in class io.netty.handler.codec.serialization.
ObjectDecoderInputStream
-
-
slice() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
slice(int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
slice() - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区可读字节的一部分。
-
slice(int, int) - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区的子区域的一部分。
-
slice(int, int) - Method in class io.netty.buffer.
DuplicatedByteBuf
-
已过时。
-
slice() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
slice(int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
slice(int, int) - Method in class io.netty.buffer.
ReadOnlyByteBuf
-
已过时。
-
slice() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
slice(int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
SlicedByteBuf - Class in
io.netty.buffer
-
-
SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.
SlicedByteBuf
-
已过时。
-
slowDownFactor() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
smallCacheSize() - Method in class io.netty.buffer.
PooledByteBufAllocator
-
-
smallCacheSize() - Method in class io.netty.buffer.
PooledByteBufAllocatorMetric
-
返回小缓存的大小。
-
SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
smallSubpages() - Method in interface io.netty.buffer.
PoolArenaMetric
-
-
SmtpCommand - Class in
io.netty.handler.codec.smtp
-
-
SmtpContent - Interface in
io.netty.handler.codec.smtp
-
在
DATA
请求后发送的内容。
-
SmtpRequest - Interface in
io.netty.handler.codec.smtp
-
一个SMTP请求。
-
SmtpRequestEncoder - Class in
io.netty.handler.codec.smtp
-
用于SMTP请求的编码器。
-
SmtpRequestEncoder() - Constructor for class io.netty.handler.codec.smtp.
SmtpRequestEncoder
-
-
SmtpRequests - Class in
io.netty.handler.codec.smtp
-
-
SmtpResponse - Interface in
io.netty.handler.codec.smtp
-
一个SMTP响应
-
SmtpResponseDecoder - Class in
io.netty.handler.codec.smtp
-
SMTP响应的解码器。
-
SmtpResponseDecoder(int) - Constructor for class io.netty.handler.codec.smtp.
SmtpResponseDecoder
-
创建一个强制给定
maxLineLength
的新实例。
-
Snappy - Class in
io.netty.handler.codec.compression
-
-
Snappy() - Constructor for class io.netty.handler.codec.compression.
Snappy
-
-
SnappyFramedDecoder - Class in
io.netty.handler.codec.compression
-
-
SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.
SnappyFramedDecoder
-
已过时。
-
SnappyFrameDecoder - Class in
io.netty.handler.codec.compression
-
-
SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.
SnappyFrameDecoder
-
创建一个新的精灵框架解码器,验证校验和关闭。
-
SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.
SnappyFrameDecoder
-
创建一个新的活动框架解码器,验证指定的校验和。
-
SnappyFramedEncoder - Class in
io.netty.handler.codec.compression
-
-
SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.
SnappyFramedEncoder
-
已过时。
-
SnappyFrameEncoder - Class in
io.netty.handler.codec.compression
-
-
SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.
SnappyFrameEncoder
-
-
sndCwnd() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
sndMss() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
sndSsthresh() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
sndWscale() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
SniCompletionEvent - Class in
io.netty.handler.ssl
-
一旦我们根据SNI hostname对SNI hostname
进行了SNI hostname
,这可能是因为它成功或出现错误而被触发的事件。
-
SniHandler - Class in
io.netty.handler.ssl
-
-
SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.
SniHandler
-
-
SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl.
SniHandler
-
-
SniHandler(AsyncMapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.
SniHandler
-
-
SO_ACCEPTFILTER - Static variable in class io.netty.channel.kqueue.
KQueueChannelOption
-
-
SO_BACKLOG - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_BROADCAST - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_KEEPALIVE - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_LINGER - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_RCVBUF - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_REUSEADDR - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_REUSEPORT - Static variable in class io.netty.channel.unix.
UnixChannelOption
-
-
SO_SNDBUF - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_SNDLOWAT - Static variable in class io.netty.channel.kqueue.
KQueueChannelOption
-
-
SO_TIMEOUT - Static variable in class io.netty.channel.
ChannelOption
-
-
SO_TIMEOUT - Static variable in class io.netty.channel.oio.
AbstractOioChannel
-
-
SOA - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
RFC 1035和RFC 2308的[区域]的开始指定有关DNS区域的权威信息,包括主名称服务器,域管理员的电子邮件,域序列号以及与刷新区域有关的多个定时器。
-
Socket - Class in
io.netty.channel.unix
-
为本地套接字操作提供JNI桥接。
-
Socket(int) - Constructor for class io.netty.channel.unix.
Socket
-
-
SocketChannel - Interface in
io.netty.channel.socket
-
-
SocketChannelConfig - Interface in
io.netty.channel.socket
-
-
socketUDT(Channel) - Static method in class io.netty.channel.udt.nio.
NioUdtProvider
-
已过时。
公开底层
SocketUDT
进行调试和监控。
-
SocketWritableByteChannel - Class in
io.netty.channel.unix
-
-
SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty.channel.unix.
SocketWritableByteChannel
-
-
Socks4ClientDecoder - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4ClientDecoder
-
-
Socks4ClientEncoder - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks4CommandRequest - Interface in
io.netty.handler.codec.socksx.v4
-
SOCKS4a
CONNECT
或
BIND
请求。
-
Socks4CommandResponse - Interface in
io.netty.handler.codec.socksx.v4
-
SOCKS4a响应。
-
Socks4CommandStatus - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks4CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4CommandStatus
-
-
Socks4CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4CommandStatus
-
-
Socks4CommandType - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks4CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4CommandType
-
-
Socks4CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4CommandType
-
-
Socks4Message - Interface in
io.netty.handler.codec.socksx.v4
-
所有SOCKS4a协议消息实现的标签接口。
-
Socks4ProxyHandler - Class in
io.netty.handler.proxy
-
-
Socks4ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.
Socks4ProxyHandler
-
-
Socks4ProxyHandler(SocketAddress, String) - Constructor for class io.netty.handler.proxy.
Socks4ProxyHandler
-
-
Socks4ServerDecoder - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.
Socks4ServerDecoder
-
-
Socks4ServerEncoder - Class in
io.netty.handler.codec.socksx.v4
-
-
Socks5AddressDecoder - Interface in
io.netty.handler.codec.socksx.v5
-
将SOCKS5地址字段解码为其字符串表示形式。
-
Socks5AddressEncoder - Interface in
io.netty.handler.codec.socksx.v5
-
将SOCKS5地址编码为二进制表示。
-
Socks5AddressType - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5AddressType(int) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5AddressType
-
-
Socks5AddressType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5AddressType
-
-
Socks5AuthMethod - Class in
io.netty.handler.codec.socksx.v5
-
SOCKS5的认证方法。
-
Socks5AuthMethod(int) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5AuthMethod
-
-
Socks5AuthMethod(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5AuthMethod
-
-
Socks5ClientEncoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5ClientEncoder
-
-
Socks5ClientEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5ClientEncoder
-
-
Socks5CommandRequest - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandRequestDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandRequestDecoder
-
-
Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandRequestDecoder
-
-
Socks5CommandResponse - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandResponseDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandResponseDecoder
-
-
Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandResponseDecoder
-
-
Socks5CommandStatus - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandStatus
-
-
Socks5CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandStatus
-
-
Socks5CommandType - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandType
-
-
Socks5CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5CommandType
-
-
Socks5InitialRequest - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5InitialRequestDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5InitialRequestDecoder
-
-
Socks5InitialResponse - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5InitialResponseDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5InitialResponseDecoder
-
-
Socks5Message - Interface in
io.netty.handler.codec.socksx.v5
-
所有SOCKS5协议消息实现的标记接口。
-
Socks5PasswordAuthRequest - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5PasswordAuthRequestDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthRequestDecoder
-
-
Socks5PasswordAuthResponse - Interface in
io.netty.handler.codec.socksx.v5
-
-
Socks5PasswordAuthResponseDecoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthResponseDecoder
-
-
Socks5PasswordAuthStatus - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5PasswordAuthStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthStatus
-
-
Socks5PasswordAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthStatus
-
-
Socks5ProxyHandler - Class in
io.netty.handler.proxy
-
-
Socks5ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.
Socks5ProxyHandler
-
-
Socks5ProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.
Socks5ProxyHandler
-
-
Socks5ServerEncoder - Class in
io.netty.handler.codec.socksx.v5
-
-
Socks5ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5ServerEncoder
-
-
Socks5ServerEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.
Socks5ServerEncoder
-
-
SocksAddressType - Enum in
io.netty.handler.codec.socks
-
-
SocksAuthRequest - Class in
io.netty.handler.codec.socks
-
一个袜子身份验证请求。
-
SocksAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socks.
SocksAuthRequest
-
-
SocksAuthRequestDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksAuthRequestDecoder
-
-
SocksAuthResponse - Class in
io.netty.handler.codec.socks
-
一个袜子验证响应。
-
SocksAuthResponse(SocksAuthStatus) - Constructor for class io.netty.handler.codec.socks.
SocksAuthResponse
-
-
SocksAuthResponseDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksAuthResponseDecoder
-
-
SocksAuthScheme - Enum in
io.netty.handler.codec.socks
-
-
SocksAuthStatus - Enum in
io.netty.handler.codec.socks
-
-
SocksCmdRequest - Class in
io.netty.handler.codec.socks
-
袜子cmd请求。
-
SocksCmdRequest(SocksCmdType, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.
SocksCmdRequest
-
-
SocksCmdRequestDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksCmdRequestDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksCmdRequestDecoder
-
-
SocksCmdResponse - Class in
io.netty.handler.codec.socks
-
袜子cmd响应。
-
SocksCmdResponse(SocksCmdStatus, SocksAddressType) - Constructor for class io.netty.handler.codec.socks.
SocksCmdResponse
-
-
SocksCmdResponse(SocksCmdStatus, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.
SocksCmdResponse
-
构建新的响应,并将其作为其一部分包含提供的主机和端口。
-
SocksCmdResponseDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksCmdResponseDecoder
-
-
SocksCmdStatus - Enum in
io.netty.handler.codec.socks
-
-
SocksCmdType - Enum in
io.netty.handler.codec.socks
-
-
SocksInitRequest - Class in
io.netty.handler.codec.socks
-
一个socks init请求。
-
SocksInitRequest(List<SocksAuthScheme>) - Constructor for class io.netty.handler.codec.socks.
SocksInitRequest
-
-
SocksInitRequestDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksInitRequestDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksInitRequestDecoder
-
-
SocksInitResponse - Class in
io.netty.handler.codec.socks
-
袜子初始响应。
-
SocksInitResponse(SocksAuthScheme) - Constructor for class io.netty.handler.codec.socks.
SocksInitResponse
-
-
SocksInitResponseDecoder - Class in
io.netty.handler.codec.socks
-
-
SocksInitResponseDecoder() - Constructor for class io.netty.handler.codec.socks.
SocksInitResponseDecoder
-
-
SocksMessage - Class in
io.netty.handler.codec.socks
-
-
SocksMessage(SocksMessageType) - Constructor for class io.netty.handler.codec.socks.
SocksMessage
-
-
SocksMessage - Interface in
io.netty.handler.codec.socksx
-
所有SOCKS协议消息实现的接口。
-
SocksMessageEncoder - Class in
io.netty.handler.codec.socks
-
-
SocksMessageEncoder() - Constructor for class io.netty.handler.codec.socks.
SocksMessageEncoder
-
-
SocksMessageType - Enum in
io.netty.handler.codec.socks
-
-
SocksPortUnificationServerHandler - Class in
io.netty.handler.codec.socksx
-
-
SocksPortUnificationServerHandler() - Constructor for class io.netty.handler.codec.socksx.
SocksPortUnificationServerHandler
-
使用默认配置创建一个新实例。
-
SocksPortUnificationServerHandler(Socks5ServerEncoder) - Constructor for class io.netty.handler.codec.socksx.
SocksPortUnificationServerHandler
-
-
SocksProtocolVersion - Enum in
io.netty.handler.codec.socks
-
-
SocksRequest - Class in
io.netty.handler.codec.socks
-
-
SocksRequest(SocksRequestType) - Constructor for class io.netty.handler.codec.socks.
SocksRequest
-
-
SocksRequestType - Enum in
io.netty.handler.codec.socks
-
袜子请求的类型
-
SocksResponse - Class in
io.netty.handler.codec.socks
-
-
SocksResponse(SocksResponseType) - Constructor for class io.netty.handler.codec.socks.
SocksResponse
-
-
SocksResponseType - Enum in
io.netty.handler.codec.socks
-
袜子反应的类型
-
SocksSubnegotiationVersion - Enum in
io.netty.handler.codec.socks
-
-
SocksVersion - Enum in
io.netty.handler.codec.socksx
-
SOCKS协议的版本。
-
softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.
ClassResolvers
-
当我们不担心班级卸载时,积极的并发缓存适用于共享缓存
-
softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.
ClassResolvers
-
当我们不担心类卸载时,非高速缓存有利于非共享缓存
-
SOMAXCONN - Static variable in class io.netty.util.
NetUtil
-
当前机器的SOMAXCONN值。
-
sourceAddress() - Method in class io.netty.handler.codec.haproxy.
HAProxyMessage
-
-
sourcePort() - Method in class io.netty.handler.codec.haproxy.
HAProxyMessage
-
-
sourcePrefixLength() - Method in class io.netty.handler.codec.dns.
DefaultDnsOptEcsRecord
-
-
sourcePrefixLength() - Method in interface io.netty.handler.codec.dns.
DnsOptEcsRecord
-
返回用于查找的最重要的ADDRESS位数。
-
SP - Static variable in class io.netty.handler.codec.http.
HttpConstants
-
水平的空间
-
SP_CHAR - Static variable in class io.netty.handler.codec.http.
HttpConstants
-
水平的空间
-
SPDY_1 - Static variable in class io.netty.handler.ssl.
ApplicationProtocolNames
-
"spdy/1"
:SPDY版本1
-
SPDY_2 - Static variable in class io.netty.handler.ssl.
ApplicationProtocolNames
-
"spdy/2"
:SPDY版本2
-
SPDY_3 - Static variable in class io.netty.handler.ssl.
ApplicationProtocolNames
-
"spdy/3"
:SPDY版本3
-
SPDY_3_1 - Static variable in class io.netty.handler.ssl.
ApplicationProtocolNames
-
"spdy/3.1"
:SPDY版本3.1
-
SpdyDataFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议数据帧
-
SpdyFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议帧
-
SpdyFrameCodec - Class in
io.netty.handler.codec.spdy
-
-
SpdyFrameCodec(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
创建一个新的实例与指定的
version
,
validateHeaders (true)
,默认解码器和编码选项(
maxChunkSize (8192)
,
maxHeaderSize (16384)
,
compressionLevel (6)
,
windowBits (15)
和
memLevel (8)
)。
-
SpdyFrameCodec(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
创建一个新的实例与指定的
version
,
validateHeaders
,默认解码器和编码选项(
maxChunkSize (8192)
,
maxHeaderSize (16384)
,
compressionLevel (6)
,
windowBits (15)
和
memLevel (8)
)。
-
SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
创建具有指定一个新的实例
version
,
validateHeaders (true)
,解码器和编码选项。
-
SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
创建具有指定一个新的实例
version
,
validateHeaders
,解码器和编码选项。
-
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
SpdyFrameDecoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameDecoder
-
用指定的
version
和默认值
maxChunkSize (8192)
创建一个新实例。
-
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameDecoder
-
用指定的参数创建一个新的实例。
-
SpdyFrameDecoderDelegate - Interface in
io.netty.handler.codec.spdy
-
-
SpdyFrameEncoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.
SpdyFrameEncoder
-
用指定的
spdyVersion
创建一个新实例。
-
SpdyGoAwayFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议GOAWAY帧
-
SpdyHeaderBlockRawDecoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.
SpdyHeaderBlockRawDecoder
-
-
SpdyHeaderBlockRawEncoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.
SpdyHeaderBlockRawEncoder
-
-
SpdyHeaders - Interface in
io.netty.handler.codec.spdy
-
-
SpdyHeaders.HttpNames - Class in
io.netty.handler.codec.spdy
-
SPDY HTTP标头名称
-
SpdyHeadersFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议标题帧
-
SpdyHttpCodec - Class in
io.netty.handler.codec.spdy
-
-
SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpCodec
-
用指定的解码器选项创建一个新实例。
-
SpdyHttpCodec(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpCodec
-
用指定的解码器选项创建一个新实例。
-
SpdyHttpDecoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyHttpDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpDecoder
-
创建一个新的实例。
-
SpdyHttpDecoder(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpDecoder
-
创建一个新的实例。
-
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpDecoder
-
用指定的参数创建一个新的实例。
-
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpDecoder
-
用指定的参数创建一个新的实例。
-
SpdyHttpEncoder - Class in
io.netty.handler.codec.spdy
-
-
SpdyHttpEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpEncoder
-
创建一个新的实例。
-
SpdyHttpEncoder(SpdyVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpEncoder
-
创建一个新的实例。
-
SpdyHttpHeaders - Class in
io.netty.handler.codec.spdy
-
-
SpdyHttpHeaders.Names - Class in
io.netty.handler.codec.spdy
-
SPDY HTTP标头名称
-
SpdyHttpResponseStreamIdHandler - Class in
io.netty.handler.codec.spdy
-
-
SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy.
SpdyHttpResponseStreamIdHandler
-
-
SpdyPingFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议PING帧
-
SpdyProtocolException - Exception in
io.netty.handler.codec.spdy
-
-
SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.
SpdyProtocolException
-
创建一个新的实例。
-
SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.
SpdyProtocolException
-
创建一个新的实例。
-
SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.
SpdyProtocolException
-
创建一个新的实例。
-
SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.
SpdyProtocolException
-
创建一个新的实例。
-
SpdyRstStreamFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议RST_STREAM帧
-
SpdySessionHandler - Class in
io.netty.handler.codec.spdy
-
在SPDY会话中管理流。
-
SpdySessionHandler(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.
SpdySessionHandler
-
创建一个新的会话处理程序。
-
SpdySessionStatus - Class in
io.netty.handler.codec.spdy
-
SPDY会话状态码及其说明。
-
SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.
SpdySessionStatus
-
用指定的
code
及其
statusPhrase
创建一个新实例。
-
SpdySettingsFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议设置帧
-
SpdyStreamFrame - Interface in
io.netty.handler.codec.spdy
-
与单个SPDY流关联的SPDY协议帧
-
SpdyStreamStatus - Class in
io.netty.handler.codec.spdy
-
SPDY流状态码及其说明。
-
SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
用指定的
code
及其
statusPhrase
创建一个新实例。
-
SpdySynReplyFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议SYN_REPLY帧
-
SpdySynStreamFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议SYN_STREAM帧
-
SpdyVersion - Enum in
io.netty.handler.codec.spdy
-
-
SpdyWindowUpdateFrame - Interface in
io.netty.handler.codec.spdy
-
SPDY协议WINDOW_UPDATE帧
-
SPEED - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"speed"
-
SPEED - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Speed"
-
SPF - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
发件人策略框架记录RFC 4408作为将SPF数据存储在TXT记录中的替代方案,指定为SPF协议的一部分。
-
splice(int, long, int, long, long) - Static method in class io.netty.channel.epoll.
Native
-
-
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel.SpliceInTask
-
-
SpliceInTask(int, ChannelPromise) - Constructor for class io.netty.channel.epoll.
AbstractEpollStreamChannel.SpliceInTask
-
-
spliceTo(AbstractEpollStreamChannel, int) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
spliceTo(FileDescriptor, int, int) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
spliceTo(FileDescriptor, int, int, ChannelPromise) - Method in class io.netty.channel.epoll.
AbstractEpollStreamChannel
-
-
split(String, int) - Method in class io.netty.util.
AsciiString
-
使用提供的正则表达式
expr
分割此字符串。
-
split(char) - Method in class io.netty.util.
AsciiString
-
用指定的分隔符分割指定的
String
..
-
SRV - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
服务定位器RFC 2782通用服务位置记录,用于较新的协议,而不是创建协议特定的记录(如MX)。
-
SSHFP - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
SSH公钥指纹记录用于在DNS系统中发布SSH公钥主指纹的RFC 4255资源记录,以帮助验证主机的真实性。
-
SSIZE_MAX - Static variable in class io.netty.channel.unix.
Limits
-
-
SslCloseCompletionEvent - Class in
io.netty.handler.ssl
-
一旦收到close_notify或在收到失败之前发生的事件。
-
SslCloseCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.
SslCloseCompletionEvent
-
创建一个新事件,指示由于先前的错误而未收到close_notify。
-
sslCloseFuture() - Method in class io.netty.handler.ssl.
SslHandler
-
-
SslCompletionEvent - Class in
io.netty.handler.ssl
-
-
sslContext() - Method in class io.netty.handler.ssl.
SniHandler
-
-
SslContext - Class in
io.netty.handler.ssl
-
-
SslContext() - Constructor for class io.netty.handler.ssl.
SslContext
-
创建一个新实例(startTls设置为
false
)。
-
SslContext(boolean) - Constructor for class io.netty.handler.ssl.
SslContext
-
创建一个新的实例。
-
SslContextBuilder - Class in
io.netty.handler.ssl
-
生成器用于配置新的SslContext进行创建。
-
sslContextProvider(Provider) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
使用SSLContext
Provider
。
-
sslCtxPointer() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
SslHandler - Class in
io.netty.handler.ssl
-
-
SslHandler(SSLEngine) - Constructor for class io.netty.handler.ssl.
SslHandler
-
创建一个新的实例。
-
SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl.
SslHandler
-
创建一个新的实例。
-
SslHandler(SSLEngine, Executor) - Constructor for class io.netty.handler.ssl.
SslHandler
-
-
SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty.handler.ssl.
SslHandler
-
-
SslHandshakeCompletionEvent - Class in
io.netty.handler.ssl
-
SSL握手完成后触发的事件,这可能是因为它成功或出现错误。
-
SslHandshakeCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.
SslHandshakeCompletionEvent
-
创建一个指示不成功握手的新事件。
-
sslPointer() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
sslProvider(SslProvider) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
-
SslProvider - Enum in
io.netty.handler.ssl
-
SSL / TLS协议提供程序的枚举。
-
SSRC - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"ssrc"
-
SSRC - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"ssrc"
-
stackTrace() - Method in interface io.netty.util.concurrent.
ThreadProperties
-
-
standalone() - Method in class io.netty.handler.codec.xml.
XmlDocumentStart
-
返回文档的独立性
-
start() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficCounter
-
开始监测过程。
-
start() - Method in class io.netty.handler.traffic.
TrafficCounter
-
开始监测过程。
-
start() - Method in class io.netty.util.
HashedWheelTimer
-
明确启动后台线程。
-
startOffset() - Method in class io.netty.handler.stream.
ChunkedFile
-
返回传输开始的文件中的偏移量。
-
startOffset() - Method in class io.netty.handler.stream.
ChunkedNioFile
-
返回传输开始的文件中的偏移量。
-
startsWith(CharSequence) - Method in class io.netty.util.
AsciiString
-
将指定的字符串与此字符串进行比较,以确定指定的字符串是否为前缀。
-
startsWith(CharSequence, int) - Method in class io.netty.util.
AsciiString
-
将指定的字符串与此字符串进行比较,从指定的偏移量开始,以确定指定的字符串是否为前缀。
-
startTls(boolean) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
true
如果第一个写入请求不应该被加密。
-
STAT - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
state() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
state() - Method in interface io.netty.handler.codec.http2.
Http2FrameStream
-
返回此流的状态。
-
state() - Method in interface io.netty.handler.codec.http2.
Http2Stream
-
获取此流的状态。
-
state() - Method in class io.netty.handler.codec.
ProtocolDetectionResult
-
-
state() - Method in class io.netty.handler.codec.
ReplayingDecoder
-
返回此解码器的当前状态。
-
state(S) - Method in class io.netty.handler.codec.
ReplayingDecoder
-
设置此解码器的当前状态。
-
state() - Method in class io.netty.handler.timeout.
IdleStateEvent
-
返回空闲状态。
-
state() - Method in interface io.netty.util.concurrent.
ThreadProperties
-
-
stats() - Method in class io.netty.handler.ssl.
OpenSslSessionContext
-
返回此上下文的统计信息。
-
stats() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
STATUS - Static variable in class io.netty.handler.codec.dns.
DnsOpCode
-
-
status() - Method in class io.netty.handler.codec.http.
DefaultHttpResponse
-
-
status() - Method in interface io.netty.handler.codec.http.
HttpResponse
-
-
status(CharSequence) - Method in class io.netty.handler.codec.http2.
DefaultHttp2Headers
-
-
status() - Method in class io.netty.handler.codec.http2.
DefaultHttp2Headers
-
-
status(CharSequence) - Method in class io.netty.handler.codec.http2.
EmptyHttp2Headers
-
-
status() - Method in class io.netty.handler.codec.http2.
EmptyHttp2Headers
-
-
status(CharSequence) - Method in interface io.netty.handler.codec.http2.
Http2Headers
-
-
status() - Method in interface io.netty.handler.codec.http2.
Http2Headers
-
-
status(CharSequence) - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
status() - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
status() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
返回响应的状态。
-
status() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
status() - Method in class io.netty.handler.codec.socksx.v4.
DefaultSocks4CommandResponse
-
-
status() - Method in interface io.netty.handler.codec.socksx.v4.
Socks4CommandResponse
-
返回此响应的状态。
-
status() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5CommandResponse
-
-
status() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5PasswordAuthResponse
-
-
status() - Method in interface io.netty.handler.codec.socksx.v5.
Socks5CommandResponse
-
返回此响应的状态。
-
status() - Method in interface io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthResponse
-
返回此响应的状态。
-
status() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyGoAwayFrame
-
-
status() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyRstStreamFrame
-
-
status() - Method in interface io.netty.handler.codec.spdy.
SpdyGoAwayFrame
-
返回此帧的状态。
-
STATUS - Static variable in class io.netty.handler.codec.spdy.
SpdyHeaders.HttpNames
-
":status"
-
status() - Method in interface io.netty.handler.codec.spdy.
SpdyRstStreamFrame
-
返回此帧的状态。
-
statusCode() - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
statusPhrase() - Method in class io.netty.handler.codec.spdy.
SpdySessionStatus
-
返回此状态的状态短语。
-
statusPhrase() - Method in class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
返回此状态的状态短语。
-
StompCommand - Enum in
io.netty.handler.codec.stomp
-
STOMP命令
-
StompContentSubframe - Interface in
io.netty.handler.codec.stomp
-
用于STOMP分块传输编码的STOMP块。
-
StompFrame - Interface in
io.netty.handler.codec.stomp
-
-
StompHeaders - Interface in
io.netty.handler.codec.stomp
-
STOMP标题名称和值的多图数据结构。
-
StompHeadersSubframe - Interface in
io.netty.handler.codec.stomp
-
-
StompSubframe - Interface in
io.netty.handler.codec.stomp
-
-
StompSubframeAggregator - Class in
io.netty.handler.codec.stomp
-
-
StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp.
StompSubframeAggregator
-
创建一个新的实例。
-
StompSubframeDecoder - Class in
io.netty.handler.codec.stomp
-
-
StompSubframeDecoder() - Constructor for class io.netty.handler.codec.stomp.
StompSubframeDecoder
-
-
StompSubframeDecoder(boolean) - Constructor for class io.netty.handler.codec.stomp.
StompSubframeDecoder
-
-
StompSubframeDecoder(int, int) - Constructor for class io.netty.handler.codec.stomp.
StompSubframeDecoder
-
-
StompSubframeDecoder(int, int, boolean) - Constructor for class io.netty.handler.codec.stomp.
StompSubframeDecoder
-
-
StompSubframeEncoder - Class in
io.netty.handler.codec.stomp
-
-
StompSubframeEncoder() - Constructor for class io.netty.handler.codec.stomp.
StompSubframeEncoder
-
-
stop() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficCounter
-
停止监视过程。
-
stop() - Method in class io.netty.handler.traffic.
TrafficCounter
-
停止监视过程。
-
stop() - Method in class io.netty.util.
HashedWheelTimer
-
-
stop() - Method in interface io.netty.util.
Timer
-
释放由此Timer
获取的所有资源并取消所有已安排但尚未执行的任务。
-
STOP_BITS - Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
-
已过时。
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
AbstractHttp2StreamFrame
-
-
stream() - Method in class io.netty.handler.codec.http2.
AbstractHttp2StreamFrame
-
-
stream(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2Connection
-
-
stream - Variable in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder.FlowControlledBase
-
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2HeadersFrame
-
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ResetFrame
-
-
stream() - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2WindowUpdateFrame
-
-
stream(int) - Method in interface io.netty.handler.codec.http2.
Http2Connection
-
获取流如果存在。
-
stream() - Method in class io.netty.handler.codec.http2.
Http2FrameStreamEvent
-
-
stream() - Method in exception io.netty.handler.codec.http2.
Http2FrameStreamException
-
-
stream() - Method in interface io.netty.handler.codec.http2.
Http2StreamChannel
-
-
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.
Http2StreamFrame
-
-
stream() - Method in interface io.netty.handler.codec.http2.
Http2StreamFrame
-
-
stream() - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
stream() - Method in interface io.netty.handler.codec.http2.
StreamByteDistributor.StreamState
-
获取这个状态关联的流。
-
stream() - Method in class io.netty.resolver.dns.
DnsServerAddresses
-
开始一个新的无限DNS服务器地址流。
-
STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
9流已经关闭
-
STREAM_ID - Static variable in class io.netty.handler.codec.spdy.
SpdyHttpHeaders.Names
-
"x-spdy-stream-id"
-
STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
8流在使用中
-
streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2.
Http2CodecUtil
-
计算可由
state
发送的字节
state
。
-
StreamBufferingEncoder - Class in
io.netty.handler.codec.http2
-
-
StreamBufferingEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
StreamBufferingEncoder(Http2ConnectionEncoder, int) - Constructor for class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
StreamBufferingEncoder.Http2ChannelClosedException - Exception in
io.netty.handler.codec.http2
-
如果由于编码器关闭而导致缓冲流终止,则抛出。
-
StreamBufferingEncoder.Http2GoAwayException - Exception in
io.netty.handler.codec.http2
-
-
StreamByteDistributor - Interface in
io.netty.handler.codec.http2
-
一个对象(由远程流控制使用),负责分配要写入连接流中的字节。
-
StreamByteDistributor.StreamState - Interface in
io.netty.handler.codec.http2
-
该流的状态信息,指示当前可流式传输的字节数。
-
StreamByteDistributor.Writer - Interface in
io.netty.handler.codec.http2
-
执行写入已为流分配的字节的对象。
-
streamError(int, Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.
Http2Exception
-
如果发生可以隔离到单个流的错误,请使用此选项。
-
streamError(int, Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.
Http2Exception
-
如果发生可以隔离到单个流的错误,请使用此选项。
-
streamId() - Method in exception io.netty.handler.codec.http2.
Http2Exception.StreamException
-
-
streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.
Http2Exception
-
获取与异常关联的流ID。
-
streamId() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyStreamFrame
-
-
streamId() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyWindowUpdateFrame
-
-
streamId() - Method in interface io.netty.handler.codec.spdy.
SpdyStreamFrame
-
返回此帧的Stream-ID。
-
streamId() - Method in interface io.netty.handler.codec.spdy.
SpdyWindowUpdateFrame
-
返回此帧的Stream-ID。
-
streamIdentifier() - Method in class io.netty.channel.sctp.
SctpMessage
-
返回流标识符
-
streamMayHaveExisted(int) - Method in class io.netty.handler.codec.http2.
DefaultHttp2Connection
-
-
streamMayHaveExisted(int) - Method in interface io.netty.handler.codec.http2.
Http2Connection
-
指示给定流是否可能存在于此连接中。
-
STRICT - Static variable in class io.netty.handler.codec.http.cookie.
ClientCookieDecoder
-
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内
-
STRICT - Static variable in class io.netty.handler.codec.http.cookie.
ClientCookieEncoder
-
验证名称和值字符的严格编码器位于有效范围内,并且(对于接受多个Cookie的方法)按照RFC6265中的规定,将Cookie按路径长度递减排序。
-
strict - Variable in class io.netty.handler.codec.http.cookie.
CookieEncoder
-
-
STRICT - Static variable in class io.netty.handler.codec.http.cookie.
ServerCookieDecoder
-
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内
-
STRICT - Static variable in class io.netty.handler.codec.http.cookie.
ServerCookieEncoder
-
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内,并且(对于接受多个cookie的方法)只有一个cookie以任何给定名称进行编码。
-
StringDecoder - Class in
io.netty.handler.codec.string
-
-
StringDecoder() - Constructor for class io.netty.handler.codec.string.
StringDecoder
-
用当前系统字符集创建一个新实例。
-
StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.
StringDecoder
-
用指定的字符集创建一个新的实例。
-
StringEncoder - Class in
io.netty.handler.codec.string
-
-
StringEncoder() - Constructor for class io.netty.handler.codec.string.
StringEncoder
-
用当前系统字符集创建一个新实例。
-
StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.
StringEncoder
-
用指定的字符集创建一个新的实例。
-
SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker
-
将其用作通配符来支持所有请求的子协议
-
submit(Runnable) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
submit(Runnable, T) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
submit(Callable<T>) - Method in class io.netty.util.concurrent.
AbstractEventExecutor
-
-
submit(Runnable) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
submit(Runnable, T) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
submit(Callable<T>) - Method in class io.netty.util.concurrent.
AbstractEventExecutorGroup
-
-
submit(Runnable) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
submit(Runnable, T) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
submit(Callable<T>) - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
submit(Runnable) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
submit(Runnable, T) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
submit(Callable<T>) - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
submit(Runnable) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
submit(Runnable, T) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
submit(Callable<T>) - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
已过时。
-
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
subprotocols() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker
-
返回支持的子协议的CSV
-
subscribe() - Static method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders
-
-
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
subSequence(int) - Method in class io.netty.util.
AsciiString
-
将一系列字符复制到新字符串中。
-
subSequence(int, int) - Method in class io.netty.util.
AsciiString
-
将一系列字符复制到新字符串中。
-
subSequence(int, int, boolean) - Method in class io.netty.util.
AsciiString
-
复制或共享底层字节子序列的子集。
-
SucceededFuture<
V> - Class in
io.netty.util.concurrent
-
-
SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.
SucceededFuture
-
创建一个新的实例。
-
SUCCESS - Static variable in class io.netty.handler.codec.
DecoderResult
-
-
SUCCESS - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponseStatus
-
-
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v4.
Socks4CommandStatus
-
-
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.
Socks5CommandStatus
-
-
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthStatus
-
-
SUCCESS - Static variable in class io.netty.handler.ssl.
SslCloseCompletionEvent
-
-
SUCCESS - Static variable in class io.netty.handler.ssl.
SslHandshakeCompletionEvent
-
-
SupportedCipherSuiteFilter - Class in
io.netty.handler.ssl
-
此类将过滤所有请求的密码,但不支持当前的
SSLEngine
。
-
supportedProtocols() - Method in class io.netty.handler.ssl.
ApplicationProtocolConfig
-
支持应用程序级别的协议。
-
supportsHostnameValidation() - Static method in class io.netty.handler.ssl.
OpenSsl
-
-
supportsKeyManagerFactory() - Static method in class io.netty.handler.ssl.
OpenSsl
-
返回
true
如果
KeyManagerFactory
是使用OpenSSL时支持。
-
SuppressForbidden - Annotation Type in
io.netty.util
-
用于在整个类,方法或字段中禁止禁用apis错误的注释。
-
swapInt(int) - Static method in class io.netty.buffer.
ByteBufUtil
-
切换指定的32位整数的字节顺序。
-
swapLong(long) - Static method in class io.netty.buffer.
ByteBufUtil
-
切换指定的64位长整数的字节序。
-
swapMedium(int) - Static method in class io.netty.buffer.
ByteBufUtil
-
切换指定的24位中等整数的字节顺序。
-
SwappedByteBuf - Class in
io.netty.buffer
-
-
SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
swapShort(short) - Static method in class io.netty.buffer.
ByteBufUtil
-
切换指定的16位短整数的字节序。
-
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
101交换协议
-
sync() - Method in interface io.netty.channel.
ChannelFuture
-
-
sync() - Method in interface io.netty.channel.
ChannelProgressiveFuture
-
-
sync() - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
sync() - Method in interface io.netty.channel.
ChannelPromise
-
-
sync() - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
sync() - Method in class io.netty.channel.
DefaultChannelPromise
-
-
sync() - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
sync() - Method in interface io.netty.channel.group.
ChannelGroupFuture
-
-
sync() - Method in class io.netty.channel.
VoidChannelPromise
-
-
sync() - Method in class io.netty.util.concurrent.
CompleteFuture
-
-
sync() - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
sync() - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
sync() - Method in class io.netty.util.concurrent.
FailedFuture
-
-
sync() - Method in interface io.netty.util.concurrent.
Future
-
等待这个未来,直到完成,并且在这个未来失败的时候重新引发失败的原因。
-
sync() - Method in interface io.netty.util.concurrent.
ProgressiveFuture
-
-
sync() - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
sync() - Method in interface io.netty.util.concurrent.
Promise
-
-
syncUninterruptibly() - Method in interface io.netty.channel.
ChannelFuture
-
-
syncUninterruptibly() - Method in interface io.netty.channel.
ChannelProgressiveFuture
-
-
syncUninterruptibly() - Method in interface io.netty.channel.
ChannelProgressivePromise
-
-
syncUninterruptibly() - Method in interface io.netty.channel.
ChannelPromise
-
-
syncUninterruptibly() - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
syncUninterruptibly() - Method in class io.netty.channel.
DefaultChannelPromise
-
-
syncUninterruptibly() - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
syncUninterruptibly() - Method in interface io.netty.channel.group.
ChannelGroupFuture
-
-
syncUninterruptibly() - Method in class io.netty.channel.
VoidChannelPromise
-
-
syncUninterruptibly() - Method in class io.netty.util.concurrent.
CompleteFuture
-
-
syncUninterruptibly() - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
syncUninterruptibly() - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
syncUninterruptibly() - Method in class io.netty.util.concurrent.
FailedFuture
-
-
syncUninterruptibly() - Method in interface io.netty.util.concurrent.
Future
-
等待这个未来,直到完成,并且在这个未来失败的时候重新引发失败的原因。
-
syncUninterruptibly() - Method in interface io.netty.util.concurrent.
ProgressiveFuture
-
-
syncUninterruptibly() - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
syncUninterruptibly() - Method in interface io.netty.util.concurrent.
Promise
-
-
SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.
UdtChannelOption
-
已过时。
见
OptionUDT.System_Receive_Buffer_Size
。
-
SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.
UdtChannelOption
-
已过时。
见
OptionUDT.System_Send_Buffer_Size
。
-
TA - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
DNSSEC信任机构记录N / A DNSSEC部署提议的一部分,不包含签名的DNS根目录。
-
takeTask() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
从任务队列中
Runnable
一个
Runnable
,如果当前没有任务存在,则会阻塞。
-
target() - Method in class io.netty.handler.codec.xml.
XmlProcessingInstruction
-
-
targetContentEncoding() - Method in class io.netty.handler.codec.http.
HttpContentEncoder.Result
-
-
task() - Method in interface io.netty.util.
Timeout
-
-
TCP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"TCP"
-
TCP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"TCP"
-
TCP_CORK - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_FASTOPEN_CONNECT - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_KEEPCNT - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_MD5SIG - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_MD5SIG_MAXKEYLEN - Static variable in class io.netty.channel.epoll.
Native
-
-
TCP_NODELAY - Static variable in class io.netty.channel.
ChannelOption
-
-
TCP_NOPUSH - Static variable in class io.netty.channel.kqueue.
KQueueChannelOption
-
-
TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_QUICKACK - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
TCP_USER_TIMEOUT - Static variable in class io.netty.channel.epoll.
EpollChannelOption
-
-
tcpInfo() - Method in class io.netty.channel.epoll.
EpollSocketChannel
-
返回当前套接字的
TCP_INFO
。
-
tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.
EpollSocketChannel
-
更新并返回当前套接字的
TCP_INFO
。
-
TE - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"te"
-
TE - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"TE"
-
TEARDOWN - Static variable in class io.netty.handler.codec.rtsp.
RtspMethods
-
TEARDOWN请求停止给定URI的流传送,释放与其关联的资源。
-
TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
307临时重定向(自HTTP / 1.1以来)
-
terminationFuture() - Method in class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
terminationFuture() - Method in interface io.netty.util.concurrent.
EventExecutorGroup
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
GlobalEventExecutor
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
ImmediateEventExecutor
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
MultithreadEventExecutorGroup
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
NonStickyEventExecutorGroup
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
terminationFuture() - Method in class io.netty.util.concurrent.
UnorderedThreadPoolEventExecutor
-
-
text() - Method in class io.netty.handler.codec.http.
HttpVersion
-
返回完整的协议版本文本,如
"HTTP/1.0"
。
-
text() - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
返回此帧中的文本数据
-
text() - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
返回此帧中的文本数据
-
text() - Method in enum io.netty.handler.codec.http2.
HttpConversionUtil.ExtensionHeaderNames
-
-
text() - Method in class io.netty.handler.codec.xml.
XmlDTD
-
-
text() - Method in class io.netty.handler.codec.xml.
XmlEntityReference
-
-
TEXT_PLAIN - Static variable in class io.netty.handler.codec.http.
HttpHeaderValues
-
"text/plain"
-
TextWebSocketFrame - Class in
io.netty.handler.codec.http.websocketx
-
Web Socket文本框架
-
TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
创建一个新的空白文本框。
-
TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
用指定的文本字符串创建一个新的文本框架。
-
TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
用指定的二进制数据创建一个新的文本框架。
-
TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
用指定的文本字符串创建一个新的文本框架。
-
TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
用指定的二进制数据创建一个新的文本框架。
-
ThreadDeathWatcher - Class in
io.netty.util
-
-
threadGroup - Variable in class io.netty.util.concurrent.
DefaultThreadFactory
-
-
threadLocalDirectBuffer() - Static method in class io.netty.buffer.
ByteBufUtil
-
如果可用,则返回缓存的线程本地直接缓冲区。
-
threadLocalMap() - Method in class io.netty.util.concurrent.
FastThreadLocalThread
-
返回保持线程局部变量绑定到此线程的内部数据结构。
-
ThreadLocalMarshallerProvider - Class in
io.netty.handler.codec.marshalling
-
-
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.
ThreadLocalMarshallerProvider
-
-
ThreadLocalUnmarshallerProvider - Class in
io.netty.handler.codec.marshalling
-
-
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.
ThreadLocalUnmarshallerProvider
-
-
ThreadPerChannelEventLoop - Class in
io.netty.channel
-
-
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - Constructor for class io.netty.channel.
ThreadPerChannelEventLoop
-
-
ThreadPerChannelEventLoopGroup - Class in
io.netty.channel
-
-
ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.
ThreadPerChannelEventLoopGroup
-
-
ThreadPerTaskExecutor - Class in
io.netty.util.concurrent
-
-
ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.
ThreadPerTaskExecutor
-
-
threadProperties() - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
ThreadProperties - Interface in
io.netty.util.concurrent
-
公开
Thread
详细信息。
-
TICKET_KEY_SIZE - Static variable in class io.netty.handler.ssl.
OpenSslSessionTicketKey
-
会话滚动键的大小
-
ticketKeyFail() - Method in class io.netty.handler.ssl.
OpenSslSessionStats
-
返回客户提交的票单与列表中任何键不匹配的次数。
-
ticketKeyNew() - Method in class io.netty.handler.ssl.
OpenSslSessionStats
-
返回客户没有出示票的次数,然后我们发出新票
-
ticketKeyRenew() - Method in class io.netty.handler.ssl.
OpenSslSessionStats
-
返回客户端提供从旧密钥导出的票证的次数,然后我们升级到主键。
-
ticketKeyResume() - Method in class io.netty.handler.ssl.
OpenSslSessionStats
-
返回客户端提供从主键派生的故障单的次数。
-
TIME - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"time"
-
TIME - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"time"
-
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"timeout"
-
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"timeout"
-
Timeout - Interface in
io.netty.util
-
-
TimeoutException - Exception in
io.netty.handler.timeout
-
-
timeouts() - Method in class io.netty.handler.ssl.
OpenSslSessionStats
-
返回客户端建议的会话数量,可以在服务器模式的内部或外部会话缓存中找到,但由于超时而无效。
-
timer() - Method in interface io.netty.util.
Timeout
-
-
Timer - Interface in
io.netty.util
-
-
TimerTask - Interface in
io.netty.util
-
-
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"timestamp"
-
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Timestamp"
-
timeToLive() - Method in class io.netty.handler.codec.dns.
AbstractDnsRecord
-
-
timeToLive() - Method in interface io.netty.handler.codec.dns.
DnsQuestion
-
未使用的财产。
-
timeToLive() - Method in interface io.netty.handler.codec.dns.
DnsRecord
-
在阅读此资源记录后,返回生活的时间。
-
tinyCacheSize() - Method in class io.netty.buffer.
PooledByteBufAllocator
-
-
tinyCacheSize() - Method in class io.netty.buffer.
PooledByteBufAllocatorMetric
-
返回微小缓存的大小。
-
tinySubpages() - Method in interface io.netty.buffer.
PoolArenaMetric
-
-
TKEY - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
密钥记录RFC 2930一种提供密钥资料的方法,与伴随的KEY RR中的公共密钥一起使用的TSIG使用。
-
TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
TLSA - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
TLSA证书关联记录RFC 6698用于命名实体(DANE)的基于DNS的身份验证的记录。
-
tlvs() - Method in class io.netty.handler.codec.haproxy.
HAProxyMessage
-
-
toAddressString(InetAddress) - Static method in class io.netty.util.
NetUtil
-
返回
String
表示
InetAddress
。
-
toAddressString(InetAddress, boolean) - Static method in class io.netty.util.
NetUtil
-
返回
String
表示
InetAddress
。
-
toArray() - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
toArray(T[]) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
toByteArray() - Method in class io.netty.util.
AsciiString
-
将此字符串转换为字节数组。
-
toByteArray(int, int) - Method in class io.netty.util.
AsciiString
-
将此字符串的子集转换为字节数组。
-
toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.
Http2CodecUtil
-
创建一个包含来自给定异常的错误消息的缓冲区。
-
toByteIndex(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
toCharArray() - Method in class io.netty.util.
AsciiString
-
将此字符串中的字符复制到字符数组。
-
toCharArray(int, int) - Method in class io.netty.util.
AsciiString
-
将此字符串中的字符复制到字符数组。
-
toComponentIndex(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
返回给定偏移量的索引
-
toFullHttpRequest(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
创建一个新的对象来包含请求数据
-
toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
创建一个新的对象来包含响应数据
-
toHintString() - Method in interface io.netty.util.
ResourceLeakHint
-
返回一个人类可读的消息,可能使资源泄漏跟踪更容易。
-
toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
将给定的HTTP / 1.x标头转换为HTTP / 2标头。
-
toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
-
toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
-
toHttpHeaderValue() - Method in enum io.netty.handler.codec.http.websocketx.
WebSocketVersion
-
-
toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
创建一个新的对象来包含请求数据。
-
toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.
HttpConversionUtil
-
创建一个新的对象来包含响应数据。
-
toInternalLevel() - Method in enum io.netty.handler.logging.
LogLevel
-
仅限内部使用。
-
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer.
AbstractByteBufAllocator
-
-
toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty.buffer.
AbstractByteBufAllocator
-
-
toLowerCase() - Method in class io.netty.util.
AsciiString
-
使用默认的Locale将此字符串中的字符转换为小写字母。
-
toMap() - Method in interface io.netty.channel.
ChannelPipeline
-
将此管道转换为有序的
Map
其键是处理程序名称,其值是处理程序。
-
toMap() - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http.
HttpResponseStatus
-
429太多请求(RFC6585)
-
TooLongFrameException - Exception in
io.netty.handler.codec
-
-
TooLongFrameException() - Constructor for exception io.netty.handler.codec.
TooLongFrameException
-
创建一个新的实例。
-
TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.
TooLongFrameException
-
创建一个新的实例。
-
TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.
TooLongFrameException
-
创建一个新的实例。
-
TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.
TooLongFrameException
-
创建一个新的实例。
-
topicName(String) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.PublishBuilder
-
-
topicName() - Method in class io.netty.handler.codec.mqtt.
MqttPublishVariableHeader
-
-
topicName() - Method in class io.netty.handler.codec.mqtt.
MqttTopicSubscription
-
-
topics() - Method in class io.netty.handler.codec.mqtt.
MqttUnsubscribePayload
-
-
topicSubscriptions() - Method in class io.netty.handler.codec.mqtt.
MqttSubscribePayload
-
-
toPoolName(Class<?>) - Static method in class io.netty.util.concurrent.
DefaultThreadFactory
-
-
toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util.
NetUtil
-
返回
String
表示
InetSocketAddress
。
-
toSocketAddressString(String, int) - Static method in class io.netty.util.
NetUtil
-
返回主机端口组合的
String
表示形式。
-
toString() - Method in class io.netty.bootstrap.
AbstractBootstrap
-
-
toString() - Method in class io.netty.bootstrap.
AbstractBootstrapConfig
-
-
toString() - Method in class io.netty.bootstrap.
BootstrapConfig
-
-
toString() - Method in class io.netty.bootstrap.
ServerBootstrapConfig
-
-
toString(Charset) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
toString(int, int, Charset) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
toString() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
toString() - Method in class io.netty.buffer.
AbstractByteBufAllocator
-
-
toString(Charset) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的可读字节解码为具有指定字符集名称的字符串。
-
toString(int, int, Charset) - Method in class io.netty.buffer.
ByteBuf
-
将此缓冲区的子区域解码为具有指定字符集的字符串。
-
toString() - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区的字符串表示形式。
-
toString() - Method in class io.netty.buffer.
CompositeByteBuf
-
-
toString() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
toString(Charset) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
toString(int, int, Charset) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
toString() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
toString() - Method in class io.netty.buffer.
PooledByteBufAllocatorMetric
-
-
toString(Charset) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
toString(int, int, Charset) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
toString() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
toString() - Method in class io.netty.channel.
AbstractChannel
-
返回此频道的
String
表示形式。
-
toString() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
toString() - Method in class io.netty.channel.
DefaultChannelId
-
-
toString() - Method in class io.netty.channel.
DefaultChannelPipeline
-
返回此管道的
String
表示形式。
-
toString() - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
toString() - Method in class io.netty.channel.kqueue.
AcceptFilter
-
-
toString() - Method in class io.netty.channel.local.
LocalAddress
-
-
toString() - Method in class io.netty.channel.
ReflectiveChannelFactory
-
-
toString() - Method in class io.netty.channel.sctp.
SctpMessage
-
-
toString() - Method in class io.netty.channel.unix.
DomainSocketAddress
-
-
toString() - Method in class io.netty.channel.unix.
FileDescriptor
-
-
toString() - Method in class io.netty.channel.unix.
PeerCredentials
-
-
toString() - Method in class io.netty.channel.unix.
Socket
-
-
toString() - Method in class io.netty.channel.
WriteBufferWaterMark
-
-
toString() - Method in class io.netty.handler.codec.
DecoderResult
-
-
toString() - Method in class io.netty.handler.codec.
DefaultHeaders.HeaderEntry
-
-
toString() - Method in class io.netty.handler.codec.
DefaultHeaders
-
-
toString() - Method in class io.netty.handler.codec.dns.
AbstractDnsOptPseudoRrRecord
-
-
toString() - Method in class io.netty.handler.codec.dns.
AbstractDnsRecord
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsOptEcsRecord
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsPtrRecord
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsQuestion
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
toString() - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
toString() - Method in class io.netty.handler.codec.dns.
DnsOpCode
-
-
toString() - Method in class io.netty.handler.codec.dns.
DnsRecordType
-
-
toString() - Method in class io.netty.handler.codec.dns.
DnsResponseCode
-
-
toString() - Method in class io.netty.handler.codec.
EmptyHeaders
-
-
toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec.
HeadersUtils
-
-
toString() - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
toString() - Method in class io.netty.handler.codec.http.cors.
CorsConfig
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultHttpRequest
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultHttpResponse
-
-
toString() - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpHeaders
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpMethod
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpResponseStatus
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpScheme
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
toString() - Method in class io.netty.handler.codec.http.
HttpVersion
-
返回完整的协议版本文本,如
"HTTP/1.0"
。
-
toString() - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
toString() - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
toString() - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
toString() - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
toString() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
toString() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
toString() - Method in class io.netty.handler.codec.http.
QueryStringDecoder
-
-
toString() - Method in class io.netty.handler.codec.http.
QueryStringEncoder
-
-
toString() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
toString() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketScheme
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2HeadersFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2PingFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2ResetFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2SettingsFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
toString() - Method in class io.netty.handler.codec.http2.
Http2Flags
-
-
toString() - Method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
-
toString() - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttConnAckVariableHeader
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttConnectPayload
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttConnectVariableHeader
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttFixedHeader
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttMessage
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttMessageIdVariableHeader
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttPublishVariableHeader
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttSubAckPayload
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttSubscribePayload
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttTopicSubscription
-
-
toString() - Method in class io.netty.handler.codec.mqtt.
MqttUnsubscribePayload
-
-
toString() - Method in class io.netty.handler.codec.redis.
ArrayHeaderRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.redis.
ArrayRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
toString() - Method in class io.netty.handler.codec.redis.
ErrorRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.redis.
IntegerRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.redis.
SimpleStringRedisMessage
-
-
toString() - Method in class io.netty.handler.codec.smtp.
DefaultSmtpRequest
-
-
toString() - Method in class io.netty.handler.codec.smtp.
DefaultSmtpResponse
-
-
toString() - Method in class io.netty.handler.codec.smtp.
SmtpCommand
-
-
toString() - Method in class io.netty.handler.codec.socksx.v4.
DefaultSocks4CommandRequest
-
-
toString() - Method in class io.netty.handler.codec.socksx.v4.
DefaultSocks4CommandResponse
-
-
toString() - Method in class io.netty.handler.codec.socksx.v4.
Socks4CommandStatus
-
-
toString() - Method in class io.netty.handler.codec.socksx.v4.
Socks4CommandType
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5CommandRequest
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5CommandResponse
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5InitialRequest
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5InitialResponse
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5PasswordAuthRequest
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5PasswordAuthResponse
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
Socks5AddressType
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
Socks5AuthMethod
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
Socks5CommandStatus
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
Socks5CommandType
-
-
toString() - Method in class io.netty.handler.codec.socksx.v5.
Socks5PasswordAuthStatus
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyGoAwayFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyHeadersFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyPingFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyRstStreamFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdySettingsFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynReplyFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdySynStreamFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyWindowUpdateFrame
-
-
toString() - Method in class io.netty.handler.codec.spdy.
SpdySessionStatus
-
-
toString() - Method in class io.netty.handler.codec.spdy.
SpdyStreamStatus
-
-
toString() - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
toString() - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
toString() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
toString() - Method in class io.netty.handler.codec.stomp.
DefaultStompHeadersSubframe
-
-
toString() - Method in class io.netty.handler.codec.string.
LineSeparator
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlAttribute
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlContent
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlDocumentStart
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlDTD
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlElement
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlElementEnd
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlElementStart
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlEntityReference
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlNamespace
-
-
toString() - Method in class io.netty.handler.codec.xml.
XmlProcessingInstruction
-
-
toString() - Method in class io.netty.handler.proxy.
ProxyConnectionEvent
-
-
toString() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
toString() - Method in class io.netty.handler.ssl.
SniCompletionEvent
-
-
toString() - Method in class io.netty.handler.ssl.
SslCompletionEvent
-
-
toString() - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
-
toString() - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
toString() - Method in class io.netty.handler.traffic.
TrafficCounter
-
-
toString() - Method in class io.netty.resolver.dns.
DefaultDnsCache
-
-
toString() - Method in class io.netty.resolver.dns.
NoopDnsCache
-
-
toString() - Method in class io.netty.util.
AbstractConstant
-
-
toString() - Method in class io.netty.util.
AsciiString
-
将整个字节字符串转换为
String
。
-
toString(int) - Method in class io.netty.util.
AsciiString
-
使用
charset
编码将整个字节字符串转换为
String
。
-
toString(int, int) - Method in class io.netty.util.
AsciiString
-
平移[
start
,
end
)范围该字节字符串到的
String
。
-
toString() - Method in class io.netty.util.collection.
ByteObjectHashMap
-
-
toString() - Method in class io.netty.util.collection.
CharObjectHashMap
-
-
toString() - Method in class io.netty.util.collection.
IntObjectHashMap
-
-
toString() - Method in class io.netty.util.collection.
LongObjectHashMap
-
-
toString() - Method in class io.netty.util.collection.
ShortObjectHashMap
-
-
toString() - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
toString() - Method in class io.netty.util.
DomainNameMapping
-
-
toString() - Method in error io.netty.util.
Signal
-
-
toString() - Method in class io.netty.util.
Version
-
-
toStringBuilder() - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
totalBodyLength() - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
totalBodyLength() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
返回总体长度。
-
totalBytesRead() - Method in class io.netty.channel.
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
-
totalPendingWriteBytes() - Method in class io.netty.channel.
ChannelOutboundBuffer
-
-
totalRetrans() - Method in class io.netty.channel.epoll.
EpollTcpInfo
-
-
touch() - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
touch(Object) - Method in class io.netty.buffer.
AbstractDerivedByteBuf
-
已过时。
-
touch() - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
touch(Object) - Method in class io.netty.buffer.
AbstractReferenceCountedByteBuf
-
-
touch() - Method in class io.netty.buffer.
ByteBuf
-
-
touch(Object) - Method in class io.netty.buffer.
ByteBuf
-
-
touch() - Method in interface io.netty.buffer.
ByteBufHolder
-
-
touch(Object) - Method in interface io.netty.buffer.
ByteBufHolder
-
-
touch() - Method in class io.netty.buffer.
CompositeByteBuf
-
-
touch(Object) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
touch() - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
touch(Object) - Method in class io.netty.buffer.
DefaultByteBufHolder
-
-
touch() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
touch(Object) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
touch() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
touch(Object) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
touch() - Method in interface io.netty.channel.
AddressedEnvelope
-
-
touch(Object) - Method in interface io.netty.channel.
AddressedEnvelope
-
-
touch() - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
touch(Object) - Method in class io.netty.channel.
DefaultAddressedEnvelope
-
-
touch() - Method in class io.netty.channel.
DefaultFileRegion
-
-
touch(Object) - Method in class io.netty.channel.
DefaultFileRegion
-
-
touch() - Method in interface io.netty.channel.
FileRegion
-
-
touch(Object) - Method in interface io.netty.channel.
FileRegion
-
-
touch() - Method in class io.netty.channel.sctp.
SctpMessage
-
-
touch(Object) - Method in class io.netty.channel.sctp.
SctpMessage
-
-
touch() - Method in class io.netty.channel.socket.
DatagramPacket
-
-
touch(Object) - Method in class io.netty.channel.socket.
DatagramPacket
-
-
touch() - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
touch(Object) - Method in class io.netty.channel.udt.
UdtMessage
-
已过时。
-
touch() - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
AbstractDnsMessage
-
-
touch() - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
DatagramDnsQuery
-
-
touch() - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
DatagramDnsResponse
-
-
touch() - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
DefaultDnsQuery
-
-
touch() - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
DefaultDnsRawRecord
-
-
touch() - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
touch(Object) - Method in class io.netty.handler.codec.dns.
DefaultDnsResponse
-
-
touch() - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
-
touch(Object) - Method in interface io.netty.handler.codec.dns.
DnsMessage
-
-
touch() - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
touch(Object) - Method in interface io.netty.handler.codec.dns.
DnsQuery
-
-
touch() - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
touch(Object) - Method in interface io.netty.handler.codec.dns.
DnsRawRecord
-
-
touch() - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
touch(Object) - Method in interface io.netty.handler.codec.dns.
DnsResponse
-
-
touch() - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
touch(Object) - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
touch() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
touch(Object) - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
touch() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
touch(Object) - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
touch() - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
touch(Object) - Method in class io.netty.handler.codec.http.
DefaultHttpContent
-
-
touch() - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
touch(Object) - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
touch() - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.
FullHttpMessage
-
-
touch() - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.
FullHttpRequest
-
-
touch() - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.
FullHttpResponse
-
-
touch() - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.
HttpContent
-
-
touch() - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
touch(Object) - Method in class io.netty.handler.codec.http.
HttpServerUpgradeHandler.UpgradeEvent
-
-
touch() - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
AbstractDiskHttpData
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
AbstractHttpData
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
AbstractMemoryHttpData
-
-
touch() - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.
Attribute
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
DiskAttribute
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
DiskFileUpload
-
-
touch() - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.
FileUpload
-
-
touch() - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.
HttpData
-
-
touch() - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpData
-
-
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.
InterfaceHttpData
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
MemoryAttribute
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
MemoryFileUpload
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
MixedAttribute
-
-
touch() - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
touch(Object) - Method in class io.netty.handler.codec.http.multipart.
MixedFileUpload
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
BinaryWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
CloseWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
ContinuationWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
PingWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
PongWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
TextWebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
touch() - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http2.
DefaultHttp2DataFrame
-
-
touch() - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http2.
DefaultHttp2GoAwayFrame
-
-
touch() - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.http2.
DefaultHttp2UnknownFrame
-
-
touch() - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
touch(Object) - Method in interface io.netty.handler.codec.http2.
Http2DataFrame
-
-
touch() - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
touch(Object) - Method in interface io.netty.handler.codec.http2.
Http2GoAwayFrame
-
-
touch() - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
touch(Object) - Method in interface io.netty.handler.codec.http2.
Http2UnknownFrame
-
-
touch() - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.
AbstractBinaryMemcacheMessage
-
-
touch() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheMessage
-
-
TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.
BinaryMemcacheOpcodes
-
-
touch() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheRequest
-
-
touch() - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.
BinaryMemcacheResponse
-
-
touch() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheRequest
-
-
touch() - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.
DefaultBinaryMemcacheResponse
-
-
touch() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheRequest
-
-
touch() - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.
DefaultFullBinaryMemcacheResponse
-
-
touch() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheRequest
-
-
touch() - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.
FullBinaryMemcacheResponse
-
-
touch() - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.
DefaultLastMemcacheContent
-
-
touch() - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
touch(Object) - Method in class io.netty.handler.codec.memcache.
DefaultMemcacheContent
-
-
touch() - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.
FullMemcacheMessage
-
-
touch() - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.
LastMemcacheContent
-
-
touch() - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.
MemcacheContent
-
-
touch() - Method in interface io.netty.handler.codec.memcache.
MemcacheMessage
-
-
touch(Object) - Method in interface io.netty.handler.codec.memcache.
MemcacheMessage
-
-
touch() - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
touch(Object) - Method in class io.netty.handler.codec.mqtt.
MqttPublishMessage
-
-
touch(Object) - Method in class io.netty.handler.codec.redis.
ArrayRedisMessage
-
-
touch() - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.redis.
BulkStringRedisContent
-
-
touch() - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
touch(Object) - Method in class io.netty.handler.codec.redis.
DefaultBulkStringRedisContent
-
-
touch() - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
touch(Object) - Method in class io.netty.handler.codec.redis.
DefaultLastBulkStringRedisContent
-
-
touch() - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
touch(Object) - Method in class io.netty.handler.codec.redis.
FullBulkStringRedisMessage
-
-
touch() - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.redis.
LastBulkStringRedisContent
-
-
touch() - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
touch(Object) - Method in class io.netty.handler.codec.smtp.
DefaultLastSmtpContent
-
-
touch() - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
touch(Object) - Method in class io.netty.handler.codec.smtp.
DefaultSmtpContent
-
-
touch() - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.smtp.
LastSmtpContent
-
-
touch() - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
touch(Object) - Method in interface io.netty.handler.codec.smtp.
SmtpContent
-
-
touch() - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.spdy.
DefaultSpdyDataFrame
-
-
touch() - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
touch(Object) - Method in interface io.netty.handler.codec.spdy.
SpdyDataFrame
-
-
touch() - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
touch(Object) - Method in class io.netty.handler.codec.stomp.
DefaultLastStompContentSubframe
-
-
touch() - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
touch(Object) - Method in class io.netty.handler.codec.stomp.
DefaultStompContentSubframe
-
-
touch() - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
touch(Object) - Method in class io.netty.handler.codec.stomp.
DefaultStompFrame
-
-
touch() - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
touch(Object) - Method in interface io.netty.handler.codec.stomp.
LastStompContentSubframe
-
-
touch() - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
touch(Object) - Method in interface io.netty.handler.codec.stomp.
StompContentSubframe
-
-
touch() - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
touch(Object) - Method in interface io.netty.handler.codec.stomp.
StompFrame
-
-
touch() - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
touch(Object) - Method in class io.netty.handler.ssl.
PemPrivateKey
-
-
touch() - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
touch(Object) - Method in class io.netty.handler.ssl.
PemX509Certificate
-
-
touch() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
touch(Object) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslContext
-
-
touch() - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
touch(Object) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
touch() - Method in class io.netty.util.
AbstractReferenceCounted
-
-
touch() - Method in interface io.netty.util.
ReferenceCounted
-
记录此对象的当前访问位置以进行调试。
-
touch(Object) - Method in interface io.netty.util.
ReferenceCounted
-
记录此对象的当前访问位置,并附加一些用于调试的任意信息。
-
touch(T) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
touch(T, Object) - Static method in class io.netty.util.
ReferenceCountUtil
-
-
toUpperCase() - Method in class io.netty.util.
AsciiString
-
使用默认的Locale将此字符串中的字符转换为大写。
-
toUri() - Method in class io.netty.handler.codec.http.
QueryStringEncoder
-
-
TRACE - Static variable in class io.netty.handler.codec.http.
HttpMethod
-
TRACE方法用于调用请求消息的远程应用层回送。
-
traceEnabled(boolean) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置此解析器是否应该在异常消息中生成详细的跟踪信息,以便更容易理解解决失败的原因。
-
track(T) - Method in class io.netty.util.
ResourceLeakDetector
-
-
trafficCounter - Variable in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
流量计数器
-
trafficCounter() - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
-
TrafficCounter - Class in
io.netty.handler.traffic
-
计算速率限制流量的读取和写入字节数。
-
TrafficCounter(ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.
TrafficCounter
-
-
TrafficCounter(AbstractTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.
TrafficCounter
-
-
TRAILER - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"trailer"
-
TRAILER - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Trailer"
-
TRAILERS - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Values
-
已过时。
"trailers"
-
TRAILERS - Static variable in class io.netty.handler.codec.http.
HttpHeaderValues
-
"trailers"
-
trailers(boolean, AsciiString...) - Static method in class io.netty.handler.codec.http2.
ReadOnlyHttp2Headers
-
用于创建用于表示预告片的只读对象。
-
trailingHeaders() - Method in class io.netty.handler.codec.http.
DefaultFullHttpRequest
-
-
trailingHeaders() - Method in class io.netty.handler.codec.http.
DefaultFullHttpResponse
-
-
trailingHeaders() - Method in class io.netty.handler.codec.http.
DefaultLastHttpContent
-
-
trailingHeaders() - Method in interface io.netty.handler.codec.http.
LastHttpContent
-
-
TRANSACTION - Static variable in interface io.netty.handler.codec.stomp.
StompHeaders
-
-
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"transfer-encoding"
-
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Transfer-Encoding"
-
transfered() - Method in class io.netty.channel.
DefaultFileRegion
-
已过时。
-
transfered() - Method in interface io.netty.channel.
FileRegion
-
-
transferred() - Method in class io.netty.channel.
DefaultFileRegion
-
-
transferred() - Method in interface io.netty.channel.
FileRegion
-
返回已经传输的字节。
-
transferredBytes() - Method in class io.netty.handler.stream.
ChunkedNioStream
-
返回传输的字节数。
-
transferredBytes() - Method in class io.netty.handler.stream.
ChunkedStream
-
返回传输的字节数。
-
transferTo(WritableByteChannel, long) - Method in class io.netty.channel.
DefaultFileRegion
-
-
transferTo(WritableByteChannel, long) - Method in interface io.netty.channel.
FileRegion
-
将此文件区域的内容传输到指定的通道。
-
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"transport"
-
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"Transport"
-
transportProtocol() - Method in enum io.netty.handler.codec.haproxy.
HAProxyProxiedProtocol
-
-
trim(CharSequence) - Static method in class io.netty.util.
AsciiString
-
复制此字符串,从字符串的开头和结尾删除空格字符,并尽可能不复制。
-
trim() - Method in class io.netty.util.
AsciiString
-
复制此字符串,从字符串的开头和结尾删除空格字符,而不进行复制。
-
TRUE_SUPPLIER - Static variable in interface io.netty.util.
BooleanSupplier
-
总是返回
true
并永不抛出的供应商。
-
TRUE_SUPPLIER - Static variable in interface io.netty.util.
UncheckedBooleanSupplier
-
始终返回
true
并永不抛出的供应商。
-
trustManager(File) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
受信任的证书用于验证远程端点的证书。
-
trustManager(InputStream) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
受信任的证书用于验证远程端点的证书。
-
trustManager(X509Certificate...) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
用于验证远程端点证书的可信证书,
null
使用系统默认值。
-
trustManager(TrustManagerFactory) - Method in class io.netty.handler.ssl.
SslContextBuilder
-
可信经理验证远程终端的证书。
-
tryFailure(Throwable) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
tryFailure(Throwable) - Method in class io.netty.channel.
VoidChannelPromise
-
-
tryFailure(Throwable) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
tryFailure(Throwable) - Method in interface io.netty.util.concurrent.
Promise
-
将这个未来标志为失败并通知所有听众。
-
tryProgress(long, long) - Method in class io.netty.util.concurrent.
DefaultProgressivePromise
-
-
tryProgress(long, long) - Method in interface io.netty.util.concurrent.
ProgressivePromise
-
-
trySuccess() - Method in interface io.netty.channel.
ChannelPromise
-
-
trySuccess() - Method in class io.netty.channel.
DefaultChannelProgressivePromise
-
-
trySuccess() - Method in class io.netty.channel.
DefaultChannelPromise
-
-
trySuccess() - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
trySuccess(Void) - Method in class io.netty.channel.
DelegatingChannelPromiseNotifier
-
-
trySuccess() - Method in class io.netty.channel.
VoidChannelPromise
-
-
trySuccess(Void) - Method in class io.netty.channel.
VoidChannelPromise
-
-
trySuccess(V) - Method in class io.netty.util.concurrent.
DefaultPromise
-
-
trySuccess(V) - Method in interface io.netty.util.concurrent.
Promise
-
将这个未来标志为成功并通知所有听众。
-
TSIG - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
事务签名记录RFC 2845可用于验证来自已批准客户端的动态更新,或者验证来自类似于DNSSEC的已批准递归名称服务器的响应。
-
TTL - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Values
-
已过时。
"ttl"
-
TTL - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderValues
-
"ttl"
-
ttl(int, int) - Method in class io.netty.resolver.dns.
DnsNameResolverBuilder
-
设置缓存的DNS资源记录的最小和最大TTL(以秒为单位)。
-
TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.
Socks5CommandStatus
-
-
TXT - Static variable in class io.netty.handler.codec.dns.
DnsRecordType
-
文本记录RFC 1035最初用于DNS记录中的任意人类可读文本。
-
type() - Method in class io.netty.channel.udt.nio.
NioUdtProvider
-
已过时。
UDT插座类型。
-
type() - Method in class io.netty.handler.codec.dns.
AbstractDnsRecord
-
-
type() - Method in interface io.netty.handler.codec.dns.
DnsRecord
-
返回此资源记录的类型。
-
type() - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
-
type() - Method in class io.netty.handler.codec.http2.
Http2FrameStreamEvent
-
-
type() - Method in class io.netty.handler.codec.socks.
SocksMessage
-
-
type() - Method in class io.netty.handler.codec.socksx.v4.
DefaultSocks4CommandRequest
-
-
type() - Method in interface io.netty.handler.codec.socksx.v4.
Socks4CommandRequest
-
返回此请求的类型。
-
type() - Method in class io.netty.handler.codec.socksx.v5.
DefaultSocks5CommandRequest
-
-
type() - Method in interface io.netty.handler.codec.socksx.v5.
Socks5CommandRequest
-
返回此请求的类型。
-
type() - Method in class io.netty.handler.codec.xml.
XmlAttribute
-
-
typeByteValue() - Method in class io.netty.handler.codec.haproxy.
HAProxyTLV
-
以字节形式返回TLV的类型
-
typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy.
HAProxyTLV.Type
-
-
WAIT_TIME - Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
-
已过时。
-
wakesUpForTask(Runnable) - Method in class io.netty.channel.
SingleThreadEventLoop
-
-
wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
wakeup(boolean) - Method in class io.netty.channel.nio.
NioEventLoop
-
-
wakeup(boolean) - Method in class io.netty.util.concurrent.
SingleThreadEventExecutor
-
-
WARNING - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"warning"
-
WARNING - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"Warning"
-
watch(Thread, Runnable) - Static method in class io.netty.util.
ThreadDeathWatcher
-
已过时。
计划指定的
task
在指定的
thread
死亡时运行。
-
weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.
ClassResolvers
-
当我们担心班级卸载时,非积极的并发缓存适用于共享缓存
-
weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.
ClassResolvers
-
适用于非共享默认缓存的非积极非并发缓存
-
WEBSOCKET - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Values
-
已过时。
"WebSocket"
-
WEBSOCKET - Static variable in class io.netty.handler.codec.http.
HttpHeaderValues
-
"websocket"
-
WebSocket00FrameDecoder - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocket00FrameDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket00FrameDecoder
-
-
WebSocket00FrameDecoder(int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket00FrameDecoder
-
用指定的
maxFrameSize
创建一个新的
WebSocketFrameDecoder
实例。
-
WebSocket00FrameEncoder - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket00FrameEncoder
-
-
WebSocket07FrameDecoder - Class in
io.netty.handler.codec.http.websocketx
-
从有线协议版本7格式解码网络套接字帧。
-
WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket07FrameDecoder
-
构造函数
-
WebSocket07FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket07FrameDecoder
-
构造函数
-
WebSocket07FrameEncoder - Class in
io.netty.handler.codec.http.websocketx
-
将网络套接字帧编码为有线协议版本7格式。
-
WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket07FrameEncoder
-
构造函数
-
WebSocket08FrameDecoder - Class in
io.netty.handler.codec.http.websocketx
-
从有线协议版本8格式解码web套接字帧。
-
WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket08FrameDecoder
-
构造函数
-
WebSocket08FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket08FrameDecoder
-
构造函数
-
WebSocket08FrameEncoder - Class in
io.netty.handler.codec.http.websocketx
-
将网络套接字帧编码为有线协议版本8格式。
-
WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket08FrameEncoder
-
构造函数
-
WebSocket13FrameDecoder - Class in
io.netty.handler.codec.http.websocketx
-
从有线协议版本13格式解码网络套接字帧。
-
WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket13FrameDecoder
-
构造函数
-
WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket13FrameDecoder
-
构造函数
-
WebSocket13FrameEncoder - Class in
io.netty.handler.codec.http.websocketx
-
将网络套接字帧编码为有线协议版本13格式。
-
WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocket13FrameEncoder
-
构造函数
-
WEBSOCKET_07_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker07
-
-
WEBSOCKET_08_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker08
-
-
WEBSOCKET_13_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker13
-
-
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"websocket-location"
-
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"WebSocket-Location"
-
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"websocket-origin"
-
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"WebSocket-Origin"
-
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"websocket-protocol"
-
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"WebSocket-Protocol"
-
WebSocketChunkedInput - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketChunkedInput
-
使用指定的输入创建一个新实例。
-
WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketChunkedInput
-
使用指定的输入创建一个新实例。
-
WebSocketClientCompressionHandler - Class in
io.netty.handler.codec.http.websocketx.extensions.compression
-
扩展
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler以处理最常见的WebSocket压缩扩展。
-
WebSocketClientExtension - Interface in
io.netty.handler.codec.http.websocketx.extensions
-
握手阶段完成后创建。
-
WebSocketClientExtensionHandler - Class in
io.netty.handler.codec.http.websocketx.extensions
-
此处理程序协商并初始化WebSocket扩展。
-
WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.
WebSocketClientExtensionHandler
-
构造函数
-
WebSocketClientExtensionHandshaker - Interface in
io.netty.handler.codec.http.websocketx.extensions
-
与服务器握手客户端扩展。
-
WebSocketClientHandshaker - Class in
io.netty.handler.codec.http.websocketx
-
Web套接字客户端握手实现的基类
-
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker
-
基础构造函数
-
WebSocketClientHandshaker00 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker00
-
构造函数指定要启动的目标Web套接字位置和版本
-
WebSocketClientHandshaker07 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker07
-
创建一个新的实例。
-
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker07
-
创建一个新的实例。
-
WebSocketClientHandshaker08 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker08
-
创建一个新的实例。
-
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker08
-
创建一个新的实例。
-
WebSocketClientHandshaker13 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker13
-
创建一个新的实例。
-
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientHandshaker13
-
创建一个新的实例。
-
WebSocketClientHandshakerFactory - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketClientProtocolHandler - Class in
io.netty.handler.codec.http.websocketx
-
这个处理程序为你运行一个websocket客户端做了所有繁重的工作。
-
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientProtocolHandler
-
基础构造函数
-
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientProtocolHandler
-
基础构造函数
-
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientProtocolHandler
-
基础构造函数
-
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientProtocolHandler
-
基础构造函数
-
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketClientProtocolHandler
-
基础构造函数
-
WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in
io.netty.handler.codec.http.websocketx
-
为了通知握手状态而触发的事件
-
WebSocketExtension - Interface in
io.netty.handler.codec.http.websocketx.extensions
-
握手阶段完成后创建。
-
WebSocketExtensionData - Class in
io.netty.handler.codec.http.websocketx.extensions
-
来自
Sec-WebSocket-Extensions标头的WebSocket扩展数据。
-
WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtensionData
-
-
WebSocketExtensionDecoder - Class in
io.netty.handler.codec.http.websocketx.extensions
-
方便的
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension解码器。
-
WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtensionDecoder
-
-
WebSocketExtensionEncoder - Class in
io.netty.handler.codec.http.websocketx.extensions
-
便利的
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension编码器。
-
WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.
WebSocketExtensionEncoder
-
-
WebSocketExtensionUtil - Class in
io.netty.handler.codec.http.websocketx.extensions
-
-
WebSocketFrame - Class in
io.netty.handler.codec.http.websocketx
-
Web套接字框架的基类
-
WebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
WebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketFrame
-
-
WebSocketFrameAggregator - Class in
io.netty.handler.codec.http.websocketx
-
处理程序聚合碎片WebSocketFrame的。
-
WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketFrameAggregator
-
创建一个新的实例
-
WebSocketFrameDecoder - Interface in
io.netty.handler.codec.http.websocketx
-
所有WebSocketFrame解码器都需要实现的标记接口。
-
WebSocketFrameEncoder - Interface in
io.netty.handler.codec.http.websocketx
-
所有WebSocketFrame编码器都需要实现的标记接口。
-
WebSocketHandshakeException - Exception in
io.netty.handler.codec.http.websocketx
-
握手过程中的异常
-
WebSocketHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.
WebSocketHandshakeException
-
-
WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.
WebSocketHandshakeException
-
-
WebSocketScheme - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerCompressionHandler - Class in
io.netty.handler.codec.http.websocketx.extensions.compression
-
扩展
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler以处理最常见的WebSocket压缩扩展。
-
WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.
WebSocketServerCompressionHandler
-
具有默认配置的构造函数。
-
WebSocketServerExtension - Interface in
io.netty.handler.codec.http.websocketx.extensions
-
握手阶段完成后创建。
-
WebSocketServerExtensionHandler - Class in
io.netty.handler.codec.http.websocketx.extensions
-
此处理程序协商并初始化WebSocket扩展。
-
WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.
WebSocketServerExtensionHandler
-
构造函数
-
WebSocketServerExtensionHandshaker - Interface in
io.netty.handler.codec.http.websocketx.extensions
-
基于此服务器功能握手客户端扩展。
-
WebSocketServerHandshaker - Class in
io.netty.handler.codec.http.websocketx
-
服务器端网络套接字打开和关闭握手的基类
-
WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker00 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker00
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker07 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker07
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker07(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker07
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker08 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker08
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker08(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker08
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker13 - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker13
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshaker13
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshakerFactory - Class in
io.netty.handler.codec.http.websocketx
-
-
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
指定目标Web套接字位置的构造函数
-
WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerHandshakerFactory
-
指定目标Web套接字位置的构造函数
-
WebSocketServerProtocolHandler - Class in
io.netty.handler.codec.http.websocketx
-
这个处理程序为你运行一个websocket服务器做了所有繁重的工作。
-
WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.
WebSocketServerProtocolHandler
-
-
WebSocketServerProtocolHandler.HandshakeComplete - Class in
io.netty.handler.codec.http.websocketx
-
握手成功完成,频道升级为网络套接字。
-
WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in
io.netty.handler.codec.http.websocketx
-
为了通知握手状态而触发的事件
-
WebSocketVersion - Enum in
io.netty.handler.codec.http.websocketx
-
Web套接字规范的版本。
-
WeightedFairQueueByteDistributor - Class in
io.netty.handler.codec.http2
-
-
WeightedFairQueueByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2.
WeightedFairQueueByteDistributor
-
-
WeightedFairQueueByteDistributor(Http2Connection, int) - Constructor for class io.netty.handler.codec.http2.
WeightedFairQueueByteDistributor
-
-
willCleanupFastThreadLocals() - Method in class io.netty.util.concurrent.
FastThreadLocalThread
-
-
willCleanupFastThreadLocals(Thread) - Static method in class io.netty.util.concurrent.
FastThreadLocalThread
-
-
willFlag(boolean) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
willMessage() - Method in class io.netty.handler.codec.mqtt.
MqttConnectPayload
-
-
willMessage(String) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
willMessage(byte[]) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
willMessageInBytes() - Method in class io.netty.handler.codec.mqtt.
MqttConnectPayload
-
-
willQos() - Method in class io.netty.handler.codec.mqtt.
MqttConnectVariableHeader
-
-
willQoS(MqttQoS) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
willRetain(boolean) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
willTopic() - Method in class io.netty.handler.codec.mqtt.
MqttConnectPayload
-
-
willTopic(String) - Method in class io.netty.handler.codec.mqtt.
MqttMessageBuilders.ConnectBuilder
-
-
WINDOW_UPDATE - Static variable in class io.netty.handler.codec.http2.
Http2FrameTypes
-
-
WINDOW_UPDATE_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.
Http2CodecUtil
-
-
WINDOWS - Static variable in class io.netty.handler.codec.string.
LineSeparator
-
Windows行分隔符(CRLF)
-
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
-
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2RemoteFlowController
-
-
windowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.
Http2FlowController
-
获取当前可用于发送/接收受流控制控制的帧的给定流的流量控制窗口部分。
-
windowSize() - Method in interface io.netty.handler.codec.http2.
StreamByteDistributor.StreamState
-
流的流量控制窗口的大小(以字节为单位)。
-
windowSizeIncrement() - Method in class io.netty.handler.codec.http2.
DefaultHttp2WindowUpdateFrame
-
-
windowSizeIncrement() - Method in interface io.netty.handler.codec.http2.
Http2WindowUpdateFrame
-
增加HTTP / 2流或连接的流量控制窗口的字节数。
-
windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
窗口更新比率用于确定何时必须发送窗口更新。
-
windowUpdateRatio() - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
窗口更新比率用于确定何时必须发送窗口更新。
-
windowUpdateRatio(Http2Stream, float) - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
窗口更新比率用于确定何时必须发送窗口更新。
-
windowUpdateRatio(Http2Stream) - Method in class io.netty.handler.codec.http2.
DefaultHttp2LocalFlowController
-
窗口更新比率用于确定何时必须发送窗口更新。
-
withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.
CorsConfig
-
-
withOrigin(String) - Static method in class io.netty.handler.codec.http.cors.
CorsConfig
-
-
withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.
CorsConfig
-
-
WORKER_STATE_INIT - Static variable in class io.netty.util.
HashedWheelTimer
-
-
WORKER_STATE_SHUTDOWN - Static variable in class io.netty.util.
HashedWheelTimer
-
-
WORKER_STATE_STARTED - Static variable in class io.netty.util.
HashedWheelTimer
-
-
wrap() - Method in interface io.netty.handler.codec.http.cookie.
Cookie
-
如果此原始值Cookie
在原始Set-Cookie标头中用双引号包装,则返回true。
-
wrap() - Method in class io.netty.handler.codec.http.cookie.
DefaultCookie
-
-
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.
ReferenceCountedOpenSslEngine
-
-
wrappedBuffer(byte[]) - Static method in class io.netty.buffer.
Unpooled
-
创建一个包含指定
array
的新的big-endian缓冲区。
-
wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的大端缓冲区,它包装指定的
array
的子区域。
-
wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer.
Unpooled
-
创建一个包装指定的NIO缓冲区当前分片的新缓冲区。
-
wrappedBuffer(long, int, boolean) - Static method in class io.netty.buffer.
Unpooled
-
创建一个包装指定内存地址的新缓冲区。
-
wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer.
Unpooled
-
创建一个包装指定缓冲区可读字节的新缓冲区。
-
wrappedBuffer(byte[]...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的大端组合缓冲区,它将指定的数组进行封装而不复制它们。
-
wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的big-endian复合缓冲区,它包装指定缓冲区的可读字节而不复制它们。
-
wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的big-endian复合缓冲区,它包装指定的NIO缓冲区的片段而不复制它们。
-
wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的大端组合缓冲区,它将指定的数组进行封装而不复制它们。
-
wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的big-endian复合缓冲区,它包装指定缓冲区的可读字节而不复制它们。
-
wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.
Unpooled
-
创建一个新的big-endian复合缓冲区,它包装指定的NIO缓冲区的片段而不复制它们。
-
wrapperFactory() - Method in interface io.netty.handler.ssl.
JdkApplicationProtocolNegotiator
-
已过时。
-
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.
JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
已过时。
-
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl.
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
-
已过时。
用于包装
SSLEngine
对象的抽象工厂模式。
-
writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.
Http2RemoteFlowController.Listener
-
-
writableBytes() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writableBytes() - Method in class io.netty.buffer.
ByteBuf
-
返回等于
(this.capacity - this.writerIndex)
的可写字节数。
-
writableBytes() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writableBytes() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
write(byte[], int, int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
write(byte[]) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
write(int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
write(Object, ChannelPromise) - Method in class io.netty.channel.
AbstractChannel.AbstractUnsafe
-
-
write(Object) - Method in class io.netty.channel.
AbstractChannel
-
-
write(Object, ChannelPromise) - Method in class io.netty.channel.
AbstractChannel
-
-
write(Object, ChannelPromise) - Method in interface io.netty.channel.
Channel.Unsafe
-
计划写入操作。
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.
ChannelDuplexHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel.
ChannelOutboundHandler
-
一旦写入操作被调用,就调用它。
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.
ChannelOutboundHandlerAdapter
-
-
write(Object) - Method in interface io.netty.channel.
ChannelOutboundInvoker
-
-
write(Object, ChannelPromise) - Method in interface io.netty.channel.
ChannelOutboundInvoker
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.
CombinedChannelDuplexHandler
-
-
write(Object) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
write(Object, ChannelPromise) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
write(Object) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
write(Object, ChannelMatcher) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
write(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
write(Object) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
write(Object, ChannelMatcher) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
write(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
write(ByteBuffer) - Method in class io.netty.channel.unix.
SocketWritableByteChannel
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.
ByteToMessageCodec
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.cors.
CorsHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.
HttpClientUpgradeHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.
HttpServerKeepAliveHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.
WebSocketClientExtensionHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.
WebSocketServerExtensionHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2ConnectionHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2FrameCodec
-
-
write(ChannelHandlerContext, int) - Method in interface io.netty.handler.codec.http2.
Http2RemoteFlowController.FlowControlled
-
将最多
allowedBytes
封装的有效载荷写入流。
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.
HttpToHttp2ConnectionHandler
-
-
write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.
StreamByteDistributor.Writer
-
为此流写入分配的字节。
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.
MessageToByteEncoder
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.
MessageToMessageCodec
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.
MessageToMessageEncoder
-
-
write(int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
write(byte[]) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.
SpdyFrameCodec
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.
SpdySessionHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.logging.
LoggingHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy.
ProxyHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.
AbstractSniHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.
SslHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.stream.
ChunkedWriteHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.
IdleStateHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.
WriteTimeoutHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.
AbstractTrafficShapingHandler
-
-
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.
GlobalChannelTrafficShapingHandler
-
-
WRITE_BUFFER_HIGH_WATER_MARK - Static variable in class io.netty.channel.
ChannelOption
-
-
WRITE_BUFFER_LOW_WATER_MARK - Static variable in class io.netty.channel.
ChannelOption
-
-
WRITE_BUFFER_WATER_MARK - Static variable in class io.netty.channel.
ChannelOption
-
-
WRITE_SPIN_COUNT - Static variable in class io.netty.channel.
ChannelOption
-
-
writeAddress(long, int, int) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
writeAndFlush(Object) - Method in class io.netty.channel.
AbstractChannel
-
-
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.
AbstractChannel
-
-
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.
ChannelOutboundInvoker
-
-
writeAndFlush(Object) - Method in interface io.netty.channel.
ChannelOutboundInvoker
-
-
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
writeAndFlush(Object) - Method in class io.netty.channel.
DefaultChannelPipeline
-
-
writeAndFlush(Object) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
writeAndFlush(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group.
ChannelGroup
-
-
writeAndFlush(Object) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
writeAndFlush(Object, ChannelMatcher) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
writeAndFlush(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.
DefaultChannelGroup
-
-
writeAndRemoveAll(ChannelHandlerContext) - Method in class io.netty.channel.
AbstractCoalescingBufferQueue
-
将所有剩余的元素写入此队列中。
-
writeAscii(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
writeAscii(ByteBuf, CharSequence) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
writeBoolean(boolean) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBoolean(boolean) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的布尔值,并在此缓冲区
writerIndex
1
增加
writerIndex
。
-
writeBoolean(boolean) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeBoolean(boolean) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBoolean(boolean) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBoolean(boolean) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
WriteBufferWaterMark - Class in
io.netty.channel
-
WriteBufferWaterMark用于为写入缓冲区设置低水位标志和高位标志。
-
WriteBufferWaterMark(int, int) - Constructor for class io.netty.channel.
WriteBufferWaterMark
-
创建一个新的实例。
-
writeByte(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeByte(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的字节,并在此缓冲区
writerIndex
1
增加
writerIndex
。
-
writeByte(int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeByte(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeByte(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeByte(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeByte(int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeBytes(byte[], int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(byte[]) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ByteBuf) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ByteBuffer) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(InputStream, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeBytes(ByteBuf) - Method in class io.netty.buffer.
ByteBuf
-
将指定源缓冲区的数据传输到此缓冲区,从当前的
writerIndex
开始,直到源缓冲区变得不可读,并将
writerIndex
增加
writerIndex
。
-
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.
ByteBuf
-
指定的源缓冲区的数据传送到该缓冲液并从当前
writerIndex
并增加了
writerIndex
由传输的字节(=数量
length
)。
-
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
ByteBuf
-
指定的源缓冲区的数据传送到该缓冲液并从当前
writerIndex
并增加了
writerIndex
由传输的字节(=数量
length
)。
-
writeBytes(byte[]) - Method in class io.netty.buffer.
ByteBuf
-
指定的源阵列的数据传送到该缓冲液并从当前
writerIndex
并增加了
writerIndex
由传输的字节(=数量
src.length
)。
-
writeBytes(byte[], int, int) - Method in class io.netty.buffer.
ByteBuf
-
指定的源阵列的数据传送到该缓冲液并从当前
writerIndex
并增加了
writerIndex
由传输的字节(=数量
length
)。
-
writeBytes(ByteBuffer) - Method in class io.netty.buffer.
ByteBuf
-
将指定的源缓冲区的数据传输到此缓冲区,从当前的
writerIndex
开始,直到源缓冲区的位置达到其限制,并将传输字节数增加
writerIndex
。
-
writeBytes(InputStream, int) - Method in class io.netty.buffer.
ByteBuf
-
将指定流的内容传输到此缓冲区,从当前的
writerIndex
开始,并通过传输的字节数增加
writerIndex
。
-
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.
ByteBuf
-
将指定通道的内容从当前的
writerIndex
开始传送到此缓冲区,并将传送的字节数增加到
writerIndex
。
-
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.
ByteBuf
-
将从给定文件位置开始的指定通道的内容传输到此缓冲区,从当前的
writerIndex
开始,并通过传输的字节数增加
writerIndex
。
-
writeBytes(String) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeBytes(ByteBuf) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(byte[]) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(byte[], int, int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(ByteBuffer) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeBytes(ByteBuf) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(byte[]) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(byte[], int, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(ByteBuffer) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(InputStream, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeBytes(ByteBuf) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(byte[]) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(byte[], int, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(ByteBuffer) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(InputStream, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeBytes(String) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeChar(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeChar(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的2字节UTF-16字符,并在此缓冲区
writerIndex
2
增加
writerIndex
。
-
writeChar(int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeChar(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeChar(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeChar(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeChar(int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeChars(String) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeChars(String) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.
ByteBuf
-
将指定
CharSequence
在当前
writerIndex
并增加了
writerIndex
由写入的字节。
-
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeComplete() - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder.FlowControlledBase
-
-
writeComplete() - Method in interface io.netty.handler.codec.http2.
Http2RemoteFlowController.FlowControlled
-
在此对象成功写入后调用。
-
writeCounter() - Method in class io.netty.channel.
ChannelFlushPromiseNotifier
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
CompressorHttp2ConnectionEncoder
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2DataWriter
-
将
DATA
帧写入远程端点。
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
writeDouble(double) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeDouble(double) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的64位浮点数,并在此缓冲区
writerIndex
8
增加
writerIndex
。
-
writeDouble(double) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeDouble(double) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeDouble(double) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeDouble(double) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeDouble(double) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeDoubleLE(double) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在当前
writerIndex
处设置指定的64位浮点数,
8
在此缓冲区
writerIndex
8
增加
writerIndex
。
-
writeFloat(float) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeFloat(float) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的32位浮点数,并在此缓冲区
writerIndex
4
增加
writerIndex
。
-
writeFloat(float) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeFloat(float) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeFloat(float) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeFloat(float) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeFloat(float) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeFloatLE(float) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在当前
writerIndex
处设置指定的32位浮点数,
4
在此缓冲区
writerIndex
4
增加
writerIndex
。
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2ConnectionEncoder
-
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
任何HTTP / 2帧的通用写入方法。
-
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2.
Http2CodecUtil
-
将HTTP / 2帧头写入输出缓冲区。
-
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将GO_AWAY帧写入远程端点。
-
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
CompressorHttp2ConnectionEncoder
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
CompressorHttp2ConnectionEncoder
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将HEADERS帧写入远程端点。
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将指定优先级的HEADERS帧写入远程端点。
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
writeInbound(Object...) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writeInt(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeInt(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的32位整数,并在此缓冲区
writerIndex
4
增加
writerIndex
。
-
writeInt(int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeInt(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeInt(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeInt(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeInt(int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeIntLE(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeIntLE(int) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在当前
writerIndex
处设置指定的32位整数,并在此缓冲区
writerIndex
4
增加
writerIndex
。
-
writeIntLE(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeIntLE(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeLong(long) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeLong(long) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的64位长整数,并在此缓冲区
writerIndex
8
增加
writerIndex
。
-
writeLong(long) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeLong(long) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeLong(long) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeLong(long) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeLong(long) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeLongLE(long) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeLongLE(long) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在当前
writerIndex
处设置指定的64位长整数,并在此缓冲区
writerIndex
8
增加
writerIndex
。
-
writeLongLE(long) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeLongLE(long) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeMedium(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeMedium(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的24位中等整数,并在此缓冲区
writerIndex
3
增加
writerIndex
。
-
writeMedium(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeMedium(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeMedium(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeMediumBE(ByteBuf, int) - Static method in class io.netty.buffer.
ByteBufUtil
-
将大端24位中等整数写入缓冲区。
-
writeMediumLE(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeMediumLE(int) - Method in class io.netty.buffer.
ByteBuf
-
以小端字节顺序在当前
writerIndex
处设置指定的24位中等整数,并在此缓冲区
writerIndex
3
增加
writerIndex
。
-
writeMediumLE(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeMediumLE(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeObject(Object) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeOneInbound(Object) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writeOneOutbound(Object) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writeOutbound(Object...) - Method in class io.netty.channel.embedded.
EmbeddedChannel
-
-
writePendingBytes() - Method in class io.netty.handler.codec.http2.
DefaultHttp2RemoteFlowController
-
-
writePendingBytes() - Method in interface io.netty.handler.codec.http2.
Http2RemoteFlowController
-
将流量控制器中待处理的所有数据写入流量控制限制。
-
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将PING帧写入远程端点。
-
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将PRIORITY帧写入远程端点。
-
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将PUSH_PROMISE帧写入远程端点。
-
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.
IdleStateEvent
-
-
writerIndex() - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writerIndex(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writerIndex() - Method in class io.netty.buffer.
ByteBuf
-
返回此缓冲区的
writerIndex
。
-
writerIndex(int) - Method in class io.netty.buffer.
ByteBuf
-
设置此缓冲区的
writerIndex
。
-
writerIndex(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writerIndex() - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writerIndex(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writerIndex() - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writerIndex(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将RST_STREAM帧写入远程端点。
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.
StreamBufferingEncoder
-
-
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将一个SETTINGS帧写入远程端点。
-
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将SETTINGS确认写入远程端点。
-
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeShort(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeShort(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置指定的16位短整数,并在此缓冲区
writerIndex
2
增加
writerIndex
。
-
writeShort(int) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeShort(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeShort(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeShort(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeShort(int) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeShortBE(ByteBuf, int) - Static method in class io.netty.buffer.
ByteBufUtil
-
将一个大端16位短整数写入缓冲区。
-
writeShortLE(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeShortLE(int) - Method in class io.netty.buffer.
ByteBuf
-
在当前的
writerIndex
处设置Little Endian Byte Order中指定的16位短整数,并在此缓冲区
writerIndex
2
增加
writerIndex
。
-
writeShortLE(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeShortLE(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.
WriteTimeoutHandler
-
在检测到写入超时时调用
-
WriteTimeoutException - Exception in
io.netty.handler.timeout
-
-
WriteTimeoutHandler - Class in
io.netty.handler.timeout
-
-
WriteTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.
WriteTimeoutHandler
-
创建一个新的实例。
-
WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.
WriteTimeoutHandler
-
创建一个新的实例。
-
writeTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.
TrafficCounter
-
已过时。
-
writeTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.
TrafficCounter
-
使用给定的limitTraffic和最大等待时间,返回给定长度消息的等待时间(如果有的话)。
-
writeUTF(String) - Method in class io.netty.buffer.
ByteBufOutputStream
-
-
writeUTF(String) - Method in class io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
-
-
writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer.
ByteBufUtil
-
-
writev(ByteBuffer[], int, int, long) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
writevAddresses(long, int) - Method in class io.netty.channel.unix.
FileDescriptor
-
-
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DecoratingHttp2FrameWriter
-
-
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2ConnectionEncoder
-
-
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
DefaultHttp2FrameWriter
-
-
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.
Http2FrameWriter
-
将WINDOW_UPDATE帧写入远程端点。
-
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.
Http2OutboundFrameLogger
-
-
writeZero(int) - Method in class io.netty.buffer.
AbstractByteBuf
-
-
writeZero(int) - Method in class io.netty.buffer.
ByteBuf
-
填充这个缓冲器与
NUL (0x00)并从当前
writerIndex
并增加了
writerIndex
由指定的
length
。
-
writeZero(int) - Method in class io.netty.buffer.
CompositeByteBuf
-
-
writeZero(int) - Method in class io.netty.buffer.
EmptyByteBuf
-
-
writeZero(int) - Method in class io.netty.buffer.
SwappedByteBuf
-
已过时。
-
writeZero(int) - Method in class io.netty.buffer.
UnpooledUnsafeDirectByteBuf
-
-
writtenBytes() - Method in class io.netty.buffer.
ByteBufOutputStream
-
返回此流到目前为止写入的字节数。
-
WS - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketScheme
-
非安全WebSocket连接的方案。
-
WSS - Static variable in class io.netty.handler.codec.http.websocketx.
WebSocketScheme
-
用于安全WebSocket连接的方案。
-
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.
HttpHeaderNames
-
"www-authenticate"
-
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.
HttpHeaders.Names
-
已过时。
"WWW-Authenticate"
-
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaderNames
-
"www-authenticate"
-
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.
RtspHeaders.Names
-
已过时。
"WWW-Authenticate"