Uses of Interface
io.netty.handler.codec.http3.Http3UnknownFrame
-
Packages that use Http3UnknownFrame Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3UnknownFrame in io.netty.handler.codec.http3
Classes in io.netty.handler.codec.http3 that implement Http3UnknownFrame Modifier and Type Class Description class
DefaultHttp3UnknownFrame
Methods in io.netty.handler.codec.http3 that return Http3UnknownFrame Modifier and Type Method Description Http3UnknownFrame
DefaultHttp3UnknownFrame. copy()
Http3UnknownFrame
Http3UnknownFrame. copy()
Http3UnknownFrame
DefaultHttp3UnknownFrame. duplicate()
Http3UnknownFrame
Http3UnknownFrame. duplicate()
Http3UnknownFrame
DefaultHttp3UnknownFrame. replace(ByteBuf content)
Http3UnknownFrame
Http3UnknownFrame. replace(ByteBuf content)
Http3UnknownFrame
DefaultHttp3UnknownFrame. retain()
Http3UnknownFrame
DefaultHttp3UnknownFrame. retain(int increment)
Http3UnknownFrame
Http3UnknownFrame. retain()
Http3UnknownFrame
Http3UnknownFrame. retain(int increment)
Http3UnknownFrame
DefaultHttp3UnknownFrame. retainedDuplicate()
Http3UnknownFrame
Http3UnknownFrame. retainedDuplicate()
Http3UnknownFrame
DefaultHttp3UnknownFrame. touch()
Http3UnknownFrame
DefaultHttp3UnknownFrame. touch(java.lang.Object hint)
Http3UnknownFrame
Http3UnknownFrame. touch()
Http3UnknownFrame
Http3UnknownFrame. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.http3 with parameters of type Http3UnknownFrame Modifier and Type Method Description protected void
Http3RequestStreamInboundHandler. channelRead(ChannelHandlerContext ctx, Http3UnknownFrame frame)
Called once aHttp3UnknownFrame
is ready for this stream to process.
-