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 the ChannelPipeline via ChannelPipeline.fireUserEventTriggered(Object) to notify the user about QUIC specific events.