Uses of Package
io.netty.handler.codec.quic
-
Packages that use io.netty.handler.codec.quic Package Description io.netty.handler.codec.http3 HTTP/3 implementation.io.netty.handler.codec.quic QUIC implementation -
Classes in io.netty.handler.codec.quic used by io.netty.handler.codec.http3 Class Description QuicChannel A QUICChannel
.QuicClientCodecBuilder QuicCodecBuilder
that configures and builds aChannelHandler
that should be added to theChannelPipeline
of aQUIC
client.QuicException Exception produced while processingQUIC
.QuicServerCodecBuilder QuicCodecBuilder
that configures and builds aChannelHandler
that should be added to theChannelPipeline
of aQUIC
server.QuicStreamChannel A QUIC stream.QuicStreamChannelBootstrap Allows to bootstrap outgoingQuicStreamChannel
s. -
Classes in io.netty.handler.codec.quic used by io.netty.handler.codec.quic Class Description BoringSSLAsyncPrivateKeyMethod BoringSSLContextOption SslContextOption
s that are specific to BoringSSL.BoringSSLKeylessManagerFactory KeyManagerFactory
that can be used to support custom key signing viaBoringSSLAsyncPrivateKeyMethod
.BoringSSLKeylog Allow to log keys, logging keys are following NSS Key Log Format.FlushStrategy Allows to configure a strategy for when flushes should be happening.InsecureQuicTokenHandler InsecureQuicTokenHandler
which only does basic token generation / validation without any crypto.QLogConfiguration Configuration used for setup qlog.QuicChannel A QUICChannel
.QuicChannelBootstrap Bootstrap that helps to bootstrapQuicChannel
s and connecting these to remote peers.QuicChannelConfig A QUICChannelConfig
.QuicClientCodecBuilder QuicCodecBuilder
that configures and builds aChannelHandler
that should be added to theChannelPipeline
of aQUIC
client.QuicCodecBuilder Abstract base class forQUIC
codec builders.QuicCongestionControlAlgorithm Available congestion control algorithms to use.QuicConnectionAddress AQuicConnectionAddress
that can be used to connect too.QuicConnectionCloseEvent Event that is generated if the remote peer sends a CLOSE_CONNECTION frame.QuicConnectionIdGenerator Creates new connection id instances.QuicConnectionPathStats Statistics about a path of theQUIC
connection.QuicConnectionStats Statistics about theQUIC
connection.QuicEvent Marker interface for events that will be passed through theChannelPipeline
viaChannelPipeline.fireUserEventTriggered(Object)
to notify the user aboutQUIC
specific events.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.QuicHeaderParser.QuicHeaderProcessor Called when a QUIC packet and its header could be parsed.QuicPacketType The type of the QUIC packet.QuicPathEvent A network path specificQuicEvent
.QuicResetTokenGenerator Generate stateless reset tokens to use.QuicServerCodecBuilder QuicCodecBuilder
that configures and builds aChannelHandler
that should be added to theChannelPipeline
of aQUIC
server.QuicSslContext SpecialSslContext
that can be used forQUIC
.QuicSslContextBuilder Builder for configuring a new SslContext for creation.QuicSslEngine AnSSLEngine
that can be used for QUIC.QuicSslSessionContext SSLSessionContext
which also supports advanced operations.QuicStreamAddress ASocketAddress
for QUIC stream.QuicStreamChannel A QUIC stream.QuicStreamChannelBootstrap Allows to bootstrap outgoingQuicStreamChannel
s.QuicStreamChannelConfig DuplexChannelConfig
for QUIC streams.QuicStreamFrame A QUIC STREAM_FRAME.QuicStreamPriority The priority of aQuicStreamChannel
.QuicStreamType The type of aQuicStreamChannel
.QuicTokenHandler Handle token related operations.QuicTransportError QuicTransportParameters Transport parameters for QUIC.SegmentedDatagramPacketAllocator Used to allocate datagram packets that use UDP_SEGMENT (GSO).SslSessionTicketKey Session Ticket Key