Uses of Interface
io.netty.handler.codec.http3.Http3Frame
-
Packages that use Http3Frame Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3Frame in io.netty.handler.codec.http3
Subinterfaces of Http3Frame in io.netty.handler.codec.http3 Modifier and Type Interface Description interface
Http3CancelPushFrame
See CANCEL_PUSH.interface
Http3ControlStreamFrame
Marker interface for frames that can be sent and received on a HTTP3 control stream.interface
Http3DataFrame
See DATA.interface
Http3GoAwayFrame
See GOAWAY.interface
Http3HeadersFrame
See HEADERS.interface
Http3MaxPushIdFrame
See MAX_PUSH_ID.interface
Http3PushPromiseFrame
See PUSH_PROMISE.interface
Http3PushStreamFrame
Marker interface for frames that can be sent and received on a HTTP3 push stream.interface
Http3RequestStreamFrame
Marker interface for frames that can be sent and received on a HTTP3 request stream.interface
Http3SettingsFrame
See SETTINGS.interface
Http3UnknownFrame
Classes in io.netty.handler.codec.http3 that implement Http3Frame Modifier and Type Class Description class
DefaultHttp3CancelPushFrame
class
DefaultHttp3DataFrame
class
DefaultHttp3GoAwayFrame
class
DefaultHttp3HeadersFrame
class
DefaultHttp3MaxPushIdFrame
class
DefaultHttp3PushPromiseFrame
class
DefaultHttp3SettingsFrame
class
DefaultHttp3UnknownFrame
-