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