| 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 |
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–2021 The Netty Project. All rights reserved.