Interface FullHttpResponse

All Superinterfaces:
io.netty.buffer.ByteBufHolder, io.netty.handler.codec.DecoderResultProvider, FullHttpMessage, HttpContent, HttpMessage, HttpObject, HttpResponse, LastHttpContent, io.netty.util.ReferenceCounted
All Known Implementing Classes:
DefaultFullHttpResponse

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