Uses of Interface
org.eclipse.jetty.http3.api.Stream
Packages that use Stream
-
Uses of Stream in org.eclipse.jetty.http3.api
Subinterfaces of Stream in org.eclipse.jetty.http3.apiModifier and TypeInterfaceDescriptionstatic interface
The client side version ofStream
.static interface
The server side version ofStream
.Methods in org.eclipse.jetty.http3.api that return types with arguments of type StreamModifier 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.