Uses of Interface
org.eclipse.jetty.http3.api.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 that implement StreamMethods in org.eclipse.jetty.http3 that return types with arguments of type StreamModifier and TypeMethodDescriptionHTTP3Session.getStreams()
HTTP3Stream.trailer
(HeadersFrame frame) protected CompletableFuture<Stream>
HTTP3Stream.writeFrame
(Frame frame) -
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. -
Uses of Stream in org.eclipse.jetty.http3.client
Classes in org.eclipse.jetty.http3.client that implement StreamMethods in org.eclipse.jetty.http3.client that return types with arguments of type StreamModifier and TypeMethodDescriptionHTTP3SessionClient.newRequest
(HeadersFrame frame, Stream.Client.Listener listener)