Uses of Interface
io.netty.handler.codec.http2.Http2UnknownFrame
-
Packages that use Http2UnknownFrame Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2UnknownFrame in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2UnknownFrame Modifier and Type Class Description class
DefaultHttp2UnknownFrame
Methods in io.netty.handler.codec.http2 that return Http2UnknownFrame Modifier and Type Method Description Http2UnknownFrame
Http2UnknownFrame. copy()
Http2UnknownFrame
Http2UnknownFrame. duplicate()
Http2UnknownFrame
Http2UnknownFrame. replace(ByteBuf content)
Http2UnknownFrame
Http2UnknownFrame. retain()
Http2UnknownFrame
Http2UnknownFrame. retain(int increment)
Http2UnknownFrame
Http2UnknownFrame. retainedDuplicate()
Http2UnknownFrame
Http2UnknownFrame. stream(Http2FrameStream stream)
Http2UnknownFrame
Http2UnknownFrame. touch()
Http2UnknownFrame
Http2UnknownFrame. touch(java.lang.Object hint)
-