Class ClientQuicSession

All Implemented Interfaces:
Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class ClientQuicSession extends QuicSession

The client specific implementation of QuicSession.

When asked to create a QUIC stream, it creates a QuicStreamEndPoint with an associated Connection created from the ClientConnectionFactory, retrieved from the connection context map.