Class ReactiveResponse

java.lang.Object
org.eclipse.jetty.reactive.client.ReactiveResponse

public class ReactiveResponse extends Object

A reactive wrapper over Jetty's HttpClient Response.

A ReactiveResponse is available as soon as the response headers arrived to the client. The response content is processed by a response content function specified in ReactiveRequest.response(BiFunction).