Uses of Package
org.eclipse.jetty.quic.api
Packages that use org.eclipse.jetty.quic.api
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.http3.client
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.http3.client.transport
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.http3.server
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.apiClassDescriptionRepresents a QUIC connection to a remote peer.A
Session.Listener
is the passive counterpart of aSession
and receives events happening on an QUIC connection.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. -
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.client
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.commonClassDescriptionRepresents a QUIC connection to a remote peer.A
Session.Listener
is the passive counterpart of aSession
and receives events happening on an QUIC connection.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. -
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.quicheClassDescriptionRepresents a QUIC connection to a remote peer.A
Session.Listener
is the passive counterpart of aSession
and receives events happening on an QUIC connection.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. -
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.quiche.server
-
Classes in org.eclipse.jetty.quic.api used by org.eclipse.jetty.quic.server