Interface HttpStream

All Superinterfaces:
Callback, Invocable
All Known Implementing Classes:
HttpStream.Wrapper

public interface HttpStream extends 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.