- calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
Set the ChannelHandlerContext
for which to apply flow control on.
- channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Set the ChannelHandlerContext
for which to apply flow control on.
- channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Get the ChannelHandlerContext
for which to apply flow control on.
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Notifies any child streams of the read completion.
- channelWritabilityChanged() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- CharSequenceMap<V> - Class in io.netty.handler.codec.http2
-
Internal use only!
- CharSequenceMap() - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CIPHERS - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
-
- clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- clear() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- CleartextHttp2ServerUpgradeHandler - Class in io.netty.handler.codec.http2
-
Performing cleartext upgrade, by h2c HTTP upgrade or Prior Knowledge.
- CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP
upgrade or prior knowledge
- CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - Class in io.netty.handler.codec.http2
-
User event that is fired to notify about HTTP/2 protocol is started.
- clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by clients.
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Close this connection.
- close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- close() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Closes this reader and frees any allocated resources.
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Closes this writer and frees any allocated resources.
- close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- close() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the stream.
- close() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
- ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the local side of this stream.
- closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the remote side of this stream.
- closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes and deactivates the given stream
.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the local side of the given stream.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the local side of the stream
.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the remote side of the given stream.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the remote side of the stream
.
- code() - Method in enum io.netty.handler.codec.http2.Http2Error
-
Gets the code for this error used on the wire.
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the content-encoding
header for each
stream.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Deprecated.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, CompressionOptions...) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- configuration() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides direct access to the underlying connection.
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying connection.
- connection() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- connectionError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream object representing the connection, itself (i.e. stream zero).
- consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- consumeBytes(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to
receive more data from the remote endpoint.
- consumeReceivedSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- consumeReceivedSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- consumeReceivedSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2SettingsReceivedConsumer
-
Consume the most recently received but not yet ACKed settings.
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- content() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Payload of DATA frame.
- content() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Optional debugging information describing cause the GOAWAY.
- content() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
Returns the eight byte opaque data.
- CONTINUATION - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Clears and then copies the given settings into this object.
- created(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint created the given stream.
- createStream(int, boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Creates a stream initiated by this endpoint.
- DATA - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- debugData() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Peek inbound message to determine current connection wants to start HTTP/2
by HTTP upgrade or prior knowledge
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- decodeHeaders(int, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- decodeHeaders(int, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Decodes the given headers block and returns the headers.
- decoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before
the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before
the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the ChannelOutboundInvoker.close()
should be coupled with goaway and graceful close.
- decoupleCloseAndGoAway() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the ChannelOutboundInvoker.close()
should be coupled with goaway and graceful close.
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MAX_QUEUED_CONTROL_FRAMES - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The default ratio of window size to initial window size below which a WINDOW_UPDATE
is sent to expand the window.
- DefaultHttp2Connection - Class in io.netty.handler.codec.http2
-
- DefaultHttp2Connection(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2Connection(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
-
Common base type for payloads to deliver via flow-control.
- DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, false)
.
- DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream)
.
- DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, endStream, 0)
.
- DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Construct a new data message.
- DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
-
A
Http2FrameReader
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
-
Utility class to help with construction of the headers block that may potentially span
multiple frames.
- DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
A
Http2FrameWriter
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(error.code())
.
- DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER)
.
- DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2Headers - Class in io.netty.handler.codec.http2
-
- DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, false)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, endStream, 0)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Construct a new headers message.
- DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
Constructs a controller with the given settings.
- DefaultHttp2PingFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PingFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- DefaultHttp2PingFrame(long, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- DefaultHttp2PriorityFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PriorityFrame(int, short, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- DefaultHttp2PushPromiseFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PushPromiseFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- DefaultHttp2PushPromiseFrame(Http2Headers, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2SettingsFrame(Http2Settings) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- DefaultHttp2UnknownFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2UnknownFrame(byte, Http2Flags) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- DefaultHttp2UnknownFrame(byte, Http2Flags, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
-
- defaultSettings() - Static method in class io.netty.handler.codec.http2.Http2Settings
-
- DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
-
An HTTP2 frame listener that will decompress data frames according to the content-encoding
header for each
stream.
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Distributes up to maxBytes
to those streams containing streamable bytes and
iterates across those streams to write the appropriate bytes.
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
-
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
-
- fillInStackTrace() - Method in exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
-
- fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Set final headers and fire a channel read event
- flags() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- flags() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the flow controller for this endpoint.
- flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the flow controller for this endpoint.
- flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides the local flow controller for managing inbound traffic.
- flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides the remote flow controller for managing outbound traffic.
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- forClient() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 client.
- forClient(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
Creates a builder for an HTTP/2 client.
- forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Provide a means of iterating over the collection of active streams.
- forServer() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 server.
- forServer(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
Creates a builder for an HTTP/2 server.
- FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- frameListener() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- frameType() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- frameType() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- frameWriter() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- frameWriter() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying frame writer object.
- frameWriter() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending WINDOW_UPDATE
frames.
- handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
the ChannelHandler
to use for serving the requests.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Notifies client that this server has received headers that are larger than what it is
willing to accept.
- hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- hasFrame() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Indicates whether or not there are frames pending for this stream.
- hashCode() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
-
- hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
A specific stream error resulting from failing to decode headers that exceeds the max header size list.
- headerListSizeExceeded(int, long, boolean) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- headersReceived(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been received.
- headersSent(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been sent to the remote endpoint on this stream.
- headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_HEADER_TABLE_SIZE
value.
- headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_HEADER_TABLE_SIZE
value.
- Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
-
- Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
-
A ChannelDuplexHandler
providing additional functionality for HTTP/2.
- Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
-
Client-side cleartext upgrade codec from HTTP to HTTP/2.
- Http2ClientUpgradeCodec(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ClientUpgradeCodec(Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2CodecUtil - Class in io.netty.handler.codec.http2
-
Constants and utility method used for encoding/decoding HTTP2 frames.
- Http2Connection - Interface in io.netty.handler.codec.http2
-
Manager for the state of an HTTP/2 connection with the remote end-point.
- Http2Connection.Endpoint<F extends Http2FlowController> - Interface in io.netty.handler.codec.http2
-
A view of the connection from one endpoint (local or remote).
- Http2Connection.Listener - Interface in io.netty.handler.codec.http2
-
Listener for life-cycle events for streams in this connection.
- Http2Connection.PropertyKey - Interface in io.netty.handler.codec.http2
-
A key to be used for associating application-defined properties with streams within this connection.
- Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
-
- Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
-
- Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty.handler.codec.http2
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
- Http2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty.handler.codec.http2
-
- Http2DataChunkedInput - Class in io.netty.handler.codec.http2
-
A ChunkedInput
that fetches data chunk by chunk for use with HTTP/2 Data Frames.
- Http2DataChunkedInput(ChunkedInput<ByteBuf>, Http2FrameStream) - Constructor for class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Creates a new instance using the specified input.
- Http2DataFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 DATA frame.
- Http2DataWriter - Interface in io.netty.handler.codec.http2
-
Interface that defines an object capable of producing HTTP/2 data frames.
- Http2Error - Enum in io.netty.handler.codec.http2
-
All error codes identified by the HTTP/2 spec.
- Http2EventAdapter - Class in io.netty.handler.codec.http2
-
- Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2.Http2EventAdapter
-
- Http2Exception - Exception in io.netty.handler.codec.http2
-
Exception thrown when an HTTP/2 error was encountered.
- Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
-
Used when a stream creation attempt fails but may be because the stream was previously closed.
- Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
-
Provides the ability to handle multiple stream exceptions with one throw statement.
- Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
-
- Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
-
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
- Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
-
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
- Http2Flags - Class in io.netty.handler.codec.http2
-
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
- Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2FlowController - Interface in io.netty.handler.codec.http2
-
Base interface for all HTTP/2 flow controllers.
- Http2Frame - Interface in io.netty.handler.codec.http2
-
An HTTP/2 frame.
- Http2FrameAdapter - Class in io.netty.handler.codec.http2
-
Convenience class that provides no-op implementations for all methods of
Http2FrameListener
.
- Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
-
- Http2FrameCodec - Class in io.netty.handler.codec.http2
-
This API is very immature.
- Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
-
- Http2FrameCodecBuilder() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Allows overriding behavior of existing builder.
- Http2FrameListener - Interface in io.netty.handler.codec.http2
-
An listener of HTTP/2 frames.
- Http2FrameListenerDecorator - Class in io.netty.handler.codec.http2
-
- Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- Http2FrameLogger - Class in io.netty.handler.codec.http2
-
Logs HTTP2 frames for debugging purposes.
- Http2FrameLogger(LogLevel) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
-
- Http2FrameReader - Interface in io.netty.handler.codec.http2
-
Reads HTTP/2 frames from an input
ByteBuf
and notifies the specified
Http2FrameListener
when frames are complete.
- Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
-
- Http2FrameStream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP/2 connection.
- Http2FrameStreamEvent - Class in io.netty.handler.codec.http2
-
- Http2FrameStreamEvent.Type - Enum in io.netty.handler.codec.http2
-
- Http2FrameStreamException - Exception in io.netty.handler.codec.http2
-
- Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2FrameStreamException
-
- Http2FrameStreamVisitor - Interface in io.netty.handler.codec.http2
-
- Http2FrameTypes - Class in io.netty.handler.codec.http2
-
Registry of all standard frame types defined by the HTTP/2 specification.
- Http2FrameWriter - Interface in io.netty.handler.codec.http2
-
A writer responsible for marshaling HTTP/2 frames to the channel.
- Http2FrameWriter.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 GOAWAY frame.
- http2Headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- Http2Headers - Interface in io.netty.handler.codec.http2
-
A collection of headers sent or received via HTTP/2.
- http2Headers() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
- Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
-
HTTP/2 pseudo-headers names.
- Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
-
- Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
-
Determine if a header name/value pair is treated as
sensitive.
- Http2HeadersFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 HEADERS frame.
- Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameReader
that logs all inbound frames before calling
back the listener.
- Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- Http2LifecycleManager - Interface in io.netty.handler.codec.http2
-
Manager for the life cycle of the HTTP/2 connection.
- Http2LocalFlowController - Interface in io.netty.handler.codec.http2
-
A
Http2FlowController
for controlling the inbound flow of
DATA
frames from the remote endpoint.
- Http2MultiplexActiveStreamsException - Exception in io.netty.handler.codec.http2
-
- Http2MultiplexActiveStreamsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
-
- Http2MultiplexCodec - Class in io.netty.handler.codec.http2
-
- Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
-
- Http2MultiplexHandler - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that creates child channels for each stream.
- Http2MultiplexHandler(ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2MultiplexHandler(ChannelHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
-
This exception is thrown when there are no more stream IDs available for the current connection
- Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
-
- Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
-
- Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameWriter
that logs all outbound frames before calling the
writer.
- Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- Http2PingFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 PING Frame.
- Http2PriorityFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Priority Frame
- Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
-
Provides an extensibility point for users to define the validity of push requests.
- Http2PushPromiseFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Push Promise Frame
- Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
-
- Http2RemoteFlowController.FlowControlled - Interface in io.netty.handler.codec.http2
-
Implementations of this interface are used to progressively write chunks of the underlying
payload to the stream.
- Http2RemoteFlowController.Listener - Interface in io.netty.handler.codec.http2
-
Listener to the number of flow-controlled bytes written per stream.
- Http2ResetFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 RST_STREAM frame.
- Http2SecurityUtil - Class in io.netty.handler.codec.http2
-
Provides utilities related to security requirements specific to HTTP/2.
- Http2ServerUpgradeCodec - Class in io.netty.handler.codec.http2
-
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
- Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ServerUpgradeCodec(Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ServerUpgradeCodec(String, Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ServerUpgradeCodec(Http2FrameCodec, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2Settings - Class in io.netty.handler.codec.http2
-
Settings for one endpoint in an HTTP/2 connection.
- Http2Settings() - Constructor for class io.netty.handler.codec.http2.Http2Settings
-
- Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
-
- Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
-
- Http2SettingsAckFrame - Interface in io.netty.handler.codec.http2
-
- Http2SettingsFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 SETTINGS frame.
- Http2SettingsReceivedConsumer - Interface in io.netty.handler.codec.http2
-
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
- Http2Stream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP2 connection.
- Http2Stream.State - Enum in io.netty.handler.codec.http2
-
The allowed states of an HTTP2 stream.
- Http2StreamChannel - Interface in io.netty.handler.codec.http2
-
- Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
-
- Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- Http2StreamFrame - Interface in io.netty.handler.codec.http2
-
A frame whose meaning may apply to a particular stream, instead of the entire connection.
- Http2StreamFrameToHttpObjectCodec - Class in io.netty.handler.codec.http2
-
- Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- Http2StreamVisitor - Interface in io.netty.handler.codec.http2
-
A visitor that allows iteration over a collection of streams.
- Http2UnknownFrame - Interface in io.netty.handler.codec.http2
-
- Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 WINDOW_UPDATE frame.
- HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HttpConversionUtil - Class in io.netty.handler.codec.http2
-
Provides utility methods and constants for the HTTP/2 to HTTP conversion
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
-
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
- httpScheme(HttpScheme) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- HttpToHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object writes into HTTP/2 frames.
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
- HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- id() - Method in interface io.netty.handler.codec.http2.Http2FrameStream
-
Returns the stream identifier.
- id() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Gets the unique identifier for this stream within the connection.
- InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
-
- InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
-
- InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- InboundHttpToHttp2Adapter - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object reads into HTTP/2 frames.
- InboundHttpToHttp2Adapter(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
-
- incrementAndGetNextStreamId() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Increment and get the next generated stream id this endpoint.
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- incrementWindowSize(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Increments the size of the stream's flow control window by the given delta.
- initialFlowControlledBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- initialFlowControlledBytes() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Returns the number of bytes that are flow-controlled initially, so even if the
Http2DataFrame.content()
is consumed
this will not change.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Deprecated.
- initialSettings() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- initialWindowSize(int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Sets the connection-wide initial flow control window and updates all stream windows (but not the connection
stream window) by the delta.
- initialWindowSize() - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Gets the connection-wide initial flow control window size that is used as the basis for new stream flow
control windows.
- initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Get the initial flow control window size for the given stream.
- initialWindowSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_INITIAL_WINDOW_SIZE
value.
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_INITIAL_WINDOW_SIZE
value.
- INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- INSTANCE - Static variable in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
-
- INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- io.netty.handler.codec.http2 - package io.netty.handler.codec.http2
-
Handlers for sending and receiving HTTP/2 frames.
- isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a
Http2Headers
are authoritative for a particular
ChannelHandlerContext
.
- isAutoAckPingFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the PING frames should be automatically acknowledged or not.
- isAutoAckSettingsFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the SETTINGS frames should be automatically acknowledged and applied.
- isCacheable(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is cacheable.
- isEmpty() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- isEnabled() - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- isEndOfInput() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- isEndStream() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Returns true
if the END_STREAM flag is set.
- isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Returns true
if the END_STREAM flag is set.
- isFlagSet(short) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Indicates whether or not a particular flag is set.
- isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Called by the graceful shutdown logic to determine when it is safe to close the connection.
- isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
- isHeadersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the initial headers have been received.
- isHeadersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not headers were sent to the remote endpoint.
- isMaxFrameSizeValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Indicates whether or not the given value for max frame size falls within the valid range.
- isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns true
if the stream is an outbound stream.
- isPropagateSettings() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns true
if a read settings frame should be propagated along the channel pipeline.
- isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not a push promise was sent to the remote endpoint.
- isRequestOnly() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether a RST_STREAM
frame has been sent from the local endpoint for this stream.
- isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is safe.
- isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
-
Determine if a header
name
/
value
pair should be treated as
sensitive.
- isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- isServer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint is the server-side of the connection.
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not the local endpoint for this connection is the server.
- isServer() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- isServer() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Check if an exception is isolated to a single stream or the entire connection.
- isStreamIdValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns true if the streamId
is a valid HTTP/2 stream identifier.
- isTrailersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the trailers have been received.
- isTrailersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not trailers were sent to the remote endpoint.
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Return true
if HTTP header validation should be performed.
- isValidStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether the given streamId is from the set of IDs used by this endpoint to
create new streams.
- isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- isWritable(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Determine if the stream
has bytes remaining for use in the flow control window.
- iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- iterator() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns an iterator over all HTTP/2 headers.
- iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_PADDING - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
The maximum number of padding bytes.
- MAX_UNSIGNED_BYTE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_UNSIGNED_INT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- maxActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the maximum number of streams (created by this endpoint) that are allowed to be active at
the same time.
- maxActiveStreams(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the limit for SETTINGS_MAX_CONCURRENT_STREAMS
.
- maxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_MAX_CONCURRENT_STREAMS
value.
- maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_MAX_CONCURRENT_STREAMS
value.
- maxContentLength() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- maxFrameSize(int) - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
-
Sets the maximum allowed frame size.
- maxFrameSize() - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
-
Gets the maximum allowed frame size.
- maxFrameSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_MAX_FRAME_SIZE
value.
- maxFrameSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_MAX_FRAME_SIZE
value.
- maxHeaderListSize(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderListSize(long, long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Configure the maximum allowed size in bytes of each set of headers.
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_MAX_HEADER_LIST_SIZE
value.
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_MAX_HEADER_LIST_SIZE
value.
- maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSizeGoAway() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the upper bound in bytes for a set of headers before a GO_AWAY
should be sent.
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint may have created the given stream.
- merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Merge the contents of the next
message into this message so they can be written out as one unit.
- method(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- method() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- minAllocationChunk(int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
-
Sets the minimum allocation chunk that will be allocated to each stream.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handler for a connection error.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound DATA
frame.
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onError(ChannelHandlerContext, boolean, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Central handler for all exceptions caught during HTTP/2 processing.
- onError(ChannelHandlerContext, boolean, Throwable) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Processes the given error.
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound GO_AWAY
frame.
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onGoAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Called when a GOAWAY
was received from the remote endpoint.
- onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onGoAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Called when a GOAWAY
frame was sent for the connection.
- onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound HEADERS
frame.
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound HEADERS
frame with priority information specified.
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
- onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound PING
acknowledgment.
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onPingRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound PING
frame.
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound PRIORITY
frame.
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound PUSH_PROMISE
frame.
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound RST_STREAM
frame.
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onRstStreamRead(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Called if a RST_STREAM
is received but we have some data for that stream.
- onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound SETTINGS
acknowledgment frame.
- onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound SETTINGS
frame.
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onStreamActive(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was made active (i.e.
- onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onStreamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was added to the connection.
- onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
- onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handler for a stream error.
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Exceptions for unknown streams, that is streams that have no
Http2FrameStream
object attached
are simply logged and replied to by sending a RST_STREAM frame.
- onStreamHalfClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream has transitioned from OPEN
to HALF CLOSED
.
- onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onStreamRemoved(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream has now been removed from the connection and
will no longer be returned via
Http2Connection.stream(int)
.
- onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handler for a frame not defined by the HTTP/2 spec.
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
-
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
-
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound WINDOW_UPDATE
frame.
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- open(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
- open() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
-
- opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify a
ChannelOption
which is used for the
Http2StreamChannel
instances once they got
created.
- OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
-
This will be the method used for
HttpRequest
objects generated out of the HTTP message flow defined in
[RFC 7540], Section 8.1
- OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
-
This will be the path used for
HttpRequest
objects generated out of the HTTP message flow defined in
[RFC 7540], Section 8.1
- OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
-
This will be the status code used for
HttpResponse
objects generated out of the HTTP message flow defined
in
[RFC 7540], Section 8.1
- 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
-
- self() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns this
.
- self() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- 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
-
- 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.
- 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
-
- setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- 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.
- setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Generic method to set any flag.
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- 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
-
- setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Associates the application-defined data with this stream.
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- 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_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_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- 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
-
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- shutdownHint() - Method in exception io.netty.handler.codec.http2.Http2Exception
-
Provide a hint as to what type of shutdown should be executed.
- 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
-
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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(DefaultHeaders.NameValidator<CharSequence>, boolean, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- validateValue(DefaultHeaders.ValueValidator<CharSequence>, CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- 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
-
- valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Equivalent to Headers.getAll(Object)
but no intermediate list is generated.
- valueIterator(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- 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.
- 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.
- verifyPadding(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- 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
-
- 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
-
- 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
-
- 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.
- withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
-
- 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
-
Handles conversion of HttpMessage
and HttpContent
to HTTP/2 frames.
- write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.Writer
-
Writes the allocated bytes for this stream.
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-