Interface FullHttpResponse

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, FullHttpMessage, HttpContent, HttpMessage, HttpObject, HttpResponse, LastHttpContent, ReferenceCounted
All Known Implementing Classes:
DefaultFullHttpResponse, HttpObjectAggregator.AggregatedFullHttpResponse

public interface FullHttpResponse extends HttpResponse, FullHttpMessage
Combination of a HttpResponse and FullHttpMessage. So it represent a complete http response.