Uses of Class
io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Packages that use QuicConnectionCloseEvent Package Description io.netty.handler.codec.quic QUIC implementation -
-
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.
-