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 void
Http3RequestStreamInboundHandler. handleQuicException(ChannelHandlerContext ctx, QuicException exception)
Called once aQuicException
should be handled.
-