Class QuicheServerConnector

All Implemented Interfaces:
Closeable, AutoCloseable, Connector, NetworkConnector, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, Graceful, LifeCycle

public class QuicheServerConnector extends DatagramServerConnector

A server side network connector that uses a DatagramChannel to listen on a network port for QUIC traffic.

This connector uses ConnectionFactorys to configure the application protocols to be transported by QUIC. The application protocol is negotiated during the connection establishment by QuicheSession, and for each QuicheStream managed by QuicheSession a ConnectionFactory for the negotiated protocol is used to create a Connection for the correspondent StreamEndPoint.

See Also: