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 |
|---|---|
QuicConnectionCloseEvent |
event()
Returns the
QuicConnectionCloseEvent that caused the closure or null if none was received. |
public QuicConnectionCloseEvent event()
QuicConnectionCloseEvent that caused the closure or null if none was received.Copyright © 2020-2023 The Netty Project. All Rights Reserved.