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 QuicConnectionCloseEvent
QuicClosedChannelException. event()
Returns theQuicConnectionCloseEvent
that caused the closure ornull
if none was received.
-