- Constructor for class io.netty.handler.codec.protobuf.
- random() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"range"
- RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"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
-
Deprecated.
"Range"
- rawPath() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the raw path string of the URI.
- rawQuery() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns raw query string of the URI.
- RawUnixChannelOption - Class in io.netty.channel.unix
-
- RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty.channel.unix.RawUnixChannelOption
-
Creates a new instance.
- RCPT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a RCPT
request.
- RCV_ALLOC_TRANSPORT_PROVIDES_GUESS - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
-
If this is true
then the RecvByteBufAllocator.Handle#guess()
will be overridden to always attempt
to read as many bytes as kqueue says are available.
- 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.embedded.EmbeddedChannel
-
- read() - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
-
- read() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- 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
-
Deprecated.
- read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- 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.SslClientHelloHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- read() - Method in class io.netty.util.internal.BoundedInputStream
-
- read(byte[], int, int) - Method in class io.netty.util.internal.BoundedInputStream
-
- READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- readableBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- readableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex)
.
- readableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- readableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readableBytes() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
The number of readable bytes.
- 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
-
Gets a boolean at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readBoolean() - Method in class io.netty.buffer.ByteBufInputStream
-
- readBoolean() - Method in class io.netty.buffer.EmptyByteBuf
-
- readBoolean() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readByte() - Method in class io.netty.buffer.AbstractByteBuf
-
- readByte() - Method in class io.netty.buffer.ByteBuf
-
Gets a byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readByte() - Method in class io.netty.buffer.ByteBufInputStream
-
- readByte() - Method in class io.netty.buffer.EmptyByteBuf
-
- readByte() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- 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
-
Transfers this buffer's data to a newly created buffer starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination becomes
non-writable, and increases the readerIndex
by the number of the
transferred bytes.
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= dst.length
).
- readBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination's position
reaches its limit, and increases the readerIndex
by the
number of the transferred bytes.
- readBytes(OutputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data starting at the current readerIndex
to the specified channel starting at the given file position.
- readBytes() - Method in class io.netty.buffer.ByteBufInputStream
-
Returns the number of read bytes by this stream so far.
- 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
-
Deprecated.
- readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
- readChar() - Method in class io.netty.buffer.AbstractByteBuf
-
- readChar() - Method in class io.netty.buffer.ByteBuf
-
Gets a 2-byte UTF-16 character at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readChar() - Method in class io.netty.buffer.ByteBufInputStream
-
- readChar() - Method in class io.netty.buffer.EmptyByteBuf
-
- readChar() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
-
- readCharSequence(int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
CharSequence
with the given length at the current
readerIndex
and increases the
readerIndex
by the given length.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
-
- readCharSequence(int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Returns the next available 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
-
Fetches a chunked data from the stream.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedFile
-
Deprecated.
- 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
-
Fetches a chunked data from the stream.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioFile
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioFile
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioStream
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioStream
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedStream
-
Deprecated.
- 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
-
Deprecated.
The read has completed.
- 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
-
Called when a DATA frame is received.
- readDouble() - Method in class io.netty.buffer.AbstractByteBuf
-
- readDouble() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readDouble() - Method in class io.netty.buffer.ByteBufInputStream
-
- readDouble() - Method in class io.netty.buffer.EmptyByteBuf
-
- readDouble() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readDoubleLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
in Little Endian Byte Order and increases the readerIndex
by 8
in this buffer.
- 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
-
Returns the readerIndex
of this buffer.
- readerIndex(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the readerIndex
of this buffer.
- 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
-
Deprecated.
- readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readFloat() - Method in class io.netty.buffer.AbstractByteBuf
-
- readFloat() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readFloat() - Method in class io.netty.buffer.ByteBufInputStream
-
- readFloat() - Method in class io.netty.buffer.EmptyByteBuf
-
- readFloat() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFloatLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current readerIndex
in Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- 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
-
Attempts to read the next frame from the input buffer.
- 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
-
Called when an unrecoverable session error has occurred.
- readFrom(ByteBuf, boolean) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Determine
RedisMessageType
based on the type prefix
byte
read from given the buffer.
- 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
-
Deprecated.
- readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a GOAWAY frame is received.
- readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
- readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an entire header block has been received.
- readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a HEADERS frame is received.
- readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Return received data from this
Channel
- readInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readInt() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readInt() - Method in class io.netty.buffer.ByteBufInputStream
-
- readInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readIntBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian 32-bit integer from the buffer.
- 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
-
Gets a 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- readIntLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Gets a 64-bit integer at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readLong() - Method in class io.netty.buffer.ByteBufInputStream
-
- readLong() - Method in class io.netty.buffer.EmptyByteBuf
-
- readLong() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readLongLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readLongLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 8
in this buffer.
- readLongLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readLongLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readMedium() - Method in class io.netty.buffer.AbstractByteBuf
-
- readMedium() - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
and increases the readerIndex
by 3
in this buffer.
- readMedium() - Method in class io.netty.buffer.EmptyByteBuf
-
- readMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the
readerIndex
by 3
in this buffer.
- readMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- ReadOnlyByteBuf - Class in io.netty.buffer
-
- ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
-
A variant of
Http2Headers
which only supports read-only methods.
- ReadOnlyHttpHeaders - Class in io.netty.handler.codec.http
-
A variant of
HttpHeaders
which only supports read-only methods.
- ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
Create a new instance.
- ReadOnlyIterator<T> - Class in io.netty.util.internal
-
- ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
-
- readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Read data from the outbound.
- readPingFrame(int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a PING frame is received.
- readResolve() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- readRetainedSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readRetainedSlice(int) - Method in class io.netty.buffer.ByteBuf
-
Returns a new retained slice of this buffer's sub-region starting at the current
readerIndex
and increases the readerIndex
by the size
of the new slice (= length
).
- readRetainedSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readRetainedSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a RST_STREAM frame is received.
- 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
-
Called when an individual setting within a SETTINGS frame is received.
- readSettingsEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSettingsEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the entire SETTINGS frame has been received.
- readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SETTINGS frame is received.
- readShort() - Method in class io.netty.buffer.AbstractByteBuf
-
- readShort() - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readShort() - Method in class io.netty.buffer.ByteBufInputStream
-
- readShort() - Method in class io.netty.buffer.EmptyByteBuf
-
- readShort() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readShortLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2
in this buffer.
- readShortLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readSlice(int) - Method in class io.netty.buffer.ByteBuf
-
Returns a new slice of this buffer's sub-region starting at the current
readerIndex
and increases the readerIndex
by the size
of the new slice (= length
).
- readSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SYN_REPLY frame is received.
- 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
-
Called when a SYN_STREAM frame is received.
- readTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
-
Is called when a read timeout was detected.
- ReadTimeoutException - Exception in io.netty.handler.timeout
-
- ReadTimeoutException() - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
-
- ReadTimeoutException(String) - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
-
- ReadTimeoutHandler - Class in io.netty.handler.timeout
-
- ReadTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- readTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Deprecated.
- readTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait
time.
- readUnsignedByte() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedByte() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readUnsignedByte() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUnsignedByte() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedByte() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readUnsignedInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Reads a big-endian (31-bit) integer from the buffer.
- readUnsignedIntLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedIntLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- readUnsignedIntLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedMedium() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedMedium() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
and increases the readerIndex
by 3
in this buffer.
- readUnsignedMedium() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 3
in this buffer.
- readUnsignedMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedShort() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedShort() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
and increases the readerIndex
by 2
in this buffer.
- readUnsignedShort() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUnsignedShort() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedShort() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedShortBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian unsigned 16-bit short integer from the buffer.
- readUnsignedShortLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2
in this buffer.
- readUnsignedShortLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUTF() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a WINDOW_UPDATE frame is received.
- reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Reallocate a new
ByteBuffer
with the given
capacity
.
- reallocateMemory(long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- reasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- reasonString(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- reasonText() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the reason text as per
RFC 6455 If a reason
text is not supplied, an empty string is returned.
- reasonText() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- rebuildSelector() - Method in class io.netty.channel.nio.NioEventLoop
-
Replaces the current
Selector
of this event loop with newly created
Selector
s to work
around the infamous epoll 100% CPU bug.
- rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Replaces the current
Selector
s of the child event loops with newly created
Selector
s to work
around the infamous epoll 100% CPU bug.
- 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
-
- receivedAmount() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
-
- 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
-
Receives an inbound DATA
frame from the remote endpoint and applies flow control policies to it for both
the stream
as well as the connection.
- receiveMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- recipient() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the recipient of this message.
- 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
-
The RECORD getMethod initiates recording a range of media data according to
the presentation description.
- record() - Method in interface io.netty.util.ResourceLeak
-
Deprecated.
Records the caller's current stack trace so that the
ResourceLeakDetector
can tell where the leaked
resource was accessed lastly.
- record(Object) - Method in interface io.netty.util.ResourceLeak
-
Deprecated.
Records the caller's current stack trace and the specified additional arbitrary information
so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly.
- record() - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace so that the
ResourceLeakDetector
can tell where the leaked
resource was accessed lastly.
- record(Object) - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information
so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly.
- 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
-
Returns the first record in the specified section
of this DNS message.
- recordAt(DnsSection, int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the record at the specified index
of the specified section
of this DNS message.
- recursionDesired(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets if this resolver has to send a DNS query with the RD (recursion desired) flag set.
- recv(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
-
- RecvByteBufAllocator - Interface in io.netty.channel
-
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough
not to waste its space.
- RecvByteBufAllocator.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
-
- recvFromAddressDomainSocket(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- RecyclableArrayList - Class in io.netty.util.internal
-
A simple list which is recyclable.
- recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Deprecated.
- recycle(T) - Method in interface io.netty.util.internal.ObjectPool.Handle
-
Recycle the
Object
if possible and so make it ready to be reused.
- recycle() - Method in class io.netty.util.internal.PendingWrite
-
Clear and recycle this instance.
- recycle() - Method in class io.netty.util.internal.RecyclableArrayList
-
Clear and recycle this instance.
- recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.Recycler
-
- recycleAndGet() - Method in class io.netty.util.internal.PendingWrite
-
Recycle this instance and return the
Promise
.
- Recycler<T> - Class in io.netty.util
-
Light-weight object pool based on a thread-local stack.
- 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(int, int, int, int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler(int, int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler.EnhancedHandle<T> - Class in io.netty.util
-
- Recycler.Handle<T> - Interface in io.netty.util
-
- REDIRECT - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The REDIRECT request informs the client that it must connect to another
server location.
- 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
-
Creates a new instance.
- RedisCodecException - Exception in io.netty.handler.codec.redis
-
- RedisCodecException(String) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisCodecException(Throwable) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisDecoder - Class in io.netty.handler.codec.redis
-
- RedisDecoder() - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default maxInlineMessageLength
and messagePool
and inline command decoding disabled.
- RedisDecoder(boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default maxInlineMessageLength
and messagePool
.
- RedisDecoder(int, RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with inline command decoding disabled.
- RedisDecoder(int, RedisMessagePool, boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance.
- RedisEncoder - Class in io.netty.handler.codec.redis
-
- RedisEncoder() - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance with default messagePool
.
- RedisEncoder(RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance.
- RedisMessage - Interface in io.netty.handler.codec.redis
-
RedisMessage is base interface for 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
-
Deprecated.
- 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
-
Deprecated.
- 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.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(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- refCnt() - Method in interface io.netty.util.ReferenceCounted
-
Returns the reference count of this object.
- refCnt(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
- ReferenceCounted - Interface in io.netty.util
-
A reference-counted object that requires explicit deallocation.
- ReferenceCountedOpenSslClientContext - Class in io.netty.handler.ssl
-
A client-side
SslContext
which uses OpenSSL's SSL/TLS implementation.
- ReferenceCountedOpenSslContext - Class in io.netty.handler.ssl
-
An implementation of
SslContext
which works with libraries that support the
OpenSsl C library API.
- ReferenceCountedOpenSslEngine - Class in io.netty.handler.ssl
-
- ReferenceCountedOpenSslServerContext - Class in io.netty.handler.ssl
-
A server-side
SslContext
which uses OpenSSL's SSL/TLS implementation.
- ReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
-
- ReferenceCountUpdater() - Constructor for class io.netty.util.internal.ReferenceCountUpdater
-
- 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
-
Deprecated.
"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
-
Deprecated.
"Referer"
- ReflectionUtil - Class in io.netty.util.internal
-
- 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
-
The 'Refused' DNS RCODE (5), as defined in
RFC1035.
- REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
3 Refused Stream
- regionMatches(int, CharSequence, int, int) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they
are the same.
- regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they
are the same.
- regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.AsciiString
-
This methods make regionMatches operation correctly for any chars in strings
- regionMatchesAscii(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.AsciiString
-
This is optimized version of regionMatches for string with ASCII chars only
- 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
-
Deprecated.
- register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
-
- 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
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Object, Runnable) - Static method in class io.netty.util.internal.ObjectCleaner
-
Register the given
Object
for which the
Runnable
will be executed once there are no references
to the object anymore.
- registeredChannels() - Method in class io.netty.channel.epoll.EpollEventLoop
-
- registeredChannels() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannels() - Method in class io.netty.channel.SingleThreadEventLoop
-
Returns the number of
Channel
s registered with this
EventLoop
or
-1
if operation is not supported.
- registeredChannels() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.epoll.EpollEventLoop
-
- registeredChannelsIterator() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannelsIterator() - Method in class io.netty.channel.SingleThreadEventLoop
-
- registerInternal(Runnable) - Static method in class io.netty.channel.unix.Unix
-
Internal method...
- 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
-
Deprecated.
- release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- release(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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.haproxy.HAProxyMessage
-
- release(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- 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.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 all internal resources of this instance.
- release() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty.util.AbstractReferenceCounted
-
- release(int) - Method in class io.netty.util.AbstractReferenceCounted
-
- release(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- release(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- release() - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by 1
and deallocates this object if the reference count reaches at
0
.
- release(int) - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by the specified decrement
and deallocates this object if the reference
count reaches at 0
.
- release(Object) - 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
-
Release all buffers in the queue and complete all listeners and promises.
- releaseAndFailAll(Throwable) - Method in class io.netty.channel.CoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseHealthCheck() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Indicates whether this pool will check the health of channels before offering them back into the pool.
- releaseInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered inbound messages and return true
if any were in the inbound buffer, false
otherwise.
- 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
-
Release all buffered outbound messages and return true
if any were in the outbound buffer, false
otherwise.
- 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
-
Returns the configured remote address or null
if non is configured yet.
- 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
-
Returns the remote address where this channel is connected to.
- remoteAddress() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the
SocketAddress
to which is bound remote or
null
if none is bound yet.
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- 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.KQueueDomainDatagramChannel
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return the (primary) remote address of the SCTP channel.
- 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
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- 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
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
- 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(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
- remoteAddress() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
- 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.EpollDomainDatagramChannel
-
- 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.KQueueDomainDatagramChannel
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- 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
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
-
- 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
-
Sets the settings for the remote endpoint of the HTTP/2 connection.
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
- remoteSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
- remoteVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
-
- remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove a
ByteBuf
from the queue with the specified number of bytes.
- remove() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Will remove the current message, mark its
ChannelPromise
as success and return
true
.
- 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
-
Removes the
ChannelHandler
with the specified name from this pipeline.
- remove(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
-
- remove(int, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
-
Remove a
ByteBuf
from the queue with the specified number of bytes.
- 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.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- 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
-
Removes all headers with the specified 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
-
Removes the header with the specified name.
- 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
-
Removes the entry with the specified key.
- 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
-
Removes the entry with the specified key.
- 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
-
Removes the entry with the specified key.
- 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
-
Removes the entry with the specified key.
- 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
-
Removes the entry with the specified key.
- remove() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map.
- remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map.
- remove(Object) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- remove(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- remove(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- remove() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- remove() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- remove() - Method in class io.netty.util.internal.ReadOnlyIterator
-
- removeAll() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
- removeAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- removeAndFail(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove a pending write operation and fail it with the given
Throwable
.
- removeAndFailAll(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove all pending write operation and fail them with the given
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
-
Removes the fully written entries and update the reader index of the partially written entry.
- removeComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Remove the
ByteBuf
from the given index.
- removeComponents(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
Remove the number of
ByteBuf
s starting from the given index.
- 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
-
Remove the first
ByteBuf
from the queue.
- 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
-
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file
is still a temporary one as setup at construction)
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeIfExists(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeInboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- removeIndexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- 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
-
Removes a listener of stream life-cycle events.
- 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
-
Removes the first occurrence of the specified listener from this 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
-
Removes the first occurrence for each of the listeners from this 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
-
The stream is out of scope for the HTTP message flow and will no longer be tracked
- 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
-
Returns and removes application-defined data if any was associated with this stream.
- 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
-
Removes the record at the specified index
of the specified section
from this DNS message.
- removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Remove a previous added
Runnable
as a shutdown hook
- removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- removeTyped(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- removeTyped(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- removeTyped(T) - Method in interface io.netty.util.internal.PriorityQueue
-
- removeValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- removeValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Removes the value of the setting 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
-
A convenience getMethod to write an uploaded item to disk.
- renegotiate() - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- replace(ByteBuf) - Method in interface io.netty.buffer.ByteBufHolder
-
Returns a new
ByteBufHolder
which contains the specified
content
.
- replace(ByteBuf) - Method in class io.netty.buffer.DefaultByteBufHolder
-
Returns a new
ByteBufHolder
which contains the specified
content
.
- replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the specified
ChannelHandler
with a new handler in this pipeline.
- replace(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified name with a new handler in this pipeline.
- replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified type with a new handler in this pipeline.
- 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.epoll.SegmentedDatagramPacket
-
Deprecated.
- 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
-
Deprecated.
- replace(ByteBuf) - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- replace(ByteBuf) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- 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
-
Copies this string replacing occurrences of the specified character with another character.
- replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl.SniHandler
-
The default implementation of this method will simply replace
this
SniHandler
instance with a
SslHandler
.
- REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- ReplayingDecoder<S> - Class in io.netty.handler.codec
-
A specialized variation of
ByteToMessageDecoder
which enables implementation
of a non-blocking decoder in the blocking I/O paradigm.
- ReplayingDecoder() - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with no initial state (i.e: null
).
- ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with the specified initial state.
- reportInstancesLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
- reportTracedLeak(String, String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when a traced leak is detected.
- reportUntracedLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when an untraced leak is detected.
- repositoryStatus() - Method in class io.netty.util.Version
-
- request() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
Returns a
request
if exception occurs during request validation otherwise
null
.
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
413 Request Entity Too Large
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
413 Request Entity Too Large
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
431 Request Header Fields Too Large (RFC6585)
- REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Default magic byte for a request.
- REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
408 Request Timeout
- REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
408 Request Timeout
- REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
414 Request-URI Too Long
- REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
414 Request-URI Too Long
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
416 Requested Range Not Satisfiable
- requestHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
-
- requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
-
Returns socks request type
- 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
-
Deprecated.
"Require"
- requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Gets all protocol-specific headers required by this protocol for a successful upgrade.
- requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
- reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- reserveAndWriteUtf8(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- reserved() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Returns the reserved field value.
- reserved() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- reservePushStream(int, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Creates a push stream in the reserved state for this endpoint and notifies all listeners.
- reset() - Method in class io.netty.buffer.ByteBufInputStream
-
- reset() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
-
- reset() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
-
- reset() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
-
- reset() - Method in interface io.netty.buffer.search.SearchProcessor
-
Resets the state of SearchProcessor.
- 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
-
Deprecated.
Reset any counters that have accumulated and recommend how many messages/bytes should be read for the next
read loop.
- reset() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
-
- 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
-
Resets the state of the decoder so that it is ready to decode a new message.
- reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- reset() - Method in class io.netty.util.internal.AppendableCharSequence
-
- RESET_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
205 Reset Content
- resetCumulativeTime() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
-
- resetCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
-
Reset both read and written cumulative bytes counters and the associated absolute time
from System.currentTimeMillis().
- resetDecoder() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Prepare for next decoding iteration.
- resetReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.ByteBuf
-
Repositions the current readerIndex
to the marked
readerIndex
in this buffer.
- resetReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- resetReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- resetReadTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the read timeout.
- resetRefCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that resets the reference count of the buffer to 1
- resetRefCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
Resets the reference count to 1
- resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Sets the flag indicating that a RST_STREAM
frame has been sent from the local endpoint
for this 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
-
Ensure the stream identified by streamId
is reset.
- resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.ByteBuf
-
Repositions the current writerIndex
to the marked
writerIndex
in this buffer.
- resetWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- resetWriteTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the write timeout.
- resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
-
Deprecated.
- 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
-
Resolves the specified address.
- resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolve(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String, Promise<T>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in class io.netty.resolver.SimpleNameResolver
-
- resolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
-
- ResolveAddressHandler - Class in io.netty.handler.address
-
- ResolveAddressHandler(AddressResolverGroup<? extends SocketAddress>) - Constructor for class io.netty.handler.address.ResolveAddressHandler
-
- 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
-
Resolves the specified address.
- resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Iterable<DnsRecord>, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(DnsQuestion, Iterable<DnsRecord>, Promise<List<DnsRecord>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Promise<List<T>>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- 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
-
Returns the resolution cache.
- resolveCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for resolution results.
- resolvedAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the list of the protocol families of the address resolved.
- ResolvedAddressTypes - Enum in io.netty.resolver
-
Defined resolved address types.
- resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
-
Sets the
NameResolver
which will resolve the address of the unresolved named address.
- 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.LeakListener - Interface in io.netty.util
-
- ResourceLeakDetector.Level - Enum in io.netty.util
-
Represents the level of resource leak detection.
- 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
-
Deprecated.
- ResourceLeakException(String) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakHint - Interface in io.netty.util
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - Interface in io.netty.util
-
- ResourcesUtil - Class in io.netty.util.internal
-
A utility class that provides various common operations and constants
related to loading resources
- 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() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
Returns a
response
if exception occurs during response validation otherwise
null
.
- response() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
-
- RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Default magic byte for a request.
- responseInformation(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- responseType() - Method in class io.netty.handler.codec.socks.SocksResponse
-
Returns socks response type
- Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- ResumableX509ExtendedTrustManager - Interface in io.netty.handler.ssl
-
An interface that TrustManager
instances can implement, to be notified of resumed SSL sessions.
- resume() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- resumeClientTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered from the session ticket,
and the
SSLEngine
being used, restore the application state of the associated
SSL session.
- resumeServerTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered of the peer, and the
SSLEngine
being used, restore the application state of the associated SSL session.
- resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
Continues to fetch the chunks from the input.
- retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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 class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retain(int) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- 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
-
Deprecated.
- retain(int) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retain() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retain(int) - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retain() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- retain(int) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- 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.HAProxyMessage
-
- retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- 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
-
Increases the reference count by 1
.
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by the specified 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
-
Increases the reference count by 1
.
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by the specified 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(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- retain(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- retain() - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by 1
.
- retain(int) - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by the specified increment
.
- retain(T) - Static method in class io.netty.util.ReferenceCountUtil
-
- retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- retainAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- retainAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- 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
-
Returns a retained buffer which shares the whole region of this buffer.
- 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
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- 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
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retainedDuplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- 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
-
Returns a retained slice of this buffer's readable bytes.
- retainedSlice(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a retained slice of this buffer's sub-region.
- 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
-
Deprecated.
- retainedSlice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainHandling() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- 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
-
Deprecated.
"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
-
Deprecated.
"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
-
Returns the
DnsServerAddresses
that yields the specified
addresses
in a rotational sequential
order.
- rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specified
addresses
in a rotational sequential
order.
- RoundRobinDnsAddressResolverGroup - Class in io.netty.resolver.dns
-
- RoundRobinDnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
-
- 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
-
Responsible person record RFC 1183 Information about the responsible
person(s) for the domain.
- rp1 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp2 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp3 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp4 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp5 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp6 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp7 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp8 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- RRSIG - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record
set.
- RSET - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- rset() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a RSET
request.
- 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
-
Bits used for extensions to the standard.
- 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
-
Deprecated.
"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
-
Deprecated.
"RTP-Info"
- RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"rtptime"
- RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"rtptime"
- RTS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- 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 Version not supported
- RtspDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
- RtspDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified configuration.
- 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
-
Standard RTSP header names.
- 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
-
Standard RTSP header names.
- RtspMethods - Class in io.netty.handler.codec.rtsp
-
The request getMethod of RTSP.
- RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
Creates a new instance with the specified parameters.
- RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
- RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
Creates a new instance.
- RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Deprecated.
- RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
Deprecated.
- RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Deprecated.
- RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
Deprecated.
- RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
-
The getStatus code and its description of a RTSP response.
- RtspVersions - Class in io.netty.handler.codec.rtsp
-
The version of 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
-
This class allows one to filter new
Channel
s based on the
IpFilterRule
s passed to its constructor.
- RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections
based on their IP address and
rules
applied.
- RuleBasedIpFilter(boolean, IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections
based on their IP address and
rules
applied.
- 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.epoll.EpollEventLoop
-
- run() - Method in class io.netty.channel.nio.NioEventLoop
-
- run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- 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
-
Poll all tasks from the task queue and run them via
Runnable.run()
method.
- runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()
method.
- runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Runs all tasks from the passed taskQueue
.
- runPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Run all tasks (which also includes scheduled tasks) that are pending in the
EventLoop
for this
Channel
- runScheduledAndExecutorTasks(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Execute all expired scheduled tasks and all current tasks in the executor queue until both queues are empty,
or maxDrainAttempts
has been exceeded.
- runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Run all pending scheduled tasks in the
EventLoop
for this
Channel
and return the
nanoseconds
when the next scheduled task is ready to run.
- runTask(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
-
- RxtxChannel - Class in io.netty.channel.rxtx
-
- RxtxChannel() - Constructor for class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- RxtxChannelConfig - Interface in io.netty.channel.rxtx
-
- RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
-
Deprecated.
- 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
-
Deprecated.
Creates a RxtxDeviceAddress representing the address of the serial port.
- S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"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
-
- safeFindNextPositivePowerOfTwo(int) - Static method in class io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- 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
-
Marks the specified promise
as failure.
- safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Marks the specified promise
as success.
- SAMESITE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- sameSite() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookie
can be sent along cross-site requests.
- sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Allows to sanitize headers of the message before encoding these.
- 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
-
Deprecated.
"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
-
The result of a scheduled asynchronous operation.
- 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
-
Returns the leftmost number of significant bits of ADDRESS that the response covers.
- 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
-
A SCTP/IP
Channel
interface for single SCTP association.
- SctpChannelConfig - Interface in io.netty.channel.sctp
-
- SctpChannelOption<T> - Class in io.netty.channel.sctp
-
Option for configuring the SCTP transport
- SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which receives
SctpMessage
s which belong to a application protocol form a specific
SCTP Stream and decode it as
ByteBuf
.
- SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
-
- SctpMessage - Class in io.netty.channel.sctp
-
Representation of SCTP Data Chunk
- SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- 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
-
AbstractNotificationHandler
implementation which will handle all
Notification
s by trigger a
Notification
user event in the
ChannelPipeline
of a
SctpChannel
.
- SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
-
- SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which transform
ByteBuf
to
SctpMessage
and send it through a specific stream
with given protocol identifier.
- 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
-
A SCTP/IP
ServerChannel
which accepts incoming SCTP/IP associations.
- SctpServerChannelConfig - Interface in io.netty.channel.sctp
-
- searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the list of search domains of the resolver.
- SearchProcessor - Interface in io.netty.buffer.search
-
- SearchProcessorFactory - Interface in io.netty.buffer.search
-
- 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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"Sec-WebSocket-Version"
- SECURE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- secureRandom(SecureRandom) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Specify a non-default source of randomness for the
JdkSslContext
In general, the best practice is to leave this unspecified, or to assign a new random source using the
default
new SecureRandom()
constructor.
- SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- SegmentedDatagramPacket - Class in io.netty.channel.epoll
-
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - Constructor for class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
Create a new instance.
- SegmentedDatagramPacket - Class in io.netty.channel.unix
-
Allows to use
GSO
if the underlying OS supports it.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- segmentSize() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
Return the size of each segment (the last segment can be smaller).
- SELECT - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates a blocking select should follow.
- select(List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
-
Deprecated.
Callback invoked to select the application level protocol from the protocols
provided.
- selected(String) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
-
Deprecated.
Callback invoked to let this application know the protocol chosen by the peer.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.
Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the selected subprotocol.
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
-
- selectionKey() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.
Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectorProvider() - Method in class io.netty.channel.nio.NioEventLoop
-
- SelectStrategy - Interface in io.netty.channel
-
Select strategy interface.
- SelectStrategyFactory - Interface in io.netty.channel
-
- selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Selects the first matching supported sub protocol
- self() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns this
.
- self() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- SelfSignedCertificate - Class in io.netty.handler.ssl.util
-
Generates a temporary self-signed certificate for testing purposes.
- SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date, String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Semicolon ';'
- send(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- sendAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sendCloseFrame() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sendCloseFrame() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- sender() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the sender of this message.
- 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
-
Deprecated.
- sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
-
- sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
-
- sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
-
- sendToAddress(long, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
-
- sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
-
- sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
-
- sendToAddresses(long, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
-
- sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty.channel.unix.Socket
-
- sendToDomainSocket(ByteBuffer, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
-
- sendToProxyServer(Object) - Method in class io.netty.handler.proxy.ProxyHandler
-
Sends the specified message to the proxy server.
- sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot support the web socket version
- sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot support the web socket version
- 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
-
Deprecated.
"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
-
Create a new instance.
- SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
-
Create a new instance.
- SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"server"
- SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"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
-
A
Channel
that accepts an incoming connection attempt and creates
its child
Channel
s by accepting them.
- ServerChannelRecvByteBufAllocator - Class in io.netty.channel
-
- ServerChannelRecvByteBufAllocator() - Constructor for class io.netty.channel.ServerChannelRecvByteBufAllocator
-
- ServerCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie decoder to be used server side.
- ServerCookieEncoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie encoder to be used server side,
so some fields are sent (Version is typically ignored).
- 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
-
Create a new read only representation of headers used by servers.
- serverKeepAlive(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- serverReference(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- ServerSocketChannel - Interface in io.netty.channel.socket
-
A TCP/IP
ServerChannel
which accepts incoming TCP/IP connections.
- ServerSocketChannelConfig - Interface in io.netty.channel.socket
-
- SERVFAIL - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'ServFail' DNS RCODE (2), as defined in
RFC1035.
- SERVICE_RESTART - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
503 Service Unavailable
- SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
503 Service Unavailable
- SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"session"
- SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"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 Session Not Found
- sessionCacheSize() - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- sessionCacheSize() - Method in class io.netty.handler.ssl.SslContext
-
Returns the size of the cache used for storing SSL session objects.
- sessionCacheSize(long) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Set the size of the cache used for storing SSL session objects.
- sessionContext() - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- sessionContext() - Method in class io.netty.handler.ssl.JdkSslContext
-
- 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
-
- sessionExpiryInterval(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- 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.SslContext
-
Returns the timeout for the cached SSL session objects, in seconds.
- sessionTimeout(long) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Set the timeout for the cached SSL session objects, in seconds.
- 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
-
Sets a header with the specified name and value.
- set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header with the specified name and values.
- set(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Clears the current header entries and copies all header entries of the specified 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
-
Sets a header with the specified name and value.
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and values.
- set(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Cleans the current header entries and copies all header entries of the specified 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
-
Sets the value
- set(V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the current thread.
- set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the specified thread local map.
- set(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
-
- 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
-
Sets or removes the "Expect: 100-continue"
header to / from the
specified message.
- 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
-
Deprecated.
"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
-
Deprecated.
"Set-Cookie2"
- SET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The SET_PARAMETER requests to set the value of a parameter for a
presentation or stream specified by the 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
-
Retains all current headers but calls #set(K, V)
for each entry in headers
.
- setAll(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
- setAllowDuplicateContentLengths(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether more than one Content-Length
header is allowed.
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Sets whether the channel should not close itself when its remote peer shuts down output to
make the connection half-closed.
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setAllowPartialChunks(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether chunks can be split into multiple messages, if their chunk size exceeds the size of the input buffer.
- setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the Associated-To-Stream-ID of this frame.
- 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
-
Set to true
if responding server is authoritative for the domain
name in the query message.
- setAutoClose(boolean) - Method in interface io.netty.channel.ChannelConfig
-
Sets whether the
Channel
should be closed automatically and immediately on write failure.
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
- setAvailableProcessors(int) - Static method in class io.netty.util.NettyRuntime
-
Set the number of available processors.
- 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
-
Sets the backlog value to specify when the channel binds to a local address.
- setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setBacklog(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Sets the backlog value to specify when the channel binds to a local
address.
- setBacklog(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setBaseDir(String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- setBaudrate(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets the baud rate (ie. bits per second) for communication with the serial device.
- setBioNonApplicationBufferSize(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Set the size of the buffer used by the BIO for non-application based writes
(e.g. handshake, renegotiation, etc...).
- setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Set the Body HttpDatas list
- setBoolean(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
-
- setBoolean(int, boolean) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified boolean at the specified absolute index
in this
buffer.
- 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
-
Deprecated.
- 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
-
Set the name
to 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
-
- setBroadcast(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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
-
Sets the specified byte at the specified absolute index
in this
buffer.
- setByte(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
Set the name
to 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
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the source buffer becomes
unreadable.
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the specified absolute index
.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the specified absolute index
until the source buffer's position
reaches its limit.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source stream to this buffer
starting at the specified absolute index
.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source channel to this buffer
starting at the specified absolute index
.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source channel starting at the given file position
to this buffer starting at the specified absolute 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
-
Deprecated.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
- setCas(long) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setCas(long) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the CAS identifier.
- setChar(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setChar(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the specified absolute
index
in this buffer.
- 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
-
Deprecated.
- 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
-
Set the name
to 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
-
- setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.EmptyByteBuf
-
- setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the Charset passed by the browser if defined
- setCheckInterval(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- setChunkedSupported(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether Transfer-Encoding: Chunked
should be supported.
- setCleanerFlag(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if previously persisted settings should be cleared.
- setCloseNotifyFlushTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
-
Sets the timeout for flushing the close_notify that was triggered by closing the
Channel
.
- setCloseNotifyFlushTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
-
- setCloseNotifyReadTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
-
Sets the timeout for receiving the response for the close_notify that was triggered by closing the
Channel
.
- 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
-
Sets the response code for this message.
- setComment(String) - Method in interface io.netty.handler.codec.http.Cookie
-
- setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
-
- setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setCompleted(boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the connect timeout of the channel in milliseconds.
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
- setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.ProxyHandler
-
Sets the connect timeout in millis.
- 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
-
- setContent(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the file (erase any previous data)
- setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the inputStream (erase any previous data)
- 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
-
Sets the "Content-Length"
header.
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
- 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
-
Set the Content Type passed by the browser if defined
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- setCounterHashCode(IntegerHolder) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets the number of data bits to use to make up each character sent to the serial
device.
- setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the data type of the message.
- 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
-
Updates the result of decoding this object.
- 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
-
- setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Changes the default factory.
- setDeleteOnExit(boolean) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Sets the Delta-Window-Size of this frame.
- setDiscard(boolean) - Method in interface io.netty.handler.codec.http.Cookie
-
- setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setDiscardAfterReads(int) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDomain(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the domain of this
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
-
Sets the specified 64-bit floating-point number at the specified
absolute index
in this buffer.
- 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
-
Deprecated.
- 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
-
Set the name
to value
.
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setDoubleLE(int, double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating-point number at the specified
absolute index
in this buffer in Little Endian Byte Order.
- setDtr(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets whether the serial device supports the Data Terminal Ready signal, used for
flow control
- 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 doesn't support a way to advertise non-contiguous versions from the client's perspective, and the client
just advertises the max supported version.
- 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.EpollDomainDatagramChannelConfig
-
- 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
-
Sets the extras buffer on the message.
- setExtraStreamIds(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- setExtraStreamIds(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
- 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
-
Marks this future as a failure and notifies all
listeners.
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- setFilename(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the original filename
- 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
-
Generic method to set any flag.
- setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
-
- setFloat(int, float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating-point number at the specified
absolute index
in this buffer.
- 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
-
Deprecated.
- 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
-
Set the name
to value
.
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setFloatLE(int, float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating-point number at the specified
absolute index
in this buffer in Little Endian Byte Order.
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Sets timeout to close the connection if it was not closed by the server.
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
If
true
is used
IP_FREEBIND is enabled,
false
for disable it.
- setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
If
true
is used
IP_FREEBIND is enabled,
false
for disable it.
- setFutureListenerStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- 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
-
- setHeadersFactory(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- 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
-
Determines if this
Cookie
is HTTP only.
- 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
-
Sets the ID
of this DNS message.
- 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
-
Sets the ID of this frame.
- setIfAbsent(T) - Method in interface io.netty.util.Attribute
-
Atomically sets to the given value if this
Attribute
's value is
null
.
- setIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setIndex(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the readerIndex
and writerIndex
of this buffer
in one shot.
- 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
-
Deprecated.
- setIndexedVariable(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- setInitialBufferSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the initial size of the temporary buffer used when parsing the lines of the HTTP headers.
- setInitialSeedUniquifier(long) - Static method in class io.netty.util.internal.ThreadLocalRandom
-
- setInitialValue(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- 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
-
Sets the specified 32-bit integer at the specified absolute
index
in this buffer.
- setInt(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
Set the name
to 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
-
Set the name
to 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
-
Sets the address of the network interface used for multicast packets.
- setInterface(InetAddress) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setInterface(InetAddress) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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
-
Sets the specified 32-bit integer at the specified absolute
index
in this buffer with Little Endian byte order
.
- setIntLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- setIntOpt(int, int, int) - Method in class io.netty.channel.unix.Socket
-
- 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
-
Marks this header block as invalid.
- 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.EpollEventLoop
-
Sets the percentage of the desired amount of time spent for I/O in the event loop.
- setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
-
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
- setIoRatio(int) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoop
-
Sets the percentage of the desired amount of time spent for I/O in the event loop.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
- setIpBindAddressNoPort(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the IP_BIND_ADDRESS_NO_PORT option on the underlying Channel.
- setIpRecvOrigDestAddr(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- 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
-
Deprecated.
- setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setKeepAlive(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
-
- setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Sets the value of the "Connection"
header depending on the
protocol version of the specified message.
- setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Sets the value of the "Connection"
header depending on the
protocol version of the specified message.
- setKey(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setKey(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the key of the document.
- 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
-
Sets if this frame is the last frame to be transmitted on the stream.
- 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
-
Sets the Last-good-stream-ID of this frame.
- setLeakListener(ResourceLeakDetector.LeakListener) - Static method in class io.netty.buffer.ByteBufUtil
-
- setLeakListener(ResourceLeakDetector.LeakListener) - Method in class io.netty.util.ResourceLeakDetector
-
Set leak listener.
- setLength(int) - Method in class io.netty.util.internal.AppendableCharSequence
-
- setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util.ResourceLeakDetector
-
Sets the resource leak detection level.
- setLocalChannelReaderStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
index
in this buffer.
- setLong(int, long) - Method in class io.netty.buffer.CompositeByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.EmptyByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
Set the name
to 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
-
Sets the specified 64-bit long integer at the specified absolute
index
in this buffer in Little Endian Byte Order.
- setLongLE(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.EmptyByteBuf
-
- setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
- setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the magic byte.
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the maximum age of this
Cookie
in seconds.
- setMaxAge(long) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
-
- setMaxBytesPerGatheringWrite(long) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- setMaxChunkSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum chunk size.
- setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setMaxDatagramPayloadSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- setMaxDeviation(float, float, float) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- setMaxHeaderSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum line length of header lines.
- setMaxInitialLineLength(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum length of the first line of the HTTP header.
- setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
To set a max size limitation on fields.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.ChannelConfig
-
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Set the maximum number of message to write per eventloop run.
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the maxSize for this HttpData.
- setMaxTimeWait(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- setMaxWriteDelay(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- setMaxWriteSize(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Note that this limit is a best effort on memory limitation to prevent Out Of
Memory Exception.
- setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
index
in this buffer.
- setMedium(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- setMediumLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setMediumLE(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
index
in this buffer in the Little Endian Byte Order.
- setMediumLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- setMemory(byte[], int, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
-
- setMemory(long, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
-
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- 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
-
- setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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
-
Sets a new header.
- setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- 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
-
Sets the OCSP response.
- setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the opaque value.
- 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
-
Sets the opCode
of this DNS message.
- 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
-
Sets the opcode for the message.
- setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.ChannelConfig
-
Sets a configuration property with the specified name and value.
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel.ChannelConfig
-
Sets the configuration properties from the specified
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
-
Deprecated.
Sets the type of parity bit to be used when communicating with the serial device.
- setPartitioned(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Sets the
Partitioned
attribute of this
Cookie
- 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
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting is persisted.
- setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting should be persisted.
- 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
-
Deprecated.
- setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setPriority(byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setPriority(byte) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the priority of the stream.
- setPrivateKeyMethod(OpenSslPrivateKeyMethod) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- 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
-
Associates the application-defined data with this stream.
- setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Sets OptionUDT.Protocol_Receive_Buffer_Size
- setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Sets OptionUDT.Protocol_Send_Buffer_Size
- setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- 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
-
- setRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
-
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
If this is true
then the RecvByteBufAllocator.Handle#guess()
will be overridden to always attempt
to read as many bytes as kqueue says are available.
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
- 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
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- 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
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- setReadTimeout(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets the maximal time (in ms) to block while try to read from the serial port.
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- 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.KQueueDomainSocketChannelConfig
-
- 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
-
- 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
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- 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
-
Sets the specified section
of this DNS message to the specified record
,
making it a single-record section.
- setRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the specified record
at the specified index
of the specified section
of this DNS message.
- 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
-
Set to true
if DNS server can handle recursive queries.
- 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
-
Sets the RD
(recursion desired} field of this DNS message.
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
- setRefCnt(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setRefCnt(int) - Method in class io.netty.util.AbstractReferenceCounted
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setRefCnt(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
An unsafe operation that sets the reference count directly
- setRejectRemoteInitiatedRenegotiation(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Sets the reserved field value.
- setReserved(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - Static method in class io.netty.util.ResourceLeakDetectorFactory
-
Set the factory's singleton instance.
- 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
-
- 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
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.unix.Socket
-
- setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- setReusePort(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- 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
-
Deprecated.
Sets whether the serial device supports the Request To Send signal, used for flow
control
- setSameSite(CookieHeaderNames.SameSite) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Determines if this this
Cookie
can be sent along cross-site requests.
- 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
-
Sets the security getStatus of this
Cookie
- setSecure(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- setSeed(long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Throws UnsupportedOperationException
.
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- 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
-
- 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
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.unix.Socket
-
- setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Enable or disable caching of SSL sessions.
- setSessionCacheSize(int) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- 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.OpenSslSessionContext
-
- setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
index
in this buffer.
- setShort(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
Set the name
to 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
-
Set the name
to 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
-
Sets a big-endian 16-bit short integer to the buffer.
- setShortLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- setShortLE(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
index
in this buffer with the Little Endian Byte Order.
- setShortLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
- setSoBusyPoll(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the SO_BUSY_POLL
option on the socket.
- 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
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in class io.netty.channel.unix.Socket
-
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- 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
-
Sets the status of the response.
- 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
-
Sets the status of this frame.
- setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Sets the status of this frame.
- setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets the number of stop bits to include at the end of every character to aid the
serial device in synchronising with the data.
- 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
-
Sets the Stream-ID of this frame.
- 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
-
Sets the Stream-ID of this frame.
- 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
-
Marks this future as a success and notifies all
listeners.
- setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Sets OptionUDT.System_Receive_Buffer_Size
- setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Sets OptionUDT.System_Send_Buffer_Size
- setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_CORK
option on the socket.
- setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the TCP_DEFER_ACCEPT
option on the socket.
- setTcpFastopen(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Enables tcpFastOpen on the server channel.
- setTcpFastOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Enables TCP FastOpen on the server channel.
- setTcpFastOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
- setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Enables client TCP fast open.
- setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Enables client TCP fast open, if available.
- setTcpKeepCnt(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_KEEPCNT
option on the socket.
- setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_KEEPIDLE
option on the socket.
- setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_KEEPINTVL
option on the socket.
- setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the TCP_MD5SIG
option on the socket.
- setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_MD5SIG
option on the socket.
- 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
-
Deprecated.
- setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- 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
-
Set the TCP_NOTSENT_LOWAT
option on the socket.
- setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_QUICKACK
option on the socket.
- setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the TCP_USER_TIMEOUT
option on the socket.
- setThreadLocalMap(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Sets the internal data structure that keeps the thread-local variables bound to this thread.
- setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- setTicketKeys(OpenSslSessionTicketKey...) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Sets the SSL session ticket keys of this context.
- 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
-
Set the name
to 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
-
- setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setTimeToLive(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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
-
- setTopicFilter(String) - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
Rewrite topic filter.
- setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the total body length.
- 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
-
- 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
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setTrafficClass(int) - Method in class io.netty.channel.unix.Socket
-
- setTrailersFactory(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- 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
-
Set to true
if response has been truncated (usually happens for
responses over 512 bytes).
- setTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- setTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Mark this header block as truncated.
- setUdpGro(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- 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
-
Make this future impossible to cancel.
- setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets if the stream created with this frame is to be considered
half-closed to the receiver.
- SETUP - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The SETUP request for a URI specifies the transport mechanism to be
used for the streamed media.
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Sets any protocol-specific headers required to the upgrade request.
- 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
-
Set the requested URI (or alternatively, path)
- setUseClientMode(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Sets a user-defined writability flag at the specified index.
- setUseTasks(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- setValidateHeaders(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether header validation should be enabled or not.
- setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- setValue(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the value of this
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
-
Sets the value of this 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
-
Sets the value of the setting ID.
- setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- setValue(V) - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- 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
-
Deprecated.
- setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Sets the time to wait after opening the serial port and before sending it any
configuration information or data.
- setWantClientAuth(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- setWrap(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets true if the value of this
Cookie
is to be wrapped with double quotes.
- setWrap(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- setWrapDataSize(int) - Method in class io.netty.handler.ssl.SslHandler
-
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the high water mark of the write buffer.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the low water mark of the write buffer.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.ChannelConfig
-
Set the
WriteBufferWaterMark
which is used for setting the high and low
water mark of the write buffer.
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- 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
-
Note the change will be taken as best effort, meaning
that all already scheduled traffics will not be
changed, but only applied to new traffics.
- setWriteSpinCount(int) - Method in interface io.netty.channel.ChannelConfig
-
- 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.EpollDomainDatagramChannelConfig
-
- 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.KQueueDomainDatagramChannelConfig
-
- 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
-
Deprecated.
- 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 interface io.netty.channel.socket.DuplexChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- 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
-
Sets the Z
(reserved for future use) field of this DNS message.
- 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
-
Fills this buffer with NUL (0x00) starting at the specified
absolute 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
-
Deprecated.
- setZero(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- setZero(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- sharedOutputStream(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
- sharedSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- shortCircuit() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies that a CORS request should be rejected if it's invalid before being
further processing.
- ShortCollections - Class in io.netty.util.collection
-
Utilities for short-based primitive collections.
- 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
-
A hash map implementation of
ShortObjectMap
that uses open addressing for keys.
- 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
-
Interface for a primitive map that uses short
s as keys.
- ShortObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
- shouldHandleUpgradeRequest(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Determines whether the specified upgrade
HttpRequest
should be handled by this handler or not.
- shouldUseIpv6(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
- 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
-
Will shutdown the input and output sides of this channel.
- shutdown(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and output sides of this channel.
- shutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- 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
-
Deprecated.
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- 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
-
Destroys this engine.
- 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
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- shutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- 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
-
Signals this executor that the caller wants the executor to be shut down.
- 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
-
Provide a hint as to what type of shutdown should be executed.
- 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
-
Shutdown the input side of the channel.
- shutdownInput() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Shutdown the input side of this channel.
- shutdownInput() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- 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.NioDomainSocketChannel
-
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- 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
-
Deprecated.
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownInput() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- 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
-
Shutdown the output portion of the corresponding
Channel
.
- 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.NioDomainSocketChannel
-
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- 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
-
Deprecated.
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- SIG - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and
TKEY (RFC 2930).
- sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Signs the input with the given key and notifies the returned
Future
with the signed bytes.
- sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
Signs the input with the given key and returns the signed bytes.
- Signal - Error in io.netty.util
-
A special
Error
which is used to signal some state or request by throwing it.
- 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
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
- SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
Create a new instance
- SimpleChannelPool - Class in io.netty.channel.pool
-
Simple
ChannelPool
implementation which will create new
Channel
s if someone tries to acquire
a
Channel
but none is in the pool atm.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- simpleClassName(Object) - Static method in class io.netty.util.internal.StringUtil
-
- simpleClassName(Class<?>) - Static method in class io.netty.util.internal.StringUtil
-
Generates a simplified name from a
Class
.
- SimpleKeyManagerFactory - Class in io.netty.handler.ssl.util
-
- SimpleKeyManagerFactory() - Constructor for class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- SimpleKeyManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- 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
-
- SimpleTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleTrustManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleUserEventChannelHandler<I> - Class in io.netty.channel
-
- SimpleUserEventChannelHandler() - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
- SimpleUserEventChannelHandler(boolean) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleUserEventChannelHandler(Class<? extends I>) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
- SimpleUserEventChannelHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
Create a new instance
- SINGLE_EVENTEXECUTOR_PER_GROUP - Static variable in class io.netty.channel.ChannelOption
-
- SingleThreadEventExecutor - Class in io.netty.util.concurrent
-
Abstract base class for
OrderedEventExecutor
's that execute all its submitted tasks in a single thread.
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
- SingleThreadEventExecutor.NonWakeupRunnable - Interface in io.netty.util.concurrent
-
- SingleThreadEventLoop - Class in io.netty.channel
-
Abstract base class for
EventLoop
s that execute all its submitted tasks in a single thread.
- 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
-
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> - Class in io.netty.channel
-
- 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
-
Create a new instance.
- 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
-
Calculate the size of the given message.
- size() - Method in class io.netty.channel.PendingWriteQueue
-
Returns the number of pending write operations.
- size() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- size() - Method in class io.netty.channel.unix.IovArray
-
Returns the size in bytes
- 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
-
Returns the number of headers in this object.
- 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
-
Returns the number of headers in this object.
- 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
-
The size of the payload in terms of bytes applied to the flow-control window.
- size() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- 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
-
Returns the number of thread local variables bound to the current thread.
- size() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- size() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- size() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- size() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- size2SizeIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size up to the nearest size class.
- SizeClassesMetric - Interface in io.netty.buffer
-
Expose metrics for an SizeClasses.
- sizeIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size from lookup table according to sizeIdx.
- sizeIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size according to sizeIdx.
- 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
-
Deprecated.
- skipBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- skipBytes(int) - Method in class io.netty.buffer.ByteBuf
-
Increases the current readerIndex
by the specified
length
in this buffer.
- 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
-
Deprecated.
- skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- Slf4JLoggerFactory - Class in io.netty.util.internal.logging
-
Logger factory which creates a
SLF4J
logger.
- Slf4JLoggerFactory() - Constructor for class io.netty.util.internal.logging.Slf4JLoggerFactory
-
- 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
-
Returns a slice of this buffer's readable bytes.
- slice(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a slice of this buffer's sub-region.
- slice(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- slice() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- SlicedByteBuf - Class in io.netty.buffer
-
- SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.SlicedByteBuf
-
Deprecated.
- 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
-
Return the size of the small cache.
- SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
The assumed minimum value for
SETTINGS_MAX_CONCURRENT_STREAMS
as
recommended by the
HTTP/2 spec.
- smallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
- SmtpCommand - Class in io.netty.handler.codec.smtp
-
- SmtpContent - Interface in io.netty.handler.codec.smtp
-
Content that is sent after the DATA
request.
- SmtpRequest - Interface in io.netty.handler.codec.smtp
-
An SMTP request.
- SmtpRequestEncoder - Class in io.netty.handler.codec.smtp
-
Encoder for SMTP requests.
- 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
-
A SMTP response
- SmtpResponseDecoder - Class in io.netty.handler.codec.smtp
-
Decoder for SMTP responses.
- SmtpResponseDecoder(int) - Constructor for class io.netty.handler.codec.smtp.SmtpResponseDecoder
-
Creates a new instance that enforces the given maxLineLength
.
- Snappy - Class in io.netty.handler.codec.compression
-
Uncompresses an input
ByteBuf
encoded with Snappy compression into an
output
ByteBuf
.
- Snappy() - Constructor for class io.netty.handler.codec.compression.Snappy
-
- snappy() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
- SNAPPY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"snappy"
- snappyEncoderWithJumboFrames() - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
-
Create a new instance with a
chunk size.
- SnappyFramedDecoder - Class in io.netty.handler.codec.compression
-
- SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedDecoder
-
Deprecated.
- SnappyFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBuf
encoded with the Snappy framing format.
- SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums
turned OFF.
- SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums
as specified.
- SnappyFramedEncoder - Class in io.netty.handler.codec.compression
-
- SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedEncoder
-
Deprecated.
- SnappyFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBuf
using the Snappy framing format.
- SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
-
- SnappyOptions - Class in io.netty.handler.codec.compression
-
- SnappyOptions() - Constructor for class io.netty.handler.codec.compression.SnappyOptions
-
- 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
-
Event that is fired once we did a selection of a
SslContext
based on the
SNI hostname
,
which may be because it was successful or there was an error.
- SniCompletionEvent(String) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
-
- SniCompletionEvent(String, Throwable) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
-
- SniCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
-
- SniHandler - Class in io.netty.handler.ssl
-
- SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
-
- SniHandler(Mapping<? super String, ? extends SslContext>, int, long) - 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
-
- SniHandler(AsyncMapping<? super String, ? extends SslContext>, int, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
- SniHandler(Mapping<? super String, ? extends SslContext>, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
- SniHandler(AsyncMapping<? super String, ? extends SslContext>, long) - 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_BUSY_POLL - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- 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
-
Deprecated.
- SOA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies
authoritative information about a DNS zone, including the primary name
server, the email of the domain administrator, the domain serial number,
and several timers relating to refreshing the zone.
- socket() - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- Socket - Class in io.netty.channel.unix
-
Provides a JNI bridge to native socket operations.
- Socket(int) - Constructor for class io.netty.channel.unix.Socket
-
- socketAddress(String, int) - Static method in class io.netty.util.internal.SocketUtils
-
- SocketChannel - Interface in io.netty.channel.socket
-
- socketChannel() - Method in class io.netty.handler.ssl.ocsp.IoTransport
-
- SocketChannelConfig - Interface in io.netty.channel.socket
-
- socketChannelFactory(ChannelFactory<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- socketChannelFactory(ChannelFactory<? extends SocketChannel>, boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- socketChannelType(Class<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- socketChannelType(Class<? extends SocketChannel>, boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- socketUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
Expose underlying SocketUDT
for debugging and monitoring.
- SocketUtils - Class in io.netty.util.internal
-
Provides socket operations with privileges enabled.
- 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
-
- Socks4ClientDecoder.State - Enum in io.netty.handler.codec.socksx.v4
-
- Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
-
- Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
-
A SOCKS4a CONNECT
or BIND
request.
- Socks4CommandResponse - Interface in io.netty.handler.codec.socksx.v4
-
A SOCKS4a response.
- 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
-
A tag interface that all SOCKS4a protocol messages implement.
- Socks4ProxyHandler - Class in io.netty.handler.proxy
-
Handler that establishes a blind forwarding proxy tunnel using
SOCKS4 protocol.
- 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
-
- Socks4ServerDecoder.State - Enum in io.netty.handler.codec.socksx.v4
-
- Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
-
- Socks5AddressDecoder - Interface in io.netty.handler.codec.socksx.v5
-
Decodes a SOCKS5 address field into its string representation.
- Socks5AddressEncoder - Interface in io.netty.handler.codec.socksx.v5
-
Encodes a SOCKS5 address into binary representation.
- 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
-
The authentication method of 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
-
- Socks5CommandRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- 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
-
- Socks5CommandResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- 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
-
- Socks5InitialRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- 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
-
- Socks5InitialResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- Socks5Message - Interface in io.netty.handler.codec.socksx.v5
-
A tag interface that all SOCKS5 protocol messages implement.
- 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
-
- Socks5PasswordAuthRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- 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
-
- Socks5PasswordAuthResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
-
- 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
-
An socks auth request.
- 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
-
- SocksAuthRequestDecoder.State - Enum in io.netty.handler.codec.socks
-
- SocksAuthResponse - Class in io.netty.handler.codec.socks
-
An socks auth response.
- 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
-
- SocksAuthResponseDecoder.State - Enum in io.netty.handler.codec.socks
-
- SocksAuthScheme - Enum in io.netty.handler.codec.socks
-
- SocksAuthStatus - Enum in io.netty.handler.codec.socks
-
- SocksCmdRequest - Class in io.netty.handler.codec.socks
-
An socks cmd request.
- 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
-
- SocksCmdRequestDecoder.State - Enum in io.netty.handler.codec.socks
-
- SocksCmdResponse - Class in io.netty.handler.codec.socks
-
A socks cmd response.
- 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
-
Constructs new response and includes provided host and port as part of it.
- SocksCmdResponseDecoder - Class in io.netty.handler.codec.socks
-
- SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdResponseDecoder
-
- SocksCmdResponseDecoder.State - Enum in io.netty.handler.codec.socks
-
- SocksCmdStatus - Enum in io.netty.handler.codec.socks
-
- SocksCmdType - Enum in io.netty.handler.codec.socks
-
- SocksInitRequest - Class in io.netty.handler.codec.socks
-
An socks init request.
- 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
-
- SocksInitRequestDecoder.State - Enum in io.netty.handler.codec.socks
-
- SocksInitResponse - Class in io.netty.handler.codec.socks
-
An socks init response.
- 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
-
- SocksInitResponseDecoder.State - Enum in io.netty.handler.codec.socks
-
- 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
-
An interface that all SOCKS protocol messages implement.
- 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
-
Creates a new instance with the default configuration.
- 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
-
Type of socks request
- 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
-
Type of socks response
- SocksSubnegotiationVersion - Enum in io.netty.handler.codec.socks
-
- SocksVersion - Enum in io.netty.handler.codec.socksx
-
The version of SOCKS protocol.
- softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
aggressive concurrent cache
good for shared cache, when we're not worried about class unloading
- softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
aggressive non-concurrent cache
good for non-shared cache, when we're not worried about class unloading
- SOMAXCONN - Static variable in class io.netty.util.NetUtil
-
The SOMAXCONN value of the current machine.
- sourceAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the human-readable source address of this
HAProxyMessage
or
null
if HAProxy performs health check with
send-proxy-v2
.
- 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
-
Returns the leftmost number of significant bits of ADDRESS to be used for the lookup.
- SP - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal space
- SP_CHAR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal space
- SPACE - Static variable in class io.netty.util.internal.StringUtil
-
- SPDY_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/1"
: SPDY version 1
- SPDY_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/2"
: SPDY version 2
- SPDY_3 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/3"
: SPDY version 3
- SPDY_3_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/3.1"
: SPDY version 3.1
- SpdyDataFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol DATA Frame
- SpdyFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol Frame
- SpdyFrameCodec - Class in io.netty.handler.codec.spdy
-
- SpdyFrameCodec(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified version
,
validateHeaders (true)
, and
the default decoder and encoder options
(maxChunkSize (8192)
, maxHeaderSize (16384)
,
compressionLevel (6)
, windowBits (15)
,
and memLevel (8)
).
- SpdyFrameCodec(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified version
,
validateHeaders
, and
the default decoder and encoder options
(maxChunkSize (8192)
, maxHeaderSize (16384)
,
compressionLevel (6)
, windowBits (15)
,
and memLevel (8)
).
- SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified version
, validateHeaders (true)
,
decoder and encoder options.
- SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified version
, validateHeaders
,
decoder and encoder options.
- 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
-
Creates a new instance with the specified version
and the default maxChunkSize (8192)
.
- SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified parameters.
- SpdyFrameDecoderDelegate - Interface in io.netty.handler.codec.spdy
-
- SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
-
Encodes a SPDY Frame into a
ByteBuf
.
- SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
Creates a new instance with the specified spdyVersion
.
- SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol GOAWAY Frame
- SpdyHeaderBlockDecoder - Class in io.netty.handler.codec.spdy
-
Super-class for SPDY header-block decoders.
- SpdyHeaderBlockDecoder() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
-
- SpdyHeaderBlockEncoder - Class in io.netty.handler.codec.spdy
-
Super-class for SPDY header-block encoders.
- SpdyHeaderBlockEncoder() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
-
- 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
-
Provides the constants for the standard SPDY HTTP header names and commonly
used utility methods that access a
SpdyHeadersFrame
.
- SpdyHeaders.HttpNames - Class in io.netty.handler.codec.spdy
-
SPDY HTTP header names
- SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol HEADERS Frame
- SpdyHttpCodec - Class in io.netty.handler.codec.spdy
-
- SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Creates a new instance with the specified decoder options.
- SpdyHttpCodec(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Deprecated.
- SpdyHttpCodec(SpdyVersion, int, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Creates a new instance with the specified decoder options.
- SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
-
- SpdyHttpDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance.
- 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
-
Creates a new instance with the specified parameters.
- SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance with the specified parameters.
- SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
-
- SpdyHttpEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
-
Creates a new instance.
- SpdyHttpEncoder(SpdyVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
-
Creates a new instance.
- SpdyHttpHeaders - Class in io.netty.handler.codec.spdy
-
- SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
-
SPDY HTTP header names
- 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
-
A SPDY Protocol PING Frame
- SpdyProtocolException - Exception in io.netty.handler.codec.spdy
-
- SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol RST_STREAM Frame
- SpdySessionHandler - Class in io.netty.handler.codec.spdy
-
Manages streams within a SPDY session.
- SpdySessionHandler(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler
-
Creates a new session handler.
- SpdySessionStatus - Class in io.netty.handler.codec.spdy
-
The SPDY session status code and its description.
- SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdySessionStatus
-
Creates a new instance with the specified code
and its
statusPhrase
.
- SpdySettingsFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SETTINGS Frame
- SpdyStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol Frame that is associated with an individual SPDY Stream
- SpdyStreamStatus - Class in io.netty.handler.codec.spdy
-
The SPDY stream status code and its description.
- SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Creates a new instance with the specified code
and its
statusPhrase
.
- SpdySynReplyFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SYN_REPLY Frame
- SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SYN_STREAM Frame
- SpdyVersion - Enum in io.netty.handler.codec.spdy
-
- SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol WINDOW_UPDATE Frame
- SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"speed"
- SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Speed"
- SPF - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Sender Policy Framework record RFC 4408 Specified as part of the SPF
protocol as an alternative to of storing SPF data in TXT records.
- 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
-
Splits this string using the supplied regular expression expr
.
- split(char) - Method in class io.netty.util.AsciiString
-
Splits the specified
String
with the specified delimiter..
- splitFirstWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- splitFirstWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- splitHeaderName(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- splitHeaderName(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- splitSecondWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- splitThirdWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- splitThirdWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- SRV - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Service locator RFC 2782 Generalized service location record, used for
newer protocols instead of creating protocol-specific records such as MX.
- SSHFP - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing
SSH public host key fingerprints in the DNS System, in order to aid in
verifying the authenticity of the host.
- SSIZE_MAX - Static variable in class io.netty.channel.unix.Limits
-
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_ED25519 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_ED25519 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
- SSL_v2 - Static variable in class io.netty.handler.ssl.SslProtocols
-
- SSL_v2_HELLO - Static variable in class io.netty.handler.ssl.SslProtocols
-
- SSL_v3 - Static variable in class io.netty.handler.ssl.SslProtocols
-
- SslClientHelloHandler<T> - Class in io.netty.handler.ssl
-
- SslClientHelloHandler() - Constructor for class io.netty.handler.ssl.SslClientHelloHandler
-
- SslClientHelloHandler(int) - Constructor for class io.netty.handler.ssl.SslClientHelloHandler
-
- SslCloseCompletionEvent - Class in io.netty.handler.ssl
-
Event that is fired once the close_notify was received or if an failure happens before it was received.
- SslCloseCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SslCloseCompletionEvent
-
Creates a new event that indicates an close_notify was not received because of an previous error.
- SslClosedEngineException - Exception in io.netty.handler.ssl
-
- SslClosedEngineException(String) - Constructor for exception io.netty.handler.ssl.SslClosedEngineException
-
- sslCloseFuture() - Method in class io.netty.handler.ssl.SslHandler
-
Return the
Future
that will get notified if the inbound of the
SSLEngine
is closed.
- 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
-
Creates a new instance (startTls set to false
).
- SslContext(boolean) - Constructor for class io.netty.handler.ssl.SslContext
-
Creates a new instance.
- SslContextBuilder - Class in io.netty.handler.ssl
-
Builder for configuring a new SslContext for creation.
- SslContextOption<T> - Class in io.netty.handler.ssl
-
- SslContextOption(String) - Constructor for class io.netty.handler.ssl.SslContextOption
-
Should be used by sub-classes.
- sslContextProvider(Provider) - Method in class io.netty.handler.ssl.SslContextBuilder
-
- 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
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor
.
- SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor
.
- SslHandler(SSLEngine, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandshakeCompletionEvent - Class in io.netty.handler.ssl
-
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
- SslHandshakeCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SslHandshakeCompletionEvent
-
Creates a new event that indicates an unsuccessful handshake.
- SslHandshakeTimeoutException - Exception in io.netty.handler.ssl
-
- SslHandshakeTimeoutException(String) - Constructor for exception io.netty.handler.ssl.SslHandshakeTimeoutException
-
- SslMasterKeyHandler - Class in io.netty.handler.ssl
-
The
SslMasterKeyHandler
is a channel-handler you can include in your pipeline to consume the master key
& session identifier for a TLS session.
- SslMasterKeyHandler() - Constructor for class io.netty.handler.ssl.SslMasterKeyHandler
-
Constructor.
- sslPointer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- SslProtocols - Class in io.netty.handler.ssl
-
SSL/TLS protocols
- sslProvider(SslProvider) - Method in class io.netty.handler.ssl.SslContextBuilder
-
- SslProvider - Enum in io.netty.handler.ssl
-
An enumeration of SSL/TLS protocol providers.
- SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"ssrc"
- SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"ssrc"
- stackTrace() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- stackTraceToString(Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
-
Gets the stack trace from a Throwable as a String.
- standalone() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return standalonity of the document
- StandardCompressionOptions - Class in io.netty.handler.codec.compression
-
- start() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty.handler.traffic.TrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty.util.HashedWheelTimer
-
Starts the background thread explicitly.
- startOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer began.
- startOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer began.
- startsWith(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string to determine if the specified string is a prefix.
- startsWith(CharSequence, int) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string, starting at the specified offset, to determine if the specified
string is a prefix.
- startTls(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
-
true
if the first write request shouldn't be encrypted.
- 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
-
Returns the state of this stream.
- state() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Gets the state of this stream.
- state() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
- state() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Returns the current state of this decoder.
- state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Sets the current state of this decoder.
- state() - Method in class io.netty.handler.timeout.IdleStateEvent
-
Returns the idle state.
- state() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- stats() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Returns the stats of this context.
- stats() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- STATUS - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Status' DNS OpCode, as defined in
RFC1035.
- 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
-
Returns the status of the response.
- 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
-
Returns the status of this response.
- 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
-
Returns the status of this response.
- status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
-
Returns the status of this response.
- 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
-
Returns the status of this frame.
- STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":status"
- status() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Returns the status of this frame.
- status() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
-
- statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the closing status code as per
RFC 6455.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the status phrase of this status.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the status phrase of this status.
- StompCommand - Enum in io.netty.handler.codec.stomp
-
STOMP command
- StompContentSubframe - Interface in io.netty.handler.codec.stomp
-
An STOMP chunk which is used for STOMP chunked transfer-encoding.
- StompFrame - Interface in io.netty.handler.codec.stomp
-
- StompHeaders - Interface in io.netty.handler.codec.stomp
-
The multimap data structure for the STOMP header names and values.
- StompHeadersSubframe - Interface in io.netty.handler.codec.stomp
-
An interface that defines a
StompFrame
's command and headers.
- StompSubframe - Interface in io.netty.handler.codec.stomp
-
Defines a common interface for all
StompSubframe
implementations.
- StompSubframeAggregator - Class in io.netty.handler.codec.stomp
-
- StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeAggregator
-
Creates a new instance.
- 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
-
- StompSubframeDecoder.State - Enum in io.netty.handler.codec.stomp
-
- 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 the monitoring process.
- stop() - Method in class io.netty.handler.traffic.TrafficCounter
-
Stop the monitoring process.
- stop() - Method in class io.netty.util.HashedWheelTimer
-
- stop() - Method in interface io.netty.util.Timer
-
Releases all resources acquired by this
Timer
and cancels all
tasks which were scheduled but not executed yet.
- STOP_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- 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.DefaultHttp2PriorityFrame
-
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- 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
-
Gets the stream if it exists.
- stream() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
-
- stream() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
-
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
- 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
-
Returns the
Http2FrameStream
object for this frame, or
null
if the frame has yet to be associated
with a stream.
- 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
-
Gets the stream this state is associated with.
- stream() - Method in class io.netty.resolver.dns.DnsServerAddresses
-
Starts a new infinite stream of DNS server addresses.
- STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
9 Stream Already Closed
- 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 Stream In Use
- streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the amount of bytes that can be sent by 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
-
Thrown if buffered streams are terminated due to this encoder being closed.
- StreamBufferingEncoder.Http2GoAwayException - Exception in io.netty.handler.codec.http2
-
- StreamByteDistributor - Interface in io.netty.handler.codec.http2
-
An object (used by remote flow control) that is responsible for distributing the bytes to be
written across the streams in the connection.
- StreamByteDistributor.StreamState - Interface in io.netty.handler.codec.http2
-
State information for the stream, indicating the number of bytes that are currently
streamable.
- StreamByteDistributor.Writer - Interface in io.netty.handler.codec.http2
-
Object that performs the writing of the bytes that have been allocated for a stream.
- streamDependency() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- streamDependency() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Parent Stream Id of this Priority request
- streamError(int, Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error which can be isolated to a single stream has occurred.
- streamError(int, Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error which can be isolated to a single stream has occurred.
- streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
-
- streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Get the stream id associated with an exception.
- 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
-
Returns the Stream-ID of this frame.
- streamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Stream-ID of this frame.
- streamIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
-
Return the stream-identifier
- streamKey - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
-
- streamMayHaveExisted(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- streamMayHaveExisted(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not the given stream may have existed within this connection.
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept
multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
- strict - Variable in class io.netty.handler.codec.http.cookie.CookieEncoder
-
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Strict decoder that validates that name and value chars are in the valid scope
defined in RFC6265
- STRICT - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265, and (for methods that accept multiple cookies) that only
one cookie is encoded with any given name.
- stringBuilder() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- StringDecoder - Class in io.netty.handler.codec.string
-
- StringDecoder() - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the current system character set.
- StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the specified character set.
- StringEncoder - Class in io.netty.handler.codec.string
-
- StringEncoder() - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the current system character set.
- StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the specified character set.
- StringPair(String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.StringPair
-
- StringProperty(int, String) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.StringProperty
-
- StringUtil - Class in io.netty.util.internal
-
String utility class.
- SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Use this as wildcard to support all requested sub-protocols
- subAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- 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
-
Deprecated.
- submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- subprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Sub protocol request sent to the server.
- subprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the CSV of supported sub protocols
- subprotocols(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
CSV of supported protocols
- subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- subscribe() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- subscriptionIdentifiersAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- subSequence(int) - Method in class io.netty.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int, boolean) - Method in class io.netty.util.AsciiString
-
Either copy or share a subset of underlying sub-sequence of bytes.
- subSequence(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
- substring(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
Create a new
String
from the given start to end.
- substringAfter(String, char) - Static method in class io.netty.util.internal.StringUtil
-
Get the item after one char delim if the delim is found (else null).
- substringBefore(String, char) - Static method in class io.netty.util.internal.StringUtil
-
Get the item before one char delim if the delim is found (else null).
- subStringUnsafe(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
Create a new
String
from the given start to end.
- SucceededFuture<V> - Class in io.netty.util.concurrent
-
- SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.SucceededFuture
-
Creates a new instance.
- 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
-
- successAndRecycle() - Method in class io.netty.util.internal.PendingWrite
-
Mark the underlying
Promise
successfully and recycle this instance.
- sunSslEngineUnavailabilityCause() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Returns the cause of unavailability.
- SupportedCipherSuiteFilter - Class in io.netty.handler.ssl
-
This class will filter all requested ciphers out that are not supported by the current
SSLEngine
.
- supportedProtocols() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
The application level protocols supported.
- supportsHostnameValidation() - Static method in class io.netty.handler.ssl.OpenSsl
-
- supportsKeyManagerFactory() - Static method in class io.netty.handler.ssl.OpenSsl
-
- SuppressForbidden - Annotation Type in io.netty.util
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SuppressJava6Requirement - Annotation Type in io.netty.util.internal
-
Annotation to suppress the Java 6 source code requirement checks for a method.
- SVCB - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).
- swapInt(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 32-bit integer.
- swapLong(long) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 64-bit long integer.
- swapMedium(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 24-bit medium integer.
- SwappedByteBuf - Class in io.netty.buffer
-
- SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- swapShort(short) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 16-bit short integer.
- SWARUtil - Class in io.netty.util.internal
-
Utility class for SWAR (SIMD within a register) operations.
- SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
101 Switching Protocols
- 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
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- 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
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- 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_PROP_KEY - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
-
A system property that can be used to turn on/off the
SslMasterKeyHandler
dynamically without having
to edit your pipeline.
- SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.
See OptionUDT.System_Receive_Buffer_Size
.
- SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.
See OptionUDT.System_Send_Buffer_Size
.
- SystemPropertyUtil - Class in io.netty.util.internal
-
A collection of utility methods to retrieve and parse the values of the Java system properties.
- TA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNSSEC Trust Authorities record N/A Part of a deployment proposal for
DNSSEC without a signed DNS root.
- TAB - Static variable in class io.netty.util.internal.StringUtil
-
- takeTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Take the next
Runnable
from the task queue and so will block if no task is currently present.
- 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
-
Returns the
TimerTask
which is associated with this handle.
- TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"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.ChannelOption
-
Server-side TCP FastOpen.
- TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- TCP_FASTOPEN_CONNECT - Static variable in class io.netty.channel.ChannelOption
-
Client-side TCP FastOpen.
- 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
-
- TcpDnsQueryDecoder - Class in io.netty.handler.codec.dns
-
- TcpDnsQueryDecoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryDecoder
-
- TcpDnsQueryDecoder(DnsRecordDecoder, int) - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryDecoder
-
Creates a new decoder with the specified decoder
.
- TcpDnsQueryEncoder - Class in io.netty.handler.codec.dns
-
- TcpDnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
- TcpDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
Creates a new encoder with the specified recordEncoder
.
- TcpDnsResponseDecoder - Class in io.netty.handler.codec.dns
-
- TcpDnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
- TcpDnsResponseDecoder(DnsRecordDecoder, int) - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
Creates a new decoder with the specified recordDecoder
and maxFrameLength
- TcpDnsResponseEncoder - Class in io.netty.handler.codec.dns
-
- TcpDnsResponseEncoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseEncoder
-
- TcpDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseEncoder
-
Creates a new encoder with the specified encoder
.
- tcpInfo() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
Returns the TCP_INFO
for the current socket.
- tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.EpollSocketChannel
-
Updates and returns the TCP_INFO
for the current socket.
- TE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"te"
- TE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"TE"
- TEARDOWN - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The TEARDOWN request stops the stream delivery for the given URI,
freeing the resources associated with it.
- TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- terminationFuture() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- 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
-
Returns the full protocol version text such as "HTTP/1.0"
.
- text() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Returns the text data in this frame.
- text() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Returns the text data in this frame.
- 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_CSS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/css"
- TEXT_EVENT_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/event-stream"
- TEXT_HTML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/html"
- 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 text frame.
- TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new empty text frame.
- TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data.
- TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data and the final fragment flag.
- thisUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
-
- ThreadDeathWatcher - Class in io.netty.util
-
- ThreadExecutorMap - Class in io.netty.util.internal
-
- threadGroup - Variable in class io.netty.util.concurrent.DefaultThreadFactory
-
- threadLocalDirectBuffer() - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a cached thread-local direct buffer, if available.
- threadLocalMap() - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Returns the internal data structure that keeps the thread-local variables bound to this thread.
- ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
- ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
- threadLocalRandom() - Static method in class io.netty.util.internal.PlatformDependent
-
Return a
Random
which is not-threadsafe and so can only be used from the same thread.
- ThreadLocalRandom - Class in io.netty.util.internal
-
A random number generator isolated to the current thread.
- 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
-
Deprecated.
- ThreadPerChannelEventLoopGroup - Class in io.netty.channel
-
- ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- 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
-
- ThrowableUtil - Class in io.netty.util.internal
-
- throwConnectException(String, int) - Static method in class io.netty.channel.unix.Errors
-
- throwException(Throwable) - Static method in class io.netty.util.internal.PlatformDependent
-
Raises an exception bypassing compiler checks for checked exceptions.
- TICKET_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticker key
- ticketKeyFail() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket that did not match any key in the list.
- ticketKeyNew() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client did not present a ticket and we issued a new one
- ticketKeyRenew() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from an older key,
and we upgraded to the primary key.
- ticketKeyResume() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from the primary key.
- TIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"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
-
Deprecated.
"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
-
A
TimeoutException
when no data was either read or written within a
certain period of time.
- timeouts() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients and either found in the internal or external session cache
in server mode, but that were invalid due to timeout.
- timer() - Method in interface io.netty.util.Timeout
-
Returns the
Timer
that created this handle.
- Timer - Interface in io.netty.util
-
Schedules
TimerTask
s for one-time future execution in a background
thread.
- 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
-
Deprecated.
"Timestamp"
- timeToLive() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- timeToLive() - Method in interface io.netty.handler.codec.dns.DnsQuestion
-
An unused property.
- timeToLive() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the time to live after reading for this resource record.
- 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
-
Secret key record RFC 2930 A method of providing keying material to be
used with TSIG that is encrypted under the public key in an accompanying
KEY RR..
- TLS_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_CHACHA20_POLY1305_SHA256
- TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA256
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_GCM_SHA256
- TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA256
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_GCM_SHA384
- TLS_DH_anon_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA
- TLS_DH_anon_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA256
- TLS_DH_anon_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA
- TLS_DH_anon_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA256
- TLS_DH_anon_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_SEED_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
- TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256
- TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA256
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA256
- TLS_DHE_DSS_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_SEED_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
- TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256
- TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384
- TLS_DHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_DHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256
- TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA256
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_SEED_SHA
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_FALSE_START - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
- TLS_HANDSHAKE_FAILED - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- TLS_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM
- TLS_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM8
- TLS_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA
- TLS_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA256
- TLS_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_GCM_SHA256
- TLS_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM
- TLS_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM8
- TLS_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA
- TLS_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA384
- TLS_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_GCM_SHA384
- TLS_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA128_GCM_SHA256
- TLS_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA256_GCM_SHA384
- TLS_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA128_SHA256
- TLS_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA256_SHA384
- TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
- TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256
- TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384
- TLS_RSA_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA128_SHA256
- TLS_RSA_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA256_SHA384
- TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM
- TLS_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM8
- TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM
- TLS_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM8
- TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA256_GCM_SHA384
- TLS_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA
- TLS_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA256
- TLS_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA
- TLS_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA256
- TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384
- TLS_RSA_WITH_IDEA_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_IDEA_CBC_SHA
- TLS_RSA_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_SEED_SHA
- TLS_SRP_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_128_CBC_SHA
- TLS_SRP_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_256_CBC_SHA
- TLS_SRP_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_128_CBC_SHA
- TLS_SRP_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_256_CBC_SHA
- TLS_SRP_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_128_CBC_SHA
- TLS_SRP_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_256_CBC_SHA
- TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- TLS_v1 - Static variable in class io.netty.handler.ssl.SslProtocols
-
- TLS_v1_1 - Static variable in class io.netty.handler.ssl.SslProtocols
-
- TLS_v1_2 - Static variable in class io.netty.handler.ssl.SslProtocols
-
TLS v1.2
- TLS_v1_3 - Static variable in class io.netty.handler.ssl.SslProtocols
-
TLS v1.3
- TLSA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
TLSA certificate association record RFC 6698 A record for DNS-based
Authentication of Named Entities (DANE).
- tlvs() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns a list of
HAProxyTLV
or an empty list if no TLVs are present.
- tmpdir() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the temporary directory.
- toAddressString(InetAddress) - Static method in class io.netty.util.NetUtil
-
- toAddressString(InetAddress, boolean) - Static method in class io.netty.util.NetUtil
-
- toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- toArray() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- toArray(X[]) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- toArray() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- toArray(T1[]) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- toByteArray() - Method in class io.netty.util.AsciiString
-
Converts this string to a byte array.
- toByteArray(int, int) - Method in class io.netty.util.AsciiString
-
Converts a subset of this string to a byte array.
- toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Creates a buffer containing the error message from the given exception.
- toByteIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
-
- toCharArray() - Method in class io.netty.util.AsciiString
-
Copies the characters in this string to a character array.
- toCharArray(int, int) - Method in class io.netty.util.AsciiString
-
Copies the characters in this string to a character array.
- toComponentIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return the index for the given offset
- toFullHttpRequest(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpRequest(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toFullHttpResponse(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toHexString(byte[]) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(T, byte[]) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexString(T, byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(byte[]) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(T, byte[]) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(T, byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHintString() - Method in interface io.netty.util.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Converts the given HTTP/1.x headers into HTTP/2 headers.
- 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
-
Create a new object to contain the request data.
- toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data.
- toInternalLevel() - Method in enum io.netty.handler.logging.LogLevel
-
For internal use only.
- toJava(String, String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
-
Convert from OpenSSL cipher suite name convention to java cipher suite name convention.
- 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
-
Converts the characters in this string to lowercase, using the default Locale.
- toLowerCase(char) - Static method in class io.netty.util.AsciiString
-
If the character is uppercase - converts the character to lowercase,
otherwise returns the character as it is.
- toLowerCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to lowercase ASCII.
- toLowerCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to lowercase ASCII.
- toMap() - Method in interface io.netty.channel.ChannelPipeline
-
Converts this pipeline into an ordered
Map
whose keys are
handler names and whose values are handlers.
- toMap() - Method in class io.netty.channel.DefaultChannelPipeline
-
- TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
429 Too Many Requests (RFC6585)
- TooLongFormFieldException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.TooLongFormFieldException
-
- TooLongFrameException - Exception in io.netty.handler.codec
-
An
DecoderException
which is thrown when the length of the frame
decoded is greater than the allowed maximum.
- TooLongFrameException() - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongHttpContentException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the
content decoded is greater than the allowed maximum.
- TooLongHttpContentException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpHeaderException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the
header decoded is greater than the allowed maximum.
- TooLongHttpHeaderException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpLineException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the
line decoded is greater than the allowed maximum.
- TooLongHttpLineException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooManyFormFieldsException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.TooManyFormFieldsException
-
- toOpenSsl(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
-
Converts the specified Java cipher suite to its corresponding OpenSSL cipher suite name.
- topicAliasMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- topicFilter() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- 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
-
- toPrivateKey(File, String) - Static method in class io.netty.handler.ssl.SslContext
-
- toPrivateKey(InputStream, String) - Static method in class io.netty.handler.ssl.SslContext
-
- toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util.NetUtil
-
- toSocketAddressString(String, int) - Static method in class io.netty.util.NetUtil
-
Returns the
String
representation of a host port combo.
- 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
-
Decodes this buffer's readable bytes into a string with the specified
character set name.
- toString(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Decodes this buffer's sub-region into a string with the specified
character set.
- toString() - Method in class io.netty.buffer.ByteBuf
-
Returns the string representation of this buffer.
- 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
-
Deprecated.
- toString(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- toString() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- toString() - Method in class io.netty.channel.AbstractChannel
-
Returns the
String
representation of this channel.
- toString() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- toString() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- toString() - Method in class io.netty.channel.DefaultChannelId
-
- toString() - Method in class io.netty.channel.DefaultChannelPipeline
-
Returns the
String
representation of this pipeline.
- toString() - Method in class io.netty.channel.epoll.VSockAddress
-
- 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() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- toString() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
- toString() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec.HeadersUtils
-
Helper for implementing toString for
DefaultHeaders
and wrappers such as DefaultHttpHeaders.
- 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
-
Returns the full protocol version text such as "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.QueryStringDecoder
-
- toString() - Method in class io.netty.handler.codec.http.QueryStringEncoder
-
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- 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.http.websocketx.WebSocketServerProtocolConfig
-
- 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.DefaultHttp2PriorityFrame
-
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- 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.DefaultHttp2WindowUpdateFrame
-
- 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.MqttMessageIdAndPropertiesVariableHeader
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.BinaryProperty
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringProperty
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperty
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- 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.MqttSubscriptionOption
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
-
- toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
-
- toString() - Method in class io.netty.handler.codec.redis.AbstractStringRedisMessage
-
- 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 enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
- 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.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
-
Return a
hex dump of the line separator in UTF-8 encoding.
- 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.pcap.PcapWriteHandler
-
- toString() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
- toString() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
-
- toString() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
-
- 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.ssl.util.LazyJavaxX509Certificate
-
- toString() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- toString() - Method in class io.netty.handler.timeout.IdleStateEvent
-
- 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.DefaultAuthoritativeDnsServerCache
-
- 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
-
Translates the entire byte string to a
String
.
- toString(int) - Method in class io.netty.util.AsciiString
-
Translates the entire byte string to a
String
using the
charset
encoding.
- toString(int, int) - Method in class io.netty.util.AsciiString
-
Translates the [
start
,
end
) range of this byte string to a
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
-
Deprecated.
- toString() - Method in class io.netty.util.internal.AppendableCharSequence
-
- toString() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- toString() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- 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
-
Returns the total body length.
- 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
-
- totalSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length plus the decoded header size (in bytes).
- touch() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- touch(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- touch(Object) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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 class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- touch(Object) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- 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
-
Deprecated.
- touch(Object) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- touch() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- touch(Object) - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- touch() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- touch(Object) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- 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.HAProxyMessage
-
- touch(Object) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- 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
-
Records the current access location of this object for debugging purposes.
- touch(Object) - Method in interface io.netty.util.ReferenceCounted
-
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
- 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
-
Converts the characters in this string to uppercase, using the default Locale.
- toUpperCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to uppercase ASCII.
- toUpperCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to uppercase ASCII.
- toUri() - Method in class io.netty.handler.codec.http.QueryStringEncoder
-
- toX509Certificates(File) - Static method in class io.netty.handler.ssl.SslContext
-
- toX509Certificates(InputStream) - Static method in class io.netty.handler.ssl.SslContext
-
- TRACE - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The TRACE method is used to invoke a remote, application-layer loop- back of the request
message.
- trace(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- trace(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and argument.
- trace(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and arguments.
- trace(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and arguments.
- trace(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level with an
accompanying message.
- trace(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level.
- traceEnabled(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- track(T) - Method in class io.netty.util.ResourceLeakDetector
-
- trackForcibly(T) - Method in class io.netty.util.ResourceLeakDetector
-
- trafficCounter - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Traffic Counter
- trafficCounter() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- TrafficCounter - Class in io.netty.handler.traffic
-
Counts the number of read and written bytes for rate-limiting 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
-
Constructor with the
AbstractTrafficShapingHandler
that hosts it, the Timer to use, its
name, the checkInterval between two computations in millisecond.
- TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"trailer"
- TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Trailer"
- TRAILERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"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
-
Used to create read only object designed to represent trailers.
- trailersFactory() - Static method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- trailersFactory - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- 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
-
Deprecated.
"Transfer-Encoding"
- transfered() - Method in class io.netty.channel.DefaultFileRegion
-
Deprecated.
- transfered() - Method in interface io.netty.channel.FileRegion
-
- transferred() - Method in class io.netty.channel.DefaultFileRegion
-
- transferred() - Method in interface io.netty.channel.FileRegion
-
Returns the bytes which was transferred already.
- transferredBytes() - Method in class io.netty.handler.stream.ChunkedNioStream
-
Returns the number of transferred bytes.
- transferredBytes() - Method in class io.netty.handler.stream.ChunkedStream
-
Returns the number of transferred bytes.
- transferTo(WritableByteChannel, long) - Method in class io.netty.channel.DefaultFileRegion
-
- transferTo(WritableByteChannel, long) - Method in interface io.netty.channel.FileRegion
-
Transfers the content of this file region to the specified channel.
- TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"transport"
- TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Transport"
- transportProtocol() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
- trim(CharSequence) - Static method in class io.netty.util.AsciiString
-
Copies this string removing white space characters from the beginning and end of the string, and tries not to
copy if possible.
- trim() - Method in class io.netty.util.AsciiString
-
Duplicates this string removing white space characters from the beginning and end of the
string, without copying.
- trimCurrentThreadCache() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Trim thread local cache for the current
Thread
, which will give back any cached memory that was not
allocated frequently since the last trim operation.
- trimIndicesToCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- trimOws(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Trim optional white-space characters from the specified value,
according to
RFC-7230.
- TRUE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
-
A supplier which always returns true
and never throws.
- TRUE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
-
A supplier which always returns true
and never throws.
- trustManager(File) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(InputStream) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate, null
uses the system default.
- trustManager(Iterable<? extends X509Certificate>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate, null
uses the system default.
- trustManager(TrustManagerFactory) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted manager for verifying the remote endpoint's certificate.
- trustManager(TrustManager) - Method in class io.netty.handler.ssl.SslContextBuilder
-
A single trusted manager for verifying the remote endpoint's certificate.
- TrustManagerFactoryWrapper - Class in io.netty.handler.ssl.util
-
- TrustManagerFactoryWrapper(TrustManager) - Constructor for class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
-
- TRY_AGAIN_LATER - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- tryCancel(Promise<?>, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
-
Try to cancel the
Promise
and log if
logger
is not
null
in case this fails.
- 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
-
Marks this future as a failure and notifies all
listeners.
- tryFailure(Promise<?>, Throwable, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
-
Try to mark the
Promise
as failure and log if
logger
is not
null
in case this fails.
- tryLoadClasses(Class<?>, Class<?>...) - Static method in class io.netty.util.internal.ClassInitializerUtil
-
Preload the given classes and so ensure the
ClassLoader
has these loaded after this method call.
- tryProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- tryProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- trySetAccessible(AccessibleObject, boolean) - Static method in class io.netty.util.internal.ReflectionUtil
-
- 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
-
Marks this future as a success and notifies all
listeners.
- trySuccess(Promise<? super V>, V, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
-
Try to mark the
Promise
as success and log if
logger
is not
null
in case this fails.
- TSIG - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Transaction Signature record RFC 2845 Can be used to authenticate dynamic
updates as coming from an approved client, or to authenticate responses
as coming from an approved recursive name server similar to DNSSEC.
- TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"ttl"
- TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"ttl"
- ttl(int, int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the minimum and maximum TTL of the cached DNS resource records (in seconds).
- TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- TXT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Text record RFC 1035 Originally for arbitrary human-readable text in a
DNS record.
- type() - Method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
UDT Socket Type.
- type() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- type() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the type of this resource record.
- 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
-
Returns the type of this request.
- type() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
-
- type() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
-
Returns the type of this request.
- type() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- typeByteValue() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
Returns the type of the TLV as byte
- typedReasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- typedReasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
-
- typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
- TypeParameterMatcher - Class in io.netty.util.internal
-
- typeParameterMatcherFindCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- typeParameterMatcherGetCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- validate() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Validate all the parameters.
- validate() - Method in class io.netty.bootstrap.Bootstrap
-
- validate() - Method in class io.netty.bootstrap.ServerBootstrap
-
- validate(T) - Method in class io.netty.channel.ChannelOption
-
- validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
-
- validate(ByteBuffer) - Method in class io.netty.channel.unix.RawUnixChannelOption
-
- validate(V) - Method in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
-
Validate the given value.
- validate(T) - Method in class io.netty.handler.ssl.SslContextOption
-
- validateCookie(String, String) - Method in class io.netty.handler.codec.http.cookie.CookieEncoder
-
- validateFileRegion(DefaultFileRegion, long) - Method in class io.netty.channel.AbstractChannel
-
- validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- validateHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Determines if the headers should be validated as a result of the decode operation.
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- validateHeaderValues() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Determines if the header values should be validated as a result of the decode operation.
- validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether validation of HTTP headers should be performed.
- validateHttpHeaders - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- validateName(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
-
Verify that name
is valid.
- validateName(DefaultHeaders.NameValidator<K>, boolean, K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- validateName(DefaultHeaders.NameValidator<CharSequence>, boolean, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- validateScheduled(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- validateToken(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Validate a
token contains only allowed
characters.
- validateValidHeaderValue(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Validate the given HTTP header value by searching for any illegal characters.
- validateValue(DefaultHeaders.ValueValidator<V>, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- validateValue(String, String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- validateValue(DefaultHeaders.ValueValidator<CharSequence>, CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.
- value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.
- value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.
- value() - Method in class io.netty.channel.rxtx.RxtxDeviceAddress
-
Deprecated.
- value - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- value() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the value of this
Cookie
.
- value() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- value() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the underlying flags value.
- value() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
- value() - Method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
- value() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
Get MQTT property value
- value() - Method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
- value - Variable in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
-
- value() - Method in enum io.netty.handler.codec.mqtt.MqttQoS
-
- value() - Method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
- value() - Method in class io.netty.handler.codec.redis.IntegerRedisMessage
-
- value() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return the string value of this line separator.
- value() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- value() - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value - Variable in class io.netty.util.internal.IntegerHolder
-
Deprecated.
- value() - Method in interface io.netty.util.internal.LongCounter
-
- valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
-
- ValueConverter<T> - Interface in io.netty.handler.codec
-
Converts to/from a generic object to the type.
- valueIterator(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- valueIterator(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- valueIterator(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- valueOf(String) - Static method in class io.netty.channel.ChannelOption
-
- valueOf(Class<?>, String) - Static method in class io.netty.channel.ChannelOption
-
- valueOf(String) - Static method in enum io.netty.channel.epoll.EpollMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.
- valueOf(String) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.unix.DomainSocketReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsOpCode
-
Returns the
DnsOpCode
instance of the specified byte value.
- valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsRecordType
-
- valueOf(String) - Static method in class io.netty.handler.codec.dns.DnsRecordType
-
- valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsResponseCode
-
- valueOf(String) - Static method in enum io.netty.handler.codec.dns.DnsSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the
HAProxyCommand
represented by the lowest 4 bits of the specified byte.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.http.HttpMethod
-
Returns the
HttpMethod
represented by the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- valueOf(int, String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(CharSequence) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(String) - Static method in class io.netty.handler.codec.http.HttpVersion
-
Returns an existing or new
HttpVersion
instance which matches to
the specified protocol version string.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspMethods
-
Returns the
HttpMethod
represented by the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
- valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspVersions
-
Returns an existing or new
HttpVersion
instance which matches to
the specified RTSP version string.
- valueOf(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpCommand
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksRequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the
SocksVersion
that corresponds to the specified version field value,
as defined in the protocol specification.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ipfilter.IpFilterRuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.logging.ByteBufFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemPrivateKey
-
- valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemPrivateKey
-
- valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemX509Certificate
-
- valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
-
- valueOf(String) - Static method in class io.netty.handler.ssl.SslContextOption
-
- valueOf(Class<?>, String) - Static method in class io.netty.handler.ssl.SslContextOption
-
- valueOf(String) - Static method in enum io.netty.handler.ssl.SslProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.timeout.IdleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.resolver.ResolvedAddressTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.util.AttributeKey
-
Returns the singleton instance of the
AttributeKey
which has the specified
name
.
- valueOf(Class<?>, String) - Static method in class io.netty.util.AttributeKey
-
- valueOf(Class<?>, String) - Method in class io.netty.util.ConstantPool
-
- valueOf(String) - Method in class io.netty.util.ConstantPool
-
Returns the
Constant
which is assigned to the specified
name
.
- valueOf(String) - Static method in enum io.netty.util.internal.logging.InternalLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.util.ResourceLeakDetector.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in error io.netty.util.Signal
-
Returns the
Signal
of the specified name.
- valueOf(Class<?>, String) - Static method in error io.netty.util.Signal
-
- values() - Static method in enum io.netty.channel.epoll.EpollMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.socket.InternetProtocolFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.channel.unix.DomainSocketReadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.dns.DnsSection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksRequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.stomp.StompCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ipfilter.IpFilterRuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.logging.ByteBufFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.ssl.SslProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.handler.timeout.IdleState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.resolver.ResolvedAddressTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class io.netty.util.CharsetUtil
-
- values() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- values() - Method in class io.netty.util.collection.CharObjectHashMap
-
- values() - Method in class io.netty.util.collection.IntObjectHashMap
-
- values() - Method in class io.netty.util.collection.LongObjectHashMap
-
- values() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- values() - Static method in enum io.netty.util.internal.logging.InternalLogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.netty.util.ResourceLeakDetector.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- valueValidator() - Method in class io.netty.handler.codec.DefaultHeaders
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnAckMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPubAckMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
-
- VARIABLES_TO_REMOVE_INDEX - Static variable in class io.netty.util.internal.InternalThreadLocalMap
-
- VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
506 Variant Also Negotiates (RFC2295)
- VARY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"vary"
- VARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Vary"
- VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"vary"
- VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Vary"
- verify() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns the verification result
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Process server response:
HTTP/1.1 101 WebSocket Protocol Handshake
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Origin: http://example.com
Sec-WebSocket-Location: ws://example.com/demo
Sec-WebSocket-Protocol: sample
8jKS'y:G*Co,Wxa-
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Process server response:
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Sec-WebSocket-Protocol: chat
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Process server response:
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Sec-WebSocket-Protocol: chat
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Process server response:
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Sec-WebSocket-Protocol: chat
- verify(ChannelHandlerContext, ReferenceCountedOpenSslEngine) - Method in class io.netty.handler.ssl.ocsp.OcspClientHandler
-
- verify(PublicKey) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- verify(PublicKey) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- verify(PublicKey, Provider) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- verify(PublicKey) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- VERIFY_DEPTH - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- verifyPadding(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- version() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- version() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
-
- version() - Method in interface io.netty.handler.codec.http.Cookie
-
- version() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Version of the web socket specification that is being used
- version(WebSocketVersion) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Version of web socket specification to use to connect to the server
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the version of the specification being supported
- VERSION - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- version() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- version() - Method in interface io.netty.handler.codec.socksx.SocksMessage
-
Returns the protocol version of this message.
- version() - Method in class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
-
- version() - Method in class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
-
- VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":version"
- VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- version() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined XML version or null
- version() - Static method in class io.netty.handler.ssl.OpenSsl
-
- Version - Class in io.netty.util
-
Retrieves the version information of available Netty artifacts.
- versionString() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns the version string of the used available OpenSSL library or
null
if
OpenSsl.isAvailable()
returns
false
.
- VIA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"via"
- VIA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Via"
- VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"via"
- VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Via"
- visit(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2FrameStreamVisitor
-
This method is called once for each stream of the collection.
- visit(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamVisitor
-
- VMADDR_CID_ANY - Static variable in class io.netty.channel.epoll.VSockAddress
-
- VMADDR_CID_HOST - Static variable in class io.netty.channel.epoll.VSockAddress
-
- VMADDR_CID_HYPERVISOR - Static variable in class io.netty.channel.epoll.VSockAddress
-
- VMADDR_CID_LOCAL - Static variable in class io.netty.channel.epoll.VSockAddress
-
- VMADDR_PORT_ANY - Static variable in class io.netty.channel.epoll.VSockAddress
-
- VoidChannelPromise - Class in io.netty.channel
-
- VoidChannelPromise(Channel, boolean) - Constructor for class io.netty.channel.VoidChannelPromise
-
Creates a new instance.
- voidPromise() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- voidPromise() - Method in class io.netty.channel.AbstractChannel
-
- voidPromise() - Method in interface io.netty.channel.Channel.Unsafe
-
Return a special ChannelPromise which can be reused and passed to the operations in
Channel.Unsafe
.
- voidPromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Return a special ChannelPromise which can be reused for different operations.
- voidPromise() - Method in class io.netty.channel.DefaultChannelPipeline
-
- VRFY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- vrfy(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a VRFY
request.
- VSockAddress - Class in io.netty.channel.epoll
-
- VSockAddress(int, int) - Constructor for class io.netty.channel.epoll.VSockAddress
-
- WAIT_TIME - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Can be overridden to control which tasks require waking the
EventExecutor
thread
if it is waiting so that they can be run immediately.
- wakeup(boolean) - Method in class io.netty.channel.epoll.EpollEventLoop
-
- wakeup(boolean) - Method in class io.netty.channel.nio.NioEventLoop
-
- wakeup(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- warn(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- warn(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the WARN level.
- warn(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format
and argument.
- warn(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format
and arguments.
- warn(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format
and arguments.
- warn(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level with an
accompanying message.
- warn(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level.
- WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"warning"
- WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Warning"
- watch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
-
Deprecated.
Schedules the specified task
to run when the specified thread
dies.
- weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
non-aggressive concurrent cache
good for shared cache, when we're worried about class unloading
- weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
non-aggressive non-concurrent cache
good for non-shared default cache
- WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"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
-
Creates a new instance of WebSocketFrameDecoder
with the specified maxFrameSize
.
- WebSocket00FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
-
Creates a new instance of WebSocketFrameDecoder
with the specified maxFrameSize
.
- 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
-
Decodes a web socket frame from wire protocol version 7 format.
- WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 7 format.
- WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
-
Constructor
- WebSocket08FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 8 format.
- WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 8 format.
- WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
-
Constructor
- WebSocket13FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 13 format.
- WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 13 format.
- WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
-
Constructor
- 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
-
Deprecated.
"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
-
Deprecated.
"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
-
Deprecated.
"WebSocket-Protocol"
- WebSocketChunkedInput - Class in io.netty.handler.codec.http.websocketx
-
A
ChunkedInput
that fetches data chunk by chunk for use with WebSocket chunked transfers.
- WebSocketChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketClientCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler
to handle the most common WebSocket Compression Extensions.
- WebSocketClientExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketClientExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
Constructor
- WebSocketClientExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension with the server.
- WebSocketClientHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Client exception during handshaking process.
- WebSocketClientHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
- WebSocketClientHandshakeException(String, HttpResponse) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
- WebSocketClientHandshaker - Class in io.netty.handler.codec.http.websocketx
-
Base class for web socket client handshake implementations
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker00 - Class in io.netty.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version
draft-ietf-hybi-thewebsocketprotocol-
00
A very large portion of this code was taken from the Netty 3.2 HTTP example.
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Creates a new instance with the specified destination WebSocket location and version to initiate.
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Creates a new instance with the specified destination WebSocket location and version to initiate.
- 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
-
Creates a new instance.
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- 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
-
Creates a new instance.
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- 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
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientProtocolConfig - Class in io.netty.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketClientProtocolConfig.Builder - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket client.
- WebSocketClientProtocolHandler(WebSocketClientProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, WebSocketClientProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- WebSocketCloseStatus - Class in io.netty.handler.codec.http.websocketx
-
WebSocket status codes specified in RFC-6455.
- WebSocketCloseStatus(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- WebSocketCloseStatus(int, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- WebSocketDecoderConfig - Class in io.netty.handler.codec.http.websocketx
-
Frames decoder configuration.
- WebSocketDecoderConfig.Builder - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketExtensionData - Class in io.netty.handler.codec.http.websocketx.extensions
-
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
- 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
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
- WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
-
- WebSocketExtensionEncoder - Class in io.netty.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
- WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
-
- WebSocketExtensionFilter - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Filter that is responsible to skip the evaluation of a certain extension
according to standard.
- WebSocketExtensionFilterProvider - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Extension filter provider that is responsible to provide filters for a certain
WebSocketExtension
extension.
- WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
-
- WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Base class for web socket frames.
- 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
-
Handler that aggregate fragmented WebSocketFrame's.
- WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
Creates a new instance
- WebSocketFrameDecoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame decoders need to implement.
- WebSocketFrameEncoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame encoders need to implement.
- WebSocketHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Exception during handshaking process
- 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
-
- websocketPath(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
URI path component to handle websocket upgrade requests on.
- websocketPath() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- WebSocketScheme - Class in io.netty.handler.codec.http.websocketx
-
Defines the common schemes used for the WebSocket protocol as defined by
rfc6455.
- WebSocketServerCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler
to handle the most common WebSocket Compression Extensions.
- WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
Constructor with default configuration.
- WebSocketServerExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketServerExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
Constructor
- WebSocketServerExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension based on this server capabilities.
- WebSocketServerHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Server exception during handshaking process.
- WebSocketServerHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
- WebSocketServerHandshakeException(String, HttpRequest) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
- WebSocketServerHandshaker - Class in io.netty.handler.codec.http.websocketx
-
Base class for server side web socket opening and closing handshakes
- WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker(WebSocketVersion, String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker00 - Class in io.netty.handler.codec.http.websocketx
-
Performs server side opening and closing handshakes for web socket specification version
draft-ietf-hybi-thewebsocketprotocol-
00
A very large portion of this code was taken from the Netty 3.2 HTTP example.
- WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker00(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13 - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerProtocolConfig - Class in io.netty.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketServerProtocolConfig.Builder - Class in io.netty.handler.codec.http.websocketx
-
- WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket server.
- WebSocketServerProtocolHandler(WebSocketServerProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
Base constructor
- WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, long) - 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, boolean, long) - 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, long) - 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, long) - 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, long) - 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, long) - 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(String, String, boolean, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler(String, String, boolean, boolean, long, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- WebSocketServerProtocolHandler.HandshakeComplete - Class in io.netty.handler.codec.http.websocketx
-
The Handshake was completed successfully and the channel was upgraded to websockets.
- WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- webSocketUri(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- webSocketUri(URI) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- webSocketUri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
-
Versions of the web socket specification.
- weight() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- weight() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Stream weight
- 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
-
- wildcardSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- 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
-
- willProperties() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- willProperties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- 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
-
- windowBits() - Method in class io.netty.handler.codec.compression.DeflateOptions
-
- WINDOWS - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The Windows line separator(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
-
Get the portion of the flow control window for the given stream that is currently available for sending/receiving
frames which are subject to flow control.
- windowSize() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
The size (in bytes) of the stream's flow control window.
- windowSizeIncrement() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
-
- windowSizeIncrement() - Method in interface io.netty.handler.codec.http2.Http2WindowUpdateFrame
-
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
- windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio(Http2Stream, float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
- withCombiningHeaders(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that will build
HttpHeaders
objects that either combine
multi-valued headers, or not.
- withEmptyDefaults(MqttUnsubAckPayload) - Static method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
-
- withEmptyProperties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
-
- withHashTableReuse() - Static method in class io.netty.handler.codec.compression.Snappy
-
- withNameValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header name validation enabled or disabled.
- withNameValidator(DefaultHeaders.NameValidator<CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- 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
-
- withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Toggles UTF8 validation for payload of text websocket frames.
- withUTF8Validator() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- withUTF8Validator() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- withValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header validation enabled or disabled.
- withValueValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header value validation enabled or disabled.
- withValueValidator(DefaultHeaders.ValueValidator<CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- 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
-
Returns true if the raw value of this
Cookie
,
was wrapped with double quotes in original Set-Cookie header.
- 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
-
Creates a new big-endian buffer which wraps the specified array
.
- wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer which wraps the sub-region of the
specified array
.
- wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified NIO buffer's current
slice.
- wrappedBuffer(long, int, boolean) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified memory address.
- wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified buffer's readable bytes.
- wrappedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified
arrays without copying them.
- wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the
specified buffers without copying them.
- wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified
NIO buffers without copying them.
- wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified
arrays without copying them.
- wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the
specified buffers without copying them.
- wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified
NIO buffers without copying them.
- wrappedUnmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
- wrapperFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
-
Deprecated.
Abstract factory pattern for wrapping an
SSLEngine
object.
- 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
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex)
.
- writableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- writableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Schedules a write operation.
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a write operation is made.
- 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 class io.netty.channel.embedded.EmbeddedChannel
-
- write(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- write(Object) - Method in interface io.netty.channel.group.ChannelGroup
-
Writes the specified
message
to all
Channel
s in this
group.
- 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, int, int) - Method in class io.netty.channel.unix.SocketWritableByteChannel
-
- 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.HttpObjectEncoder
-
- 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
-
Writes up to allowedBytes
of the encapsulated payload to the stream.
- 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
-
Writes the allocated bytes for this stream.
- 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
-
Deprecated.
- write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- 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.pcap.PcapWriteHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
-
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- 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
-
- WRITE_STATUS_SNDBUF_FULL - Static variable in class io.netty.channel.internal.ChannelUtils
-
- 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 class io.netty.channel.embedded.EmbeddedChannel
-
- writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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
-
Writes all remaining elements in this queue.
- 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
-
Sets the specified boolean at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- 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
-
Deprecated.
- writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- WriteBufferWaterMark - Class in io.netty.channel
-
WriteBufferWaterMark is used to set low water mark and high water mark for the write buffer.
- WriteBufferWaterMark(int, int) - Constructor for class io.netty.channel.WriteBufferWaterMark
-
Create a new instance.
- writeByte(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeByte(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified byte at the current writerIndex
and increases the writerIndex
by 1
in this buffer.
- 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
-
Deprecated.
- writeByte(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- 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
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
until the source buffer becomes
unreadable, and increases the writerIndex
by the number of
the transferred bytes.
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= src.length
).
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex
and increases the writerIndex
by the number of the transferred bytes (= length
).
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex
until the source buffer's position
reaches its limit, and increases the writerIndex
by the
number of the transferred bytes.
- writeBytes(InputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified stream to this buffer
starting at the current writerIndex
and increases the
writerIndex
by the number of the transferred bytes.
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified channel to this buffer
starting at the current writerIndex
and increases the
writerIndex
by the number of the transferred bytes.
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified channel starting at the given file position
to this buffer starting at the current writerIndex
and increases the
writerIndex
by the number of the transferred bytes.
- 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
-
Deprecated.
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeChar(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeChar(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the current
writerIndex
and increases the writerIndex
by 2
in this buffer.
- 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
-
Deprecated.
- writeChar(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeChars(String) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.ByteBuf
-
Writes the specified
CharSequence
at the current
writerIndex
and increases
the
writerIndex
by the written bytes.
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeComplete() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
-
- writeComplete() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called after this object has been successfully written.
- 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
-
Writes a DATA
frame to the remote endpoint.
- 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
-
Sets the specified 64-bit floating point number at the current
writerIndex
and increases the writerIndex
by 8
in this buffer.
- 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
-
Deprecated.
- writeDouble(double) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeDoubleLE(double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating point number at the current
writerIndex
in Little Endian Byte Order and increases
the writerIndex
by 8
in this buffer.
- writeFloat(float) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeFloat(float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndex
and increases the writerIndex
by 4
in this buffer.
- 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
-
Deprecated.
- writeFloat(float) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeFloatLE(float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndex
in Little Endian Byte Order and increases
the writerIndex
by 4
in this buffer.
- 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
-
Writes the given data to the internal
Http2FrameWriter
without performing any
state checks on the connection/stream.
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Generic write method for any HTTP/2 frame.
- 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
-
Writes an HTTP/2 frame header to the output buffer.
- writeGlobalHeader(OutputStream) - Static method in class io.netty.handler.pcap.PcapWriteHandler
-
Writes the Pcap Global Header to the provided OutputStream
- 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
-
Writes a GO_AWAY frame to the remote endpoint.
- 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
-
Writes a HEADERS frame to the remote endpoint.
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a HEADERS frame with priority specified to the remote endpoint.
- 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
-
Write messages to the inbound of this
Channel
.
- writeInt(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeInt(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the current writerIndex
and increases the writerIndex
by 4
in this buffer.
- 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
-
Deprecated.
- writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the current writerIndex
in the Little Endian Byte Order and increases the writerIndex
by 4
in this buffer.
- writeIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeLong(long) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeLong(long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndex
and increases the writerIndex
by 8
in this buffer.
- 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
-
Deprecated.
- writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeLongLE(long) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeLongLE(long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndex
in the Little Endian Byte Order and
increases the writerIndex
by 8
in this buffer.
- writeLongLE(long) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeLongLE(long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeMedium(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndex
and increases the writerIndex
by 3
in this buffer.
- 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
-
Deprecated.
- writeMediumBE(ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Writes a big-endian 24-bit medium integer to the buffer.
- writeMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndex
in the Little Endian Byte Order and
increases the writerIndex
by 3
in this
buffer.
- writeMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeObject(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeOneInbound(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the inbound of this
Channel
and does not flush it.
- writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the inbound of this
Channel
and does not flush it.
- writeOneOutbound(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the outbound of this
Channel
and does not flush it.
- writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the outbound of this
Channel
and does not flush it.
- writeOutbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Write messages to the outbound of this
Channel
.
- writePcapGlobalHeader(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Set to true
to write Pcap Global Header on initialization.
- writePendingBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- writePendingBytes() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Write all data pending in the flow controller up to the flow-control limits.
- 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
-
Writes a PING frame to the remote endpoint.
- 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
-
Writes a PRIORITY frame to the remote endpoint.
- 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
-
Writes a PUSH_PROMISE frame to the remote endpoint.
- 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
-
Returns the writerIndex
of this buffer.
- writerIndex(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the writerIndex
of this buffer.
- 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
-
Deprecated.
- writerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Writes a RST_STREAM frame to the remote endpoint.
- 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
-
Writes a SETTINGS frame to the remote endpoint.
- 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
-
Writes a SETTINGS acknowledgment to the remote endpoint.
- 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
-
Sets the specified 16-bit short integer at the current
writerIndex
and increases the writerIndex
by 2
in this buffer.
- 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
-
Deprecated.
- writeShort(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeShortBE(ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Writes a big-endian 16-bit short integer to the buffer.
- writeShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- writeShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer in the Little Endian Byte
Order at the current writerIndex
and increases the
writerIndex
by 2
in this buffer.
- writeShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- writeShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
-
Is called when a write timeout was detected
- WriteTimeoutException - Exception in io.netty.handler.timeout
-
- WriteTimeoutException() - Constructor for exception io.netty.handler.timeout.WriteTimeoutException
-
- WriteTimeoutException(String) - Constructor for exception io.netty.handler.timeout.WriteTimeoutException
-
- WriteTimeoutHandler - Class in io.netty.handler.timeout
-
- WriteTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- writeTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Deprecated.
- writeTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and
the max wait time.
- writeTo(ByteBuf) - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Write the message type's prefix to the given buffer.
- writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
-
- writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
- writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
- writeUtf8(ByteBuf, CharSequence, int, int) - 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
-
Writes a WINDOW_UPDATE frame to the remote endpoint.
- 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
-
Fills this buffer with NUL (0x00) starting at the current
writerIndex
and increases the writerIndex
by the
specified 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
-
Deprecated.
- writeZero(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- writeZero(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- writtenBytes() - Method in class io.netty.buffer.ByteBufOutputStream
-
Returns the number of written bytes by this stream so far.
- WS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for non-secure WebSocket connection.
- WSS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for secure WebSocket connection.
- 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
-
Deprecated.
"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
-
Deprecated.
"WWW-Authenticate"