public interface FullBinaryHttpResponse extends io.netty.handler.codec.http.FullHttpResponse, BinaryHttpResponse
| Modifier and Type | Method and Description |
|---|---|
FullBinaryHttpResponse |
copy() |
FullBinaryHttpResponse |
duplicate() |
FullBinaryHttpResponse |
replace(io.netty.buffer.ByteBuf byteBuf) |
FullBinaryHttpResponse |
retain() |
FullBinaryHttpResponse |
retain(int i) |
FullBinaryHttpResponse |
retainedDuplicate() |
FullBinaryHttpResponse |
setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion) |
FullBinaryHttpResponse |
setStatus(io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus) |
FullBinaryHttpResponse |
touch() |
FullBinaryHttpResponse |
touch(java.lang.Object o) |
FullBinaryHttpResponse copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface io.netty.handler.codec.http.FullHttpMessagecopy in interface io.netty.handler.codec.http.FullHttpResponsecopy in interface io.netty.handler.codec.http.HttpContentcopy in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpResponse duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface io.netty.handler.codec.http.FullHttpMessageduplicate in interface io.netty.handler.codec.http.FullHttpResponseduplicate in interface io.netty.handler.codec.http.HttpContentduplicate in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpResponse retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface io.netty.handler.codec.http.FullHttpMessageretainedDuplicate in interface io.netty.handler.codec.http.FullHttpResponseretainedDuplicate in interface io.netty.handler.codec.http.HttpContentretainedDuplicate in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpResponse replace(io.netty.buffer.ByteBuf byteBuf)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface io.netty.handler.codec.http.FullHttpMessagereplace in interface io.netty.handler.codec.http.FullHttpResponsereplace in interface io.netty.handler.codec.http.HttpContentreplace in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpResponse retain(int i)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.handler.codec.http.FullHttpMessageretain in interface io.netty.handler.codec.http.FullHttpResponseretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedFullBinaryHttpResponse retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.handler.codec.http.FullHttpMessageretain in interface io.netty.handler.codec.http.FullHttpResponseretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedFullBinaryHttpResponse touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.handler.codec.http.FullHttpMessagetouch in interface io.netty.handler.codec.http.FullHttpResponsetouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullBinaryHttpResponse touch(java.lang.Object o)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.handler.codec.http.FullHttpMessagetouch in interface io.netty.handler.codec.http.FullHttpResponsetouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullBinaryHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion)
setProtocolVersion in interface BinaryHttpResponsesetProtocolVersion in interface io.netty.handler.codec.http.FullHttpResponsesetProtocolVersion in interface io.netty.handler.codec.http.HttpMessagesetProtocolVersion in interface io.netty.handler.codec.http.HttpResponseFullBinaryHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus)
setStatus in interface BinaryHttpResponsesetStatus in interface io.netty.handler.codec.http.FullHttpResponsesetStatus in interface io.netty.handler.codec.http.HttpResponseCopyright © 2023 The Netty Project. All Rights Reserved.