| 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 |
QuicDatagramExtensionEvent
Used when the remote peer supports the
QUIC DATAGRAM extension.
|
class |
QuicPathEvent
A network path specific
QuicEvent. |
static class |
QuicPathEvent.Closed |
static class |
QuicPathEvent.FailedValidation |
static class |
QuicPathEvent.New |
static class |
QuicPathEvent.PeerMigrated |
static class |
QuicPathEvent.ReusedSourceConnectionId |
static class |
QuicPathEvent.Validated |
class |
QuicStreamLimitChangedEvent
Event fired once the stream limit of a
QuicChannel changes. |
Copyright © 2020-2023 The Netty Project. All Rights Reserved.