Package org.eclipse.jetty.quic.api
package org.eclipse.jetty.quic.api
- 
InterfacesClassDescriptionRepresents a QUIC connection to a remote peer.A
Session.Listeneris the passive counterpart of aSessionand receives events happening on an QUIC connection.Factory to createSession.Listenerinstances.A stream represents a unidirectional or bidirectional exchange of data within aSession.AStream.Listeneris the passive counterpart of aStreamand receives events, triggered by the remote peer, happening on stream.