See: Description
| Interface | Description | 
|---|---|
| QuicConnection | 
 API for creating and handling streams. 
 | 
| QuicInbound | 
 An inbound-traffic API delegating to an underlying  
Channel. | 
| QuicInitialSettingsSpec.Builder | |
| QuicOutbound | 
 An outbound-traffic API delegating to an underlying  
Channel. | 
| QuicStreamInfo | 
 Exposes information for the  
QuicStreamChannel as stream id etc. | 
| Class | Description | 
|---|---|
| QuicClient | 
 A QuicClient allows building in a safe immutable way a QUIC client that is materialized
 and connecting when  
QuicClient.connect() is ultimately called. | 
| QuicClientConfig | 
 Encapsulate all necessary configuration for QUIC client transport. 
 | 
| QuicInitialSettingsSpec | 
 A configuration builder to fine tune the QUIC initial settings. 
 | 
| QuicResources | 
 Hold the default QUIC resources 
 | 
| QuicServer | 
 A QuicServer allows building in a safe immutable way a QUIC server that is materialized
 and bound when  
QuicServer.bind() is ultimately called. | 
| QuicServerConfig | 
 Encapsulate all necessary configuration for QUIC server transport. 
 |