Class QuicTripConnection

All Implemented Interfaces:
Poolable<Connection>, Connection

public class QuicTripConnection extends AbstractConnection
QUIC connection.
  • Constructor Details

    • QuicTripConnection

      public QuicTripConnection(QuicTripTransport transport, Dictionary dictionary, tech.kwik.core.QuicStream quicStream)
      Creates a new QUIC connection.
      Parameters:
      transport - the transport associated with this connection
      dictionary - the dictionary associated with this connection
      quicStream - the QUIC stream associated with this connection
  • Method Details