Uses of Package
io.netty.handler.codec.http3
-
Packages that use io.netty.handler.codec.http3 Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
Classes in io.netty.handler.codec.http3 used by io.netty.handler.codec.http3 Class 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 objectsQpackDecoderStateSyncStrategy A strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.