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, status
getProtocolVersion, headers, protocolVersion
trailingHeaders
getDecoderResult
FullHttpResponse copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface FullHttpMessage
copy
in interface HttpContent
copy
in interface LastHttpContent
FullHttpResponse duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface FullHttpMessage
duplicate
in interface HttpContent
duplicate
in interface LastHttpContent
FullHttpResponse retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface FullHttpMessage
retainedDuplicate
in interface HttpContent
retainedDuplicate
in interface LastHttpContent
FullHttpResponse replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface FullHttpMessage
replace
in interface HttpContent
replace
in interface LastHttpContent
FullHttpResponse retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface FullHttpMessage
retain
in interface HttpContent
retain
in interface LastHttpContent
retain
in interface io.netty.util.ReferenceCounted
FullHttpResponse retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface FullHttpMessage
retain
in interface HttpContent
retain
in interface LastHttpContent
retain
in interface io.netty.util.ReferenceCounted
FullHttpResponse touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface FullHttpMessage
touch
in interface HttpContent
touch
in interface LastHttpContent
touch
in interface io.netty.util.ReferenceCounted
FullHttpResponse touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface FullHttpMessage
touch
in interface HttpContent
touch
in interface LastHttpContent
touch
in interface io.netty.util.ReferenceCounted
FullHttpResponse setProtocolVersion(HttpVersion version)
HttpMessage
HttpMessage
setProtocolVersion
in interface HttpMessage
setProtocolVersion
in interface HttpResponse
FullHttpResponse setStatus(HttpResponseStatus status)
HttpResponse
HttpResponse
.setStatus
in interface HttpResponse
Copyright © 2008–2023 The Netty Project. All rights reserved.