Netty/Codec/HTTP2 4.1.5.Final-redhat-1
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
 
AbstractHttp2StreamStateEvent - Class in io.netty.handler.codec.http2
 
AbstractHttp2StreamStateEvent(int) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamStateEvent
 
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.Http2ServerDowngrader
 
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.
add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
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.
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.
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
Sets whether server push is allowed to this endpoint.
allowPushTo() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets whether or not server push is allowed to this 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.
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

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.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
 
build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
 
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
 

C

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 Cipher Suites in accordance with the HTTP/2 Specification.
clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
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
 
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
 
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 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.
content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
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.
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 interface io.netty.handler.codec.http2.Http2DataFrame
 
copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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.
createIdleStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a stream initiated by this endpoint.
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.Http2ServerDowngrader
 
decode(ByteBuf, Http2Headers) - Method in class io.netty.handler.codec.http2.internal.hpack.Decoder
Decode the header block into header fields.
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(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
decodeHeaders(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
 
Decoder - Class in io.netty.handler.codec.http2.internal.hpack
 
Decoder(int, int, int) - Constructor for class io.netty.handler.codec.http2.internal.hpack.Decoder
Create a new instance.
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_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_HEADER_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.
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.
DefaultHttp2ConnectionEncoder.FlowControlledBase(Http2Stream, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
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.
DefaultHttp2FrameReader.HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
 
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) - 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(int, int, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
 
DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(int, Http2HeadersEncoder.SensitivityDetector) - 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.
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.
DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
The default Http2WindowUpdateFrame implementation.
DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
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 interface io.netty.handler.codec.http2.Http2DataFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 

E

EmptyHttp2Headers - Class in io.netty.handler.codec.http2
 
emptyPingBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer filled with all zeros that is the appropriate length for a PING frame.
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ServerDowngrader
 
encodeHeader(ByteBuf, CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.internal.hpack.Encoder
Encode the header field into the header block.
encodeHeaders(Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
encodeHeaders(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
 
Encoder - Class in io.netty.handler.codec.http2.internal.hpack
 
Encoder(int) - Constructor for class io.netty.handler.codec.http2.internal.hpack.Encoder
Creates a new encoder.
Encoder(int, int) - Constructor for class io.netty.handler.codec.http2.internal.hpack.Encoder
Creates a new encoder.
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(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
endOfHeaders() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_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.DefaultHttp2ResetFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
 
error() - Method in exception io.netty.handler.codec.http2.Http2Exception
 
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.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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
fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
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
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Connection
Provide a means of iterating over the collection of active streams.
forEachChild(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Stream
Provide a means of iterating over the children of this stream.
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(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
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

getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Iteratively looks through the causaility chain for the given exception and returns the first Http2Exception or null if none.
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.
getMaxHeaderTableSize() - Method in class io.netty.handler.codec.http2.internal.hpack.Decoder
Return the maximum table size.
getMaxHeaderTableSize() - Method in class io.netty.handler.codec.http2.internal.hpack.Encoder
Return the maximum table size.
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.
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.
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
Indicates that a GOAWAY was sent to the remote endpoint and sets the last known stream.
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(long) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 

H

handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2Codec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Load any dependencies.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Clean up any dependencies.
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.DefaultHttp2ResetFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
 
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
 
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(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
headerTable() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
headerTable() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
headerTable() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Access the Http2HeaderTable for this Http2HeadersDecoder
headerTable() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
Access the Http2HeaderTable for this Http2HeadersEncoder
headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_HEADER_TABLE_SIZE value.
headerTableSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_HEADER_TABLE_SIZE value.
Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
Client-side cleartext upgrade codec from HTTP to HTTP/2.
Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2Codec - Class in io.netty.handler.codec.http2
An HTTP/2 channel handler that adds a Http2FrameCodec and Http2MultiplexCodec to the pipeline before removing itself.
Http2Codec(boolean, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2Codec
Construct a new handler whose child channels run in the same event loop as this handler.
Http2Codec(boolean, ChannelHandler, EventLoopGroup) - Constructor for class io.netty.handler.codec.http2.Http2Codec
Construct a new handler whose child channels run in a different event loop.
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
 
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.ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
Http2Exception.ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
Http2Exception.ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
Provides the ability to handle multiple stream exceptions with one throw statement.
Http2Exception.CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
Http2Flags - Class in io.netty.handler.codec.http2
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2FlowController - Interface in io.netty.handler.codec.http2
Base interface for all HTTP/2 flow controllers.
Http2Frame - Interface in io.netty.handler.codec.http2
An HTTP/2 frame.
Http2FrameAdapter - Class in io.netty.handler.codec.http2
Convenience class that provides no-op implementations for all methods of Http2FrameListener.
Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
 
Http2FrameCodec - Class in io.netty.handler.codec.http2
An HTTP/2 handler that maps HTTP/2 frames to Http2Frame objects and vice versa.
Http2FrameCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
Construct a new handler.
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
 
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
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.
Http2HeaderTable - Interface in io.netty.handler.codec.http2
Extracts a common interface for encoding and processing HPACK header constraints
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.
Http2MultiplexCodec(boolean, EventLoopGroup, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec
Construct a new handler whose child channels run in a different event loop.
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
 
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.
Http2ServerDowngrader - Class in io.netty.handler.codec.http2
This is a server-side adapter so that an http2 codec can be downgraded to appear as if it's speaking http/1.1.
Http2ServerDowngrader(boolean) - Constructor for class io.netty.handler.codec.http2.Http2ServerDowngrader
 
Http2ServerDowngrader() - Constructor for class io.netty.handler.codec.http2.Http2ServerDowngrader
 
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(Http2Codec) - 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, Http2Codec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2Settings - Class in io.netty.handler.codec.http2
Settings for one endpoint in an HTTP/2 connection.
Http2Settings() - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
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.
Http2StreamActiveEvent - Class in io.netty.handler.codec.http2
 
Http2StreamActiveEvent(int) - Constructor for class io.netty.handler.codec.http2.Http2StreamActiveEvent
 
Http2StreamClosedEvent - Class in io.netty.handler.codec.http2
 
Http2StreamClosedEvent(int) - Constructor for class io.netty.handler.codec.http2.Http2StreamClosedEvent
 
Http2StreamFrame - Interface in io.netty.handler.codec.http2
A frame whose meaning may apply to a particular stream, instead of the entire connection.
Http2StreamStateEvent - Interface in io.netty.handler.codec.http2
An event describing a state change of a particular HTTP/2 stream.
Http2StreamVisitor - Interface in io.netty.handler.codec.http2
A visitor that allows iteration over a collection of streams.
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.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.
InboundHttp2ToHttpPriorityAdapter - Class in io.netty.handler.codec.http2
Translate header/data/priority HTTP/2 frame events into HTTP events.
InboundHttp2ToHttpPriorityAdapterBuilder - Class in io.netty.handler.codec.http2
InboundHttp2ToHttpPriorityAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
Creates a new InboundHttp2ToHttpPriorityAdapter 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.
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(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.
io.netty.handler.codec.http2.internal.hpack - package io.netty.handler.codec.http2.internal.hpack
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.
isDescendantOf(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this stream is a descendant in the priority tree from the given stream.
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
true if this frame is the last one in this direction of the stream.
isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
true if this frame is the last one in this direction of the stream.
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.
isLeaf() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this is a leaf node (i.e.
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.
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.
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.
isRoot() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this stream is the root node of the priority tree.
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.
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.
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.
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.

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, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, ByteBuf) - 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_UNSIGNED_SHORT - 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.
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
 
maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
 
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(int) - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Sets the maximum allowed header elements.
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Gets the maximum allowed header elements.
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderListSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Get the maximum number of bytes that is allowed before truncation occurs.
maxHeaderTableSize(int) - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Sets the maximum size of the HPACK header table used for decoding HTTP/2 headers.
maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Gets the maximum size of the HPACK header table used for decoding HTTP/2 headers.
maxStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
The limit imposed by Http2Connection.Endpoint.maxActiveStreams() does not apply to streams in the IDLE state.
maxStreams(int, int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the limit for SETTINGS_MAX_CONCURRENT_STREAMS and the limit for Http2Connection.Endpoint.maxStreams().
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
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.DefaultHttp2ResetFrame
 
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.
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
 
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
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.
numBufferedStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
Indicates the number of streams that are currently buffered, awaiting creation.
numChildren() - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns the number of child streams directly dependent on this stream.

O

onConnectionError(ChannelHandlerContext, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a connection error.
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, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Central handler for all exceptions caught during HTTP/2 processing.
onError(ChannelHandlerContext, 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.
onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
onPingRead(ChannelHandlerContext, ByteBuf) - 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
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
onPriorityTreeParentChanged(Http2Stream, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that a priority tree parent change has occurred.
onPriorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onPriorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPriorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
onPriorityTreeParentChanging(Http2Stream, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that a parent dependency is about to change This is called while the tree is being restructured and so the tree structure is not necessarily steady state.
onPriorityTreeParentChanging(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onPriorityTreeParentChanging(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
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, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a stream error.
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
 
onWeightChanged(Http2Stream, short) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the weight has changed for stream.
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
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.
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.
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.
parent() - Method in interface io.netty.handler.codec.http2.Http2Stream
The parent (i.e. the node in the priority tree on which this node depends), or null if this is the root node (i.e. the connection, itself).
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
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.
processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
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
 
propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
 
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.
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
 
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).
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 interface io.netty.handler.codec.http2.Http2DataFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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 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
 
retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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
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
 
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.
setMaxHeaderTableSize(int) - Method in class io.netty.handler.codec.http2.internal.hpack.Decoder
Set the maximum table size.
setMaxHeaderTableSize(ByteBuf, int) - Method in class io.netty.handler.codec.http2.internal.hpack.Encoder
Set the maximum table size.
setPriority(int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Updates an priority for this stream.
setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.Http2Stream
Associates the application-defined data with this stream.
setStreamId(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
Sets the identifier of the stream this frame applies to.
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
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.
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.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
stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream if it exists.
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.Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
 
StreamBufferingEncoder.Http2GoAwayException - Exception in io.netty.handler.codec.http2
Thrown by StreamBufferingEncoder if buffered streams are terminated due to receipt of a GOAWAY.
StreamBufferingEncoder.Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
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 class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
streamId() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamStateEvent
 
streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Get the stream id associated with an exception.
streamId() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
The identifier of the stream this frame applies to.
streamId() - Method in interface io.netty.handler.codec.http2.Http2StreamStateEvent
Returns the HTTP/2 stream identifier for this event.
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
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, ByteBufAllocator, 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.DefaultHttp2ResetFrame
 
toString() - Method in class io.netty.handler.codec.http2.Http2Flags
 
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 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
 

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
 
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.
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 

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(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
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
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterBuilder
 
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
 
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(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamVisitor
 

W

weight() - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns weight assigned to the dependency with the parent.
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
 
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.
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, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PING frame to the remote endpoint.
writePing(ChannelHandlerContext, boolean, ByteBuf, 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
 
writeUnsignedInt(long, ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes a big-endian (32-bit) unsigned integer to the buffer.
writeUnsignedShort(int, ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes a big-endian (16-bit) unsigned integer to the buffer.
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 
Netty/Codec/HTTP2 4.1.5.Final-redhat-1

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