public final class QuicClosedChannelException extends ClosedChannelException
QuicClosedChannelException which also provides extra info if the close was a result of a
QuicConnectionCloseEvent that was triggered by the remote peer.| Modifier and Type | Method and Description |
|---|---|
@Nullable QuicConnectionCloseEvent |
event()
Returns the
QuicConnectionCloseEvent that caused the closure or null if none was received. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Nullable public @Nullable QuicConnectionCloseEvent event()
QuicConnectionCloseEvent that caused the closure or null if none was received.Copyright © 2020–2025 The Netty Project. All rights reserved.