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 interfaceQuicExtensionEventMarker interface for events that will be passed through theChannelPipelineviaChannelPipeline.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 classQuicConnectionCloseEventEvent that is generated if the remote peer sends a CLOSE_CONNECTION frame.classQuicDatagramExtensionEventUsed when the remote peer supports the QUIC DATAGRAM extension.classQuicPathEventA network path specificQuicEvent.static classQuicPathEvent.Closedstatic classQuicPathEvent.FailedValidationstatic classQuicPathEvent.Newstatic classQuicPathEvent.PeerMigratedstatic classQuicPathEvent.ReusedSourceConnectionIdstatic classQuicPathEvent.ValidatedclassQuicStreamLimitChangedEventEvent fired once the stream limit of aQuicChannelchanges.
-