public final class QuicClosedChannelException
extends java.nio.channels.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. |
@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.