- calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
Set the ChannelHandlerContext
for which to apply flow control on.
- channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Set the ChannelHandlerContext
for which to apply flow control on.
- channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Get the ChannelHandlerContext
for which to apply flow control on.
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
- 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
-
- CharSequenceMap<V> - Class in io.netty.handler.codec.http2
-
Internal use only!
- CharSequenceMap() - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CIPHERS - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
-
- clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- clear() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by clients.
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Close this connection.
- close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Closes this reader and frees any allocated resources.
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Closes this writer and frees any allocated resources.
- close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- close() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the stream.
- close() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
- ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the local side of this stream.
- closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the remote side of this stream.
- closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes and deactivates the given stream
.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the local side of the given stream.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the local side of the stream
.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the remote side of the given stream.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the remote side of the stream
.
- code() - Method in enum io.netty.handler.codec.http2.Http2Error
-
Gets the code for this error used on the wire.
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the content-encoding
header for each
stream.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- configuration() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connect() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Creates a new channel that will eventually map to a local/outbound HTTP/2 stream.
- connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides direct access to the underlying connection.
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying connection.
- connection() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- connectionError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream object representing the connection, itself (i.e. stream zero).
- consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- consumeBytes(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to
receive more data from the remote endpoint.
- contains(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- content() - Method in 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.
- 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(int, 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
-
- decodeHeaders(int, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- decodeHeaders(int, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Decodes the given headers block and returns the headers.
- decoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Decoder - Class in io.netty.handler.codec.http2.internal.hpack
-
- Decoder(long, int) - Constructor for class io.netty.handler.codec.http2.internal.hpack.Decoder
-
Create a new instance.
- DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The default ratio of window size to initial window size below which a WINDOW_UPDATE
is sent to expand the window.
- DefaultHttp2Connection - Class in io.netty.handler.codec.http2
-
- 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
-
- 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
-
- DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
-
Common base type for payloads to deliver via flow-control.
- DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, false)
.
- DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream)
.
- DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, endStream, 0)
.
- DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Construct a new data message.
- DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
-
A
Http2FrameReader
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
-
Utility class to help with construction of the headers block that may potentially span
multiple frames.
- DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
A
Http2FrameWriter
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(error.code())
.
- DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER)
.
- DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2Headers - Class in io.netty.handler.codec.http2
-
- DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, false)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, endStream, 0)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Construct a new headers message.
- DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
Constructs a controller with the given settings.
- DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
-
- 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
-
- duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
-
- get(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAll(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBooleanAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByte(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByteAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getChar(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getCharAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDouble(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDoubleAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Iteratively looks through the causaility chain for the given exception and returns the first
Http2Exception
or
null
if none.
- getFloat(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloatAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getInt(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getIntAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getIntValue(char) - Method in class io.netty.handler.codec.http2.Http2Settings
-
A helper method that returns
Long.intValue()
on the return of
CharObjectHashMap.get(char)
, if present.
- getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLongAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getMaxHeaderListSize() - Method in class io.netty.handler.codec.http2.internal.hpack.Decoder
-
- getMaxHeaderListSize() - Method in class io.netty.handler.codec.http2.internal.hpack.Encoder
-
- getMaxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.internal.hpack.Decoder
-
- 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.
- getShort(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShortAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns the expected content encoding of the decoded content.
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillisAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- GO_AWAY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Prevents the peer from creating streams and close the connection if
errorCode
is not
Http2Error.NO_ERROR
.
- goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a GOAWAY
was received from the remote endpoint.
- goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates that a GOAWAY
was received from the remote endpoint and sets the last known stream.
- goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a GOAWAY
was sent to the remote endpoint.
- goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
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
-
- 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
-
- group(EventLoopGroup) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Sets the EventLoop
to which channels created with this bootstrap are registered.
- group() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Sets the channel handler that should be added to the channels's pipeline.
- handler() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- 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
-
- handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Notifies client that this server has received headers that are larger than what it is
willing to accept.
- hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- hasFrame() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Indicates whether or not there are frames pending for this stream.
- hashCode() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
-
- headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
A specific stream error resulting from failing to decode headers that exceeds the max header size list.
- headerListSizeExceeded(int, long, boolean) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- headers() - Method in class io.netty.handler.codec.http2.Http2StreamActiveEvent
-
For outbound streams, this method returns the
same Http2HeadersFrame
object as the one that
made the stream active.
- HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- headersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers has been sent to the remote on this stream.
- headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_HEADER_TABLE_SIZE
value.
- headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_HEADER_TABLE_SIZE
value.
- Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
-
- 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
-
- 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, Http2Settings) - 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, Http2StreamChannelBootstrap, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2Codec
-
Construct a new handler whose child channels run in a different event loop.
- Http2Codec(boolean, Http2StreamChannelBootstrap, Http2FrameLogger, Http2Settings) - 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
-
- Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
-
- Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty.handler.codec.http2
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
- 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
-
- Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2.Http2EventAdapter
-
- Http2Exception - Exception in io.netty.handler.codec.http2
-
Exception thrown when an HTTP/2 error was encountered.
- Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
-
Used when a stream creation attempt fails but may be because the stream was previously closed.
- Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
-
Provides the ability to handle multiple stream exceptions with one throw statement.
- Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
-
- Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
-
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
- Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
-
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
- Http2Flags - Class in io.netty.handler.codec.http2
-
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
- Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2FlowController - Interface in io.netty.handler.codec.http2
-
Base interface for all HTTP/2 flow controllers.
- Http2Frame - Interface in io.netty.handler.codec.http2
-
An HTTP/2 frame.
- Http2FrameAdapter - Class in io.netty.handler.codec.http2
-
Convenience class that provides no-op implementations for all methods of
Http2FrameListener
.
- Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
-
- Http2FrameCodec - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that maps HTTP/2 frames to
Http2Frame
objects and vice versa.
- Http2FrameCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
-
Construct a new handler.
- Http2FrameCodec(boolean, Http2FrameLogger) - 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
-
- Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- Http2FrameLogger - Class in io.netty.handler.codec.http2
-
Logs HTTP2 frames for debugging purposes.
- Http2FrameLogger(LogLevel) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
-
- Http2FrameReader - Interface in io.netty.handler.codec.http2
-
Reads HTTP/2 frames from an input
ByteBuf
and notifies the specified
Http2FrameListener
when frames are complete.
- Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
-
- Http2FrameTypes - Class in io.netty.handler.codec.http2
-
Registry of all standard frame types defined by the HTTP/2 specification.
- Http2FrameWriter - Interface in io.netty.handler.codec.http2
-
A writer responsible for marshaling HTTP/2 frames to the channel.
- Http2FrameWriter.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 GOAWAY frame.
- Http2Headers - 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
-
- Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
-
Determine if a header name/value pair is treated as
sensitive.
- Http2HeadersFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 HEADERS frame.
- Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameReader
that logs all inbound frames before calling
back the listener.
- Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- Http2LifecycleManager - Interface in io.netty.handler.codec.http2
-
Manager for the life cycle of the HTTP/2 connection.
- Http2LocalFlowController - Interface in io.netty.handler.codec.http2
-
A
Http2FlowController
for controlling the inbound flow of
DATA
frames from the remote endpoint.
- Http2MultiplexCodec - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that creates child channels for each stream.
- Http2MultiplexCodec(boolean, Http2StreamChannelBootstrap) - 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
-
- 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
-
- Http2StreamActiveEvent(int, Http2HeadersFrame) - Constructor for class io.netty.handler.codec.http2.Http2StreamActiveEvent
-
- Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
-
A class that makes it easy to bootstrap a new HTTP/2 stream as a Channel
.
- Http2StreamChannelBootstrap() - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- 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
-
- HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-