Class QuicTripConnection
java.lang.Object
org.tentackle.trip.transport.AbstractConnection
org.tentackle.quic.QuicTripConnection
- All Implemented Interfaces:
Poolable<Connection>, Connection
QUIC connection.
-
Constructor Summary
ConstructorsConstructorDescriptionQuicTripConnection(QuicTripTransport transport, Dictionary dictionary, tech.kwik.core.QuicStream quicStream) Creates a new QUIC connection. -
Method Summary
Methods inherited from class AbstractConnection
flush, getPool, getPoolId, getStream, getTransport, setPool, setPoolId
-
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 connectiondictionary- the dictionary associated with this connectionquicStream- the QUIC stream associated with this connection
-
-
Method Details
-
isOpen
public boolean isOpen() -
close
public void close() -
toString
- Overrides:
toStringin classAbstractConnection
-