Class ServerQuicSession

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

public class ServerQuicSession extends QuicSession implements CyclicTimeouts.Expirable

The server specific implementation of QuicSession.

When asked to create a QUIC stream, it creates a QuicStreamEndPoint with an associated Connection created from the ConnectionFactory, retrieved from the server Connector, correspondent to the protocol negotiated with the client (or the default protocol).