| Modifier and Type | Interface and Description |
|---|---|
interface |
QuicExtensionEvent
Marker interface for events that will be passed through the
ChannelPipeline via
ChannelPipeline.fireUserEventTriggered(Object) to notify the user about supported
QUIC extensions by the remote peer. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuicConnectionCloseEvent
Event that is generated if the remote peer sends a
CLOSE_CONNECTION frame.
|
class |
QuicConnectionEvent
QuicEvent which is fired when an QUIC connection creation or migration was detected. |
class |
QuicDatagramExtensionEvent
Used when the remote peer supports the
QUIC DATAGRAM extension.
|
class |
QuicStreamLimitChangedEvent
Event fired once the stream limit of a
QuicChannel changes. |
Copyright © 2020-2023 The Netty Project. All Rights Reserved.