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 interfaceHttp3CancelPushFrameSee CANCEL_PUSH.interfaceHttp3ControlStreamFrameMarker interface for frames that can be sent and received on a HTTP3 control stream.interfaceHttp3DataFrameSee DATA.interfaceHttp3GoAwayFrameSee GOAWAY.interfaceHttp3HeadersFrameSee HEADERS.interfaceHttp3MaxPushIdFrameSee MAX_PUSH_ID.interfaceHttp3PushPromiseFrameSee PUSH_PROMISE.interfaceHttp3PushStreamFrameMarker interface for frames that can be sent and received on a HTTP3 push stream.interfaceHttp3RequestStreamFrameMarker interface for frames that can be sent and received on a HTTP3 request stream.interfaceHttp3SettingsFrameSee SETTINGS.interfaceHttp3UnknownFrameClasses in io.netty.handler.codec.http3 that implement Http3Frame Modifier and Type Class Description classDefaultHttp3CancelPushFrameclassDefaultHttp3DataFrameclassDefaultHttp3GoAwayFrameclassDefaultHttp3HeadersFrameclassDefaultHttp3MaxPushIdFrameclassDefaultHttp3PushPromiseFrameclassDefaultHttp3SettingsFrameclassDefaultHttp3UnknownFrame
-