Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

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 Http2ConnectionHandler instances.
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 InboundHttp2ToHttpAdapter and its subtypes.
AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
ack() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
ack() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the flag is set indicating that this frame is an ACK.
ack(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.ACK flag.
ack() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
When true, indicates that this ping is a ping response.
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, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(Headers<? extends CharSequence, ? 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, Object) - 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
 
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(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
allowPushTo() - 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_VERIFY - Static variable in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
A default implementation of Http2PromisedRequestVerifier which 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(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
authority() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
authority(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 

B

bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
build() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Implement this method to create a new Http2ConnectionHandler or its subtype instance.
build() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Builds/creates a new InboundHttp2ToHttpAdapter instance using this builder's current settings.
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter with the specified properties.
build() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
Build a Http2FrameCodec object.
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
build() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
build() - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
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_AWAY if a set of headers exceeds this amount.
calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Calculate the threshold in bytes which should trigger a GO_AWAY if a set of headers exceeds this amount.
canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
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(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
Set the ChannelHandlerContext for which to apply flow control on.
channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Set the ChannelHandlerContext for which to apply flow control on.
channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Get the ChannelHandlerContext for which to apply flow control on.
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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
Notifies any child streams of the read completion.
channelWritabilityChanged() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Notification that the writability of Http2RemoteFlowController.channelHandlerContext() has changed.
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(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
Close this connection.
close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
Closes this reader and frees any allocated resources.
close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Closes this writer and frees any allocated resources.
close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
close() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the stream.
close() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the local side of this stream.
closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the remote side of this stream.
closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes and deactivates the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the local side of the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the local side of the stream.
closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the remote side of the given stream.
closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the remote side of the stream.
code() - Method in enum io.netty.handler.codec.http2.Http2Error
Gets the code for this error used on the wire.
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
A decorating HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
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
configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
configuration() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
configuration() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2Connection to use.
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Connection to 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.Http2ConnectionHandlerBuilder
 
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
connectionError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
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).
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.
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
Returns true if a header with the name and value exists, false otherwise.
contains(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
content() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
content() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
Payload of DATA frame.
content() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
Optional debugging information describing cause the GOAWAY.
content() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
Returns the eight byte opaque data.
CONTINUATION - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
copy() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
copy() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2Settings
Clears and then copies the given settings into this object.
created(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint created the given stream.
createStream(int, boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a stream initiated by this endpoint.

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.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 Http2ConnectionHandler to 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 Http2ConnectionDecoder to use.
decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
Decorator around another Http2ConnectionDecoder instance.
DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
A decorator around another Http2ConnectionEncoder instance.
DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
Decorator around another Http2FrameWriter instance.
DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
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_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The default ratio of window size to initial window size below which a WINDOW_UPDATE is sent to expand the window.
DefaultHttp2Connection - Class in io.netty.handler.codec.http2
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 This class will read HTTP/2 frames and delegate the events to a Http2FrameListener This interface enforces inbound flow control functionality through Http2LocalFlowController
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
 
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 Http2DataFrame implementation.
DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(content, false).
DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream).
DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(content, endStream, 0).
DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Construct a new data message.
DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
A Http2FrameReader that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
Create a new instance.
DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
Create a new instance.
DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
Utility class to help with construction of the headers block that may potentially span multiple frames.
DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
A Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
The default Http2GoAwayFrame implementation.
DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(error.code()).
DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER).
DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Construct a new GOAWAY message.
DefaultHttp2Headers - Class in io.netty.handler.codec.http2
 
DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
Create a new instance.
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
 
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
 
DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
The default Http2HeadersFrame implementation.
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 Http2PingFrame implementation.
DefaultHttp2PingFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
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, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
The default Http2ResetFrame implementation.
DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
The default Http2SettingsFrame implementation.
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 Http2WindowUpdateFrame implementation.
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
A HTTP2 frame listener that will decompress data frames according to the content-encoding header for each stream.
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
Distributes up to maxBytes to those streams containing streamable bytes and iterates across those streams to write the appropriate bytes.
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 

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 HttpObject to an Http2StreamFrame.
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 Http2ConnectionEncoder to 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(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() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - 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
 
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_HEADERS flag is set.
endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_HEADERS flag.
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_STREAM flag is set.
endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_STREAM flag.
equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
Returns true if o has equal stream to 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.DefaultHttp2ResetFrame
 
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 Http2Exception objects that were thrown from other handlers.
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

fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Set final headers and fire a channel read event
flags() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
flags() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the flow controller for this endpoint.
flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the flow controller for this endpoint.
flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Provides the local flow controller for managing inbound traffic.
flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides the remote flow controller for managing outbound traffic.
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
forClient() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
Creates a builder for a HTTP/2 client.
forClient(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Creates a builder for a HTTP/2 client.
forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
Allows to iterate over all currently active streams.
forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Connection
Provide a means of iterating over the collection of active streams.
forServer() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
Creates a builder for a HTTP/2 server.
forServer(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Creates a builder for a HTTP/2 server.
FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
frameListener() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the listener of inbound frames.
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the listener of inbound frames.
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
frameListener() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
frameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Set the Http2FrameListener which will be notified when frames are decoded.
frameListener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Get the Http2FrameListener which 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(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the logger that is used for the encoder and decoder.
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
frameLogger() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
frameLogger() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
frameType() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
frameType() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
frameWriter() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
frameWriter() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides direct access to the underlying frame writer object.
frameWriter() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Sets the writer to be use for sending WINDOW_UPDATE frames.

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 Http2Exception or null if 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 of CharObjectHashMap.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 FullHttpMessage associated with stream.
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(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Returns the Http2Headers.PseudoHeaderName corresponding 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 errorCode is not Http2Error.NO_ERROR.
goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not a GOAWAY was received from the remote endpoint.
goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates that a GOAWAY was received from the remote endpoint and sets the last known stream.
goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not a GOAWAY was sent to the remote endpoint.
goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
Updates the local state of this Http2Connection as a result of a GOAWAY to send to the remote endpoint.
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the graceful shutdown timeout of the Http2Connection in milliseconds.
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the graceful shutdown timeout of the Http2Connection in 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(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() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 

H

handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
the ChannelHandler to use for serving the requests.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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
 
handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Notifies client that this server has received headers that are larger than what it is willing to accept.
hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Determine if stream has any Http2RemoteFlowController.FlowControlled frames 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.DefaultHttp2ResetFrame
 
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 streamId due 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 - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
A complete header list.
HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
 
headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
headersReceived(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates that headers have been received.
headersSent(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates that headers have been sent to the remote endpoint on this stream.
headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_HEADER_TABLE_SIZE value.
headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_HEADER_TABLE_SIZE value.
Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
 
Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
A ChannelDuplexHandler providing additional functionality for HTTP/2.
Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
Client-side cleartext upgrade codec from HTTP to HTTP/2.
Http2ClientUpgradeCodec(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2CodecUtil - Class in io.netty.handler.codec.http2
Constants and utility method used for encoding/decoding HTTP2 frames.
Http2Connection - Interface in io.netty.handler.codec.http2
Manager for the state of an HTTP/2 connection with the remote end-point.
Http2Connection.Endpoint<F extends Http2FlowController> - Interface in io.netty.handler.codec.http2
A view of the connection from one endpoint (local or remote).
Http2Connection.Listener - Interface in io.netty.handler.codec.http2
Listener for life-cycle events for streams in this connection.
Http2Connection.PropertyKey - Interface in io.netty.handler.codec.http2
A key to be used for associating application-defined properties with streams within this connection.
Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
Provides empty implementations of all Http2Connection.Listener methods.
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 This class will read HTTP/2 frames and delegate the events to a Http2FrameListener This interface enforces inbound flow control functionality through Http2LocalFlowController
Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
Builder which builds Http2ConnectionHandler objects.
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.
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.Listener and Http2FrameListener together 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
This API is very immature.
Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
Builder for the Http2FrameCodec.
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 Http2FrameListener and 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, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
 
Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
 
Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
 
Http2FrameReader - Interface in io.netty.handler.codec.http2
Reads HTTP/2 frames from an input ByteBuf and notifies the specified Http2FrameListener when frames are complete.
Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
Configuration specific to Http2FrameReader
Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
 
Http2FrameStream - Interface in io.netty.handler.codec.http2
A single stream within a HTTP/2 connection.
Http2FrameStreamEvent - Class in io.netty.handler.codec.http2
 
Http2FrameStreamException - Exception in io.netty.handler.codec.http2
A 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 - 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 Http2HeadersDecoder interface
Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
Encodes Http2Headers into HPACK-encoded headers blocks.
Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
Configuration related elements for the Http2HeadersEncoder interface
Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
Determine if a header name/value pair is treated as sensitive.
Http2HeadersFrame - Interface in io.netty.handler.codec.http2
HTTP/2 HEADERS frame.
Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
Decorator around a Http2FrameReader that logs all inbound frames before calling back the listener.
Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
Http2LifecycleManager - Interface in io.netty.handler.codec.http2
Manager for the life cycle of the HTTP/2 connection.
Http2LocalFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController for controlling the inbound flow of DATA frames from the remote endpoint.
Http2MultiplexCodec - Class in io.netty.handler.codec.http2
An HTTP/2 handler that creates child channels for each stream.
Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
A builder for Http2MultiplexCodec.
Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
This exception is thrown when there are no more stream IDs available for the current connection
Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
Decorator around a Http2FrameWriter that logs all outbound frames before calling the writer.
Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
Http2PingFrame - Interface in io.netty.handler.codec.http2
HTTP/2 PING Frame.
Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
Provides an extensibility point for users to define the validity of push requests.
Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController for controlling the flow of outbound DATA frames 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(Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2ServerUpgradeCodec(String, Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2ServerUpgradeCodec(Http2FrameCodec, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2Settings - Class in io.netty.handler.codec.http2
Settings for one endpoint in an HTTP/2 connection.
Http2Settings() - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2SettingsFrame - Interface in io.netty.handler.codec.http2
HTTP/2 SETTINGS frame.
Http2Stream - Interface in io.netty.handler.codec.http2
A single stream within an HTTP2 connection.
Http2Stream.State - Enum in io.netty.handler.codec.http2
The allowed states of an HTTP2 stream.
Http2StreamChannel - Interface in io.netty.handler.codec.http2
 
Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
 
Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
Http2StreamFrame - Interface in io.netty.handler.codec.http2
A frame whose meaning may apply to a particular stream, instead of the entire connection.
Http2StreamFrameToHttpObjectCodec - Class in io.netty.handler.codec.http2
This handler converts from Http2StreamFrame to HttpObject, and back.
Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
Http2StreamVisitor - Interface in io.netty.handler.codec.http2
A visitor that allows iteration over a collection of streams.
Http2UnknownFrame - Interface in io.netty.handler.codec.http2
 
Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
HTTP/2 WINDOW_UPDATE frame.
HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HttpConversionUtil - Class in io.netty.handler.codec.http2
Provides utility methods and constants for the HTTP/2 to HTTP conversion
HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
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
 
HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
Builder which builds HttpToHttp2ConnectionHandler objects.
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.
InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
This adapter provides just header/data events from the HTTP message flow defined here
InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
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
Sets the initial size of an intermediate buffer used during HPACK huffman decoding.
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
initialSettings() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Settings to use for the initial connection settings exchange.
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Settings to use for the initial connection settings exchange.
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
initialSettings() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
initialSettings() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize(int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Sets the connection-wide initial flow control window and updates all stream windows (but not the connection stream window) by the delta.
initialWindowSize() - Method in interface io.netty.handler.codec.http2.Http2FlowController
Gets the connection-wide initial flow control window size that is used as the basis for new stream flow control windows.
initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Get the initial flow control window size for the given stream.
initialWindowSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_INITIAL_WINDOW_SIZE value.
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_INITIAL_WINDOW_SIZE value.
INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
io.netty.handler.codec.http2 - package io.netty.handler.codec.http2
Handlers for sending and receiving HTTP/2 frames.
isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
Determine if a Http2Headers are authoritative for a particular ChannelHandlerContext.
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
 
isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
isEndStream() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
Returns true if the END_STREAM flag ist set.
isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
Returns true if the END_STREAM flag ist set.
isFlagSet(short) - Method in class io.netty.handler.codec.http2.Http2Flags
Indicates whether or not a particular flag is set.
isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Called by the graceful shutdown logic to determine when it is safe to close the connection.
isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
isHeadersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not the initial headers have been received.
isHeadersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not headers were sent to the remote endpoint.
isMaxFrameSizeValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Indicates whether or not the given value for max frame size falls within the valid range.
isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns true if the stream is an outbound stream.
isPropagateSettings() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Returns true if a read settings frame should be propagated along the channel pipeline.
isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Indicates whether the given header name is a valid HTTP/2 pseudo header.
isPushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not a push promise was sent to the remote endpoint.
isRequestOnly() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Indicates whether the pseudo-header is to be used in a request context.
isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether a RST_STREAM frame has been sent from the local endpoint for this stream.
isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
Determine if a request is safe.
isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
Determine if a header name/value pair should be treated as sensitive.
isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns if AbstractHttp2ConnectionHandlerBuilder.build() will to create a Http2Connection in 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
 
isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Check if an exception is isolated to a single stream or the entire connection.
isStreamIdValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns true if the streamId is a valid HTTP/2 stream identifier.
isTrailersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not the trailers have been received.
isTrailersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not trailers were sent to the remote endpoint.
isValidateHeaders() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
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
 
isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Return true if HTTP header validation should be performed.
isValidStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether the given streamId is from the set of IDs used by this endpoint to create new streams.
isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
isWritable(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Determine if the stream has bytes remaining for use in the flow control window.
iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
iterator() - Method in interface io.netty.handler.codec.http2.Http2Headers
Returns an iterator over all HTTP/2 headers.
iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 

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 -1 else.
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.
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(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
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.OPEN or Http2Stream.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_STREAMS value.
maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_CONCURRENT_STREAMS value.
maxContentLength() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Returns the maximum length of the message content.
maxContentLength(int) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Specifies the maximum length of the message content.
maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize(int) - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
Sets the maximum allowed frame size.
maxFrameSize() - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
Gets the maximum allowed frame size.
maxFrameSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_FRAME_SIZE value.
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_FRAME_SIZE value.
maxHeaderListSize(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderListSize(long, long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Configure the maximum allowed size in bytes of each set of headers.
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.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_SIZE value.
maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSizeGoAway() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Represents the upper bound in bytes for a set of headers before a GO_AWAY should be sent.
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
maxHeaderTableSize() - 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.
maxHeaderTableSize() - 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(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Set the maximum number of streams which can be in the reserved state at any given time.
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint may have created the given stream.
merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Merge the contents of the next message into this message so they can be written out as one unit.
method(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.METHOD header or null if there is no such header
method() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.METHOD header or null if there is no such header
method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
minAllocationChunk(int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
Sets the minimum allocation chunk that will be allocated to each stream.

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.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.Http2SettingsFrame
 
names() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Returns a new EmbeddedChannel that encodes the HTTP2 message content encoded in the specified contentEncoding.
newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Returns a new EmbeddedChannel that decodes the HTTP2 message content encoded in the specified contentEncoding.
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 Http2Headers object which will store the results of the decode operation.
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 FullHttpMessage based upon the current connection parameters
newStream() - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
Creates a new Http2FrameStream object.
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 DATA frame.
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onError(ChannelHandlerContext, boolean, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Central handler for all exceptions caught during HTTP/2 processing.
onError(ChannelHandlerContext, boolean, Throwable) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Processes the given error.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound GO_AWAY frame.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onGoAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GOAWAY was received from the remote endpoint.
onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onGoAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GOAWAY frame was sent for the connection.
onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame with priority information specified.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PRIORITY frame.
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PUSH_PROMISE frame.
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound RST_STREAM frame.
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onRstStreamRead(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Called if a RST_STREAM is received but we have some data for that stream.
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS acknowledgment frame.
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS frame.
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onStreamActive(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was made active (i.e.
onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was added to the connection.
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now CLOSED in both directions and will no longer be accessible via Http2Connection.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 Http2FrameStream object attached are simply logged and replied to by sending a RST_STREAM frame.
onStreamHalfClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream has transitioned from OPEN to HALF CLOSED.
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamRemoved(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream has now been removed from the connection and will no longer be returned via Http2Connection.stream(int).
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handler for a frame not defined by the HTTP/2 spec.
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound WINDOW_UPDATE frame.
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
open(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Opens this stream, making it available via Http2Connection.forEachActiveStream(Http2StreamVisitor) and transition state to: Http2Stream.State.OPEN if Http2Stream.state() is Http2Stream.State.IDLE and halfClosed is false.
open() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the Http2Connection.Endpoint opposite this one.
option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Allow to specify a ChannelOption which is used for the Http2StreamChannel instances once they got created.
OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the method used for HttpRequest objects generated out of the HTTP message flow defined in
OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the path used for HttpRequest objects generated out of the HTTP message flow defined in
OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the status code used for HttpResponse objects generated out of the HTTP message flow defined in

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 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.
paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
For frames that include padding, indicates if the Http2Flags.PADDED field is present.
paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.PADDED flag.
parseStatus(CharSequence) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Apply HTTP/2 rules while translating status code to HttpResponseStatus
path(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.PATH header or null if there is no such header
path() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.PATH header or null if there is no such header
path(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 SETTINGS frame 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.PRIORITY flag.
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.
promise - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
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
 
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_PUSH value.
pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_ENABLE_PUSH value.
pushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates that a push promise was sent to the remote endpoint.
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 message be the state associated with stream.

R

read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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 Http2Headers which 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 DATA frame from the remote endpoint and applies flow control policies to it for both the stream as well as the connection.
refCnt() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
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.OPEN or Http2Stream.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
 
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_STREAM frame has been sent from the local endpoint for this stream.
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Ensure the stream identified by streamId is reset.
retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
retain() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
retain() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
retain() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
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(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.SCHEME header if there is no such header
scheme() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.SCHEME header or null if there is no such header
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
self() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns this.
self() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
server(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets if AbstractHttp2ConnectionHandlerBuilder.build() will to create a Http2Connection in 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(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setExtraStreamIds(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
setExtraStreamIds(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
Generic method to set any flag.
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.Http2Stream
Associates the application-defined data with this stream.
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
settings() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
settings() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
 
SETTINGS_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
shutdownHint() - Method in exception io.netty.handler.codec.http2.Http2Exception
Provide a hint as to what type of shutdown should be executed.
size() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
The size of the payload in terms of bytes applied to the flow-control window.
size() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
The assumed minimum value for SETTINGS_MAX_CONCURRENT_STREAMS as recommended by the HTTP/2 spec.
state() - Method in interface io.netty.handler.codec.http2.Http2FrameStream
Returns the state of this stream.
state() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets the state of this stream.
status(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
status() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
status(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
stream() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream if it exists.
stream() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
stream() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
 
stream() - Method in interface io.netty.handler.codec.http2.Http2StreamChannel
Returns the Http2FrameStream that belongs to this channel.
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
Set the Http2FrameStream object for this frame.
stream() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
Returns the Http2FrameStream object for this frame, or null if the frame has yet to be associated with a stream.
stream() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
stream() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
Gets the stream this state is associated with.
streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Calculate the amount of bytes that can be sent by state.
StreamBufferingEncoder - Class in io.netty.handler.codec.http2
Implementation of a Http2ConnectionEncoder that dispatches all method call to another Http2ConnectionEncoder, until SETTINGS_MAX_CONCURRENT_STREAMS is 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 StreamBufferingEncoder if buffered streams are terminated due to receipt of a GOAWAY.
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.
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
toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Create a new object to contain the response data
toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Converts the given HTTP/1.x headers into HTTP/2 headers.
toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
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.DefaultHttp2ResetFrame
 
toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
toString() - Method in class io.netty.handler.codec.http2.Http2Flags
 
toString() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
touch() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
touch() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
touch() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
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 StreamByteDistributor that 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, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Handles the cleartext HTTP upgrade event.

V

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() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Determines if the headers should be validated as a result of the decode operation.
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Specifies whether validation of HTTP headers should be performed.
validateHttpHeaders - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
value() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the underlying flags value.
value() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Equivalent to Headers.getAll(Object) but no intermediate list is generated.
valueIterator(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Error
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
 
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Exception.ShutdownHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.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.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

WeightedFairQueueByteDistributor - Class in io.netty.handler.codec.http2
A StreamByteDistributor that 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(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
windowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Get the portion of the flow control window for the given stream that is currently available for sending/receiving frames which are subject to flow control.
windowSize() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
The size (in bytes) of the stream's flow control window.
windowSizeIncrement() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
windowSizeIncrement() - Method in interface io.netty.handler.codec.http2.Http2WindowUpdateFrame
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(Http2Stream, float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
 
writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
Notification that Http2RemoteFlowController.isWritable(Http2Stream) has changed for 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, int) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Writes up to allowedBytes of the encapsulated payload to the stream.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
Handles conversion of HttpMessage and HttpContent to HTTP/2 frames.
write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.Writer
Writes the allocated bytes for this stream.
writeComplete() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
writeComplete() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Called after this object has been successfully written.
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2DataWriter
Writes a DATA frame to the remote endpoint.
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Writes the given data to the internal Http2FrameWriter without performing any state checks on the connection/stream.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Generic write method for any HTTP/2 frame.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes an HTTP/2 frame header to the output buffer.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a GO_AWAY frame to the remote endpoint.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame with priority specified to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
writePendingBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
writePendingBytes() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Write all data pending in the flow controller up to the flow-control limits.
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PING frame to the remote endpoint.
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PRIORITY frame to the remote endpoint.
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PUSH_PROMISE frame to the remote endpoint.
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a RST_STREAM frame to the remote endpoint.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS frame to the remote endpoint.
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS acknowledgment to the remote endpoint.
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a WINDOW_UPDATE frame to the remote endpoint.
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2008–2019 The Netty Project. All rights reserved.