Interface AggregatedHttpMessage

All Superinterfaces:
AggregatedHttpObject
All Known Subinterfaces:
AggregatedHttpRequest, AggregatedHttpResponse

@UnstableApi public interface AggregatedHttpMessage extends AggregatedHttpObject
A complete HTTP message whose content is readily available as a single HttpData. It can be an HTTP request or an HTTP response depending on what header values it contains. For example, having a HttpHeaderNames.STATUS header could mean it is an HTTP response.
  • Method Details

    • trailers

      HttpHeaders trailers()
      Returns the HTTP trailers.