Package com.linecorp.armeria.common
Interface AggregatedHttpMessage
- All Superinterfaces:
AggregatedHttpObject
- All Known Subinterfaces:
AggregatedHttpRequest
,AggregatedHttpResponse
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 Summary
Methods inherited from interface com.linecorp.armeria.common.AggregatedHttpObject
content, content, contentAscii, contentType, contentUtf8, headers
-
Method Details
-
trailers
HttpHeaders trailers()Returns the HTTP trailers.
-