| Class and Description |
|---|
| DefaultHttp3SettingsFrame |
| Http3CancelPushFrame
See CANCEL_PUSH.
|
| 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.
|
| Http3GoAwayFrame
See GOAWAY.
|
| Http3Headers |
| Http3Headers.PseudoHeaderName
HTTP/2 (and HTTP/3) pseudo-headers names.
|
| Http3HeadersFrame
See HEADERS.
|
| Http3MaxPushIdFrame
See MAX_PUSH_ID.
|
| Http3PushPromiseFrame
See PUSH_PROMISE.
|
| Http3PushStreamFrame
Marker interface for frames that can be sent and received on a
HTTP3 push stream.
|
| Http3RequestStreamFrame
Marker interface for frames that can be sent and received on a
HTTP3 request stream.
|
Http3RequestStreamInboundHandler
ChannelInboundHandlerAdapter which makes it easy to handle
HTTP3 request streams. |
| Http3SettingsFrame
See SETTINGS.
|
| Http3UnknownFrame |
| HttpConversionUtil.ExtensionHeaderNames
Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objects
|
| QpackDecoderStateSyncStrategy
A strategy that determines when to send acknowledgment of new table
entries on the QPACK decoder stream.
|
Copyright © 2020–2024 The Netty Project. All rights reserved.