All Classes and Interfaces
Class
Description
A 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 underlying
Channel.A configuration builder to fine tune the QUIC initial settings.
An outbound-traffic API delegating to an underlying
Channel.Hold the default QUIC resources.
A QuicServer allows building in a safe immutable way a QUIC server that is materialized
and bound when
QuicServer.bind() is ultimately called.Encapsulate all necessary configuration for QUIC server transport.
Exposes information for the
QuicStreamChannel as stream id etc.