A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
Abstract base class which defines commonly used features required to build
Http2ConnectionHandlerinstances. - AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- AbstractHttp2StreamFrame - Class in io.netty.handler.codec.http2
-
Abstract implementation of
Http2StreamFrame. - AbstractHttp2StreamFrame() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
A skeletal builder implementation of
InboundHttp2ToHttpAdapterand its subtypes. - AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection. - acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- ack() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- ack() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating that this frame is an ACK.
- ack() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
When
true, indicates that this ping is a ping response. - ack(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.ACKflag. - ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
- add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Queues a payload for transmission to the remote endpoint.
- addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addHttp2ToHttpHeaders(int, Http2Headers, HttpHeaders, HttpVersion, boolean, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- addListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Adds a listener of stream life-cycle events.
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- allocationQuantum(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
-
Sets the amount of bytes that will be allocated to each stream.
- allowPushTo() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- ALWAYS_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Always return
trueforHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence). - ALWAYS_VERIFY - Static variable in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
A default implementation of
Http2PromisedRequestVerifierwhich always returns positive responses for all verification challenges. - attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify an initial attribute of the newly created
Http2StreamChannel. - authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- authority() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.AUTHORITYheader ornullif there is no such header - authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- authority(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.AUTHORITYheader - authority(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- AUTHORITY - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:authority. - AUTO_STREAM_FLOW_CONTROL - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelOption
-
When set to
trueHttp2WindowUpdateFrames will be automatically be generated and written forHttp2StreamChannels as soon as frames are passed to the user viaChannelPipeline.fireChannelRead(Object). - autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if PING frame should automatically be acknowledged or not.
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if settings frame should automatically be acknowledged and applied.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
B
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- build() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Create a new
Http2ConnectionHandler. - build() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Builds/creates a new
InboundHttp2ToHttpAdapterinstance using this builder's current settings. - build() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- build() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Build a
Http2FrameCodecobject. - build() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build() - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Implement this method to create a new
Http2ConnectionHandleror its subtype instance. - build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterwith the specified properties. - build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
C
- calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a
GO_AWAYif 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_AWAYif a set of headers exceeds this amount. - CANCEL - io.netty.handler.codec.http2.Http2Error
- canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or a stream created by this endpoint can be opened without violating
Http2Connection.Endpoint.maxActiveStreams(). - channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Get the
ChannelHandlerContextfor which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
Set the
ChannelHandlerContextfor which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Set the
ChannelHandlerContextfor 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() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Notification that the writability of
Http2RemoteFlowController.channelHandlerContext()has changed. - 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
- 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
-
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.
- 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() - 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() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
Close the encoder and release all its associated data.
- close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
- 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
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Close this connection.
- CLOSED - io.netty.handler.codec.http2.Http2Stream.State
- 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
-
Sets the
Http2ConnectionDecoderandHttp2ConnectionEncoderto use. - 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
- COMPRESSION_ERROR - io.netty.handler.codec.http2.Http2Error
- CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the
content-encodingheader for each stream. - CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Create a new
CompressorHttp2ConnectionEncoderinstance with default implementation ofStandardCompressionOptions - 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
-
Create a new
CompressorHttp2ConnectionEncoderwith specifiedStandardCompressionOptions - 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
-
Get the configuration related elements for this
Http2FrameReader - configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Get the configuration related elements for this
Http2FrameWriter - configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Get the
Http2HeadersDecoder.Configurationfor thisHttp2HeadersDecoder - configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Get the
Http2HeadersEncoder.Configurationfor thisHttp2HeadersEncoder - 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
- CONNECT_ERROR - io.netty.handler.codec.http2.Http2Error
- connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2Connectionto use. - connection() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the
Http2Connection. - 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Connectionto use. - connection(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- 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
-
Returns a buffer containing the
Http2CodecUtil.CONNECTION_PREFACE. - 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).
- connectProtocolEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_ENABLE_CONNECT_PROTOCOLvalue. - connectProtocolEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_ENABLE_CONNECT_PROTOCOLvalue. - 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) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- 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
trueif a header with thenameandvalueexists,falseotherwise. - 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.
D
- 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
-
Called by the
Http2ConnectionHandlerto decode the next frame from the input buffer. - 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
-
Returns the
Http2ConnectionDecoderto use. - 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() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames() - 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets 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.Http2ConnectionHandlerBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number RST frames that are allowed per window before the connection is closed.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
Decorator around another
Http2ConnectionDecoderinstance. - DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorator around another
Http2ConnectionEncoderinstance. - DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
Decorator around another
Http2FrameWriterinstance. - DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- decoupleCloseAndGoAway() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.close()should be coupled with goaway and graceful close. - decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.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_UPDATEis sent to expand the window. - DefaultHttp2Connection - Class in io.netty.handler.codec.http2
-
Simple implementation of
Http2Connection. - 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
-
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener - 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
-
Deprecated.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
Default implementation of
Http2ConnectionEncoder. - 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
-
The default
Http2DataFrameimplementation. - DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream). - DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(content, false). - 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
Http2FrameReaderthat 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
Http2FrameWriterthat supports all frame types defined by the HTTP/2 specification. - DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - 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
- DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
-
The default
Http2GoAwayFrameimplementation. - DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER). - DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(error.code()). - DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- 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, boolean, int) - 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.
- 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, boolean, long) - 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, 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
-
The default
Http2HeadersFrameimplementation. - 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
-
Basic implementation of
Http2LocalFlowController. - 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
-
The default
Http2PingFrameimplementation. - 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
-
Default implementation of Http2PriorityFrame
- DefaultHttp2PriorityFrame(int, short, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- DefaultHttp2PushPromiseFrame - Class in io.netty.handler.codec.http2
-
Default implementation of
Http2PushPromiseFrame - 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
-
Basic implementation of
Http2RemoteFlowController. - DefaultHttp2RemoteFlowController(Http2Connection) - 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) - 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
-
The default
Http2ResetFrameimplementation. - DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
-
The default
Http2SettingsFrameimplementation. - 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
-
The default
Http2WindowUpdateFrameimplementation. - 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-encodingheader 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
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean, int) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Create a new instance.
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, int) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Create a new instance.
- 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
maxBytesto 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
E
- EmptyHttp2Headers - Class in io.netty.handler.codec.http2
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
Encode from an
HttpObjectto anHttp2StreamFrame. - encodeHeaders(int, Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- encodeHeaders(int, Http2Headers, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Encodes the given headers and writes the output headers block to the given output buffer.
- encoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2ConnectionEncoderto use. - encoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number RST frames that are allowed per window before the connection is closed.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the SETTINGS_MAX_HEADER_LIST_SIZE should be ignored when encoding headers.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
- END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
- endOfHeaders() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_HEADERSflag is set. - endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_HEADERSflag. - endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- endOfStream() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_STREAMflag is set. - endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_STREAMflag. - ENHANCE_YOUR_CALM - io.netty.handler.codec.http2.Http2Error
- equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
Returns
trueifohas equalstreamto this object. - equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
- error() - Method in exception io.netty.handler.codec.http2.Http2Exception
- error() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
- error(ChannelHandlerContext, Throwable) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called to indicate that an error occurred before this object could be completely written.
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
The reason for beginning closure of the connection.
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2ResetFrame
-
The reason for resetting the stream.
- errorCode() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles
Http2Exceptionobjects that were thrown from other handlers. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- exclusive() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- exclusive() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Set to
trueif this stream is exclusive else set tofalse - extraStreamIds() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- extraStreamIds() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
The number of IDs to reserve for the receiver to use while GOAWAY is in transit.
F
- 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
- FLOW_CONTROL_ERROR - io.netty.handler.codec.http2.Http2Error
- 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() - 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.
- flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the flow controller for this endpoint.
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- flushPreface() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the Preface should be automatically flushed when the
Channelbecomes active or not. - flushPreface(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the Preface should be automatically flushed when the
Channelbecomes 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(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- 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
- FRAME_SIZE_ERROR - io.netty.handler.codec.http2.Http2Error
- frameListener() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- frameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Get the
Http2FrameListenerwhich will be notified when frames are decoded. - 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(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Set the
Http2FrameListenerwhich will be notified when frames are decoded. - 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() - 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- 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
-
Get the
Http2FrameSizePolicyfor thisHttp2FrameReader - frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2FrameSizePolicyfor thisHttp2FrameWriter - 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() - 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 class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending
WINDOW_UPDATEframes.
G
- get(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAll(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Iteratively looks through the causality chain for the given exception and returns the first
Http2Exceptionornullif none. - getFloat(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getIntValue(char) - Method in class io.netty.handler.codec.http2.Http2Settings
-
A helper method that returns
Long.intValue()on the return ofCharObjectHashMap.get(char), if present. - getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getMessage(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Get the
FullHttpMessageassociated withstream. - getNumPriorityBytes() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the number of bytes expected for the priority fields of the payload.
- getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the length in bytes of the padding presence field expected in the payload.
- getProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns application-defined data if any was associated with this stream.
- getPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the
Http2Headers.PseudoHeaderNamecorresponding to the specified header name. - getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the
Http2Headers.PseudoHeaderNamecorresponding to the specified header name. - getShort(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns the expected content encoding of the decoded content.
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- GO_AWAY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Prevents the peer from creating streams and close the connection if
errorCodeis notHttp2Error.NO_ERROR. - goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAYwas received from the remote endpoint. - goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates that a
GOAWAYwas received from the remote endpoint and sets the last known stream. - goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAYwas sent to the remote endpoint. - goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Updates the local state of this
Http2Connectionas a result of aGOAWAYto send to the remote endpoint. - GRACEFUL_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Attempt to execute a "graceful" shutdown.
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the graceful shutdown timeout of the
Http2Connectionin milliseconds. - gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Get the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the graceful shutdown timeout of the
Http2Connectionin milliseconds. - gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Set the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
H
- HALF_CLOSED_LOCAL - io.netty.handler.codec.http2.Http2Stream.State
- HALF_CLOSED_REMOTE - io.netty.handler.codec.http2.Http2Stream.State
- handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
the
ChannelHandlerto 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.
- HARD_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Close the channel immediately after a
GOAWAYis sent. - hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Determine if
streamhas anyHttp2RemoteFlowController.FlowControlledframes currently queued. - 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
-
Results in a RST_STREAM being sent for
streamIddue to violating SETTINGS_MAX_HEADER_LIST_SIZE. - headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Results in a GO_AWAY being sent due to violating SETTINGS_MAX_HEADER_LIST_SIZE in an unrecoverable manner.
- headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- 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
-
Get the
Http2HeadersDecoder.Configurationfor thisHttp2FrameReader - headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2HeadersEncoder.Configurationfor thisHttp2FrameWriter - headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2HeadersEncoder.SensitivityDetectorto use. - headerSensitivityDetector() - 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2HeadersEncoder.SensitivityDetectorto use. - headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- 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_SIZEvalue. - headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_HEADER_TABLE_SIZEvalue. - HTTP_1_1_REQUIRED - io.netty.handler.codec.http2.Http2Error
- 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
- Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
- Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
-
A
ChannelDuplexHandlerproviding 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(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(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- 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.
- Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- 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
-
Provides empty implementations of all
Http2Connection.Listenermethods. - Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
- Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
-
Handler for inbound traffic on behalf of
Http2ConnectionHandler. - Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty.handler.codec.http2
-
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener - 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
-
Builder which builds
Http2ConnectionHandlerobjects. - Http2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty.handler.codec.http2
-
Signifies that the connection preface and the initial SETTINGS frame have been sent.
- Http2DataChunkedInput - Class in io.netty.handler.codec.http2
-
A
ChunkedInputthat 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
-
This class brings
Http2Connection.ListenerandHttp2FrameListenertogether to provide NOOP implementation so inheriting classes can selectively choose which methods to override. - 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
-
An HTTP/2 handler that maps HTTP/2 frames to
Http2Frameobjects and vice versa. - Http2FrameCodec(Http2ConnectionEncoder, Http2ConnectionDecoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
- Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
-
Builder for the
Http2FrameCodec. - 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
-
Provides a decorator around a
Http2FrameListenerand delegates all method calls - 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, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger(LogLevel, String) - 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
ByteBufand notifies the specifiedHttp2FrameListenerwhen frames are complete. - Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration specific to
Http2FrameReader - 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
-
An HTTP/2 exception for a specific
Http2FrameStream. - Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2FrameStreamException
- Http2FrameStreamVisitor - Interface in io.netty.handler.codec.http2
-
A visitor that allows to iterate over a collection of
Http2FrameStreams. - 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
-
Configuration specific to
Http2FrameWriter - 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() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Http2Headerssent in Push Promise - Http2Headers - Interface in io.netty.handler.codec.http2
-
A collection of headers sent or received via HTTP/2.
- Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
-
HTTP/2 pseudo-headers names.
- Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
-
Decodes HPACK-encoded headers blocks into
Http2Headers. - Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration related elements for the
Http2HeadersDecoderinterface - Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
-
Encodes
Http2Headersinto HPACK-encoded headers blocks. - Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration related elements for the
Http2HeadersEncoderinterface - 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
Http2FrameReaderthat 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
Http2FlowControllerfor controlling the inbound flow ofDATAframes 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
-
Deprecated.use
Http2FrameCodecBuildertogether withHttp2MultiplexHandler. - Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
-
Deprecated.use
Http2FrameCodecBuildertogether withHttp2MultiplexHandler. - 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
Http2FrameWriterthat 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
-
A
Http2FlowControllerfor controlling the flow of outboundDATAframes to the remote endpoint. - 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(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.
- 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, Http2ConnectionHandler, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- 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.
- 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) - Constructor for class io.netty.handler.codec.http2.Http2Settings
- Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
- Http2SettingsAckFrame - Interface in io.netty.handler.codec.http2
-
An ack for a previously received
Http2SettingsFrame. - 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
- Http2StreamChannelOption<T> - Class in io.netty.handler.codec.http2
-
ChannelOptions that are specific toHttp2StreamChannels. - 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
-
This handler converts from
Http2StreamFrametoHttpObject, and back. - Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- Http2StreamFrameToHttpObjectCodec(boolean, 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.
- 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
-
Add
schemeinHttp2Headersif not already present. - 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, boolean, HttpScheme) - 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
- HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
Builder which builds
HttpToHttp2ConnectionHandlerobjects. - HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
I
- 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.
- IDLE - io.netty.handler.codec.http2.Http2Stream.State
- INADEQUATE_SECURITY - io.netty.handler.codec.http2.Http2Error
- INBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
- InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
-
This adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.
- InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
-
Builds an
InboundHttp2ToHttpAdapter. - InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection. - 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
-
Deprecated.Huffman decoding no longer depends on having a decode capacity.
- 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
Http2Settingsto use for the initial connection settings exchange. - initialSettings() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings() - 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settingsto use for the initial connection settings exchange. - initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- 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() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_INITIAL_WINDOW_SIZEvalue. - initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(int) - 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(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_INITIAL_WINDOW_SIZEvalue. - initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Get the initial flow control window size for the given stream.
- 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
- INTERNAL_ERROR - io.netty.handler.codec.http2.Http2Error
- 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
Http2Headersare authoritative for a particularChannelHandlerContext. - 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
trueif the END_STREAM flag is set. - isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Returns
trueif 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
trueif the stream is an outbound stream. - isPropagateSettings() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns
trueif a read settings frame should be propagated along the channel pipeline. - isPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- 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.
- isPseudoHeader(String) - 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_STREAMframe 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
- isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if
AbstractHttp2ConnectionHandlerBuilder.build()will to create aHttp2Connectionin server mode (true) or client mode (false). - 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
streamIdis 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
-
Returns if HTTP headers should be validated according to RFC 7540, 8.1.2.6.
- 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
trueif 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
streamhas 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
K
- keyToString(char) - Method in class io.netty.handler.codec.http2.Http2Settings
L
- lastStreamCreated() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the ID of the stream last successfully created by this endpoint.
- lastStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- lastStreamId() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Returns the last stream identifier if set, or
-1else. - lastStreamId() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- lastStreamKnownByPeer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
If a GOAWAY was received for this endpoint, this will be the last stream ID from the GOAWAY frame.
- length() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Sets the lifecycle manager.
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the lifecycle manager.
- listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- listener(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- listener(Http2RemoteFlowController.Listener) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Set the active listener on the flow-controller.
- local() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- local() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the local
Http2Connection.Endpoint. - localSettings() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- localSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- localSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Gets the local settings for this endpoint of the HTTP/2 connection.
- localSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Indicates whether the local side of this stream is open (i.e. the state is either
Http2Stream.State.OPENorHttp2Stream.State.HALF_CLOSED_REMOTE). - logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
M
- 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_STREAMSvalue. - maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_CONCURRENT_STREAMSvalue. - 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() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- 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_SIZEvalue. - maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize(int) - 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(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_FRAME_SIZEvalue. - maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_HEADER_LIST_SIZEvalue. - maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_HEADER_LIST_SIZEvalue. - maxHeaderListSize(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- 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.
- 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_AWAYshould be sent. - maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- 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() - 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.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(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- 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
nextmessage into this message so they can be written out as one unit. - method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- method() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.METHODheader ornullif there is no such header - method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- method(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.METHODheader - method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- METHOD - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:method. - 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.
N
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- name() - Method in interface io.netty.handler.codec.http2.Http2Frame
-
Returns the name of the HTTP/2 frame e.g.
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
- names() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Always return
falseforHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence). - newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns a new
EmbeddedChannelthat encodes the HTTP2 message content encoded in the specifiedcontentEncoding. - newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns a new
EmbeddedChannelthat decodes the HTTP2 message content encoded in the specifiedcontentEncoding. - newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- newHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new
Http2Headersobject which will store the results of the decode operation. - newHttp2UnknownFrame(byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Create a Http2UnknownFrame.
- newKey() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- newKey() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Creates a new key that is unique within this
Http2Connection. - newMessage(Http2Stream, Http2Headers, boolean, ByteBufAllocator) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Create a new
FullHttpMessagebased upon the current connection parameters - newStream() - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Creates a new
Http2FrameStreamobject. - NO_ERROR - io.netty.handler.codec.http2.Http2Error
- NO_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Do not shutdown the underlying channel.
- NUM_STANDARD_SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- numActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the number of active streams (i.e.
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the number of streams that are actively in use (i.e.
- numberOfHeadersGuess() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
A weighted moving average estimating how many headers are expected during the decode process.
- numBufferedStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
Indicates the number of streams that are currently buffered, awaiting creation.
O
- 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
DATAframe. - 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_AWAYframe. - 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
GOAWAYwas 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
GOAWAYframe 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, 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, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERSframe. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, 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.DelegatingDecompressorFrameListener
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, 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.Http2FrameAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERSframe with priority information specified. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, 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.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
PINGacknowledgment. - 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
PINGframe. - 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
PRIORITYframe. - 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_PROMISEframe. - 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_STREAMframe. - 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_STREAMis 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
SETTINGSacknowledgment 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
SETTINGSframe. - 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
-
Notifies the listener that the given stream is now
CLOSEDin both directions and will no longer be accessible viaHttp2Connection.forEachActiveStream(Http2StreamVisitor). - 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
Http2FrameStreamobject 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
OPENtoHALF 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_UPDATEframe. - onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- open() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannelto use. - open(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Opens this stream, making it available via
Http2Connection.forEachActiveStream(Http2StreamVisitor)and transition state to:Http2Stream.State.OPENifHttp2Stream.state()isHttp2Stream.State.IDLEandhalfClosedisfalse.Http2Stream.State.HALF_CLOSED_LOCALifHttp2Stream.state()isHttp2Stream.State.IDLEandhalfClosedistrueand the stream is local. - open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannelto use and notifies the givenPromise. - OPEN - io.netty.handler.codec.http2.Http2Stream.State
- open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Deprecated.should not be used directly. Use
Http2StreamChannelBootstrap.open()orHttp2StreamChannelBootstrap.open(Promise) - operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the
Http2Connection.Endpointopposite this one. - option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theHttp2StreamChannelinstances 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
HttpRequestobjects 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
HttpRequestobjects 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
HttpResponseobjects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - OUTBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
P
- PADDED - Static variable in class io.netty.handler.codec.http2.Http2Flags
- padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- padding() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Frame padding to use.
- paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
-
For frames that include padding, indicates if the
Http2Flags.PADDEDfield is present. - paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PADDEDflag. - parseStatus(CharSequence) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Apply HTTP/2 rules while translating status code to
HttpResponseStatus - path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- path() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.PATHheader ornullif there is no such header - path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- path(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- path(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- path(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.PATHheader - path(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- PATH - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:path. - PATH - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the path pseudo header from the HTTP/2 event(s) responsible for generating an
HttpObject - pendingBytes() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Get the amount of bytes this stream has pending to send.
- PING - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- pollSentSettings() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- pollSentSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- pollSentSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Gets the local settings on the top of the queue that has been sent but not ACKed.
- prefaceReceived() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- prefaceReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- prefaceReceived() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Indicates whether or not the first initial
SETTINGSframe was received from the remote endpoint. - prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2Flags
- PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PRIORITY_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- PRIORITY_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- priorityPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating the presence of the exclusive, stream dependency, and weight fields in a HEADERS frame.
- priorityPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PRIORITYflag. - processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.
- progress() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- promise - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- promisedRequestVerifier() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the
Http2PromisedRequestVerifierto use. - promisedRequestVerifier(Http2PromisedRequestVerifier) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the
Http2PromisedRequestVerifierto use. - promisedStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- promisedStreamId() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Promised Stream ID
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether a read settings frame should be propagated along the channel pipeline.
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- protocol() - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- PROTOCOL - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:protocol, as defined in RFC 8441, Bootstrapping WebSockets with HTTP/2. - PROTOCOL_ERROR - io.netty.handler.codec.http2.Http2Error
- PUSH_PROMISE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- pushEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_ENABLE_PUSHvalue. - pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_ENABLE_PUSHvalue. - pushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that a push promise was sent to the remote endpoint.
- pushStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Returns the Promise
Http2FrameStreamobject for this frame, ornullif the frame has yet to be associated with a stream. - pushStream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Set the Promise
Http2FrameStreamobject for this frame. - put(char, Long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Adds the given setting key/value pair.
- putMessage(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Make
messagebe the state associated withstream.
R
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Deprecated.
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Attempts to read the next frame from the input buffer.
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
- ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
-
A variant of
Http2Headerswhich only supports read-only methods. - readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Reads a big-endian (31-bit) integer from the buffer.
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Receives an inbound
DATAframe from the remote endpoint and applies flow control policies to it for both thestreamas well as the connection. - refCnt() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- REFUSED_STREAM - io.netty.handler.codec.http2.Http2Error
- release() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- release(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- remote() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- remote() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the remote
Http2Connection.Endpoint. - remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the settings for the remote endpoint of the HTTP/2 connection.
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- remoteSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Indicates whether the remote side of this stream is open (i.e. the state is either
Http2Stream.State.OPENorHttp2Stream.State.HALF_CLOSED_LOCAL). - remove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Removes a listener of stream life-cycle events.
- removeMessage(Http2Stream, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
The stream is out of scope for the HTTP message flow and will no longer be tracked
- removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns and removes application-defined data if any was associated with this stream.
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- RESERVED_LOCAL - io.netty.handler.codec.http2.Http2Stream.State
- RESERVED_REMOTE - io.netty.handler.codec.http2.Http2Stream.State
- reservePushStream(int, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Creates a push stream in the reserved state for this endpoint and notifies all listeners.
- resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Sets the flag indicating that a
RST_STREAMframe has been sent from the local endpoint for this stream. - resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Ensure the stream identified by
streamIdis reset. - retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- RST_STREAM - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
S
- scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- scheme() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.SCHEMEheader ornullif there is no such header - scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.SCHEMEheader - scheme(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- SCHEME - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:scheme. - SCHEME - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the scheme pseudo header from the HTTP/2 event(s) responsible for generating an
HttpObject - 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
-
Sets if
AbstractHttp2ConnectionHandlerBuilder.build()will to create aHttp2Connectionin server mode (true) or client mode (false). - 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(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- 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
- 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, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(CharSequence, Object) - 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() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
- SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- SETTINGS_ENABLE_CONNECT_PROTOCOL - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- 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
- SETTINGS_TIMEOUT - io.netty.handler.codec.http2.Http2Error
- 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_STREAMSas 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.
- State - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
- status() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- status() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- status() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.STATUSheader ornullif there is no such header - status() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- status(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- status(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- status(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.STATUSheader - status(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- STATUS - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:status. - stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- stream() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- stream() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
- stream() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
- stream() - Method in interface io.netty.handler.codec.http2.Http2StreamChannel
-
Returns the
Http2FrameStreamthat belongs to this channel. - stream() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
-
Returns the
Http2FrameStreamobject for this frame, ornullif the frame has yet to be associated with a stream. - stream() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- stream() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Gets the stream this state is associated with.
- stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream if it exists.
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- 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(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
-
Set the
Http2FrameStreamobject for this frame. - stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- STREAM_CLOSED - io.netty.handler.codec.http2.Http2Error
- STREAM_DEPENDENCY_ID - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id which this stream is dependent on.
- STREAM_ID - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id from the HTTP/2 event(s) responsible for generating an
HttpObject - STREAM_PROMISE_ID - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id used to create this stream in an HTTP/2 push promise frame
- STREAM_WEIGHT - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the weight (if non-default and the priority is not on the default stream) of the associated HTTP/2 stream responsible responsible for generating an
HttpObject - 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
-
Implementation of a
Http2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached. - 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
-
Thrown by
StreamBufferingEncoderif buffered streams are terminated due to receipt of aGOAWAY. - 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.
T
- text() - Method in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
- TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Creates a buffer containing the error message from the given exception.
- toFullHttpRequest(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpRequest(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toFullHttpResponse(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Converts the given HTTP/1.x headers into HTTP/2 headers.
- toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data.
- toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data.
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- toString() - Method in class io.netty.handler.codec.http2.Http2Flags
- toString() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- trailers(boolean, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Used to create read only object designed to represent trailers.
- type() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
U
- unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- unconsumedBytes(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
The number of bytes for the given stream that have been received but not yet consumed by the application.
- UniformStreamByteDistributor - Class in io.netty.handler.codec.http2
-
A
StreamByteDistributorthat ignores stream priority and uniformly allocates bytes to all streams. - UniformStreamByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2.UniformStreamByteDistributor
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Called when the streamable bytes for a stream has changed.
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Handles the cleartext HTTP upgrade event.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
V
- 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.AbstractHttp2ConnectionHandlerBuilder
-
Sets if HTTP headers should be validated according to RFC 7540, 8.1.2.6.
- 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 - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether validation of HTTP headers should be performed.
- 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(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(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
W
- 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
-
A
StreamByteDistributorthat is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes. - 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() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
The size (in bytes) of the stream's flow control window.
- 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.
- 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() - 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(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.
- 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.
- withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- Writability - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
- writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
-
Notification that
Http2RemoteFlowController.isWritable(Http2Stream)has changed forstream. - write(ChannelHandlerContext, int) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Writes up to
allowedBytesof the encapsulated payload to the stream. - 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
-
Processes all
Http2Frames. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
Handles conversion of
HttpMessageandHttpContentto 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
DATAframe 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
Http2FrameWriterwithout 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, 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, 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, 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.CompressorHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, 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.DefaultHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- 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, short, boolean, 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.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
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- 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
All Classes All Packages