All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description DefaultHttp3CancelPushFrame DefaultHttp3DataFrame DefaultHttp3GoAwayFrame DefaultHttp3Headers DefaultHttp3HeadersFrame DefaultHttp3MaxPushIdFrame DefaultHttp3PushPromiseFrame DefaultHttp3SettingsFrame DefaultHttp3UnknownFrame Http3 Contains utility methods that help to bootstrap server / clients with HTTP3 support.Http3CancelPushFrame See CANCEL_PUSH.Http3ClientConnectionHandler Http3ConnectionHandler Handler that handles HTTP3 connections.Http3ControlStreamFrame Marker interface for frames that can be sent and received on a HTTP3 control stream.Http3DataFrame See DATA.Http3ErrorCode Different HTTP3 error codes.Http3Exception An exception related to violate the HTTP3 spec.Http3Frame Marker interface that is implemented by all HTTP3 frames.Http3FrameToHttpObjectCodec This handler converts fromHttp3RequestStreamFrametoHttpObject, and back.Http3GoAwayFrame See GOAWAY.Http3Headers Http3Headers.PseudoHeaderName HTTP/2 (and HTTP/3) pseudo-headers names.Http3HeadersFrame See HEADERS.Http3HeadersValidationException Thrown ifHttp3Headersvalidation fails for some reason.Http3MaxPushIdFrame See MAX_PUSH_ID.Http3PushPromiseFrame See PUSH_PROMISE.Http3PushStreamClientInitializer Abstract base class that users can extend to init HTTP/3 push-streams for clients.Http3PushStreamFrame Marker interface for frames that can be sent and received on a HTTP3 push stream.Http3PushStreamServerInitializer Abstract base class that users can extend to init HTTP/3 push-streams for servers.Http3RequestStreamFrame Marker interface for frames that can be sent and received on a HTTP3 request stream.Http3RequestStreamInboundHandler ChannelInboundHandlerAdapterwhich makes it easy to handle HTTP3 request streams.Http3RequestStreamInitializer Abstract base class that users can extend to init HTTP/3 request-streams.Http3ServerConnectionHandler Handler that handles HTTP3 for the server-side.Http3ServerPushStreamManager A manager for push streams for a server.Http3SettingsFrame See SETTINGS.Http3UnknownFrame HttpConversionUtil Provides utility methods and constants for the HTTP/3 to HTTP conversionHttpConversionUtil.ExtensionHeaderNames Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objectsQpackDecoderStateSyncStrategy A strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.QpackException Exception thrown if an error happens during QPACK processing.