Uses of Interface
org.eclipse.jetty.http3.api.Stream
-
Uses of Stream in org.eclipse.jetty.http3.api
Modifier and TypeInterfaceDescriptionstatic interface
The client side version ofStream
.static interface
The server side version ofStream
.Modifier and TypeMethodDescriptionSends the given DATA frame containing some or all the bytes of the request content or of the response content.default Collection<Stream>
Session.getStreams()
Session.Client.newRequest
(HeadersFrame frame, Stream.Client.Listener listener) Makes a request by creating a HTTP/3 stream and sending the given HEADERS frame.Stream.Server.respond
(HeadersFrame frame) Responds to a request performed viaSession.Client.newRequest(HeadersFrame, Client.Listener)
, sending the given HEADERS frame containing the response status code and response headers.Stream.trailer
(HeadersFrame frame) Sends the given HEADERS frame containing the trailer headers.