Class QuicTransport

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

public class QuicTransport extends Transport.Wrapper

A Transport for QUIC that delegates to another Transport.

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