Uses of Class
io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
-
Uses of QuicConnectionCloseEvent in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicConnectionCloseEvent Modifier and Type Method Description @Nullable QuicConnectionCloseEventQuicClosedChannelException. event()Returns theQuicConnectionCloseEventthat caused the closure ornullif none was received.
-