public interface FullBinaryHttpRequest extends io.netty.handler.codec.http.FullHttpRequest, BinaryHttpRequest
FullHttpRequest for
Binary Representation of HTTP Messages.| Modifier and Type | Method and Description |
|---|---|
FullBinaryHttpRequest |
copy() |
FullBinaryHttpRequest |
duplicate() |
FullBinaryHttpRequest |
replace(io.netty.buffer.ByteBuf byteBuf) |
FullBinaryHttpRequest |
retain() |
FullBinaryHttpRequest |
retain(int i) |
FullBinaryHttpRequest |
retainedDuplicate() |
FullBinaryHttpRequest |
setMethod(io.netty.handler.codec.http.HttpMethod httpMethod) |
FullBinaryHttpRequest |
setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion) |
FullBinaryHttpRequest |
setUri(java.lang.String s) |
FullBinaryHttpRequest |
touch() |
FullBinaryHttpRequest |
touch(java.lang.Object o) |
decoderResult, setDecoderResultauthority, schemeFullBinaryHttpRequest copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface io.netty.handler.codec.http.FullHttpMessagecopy in interface io.netty.handler.codec.http.FullHttpRequestcopy in interface io.netty.handler.codec.http.HttpContentcopy in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpRequest duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface io.netty.handler.codec.http.FullHttpMessageduplicate in interface io.netty.handler.codec.http.FullHttpRequestduplicate in interface io.netty.handler.codec.http.HttpContentduplicate in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpRequest retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface io.netty.handler.codec.http.FullHttpMessageretainedDuplicate in interface io.netty.handler.codec.http.FullHttpRequestretainedDuplicate in interface io.netty.handler.codec.http.HttpContentretainedDuplicate in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpRequest 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.FullHttpRequestreplace in interface io.netty.handler.codec.http.HttpContentreplace in interface io.netty.handler.codec.http.LastHttpContentFullBinaryHttpRequest 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.FullHttpRequestretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedFullBinaryHttpRequest retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.handler.codec.http.FullHttpMessageretain in interface io.netty.handler.codec.http.FullHttpRequestretain in interface io.netty.handler.codec.http.HttpContentretain in interface io.netty.handler.codec.http.LastHttpContentretain in interface io.netty.util.ReferenceCountedFullBinaryHttpRequest touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.handler.codec.http.FullHttpMessagetouch in interface io.netty.handler.codec.http.FullHttpRequesttouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullBinaryHttpRequest 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.FullHttpRequesttouch in interface io.netty.handler.codec.http.HttpContenttouch in interface io.netty.handler.codec.http.LastHttpContenttouch in interface io.netty.util.ReferenceCountedFullBinaryHttpRequest setProtocolVersion(io.netty.handler.codec.http.HttpVersion httpVersion)
setProtocolVersion in interface BinaryHttpRequestsetProtocolVersion in interface io.netty.handler.codec.http.FullHttpRequestsetProtocolVersion in interface io.netty.handler.codec.http.HttpMessagesetProtocolVersion in interface io.netty.handler.codec.http.HttpRequestFullBinaryHttpRequest setMethod(io.netty.handler.codec.http.HttpMethod httpMethod)
setMethod in interface BinaryHttpRequestsetMethod in interface io.netty.handler.codec.http.FullHttpRequestsetMethod in interface io.netty.handler.codec.http.HttpRequestFullBinaryHttpRequest setUri(java.lang.String s)
setUri in interface BinaryHttpRequestsetUri in interface io.netty.handler.codec.http.FullHttpRequestsetUri in interface io.netty.handler.codec.http.HttpRequestCopyright © 2023 The Netty Project. All Rights Reserved.