Uses of Interface
io.netty.handler.codec.quic.QuicEvent
-
Packages that use QuicEvent Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicEvent in io.netty.handler.codec.quic
Subinterfaces of QuicEvent in io.netty.handler.codec.quic Modifier and Type Interface Description interface
QuicExtensionEvent
Marker interface for events that will be passed through theChannelPipeline
viaChannelPipeline.fireUserEventTriggered(Object)
to notify the user about supported QUIC extensions by the remote peer.Classes in io.netty.handler.codec.quic that implement QuicEvent Modifier and Type Class 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 specificQuicEvent
.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 aQuicChannel
changes.
-