Interface HttpStream

All Superinterfaces:
org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
All Known Implementing Classes:
HttpStream.Wrapper

public interface HttpStream extends org.eclipse.jetty.util.Callback
A HttpStream is an abstraction that together with MetaData.Request, represents the flow of data from and to a single request and response cycle. It is roughly analogous to the Stream within an HTTP/2 connection, in that a connection can have many streams, each used once and each representing a single request and response exchange.