Interface HttpResponseWriter

All Superinterfaces:
HttpMessage, HttpResponse, org.reactivestreams.Publisher<HttpObject>, Response, StreamMessage<HttpObject>, StreamWriter<HttpObject>

public interface HttpResponseWriter extends HttpResponse, StreamWriter<HttpObject>
An HttpResponse that can have HttpObjects written to it.
  • Method Details

    • close

      default void close(AggregatedHttpResponse res)
      Writes the specified HTTP response and closes the stream.