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 QuicEventMarker interface for events that will be passed through theChannelPipelineviaChannelPipeline.fireUserEventTriggered(Object)to notify the user aboutQUICspecific events.