Uses of Class
io.netty.handler.codec.http3.Http3Exception
-
Packages that use Http3Exception Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3Exception in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 with parameters of type Http3Exception Modifier and Type Method Description protected void
Http3RequestStreamInboundHandler. handleHttp3Exception(ChannelHandlerContext ctx, Http3Exception exception)
Called once aHttp3Exception
should be handled.
-