Class QuicheTransport

java.lang.Object
org.eclipse.jetty.io.Transport.Wrapper
org.eclipse.jetty.quic.quiche.client.QuicheTransport
All Implemented Interfaces:
Transport

public class QuicheTransport extends Transport.Wrapper

A Transport for QUIC that uses the Quiche library and delegates to another Transport.

By default, the delegate is Transport.UDP_IP, but it may be a different implementation.