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 class
DefaultHttp2UnknownFrame
Methods in io.netty5.handler.codec.http2 that return Http2UnknownFrame Modifier and Type Method Description Http2UnknownFrame
Http2UnknownFrame. copy()
Create a copy of this unknown frame, which in turn contain a copy of the frame contents.Http2UnknownFrame
Http2UnknownFrame. stream(Http2FrameStream stream)
-