Package io.netty.handler.codec.http3
@NotNullByDefault
package io.netty.handler.codec.http3
HTTP/3 implementation.
-
ClassDescriptionDefault implementation of
Http3SettingsFrame.Contains utility methods that help to bootstrap server / clients with HTTP3 support.See CANCEL_PUSH.Handler that handles HTTP3 connections.Marker interface for frames that can be sent and received on a HTTP3 control stream.See DATA.Different HTTP3 error codes.An exception related to violate the HTTP3 spec.Marker interface that is implemented by all HTTP3 frames.This handler converts fromHttp3RequestStreamFrametoHttpObject, and back.See GOAWAY.HTTP/2 (and HTTP/3) pseudo-headers names.See HEADERS.Thrown ifHttp3Headersvalidation fails for some reason.See MAX_PUSH_ID.See PUSH_PROMISE.Abstract base class that users can extend to init HTTP/3 push-streams for clients.Marker interface for frames that can be sent and received on a HTTP3 push stream.Abstract base class that users can extend to init HTTP/3 push-streams for servers.Marker interface for frames that can be sent and received on a HTTP3 request stream.ChannelInboundHandlerAdapterwhich makes it easy to handle HTTP3 request streams.Abstract base class that users can extend to init HTTP/3 request-streams.Handler that handles HTTP3 for the server-side.A manager for push streams for a server.Represents a collection of HTTP/3 settings as defined by the HTTP/3 specification.See SETTINGS.Provides utility methods and constants for the HTTP/3 to HTTP conversionProvides the HTTP header extensions used to carry HTTP/3 information in HTTP objectsA strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.Exception thrown if an error happens during QPACK processing.