Interface HttpResponse

All Superinterfaces:
HeaderFieldsAccessor<ResponseHeaderFields>, HttpStatusCodeAccessor
All Known Subinterfaces:
HttpResponseBuilder<B>
All Known Implementing Classes:
AbstractHttpResponse, HttpClientResponse, HttpServerResponse

public interface HttpResponse extends HeaderFieldsAccessor<ResponseHeaderFields>, HttpStatusCodeAccessor
Defines a HttpResponse being the response Header-Fields and the response body.