Package org.eclipse.jetty.http3.api
package org.eclipse.jetty.http3.api
-
ClassDescriptionThe low-level HTTP/3 API representing a connection with a remote peer.The client-side HTTP/3 API representing a connection with a server.The client-side specific
Session.Listener
.ASession.Listener
is the passive counterpart of aSession
and receives events happening on an HTTP/3 connection.The server-side HTTP/3 API representing a connection with a client.The server-side specificSession.Listener
.The client side version ofStream
.AStream.Client.Listener
is the passive counterpart of aStream.Client
and receives client-side events happening on an HTTP/3 stream.AStream.Data
instance associates aByteBuffer
containing request bytes or response bytes.The server side version ofStream
.AStream.Server.Listener
is the passive counterpart of aStream.Server
and receives server-side events happening on an HTTP/3 stream.