Uses of Interface
io.netty5.handler.codec.http2.Http2UnknownFrame
-
Packages that use Http2UnknownFrame Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2UnknownFrame in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2UnknownFrame Modifier and Type Class Description classDefaultHttp2UnknownFrameMethods in io.netty5.handler.codec.http2 that return Http2UnknownFrame Modifier and Type Method Description Http2UnknownFrameHttp2UnknownFrame. copy()Create a copy of this unknown frame, which in turn contain a copy of the frame contents.Http2UnknownFrameHttp2UnknownFrame. stream(Http2FrameStream stream)
-