Uses of Class
io.netty.handler.codec.quic.QuicException
-
Packages that use QuicException Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of QuicException in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 with parameters of type QuicException Modifier and Type Method Description protected voidHttp3RequestStreamInboundHandler. handleQuicException(ChannelHandlerContext ctx, QuicException exception)Called once aQuicExceptionshould be handled.
-