Uses of Package
org.eclipse.jetty.http3.api
Package
Description
-
ClassDescriptionThe low-level HTTP/3 API representing a connection with a remote peer.A
Session.Listener
is the passive counterpart of aSession
and receives events happening on an HTTP/3 connection.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 with a completion event that applications must trigger when the bytes have been processed.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. -
ClassDescriptionThe client-side HTTP/3 API representing a connection with a server.The client-side specific
Session.Listener
. -