public interface FullHttpResponse extends HttpResponse, FullHttpMessage
HttpResponse and FullHttpMessage.
So it represent a complete http response.EMPTY_LAST_CONTENT| Modifier and Type | Method and Description |
|---|---|
FullHttpResponse |
copy() |
FullHttpResponse |
duplicate() |
FullHttpResponse |
replace(io.netty.buffer.ByteBuf content) |
FullHttpResponse |
retain() |
FullHttpResponse |
retain(int increment) |
FullHttpResponse |
retainedDuplicate() |
FullHttpResponse |
setProtocolVersion(HttpVersion version)
Set the protocol version of this
HttpMessage |
FullHttpResponse |
setStatus(HttpResponseStatus status)
Set the status of this
HttpResponse. |
FullHttpResponse |
touch() |
FullHttpResponse |
touch(Object hint) |
getStatus, statusgetProtocolVersion, headers, protocolVersiontrailingHeadersgetDecoderResultFullHttpResponse copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FullHttpMessagecopy in interface HttpContentcopy in interface LastHttpContentFullHttpResponse duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FullHttpMessageduplicate in interface HttpContentduplicate in interface LastHttpContentFullHttpResponse retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FullHttpMessageretainedDuplicate in interface HttpContentretainedDuplicate in interface LastHttpContentFullHttpResponse replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FullHttpMessagereplace in interface HttpContentreplace in interface LastHttpContentFullHttpResponse retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface FullHttpMessageretain in interface HttpContentretain in interface LastHttpContentretain in interface io.netty.util.ReferenceCountedFullHttpResponse retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface FullHttpMessageretain in interface HttpContentretain in interface LastHttpContentretain in interface io.netty.util.ReferenceCountedFullHttpResponse touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface FullHttpMessagetouch in interface HttpContenttouch in interface LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullHttpResponse touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface FullHttpMessagetouch in interface HttpContenttouch in interface LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullHttpResponse setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion in interface HttpMessagesetProtocolVersion in interface HttpResponseFullHttpResponse setStatus(HttpResponseStatus status)
HttpResponseHttpResponse.setStatus in interface HttpResponseCopyright © 2008–2025 The Netty Project. All rights reserved.