- 
- All Superinterfaces:
- AutoCloseable,- DecoderResultProvider,- FullHttpMessage<FullHttpResponse>,- HttpContent<FullHttpResponse>,- HttpMessage,- HttpObject,- HttpResponse,- LastHttpContent<FullHttpResponse>,- Resource<FullHttpResponse>
 - All Known Implementing Classes:
- DefaultFullHttpResponse
 
 public interface FullHttpResponse extends HttpResponse, FullHttpMessage<FullHttpResponse> Combination of aHttpResponseandFullHttpMessage. So it represent a complete http response.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FullHttpResponsesetProtocolVersion(HttpVersion version)Set the protocol version of thisHttpMessageFullHttpResponsesetStatus(HttpResponseStatus status)Set the status of thisHttpResponse.- 
Methods inherited from interface io.netty5.handler.codec.DecoderResultProviderdecoderResult, setDecoderResult
 - 
Methods inherited from interface io.netty5.handler.codec.http.HttpContentcopy, payload
 - 
Methods inherited from interface io.netty5.handler.codec.http.HttpMessagegetProtocolVersion, headers, protocolVersion
 - 
Methods inherited from interface io.netty5.handler.codec.http.HttpResponsestatus
 - 
Methods inherited from interface io.netty5.handler.codec.http.LastHttpContenttrailingHeaders
 - 
Methods inherited from interface io.netty5.util.Resourceclose, isAccessible, send, touch
 
- 
 
- 
- 
- 
Method Detail- 
setProtocolVersionFullHttpResponse setProtocolVersion(HttpVersion version) Description copied from interface:HttpMessageSet the protocol version of thisHttpMessage- Specified by:
- setProtocolVersionin interface- HttpMessage
- Specified by:
- setProtocolVersionin interface- HttpResponse
 
 - 
setStatusFullHttpResponse setStatus(HttpResponseStatus status) Description copied from interface:HttpResponseSet the status of thisHttpResponse.- Specified by:
- setStatusin interface- HttpResponse
 
 
- 
 
-