Class QuicClosedChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.ClosedChannelException
io.netty.handler.codec.quic.QuicClosedChannelException
- All Implemented Interfaces:
Serializable
Special
QuicClosedChannelException which also provides extra info if the close was a result of a
QuicConnectionCloseEvent that was triggered by the remote peer.- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable QuicConnectionCloseEventevent()Returns theQuicConnectionCloseEventthat caused the closure ornullif none was received.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
event
Returns theQuicConnectionCloseEventthat caused the closure ornullif none was received.- Returns:
- the event.
-