Interface AggregatedHttpMessage


  • public interface AggregatedHttpMessage
    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.