Package io.netty.handler.codec.quic
Interface QuicEvent
-
- All Known Subinterfaces:
QuicExtensionEvent
- All Known Implementing Classes:
QuicConnectionCloseEvent
,QuicDatagramExtensionEvent
,QuicPathEvent
,QuicPathEvent.Closed
,QuicPathEvent.FailedValidation
,QuicPathEvent.New
,QuicPathEvent.PeerMigrated
,QuicPathEvent.ReusedSourceConnectionId
,QuicPathEvent.Validated
,QuicStreamLimitChangedEvent
public interface QuicEvent
Marker interface for events that will be passed through theChannelPipeline
viaChannelPipeline.fireUserEventTriggered(Object)
to notify the user aboutQUIC
specific events.