Package reactor.netty.quic
@NullMarked
package reactor.netty.quic
Components for writing QUIC-based clients and servers using Reactor abstractions.
-
ClassDescriptionA QuicClient allows building in a safe immutable way a QUIC client that is materialized and connecting when
QuicClient.connect()
is ultimately called.Encapsulate all necessary configuration for QUIC client transport.API for creating and handling streams.An inbound-traffic API delegating to an underlyingChannel
.A configuration builder to fine tune the QUIC initial settings.An outbound-traffic API delegating to an underlyingChannel
.Hold the default QUIC resources.A QuicServer allows building in a safe immutable way a QUIC server that is materialized and bound whenQuicServer.bind()
is ultimately called.Encapsulate all necessary configuration for QUIC server transport.Exposes information for theQuicStreamChannel
as stream id etc.