public final class DefaultFullBinaryHttpResponse extends io.netty.handler.codec.http.DefaultFullHttpResponse implements FullBinaryHttpResponse
DefaultFullHttpResponse for
Binary Representation of HTTP Messages.| Constructor and Description |
|---|
DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status) |
DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
boolean validateHeaders) |
DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
io.netty.buffer.ByteBuf content) |
DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
io.netty.buffer.ByteBuf content,
boolean validateHeaders) |
| Modifier and Type | Method and Description |
|---|---|
FullBinaryHttpResponse |
copy() |
FullBinaryHttpResponse |
duplicate() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
FullBinaryHttpResponse |
replace(io.netty.buffer.ByteBuf content) |
FullBinaryHttpResponse |
retain() |
FullBinaryHttpResponse |
retain(int increment) |
FullBinaryHttpResponse |
retainedDuplicate() |
FullBinaryHttpResponse |
setProtocolVersion(io.netty.handler.codec.http.HttpVersion version) |
FullBinaryHttpResponse |
setStatus(io.netty.handler.codec.http.HttpResponseStatus status) |
FullBinaryHttpResponse |
touch() |
FullBinaryHttpResponse |
touch(java.lang.Object hint) |
content, refCnt, release, release, toString, trailingHeadersgetProtocolVersion, headers, protocolVersiondecoderResult, getDecoderResult, setDecoderResultclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status)
public DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
io.netty.buffer.ByteBuf content)
public DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
boolean validateHeaders)
public DefaultFullBinaryHttpResponse(io.netty.handler.codec.http.HttpVersion version,
io.netty.handler.codec.http.HttpResponseStatus status,
io.netty.buffer.ByteBuf content,
boolean validateHeaders)
public FullBinaryHttpResponse 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 FullBinaryHttpResponseretain in interface io.netty.util.ReferenceCountedretain in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse retain(int increment)
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 FullBinaryHttpResponseretain in interface io.netty.util.ReferenceCountedretain in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse 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 FullBinaryHttpResponsetouch in interface io.netty.util.ReferenceCountedtouch in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse touch(java.lang.Object hint)
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 FullBinaryHttpResponsetouch in interface io.netty.util.ReferenceCountedtouch in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion version)
setProtocolVersion in interface io.netty.handler.codec.http.FullHttpResponsesetProtocolVersion in interface io.netty.handler.codec.http.HttpMessagesetProtocolVersion in interface io.netty.handler.codec.http.HttpResponsesetProtocolVersion in interface BinaryHttpResponsesetProtocolVersion in interface FullBinaryHttpResponsesetProtocolVersion in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus status)
setStatus in interface io.netty.handler.codec.http.FullHttpResponsesetStatus in interface io.netty.handler.codec.http.HttpResponsesetStatus in interface BinaryHttpResponsesetStatus in interface FullBinaryHttpResponsesetStatus in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic 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.LastHttpContentcopy in interface FullBinaryHttpResponsecopy in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse 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.LastHttpContentduplicate in interface FullBinaryHttpResponseduplicate in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse 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.LastHttpContentretainedDuplicate in interface FullBinaryHttpResponseretainedDuplicate in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic FullBinaryHttpResponse replace(io.netty.buffer.ByteBuf content)
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.LastHttpContentreplace in interface FullBinaryHttpResponsereplace in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic int hashCode()
hashCode in class io.netty.handler.codec.http.DefaultFullHttpResponsepublic boolean equals(java.lang.Object o)
equals in class io.netty.handler.codec.http.DefaultFullHttpResponseCopyright © 2023 The Netty Project. All Rights Reserved.