A B C D E F G H I L M N P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ackEachInsert() - Static method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
Returns a
QpackDecoderStateSyncStrategythat will acknowledge each entry added viaQpackDecoderStateSyncStrategy.entryAdded(int)unless a priorQpackDecoderStateSyncStrategy.sectionAcknowledged(int)call has implicitly acknowledged the addition. - authority() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- authority() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.AUTHORITYheader ornullif there is no such header - authority(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- authority(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.AUTHORITYheader - AUTHORITY - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:authority.
B
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
C
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- channelInputClosed(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelInputClosed(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once the input is closed and so no more inbound data is received on it.
- channelRead(ChannelHandlerContext, Http3DataFrame) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelRead(ChannelHandlerContext, Http3DataFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3DataFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Http3HeadersFrame) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelRead(ChannelHandlerContext, Http3HeadersFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3HeadersFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Http3UnknownFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3UnknownFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- clear() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- code() - Method in enum io.netty.handler.codec.http3.Http3ErrorCode
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - controlStream(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Return the local control stream for this HTTP/3 connection.
- controlStreamListener() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
A
ChannelInboundHandlerto be added to theQuicChannelassociated with thisHttp3ServerPushStreamManagerto listen to control stream frames. - copy() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- copy() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- copy() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- copy() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- copyOf(Http3SettingsFrame) - Static method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
-
Creates a new
DefaultHttp3SettingsFramewhich is a copy of the given settings.
D
- DefaultHttp3CancelPushFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3CancelPushFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- DefaultHttp3DataFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- DefaultHttp3GoAwayFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- DefaultHttp3Headers - Class in io.netty.handler.codec.http3
- DefaultHttp3Headers() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3Headers(boolean) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3Headers(boolean, int) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3HeadersFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3HeadersFrame() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- DefaultHttp3HeadersFrame(Http3Headers) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- DefaultHttp3MaxPushIdFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3MaxPushIdFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- DefaultHttp3PushPromiseFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3PushPromiseFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- DefaultHttp3PushPromiseFrame(long, Http3Headers) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- DefaultHttp3SettingsFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3SettingsFrame() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- DefaultHttp3UnknownFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3UnknownFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- duplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- duplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- duplicate() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- duplicate() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
E
- entryAdded(int) - Method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
When a header field entry is added to the decoder dynamic table.
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- errorCode() - Method in exception io.netty.handler.codec.http3.Http3Exception
-
Returns the related
Http3ErrorCode. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
F
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
G
- get(long) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- get(long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Get a setting from the frame.
- getFlag() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
- getLocalControlStream(Channel) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns the local initiated control stream for the HTTP/3 connection.
- getOrDefault(long, long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Get a setting from the frame.
- getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Returns the
Http3Headers.PseudoHeaderNamecorresponding to the specified header name.
H
- H3_CLOSED_CRITICAL_STREAM - io.netty.handler.codec.http3.Http3ErrorCode
-
A stream required by the HTTP/3 connection was closed or reset.
- H3_CONNECT_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The TCP connection established in response to a CONNECT request was reset or abnormally closed.
- H3_EXCESSIVE_LOAD - io.netty.handler.codec.http3.Http3ErrorCode
-
The endpoint detected that its peer is exhibiting a behavior that might be generating excessive load.
- H3_FRAME_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
A frame that fails to satisfy layout requirements or with an invalid size was received.
- H3_FRAME_UNEXPECTED - io.netty.handler.codec.http3.Http3ErrorCode
-
A frame was received that was not permitted in the current state or on the current stream.
- H3_GENERAL_PROTOCOL_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
Peer violated protocol requirements in a way that does not match a more specific error code, or endpoint declines to use the more specific error code.
- H3_ID_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
A Stream ID or Push ID was used incorrectly, such as exceeding a limit, reducing a limit, or being reused.
- H3_INTERNAL_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An internal error has occurred in the HTTP stack.
- H3_MESSAGE_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An HTTP message was malformed and cannot be processed.
- H3_MISSING_SETTINGS - io.netty.handler.codec.http3.Http3ErrorCode
-
No SETTINGS frame was received at the beginning of the control stream.
- H3_NO_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
No error.
- H3_REQUEST_CANCELLED - io.netty.handler.codec.http3.Http3ErrorCode
-
The request or its response (including pushed response) is cancelled.
- H3_REQUEST_INCOMPLETE - io.netty.handler.codec.http3.Http3ErrorCode
-
The client's stream terminated without containing a fully-formed request.
- H3_REQUEST_REJECTED - io.netty.handler.codec.http3.Http3ErrorCode
-
A server rejected a request without performing any application processing.
- H3_SETTINGS_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An endpoint detected an error in the payload of a SETTINGS frame.
- H3_STREAM_CREATION_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The endpoint detected that its peer created a stream that it will not accept.
- H3_VERSION_FALLBACK - io.netty.handler.codec.http3.Http3ErrorCode
-
The requested operation cannot be served over HTTP/3.
- handleHttp3Exception(ChannelHandlerContext, Http3Exception) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3Exceptionshould be handled. - handleQuicException(ChannelHandlerContext, QuicException) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
QuicExceptionshould be handled. - handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- headers() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- headers() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- headers() - Method in interface io.netty.handler.codec.http3.Http3HeadersFrame
-
Returns the carried headers.
- headers() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
-
Returns the carried headers.
- Http3 - Class in io.netty.handler.codec.http3
-
Contains utility methods that help to bootstrap server / clients with HTTP3 support.
- HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- HTTP3_SETTINGS_QPACK_BLOCKED_STREAMS - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- HTTP3_SETTINGS_QPACK_MAX_TABLE_CAPACITY - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- Http3CancelPushFrame - Interface in io.netty.handler.codec.http3
-
See CANCEL_PUSH.
- Http3ClientConnectionHandler - Class in io.netty.handler.codec.http3
- Http3ClientConnectionHandler() - Constructor for class io.netty.handler.codec.http3.Http3ClientConnectionHandler
-
Create a new instance.
- Http3ClientConnectionHandler(ChannelHandler, LongFunction<ChannelHandler>, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.handler.codec.http3.Http3ClientConnectionHandler
-
Create a new instance.
- Http3ConnectionHandler - Class in io.netty.handler.codec.http3
-
Handler that handles HTTP3 connections.
- Http3ControlStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 control stream.
- Http3DataFrame - Interface in io.netty.handler.codec.http3
-
See DATA.
- Http3ErrorCode - Enum in io.netty.handler.codec.http3
-
Different HTTP3 error codes.
- Http3Exception - Exception in io.netty.handler.codec.http3
-
An exception related to violate the HTTP3 spec.
- Http3Exception(Http3ErrorCode, String) - Constructor for exception io.netty.handler.codec.http3.Http3Exception
-
Create a new instance.
- Http3Exception(Http3ErrorCode, String, Throwable) - Constructor for exception io.netty.handler.codec.http3.Http3Exception
-
Create a new instance.
- Http3Frame - Interface in io.netty.handler.codec.http3
-
Marker interface that is implemented by all HTTP3 frames.
- Http3FrameToHttpObjectCodec - Class in io.netty.handler.codec.http3
-
This handler converts from
Http3RequestStreamFrametoHttpObject, and back. - Http3FrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- Http3FrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- Http3GoAwayFrame - Interface in io.netty.handler.codec.http3
-
See GOAWAY.
- Http3Headers - Interface in io.netty.handler.codec.http3
- Http3Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http3
-
HTTP/2 (and HTTP/3) pseudo-headers names.
- Http3HeadersFrame - Interface in io.netty.handler.codec.http3
-
See HEADERS.
- Http3HeadersValidationException - Exception in io.netty.handler.codec.http3
-
Thrown if
Http3Headersvalidation fails for some reason. - Http3HeadersValidationException(String) - Constructor for exception io.netty.handler.codec.http3.Http3HeadersValidationException
-
Create a new instance.
- Http3HeadersValidationException(String, Throwable) - Constructor for exception io.netty.handler.codec.http3.Http3HeadersValidationException
-
Create a new instance.
- Http3MaxPushIdFrame - Interface in io.netty.handler.codec.http3
-
See MAX_PUSH_ID.
- Http3PushPromiseFrame - Interface in io.netty.handler.codec.http3
-
See PUSH_PROMISE.
- Http3PushStreamClientInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 push-streams for clients.
- Http3PushStreamClientInitializer() - Constructor for class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
- Http3PushStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 push stream.
- Http3PushStreamServerInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 push-streams for servers.
- Http3PushStreamServerInitializer(long) - Constructor for class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
- Http3RequestStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 request stream.
- Http3RequestStreamInboundHandler - Class in io.netty.handler.codec.http3
-
ChannelInboundHandlerAdapterwhich makes it easy to handle HTTP3 request streams. - Http3RequestStreamInboundHandler() - Constructor for class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- Http3RequestStreamInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 request-streams.
- Http3RequestStreamInitializer() - Constructor for class io.netty.handler.codec.http3.Http3RequestStreamInitializer
- Http3ServerConnectionHandler - Class in io.netty.handler.codec.http3
-
Handler that handles HTTP3 for the server-side.
- Http3ServerConnectionHandler(ChannelHandler) - Constructor for class io.netty.handler.codec.http3.Http3ServerConnectionHandler
-
Create a new instance.
- Http3ServerConnectionHandler(ChannelHandler, ChannelHandler, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.handler.codec.http3.Http3ServerConnectionHandler
-
Create a new instance.
- Http3ServerPushStreamManager - Class in io.netty.handler.codec.http3
-
A manager for push streams for a server.
- Http3ServerPushStreamManager(QuicChannel) - Constructor for class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Creates a new instance.
- Http3ServerPushStreamManager(QuicChannel, int) - Constructor for class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Creates a new instance.
- Http3SettingsFrame - Interface in io.netty.handler.codec.http3
-
See SETTINGS.
- Http3UnknownFrame - Interface in io.netty.handler.codec.http3
- HttpConversionUtil - Class in io.netty.handler.codec.http3
-
Provides utility methods and constants for the HTTP/3 to HTTP conversion
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http3
-
Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objects
I
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- id() - Method in interface io.netty.handler.codec.http3.Http3CancelPushFrame
-
Returns the push id that identifies the server push that is being cancelled.
- id() - Method in interface io.netty.handler.codec.http3.Http3GoAwayFrame
-
Returns the id.
- id() - Method in interface io.netty.handler.codec.http3.Http3MaxPushIdFrame
-
Returns the maximum value for a Push ID that the server can use.
- id() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
-
Returns the push id.
- initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
- initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
- initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInitializer
- initPushStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
-
Initialize the
QuicStreamChannelto handleHttp3PushStreamFrames. - initPushStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
-
Initialize the
QuicStreamChannelto handleHttp3PushStreamFrames. - initRequestStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInitializer
-
Init the
QuicStreamChannelto handleHttp3RequestStreamFrames. - io.netty.handler.codec.http3 - package io.netty.handler.codec.http3
-
HTTP/3 implementation.
- isGoAwayReceived() - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
-
Returns
trueif we received a GOAWAY frame from the remote peer. - isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/3 pseudo header.
- isPushAllowed() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns
trueif server push is allowed at this point. - isRequestOnly() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isSharable() - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
-
Always returns
falseas it keeps state. - isSharable() - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- iterator() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- iterator() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Returns an iterator over all HTTP/3 headers.
L
- length() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
-
Return the payload length of the frame.
M
- method() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- method() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.METHODheader ornullif there is no such header - method(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- method(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.METHODheader - METHOD - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:method. - MIN_INITIAL_MAX_STREAM_DATA_UNIDIRECTIONAL - Static variable in class io.netty.handler.codec.http3.Http3
- MIN_INITIAL_MAX_STREAMS_UNIDIRECTIONAL - Static variable in class io.netty.handler.codec.http3.Http3
N
- newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- newPushStream(long, ChannelHandler) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newPushStream(long, ChannelHandler, Promise<QuicStreamChannel>) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newPushStream(long, ChannelHandler, UnaryOperator<QuicStreamChannelBootstrap>, Promise<QuicStreamChannel>) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newQuicClientCodecBuilder() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new
QuicClientCodecBuilderthat has preconfigured for HTTP3. - newQuicServerCodecBuilder() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new
QuicServerCodecBuilderthat has preconfigured for HTTP3. - newRequestStream(QuicChannel, ChannelHandler) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new HTTP/3 request-stream that will use the given
ChannelHandlerto dispatchHttp3RequestStreamFrames too. - newRequestStreamBootstrap(QuicChannel, ChannelHandler) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new HTTP/3 request-stream bootstrap that will use the given
ChannelHandlerto dispatchHttp3RequestStreamFrames too.
P
- path() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- path() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.PATHheader ornullif there is no such header - path(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- path(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.PATHheader - PATH - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:path. - PATH - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the path pseudo header from the HTTP/3 event(s) responsible for generating an
HttpObject - put(long, Long) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- put(long, Long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Put a setting in the frame.
Q
- QPACK_DECODER_STREAM_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The encoder failed to interpret a decoder instruction received on the decoder stream.
- QPACK_DECOMPRESSION_FAILED - io.netty.handler.codec.http3.Http3ErrorCode
-
The decoder failed to interpret an encoded field section and is not able to continue decoding that field section.
- QPACK_ENCODER_STREAM_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The decoder failed to interpret an encoder instruction received on the encoder stream.
- QpackDecoderStateSyncStrategy - Interface in io.netty.handler.codec.http3
-
A strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.
- QpackException - Exception in io.netty.handler.codec.http3
-
Exception thrown if an error happens during QPACK processing.
R
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- replace(ByteBuf) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- reserveNextPushId() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Reserves a push ID to be used to create a new push stream subsequently.
- retain() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retain() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retain() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retain() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- retain(int) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retain(int) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retain(int) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retain(int) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
S
- scheme() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- scheme() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.SCHEMEheader ornullif there is no such header - scheme(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- scheme(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.SCHEMEheader - SCHEME - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:scheme. - SCHEME - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the scheme pseudo header from the HTTP/3 event(s) responsible for generating an
HttpObject - sectionAcknowledged(int) - Method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
Callback when an encoded header field section is decoded successfully by the decoder.
- status() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- status() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.STATUSheader ornullif there is no such header - status(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- status(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.STATUSheader - STATUS - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:status. - STREAM_ID - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id from the HTTP/3 event(s) responsible for generating an
HttpObject - STREAM_PROMISE_ID - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id used to create this stream in an HTTP/3 push promise frame
- supportedApplicationProtocols() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns the supported protocols for H3.
T
- text() - Method in enum io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- touch() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- touch() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- touch() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- touch() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- touch(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- touch(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- touch(Object) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- touch(Object) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- type() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3CancelPushFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3Frame
-
The type of the frame.
- type() - Method in interface io.netty.handler.codec.http3.Http3GoAwayFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3HeadersFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3MaxPushIdFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
U
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
V
- value() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
- valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Equivalent to
Headers.getAll(Object)but no intermediate list is generated. - valueOf(String) - Static method in enum io.netty.handler.codec.http3.Http3ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.http3.Http3ErrorCode
-
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.http3.Http3Headers.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.http3.HttpConversionUtil.ExtensionHeaderNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
-
Encode from an
HttpObjectto anHttp3RequestStreamFrame.
All Classes All Packages