public interface FullHttpRequest extends HttpRequest, FullHttpMessage
HttpRequest and FullHttpMessage, so the request is a complete HTTP
request.EMPTY_LAST_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
FullHttpRequest |
copy()
Creates a deep copy of this
ByteBufHolder. |
FullHttpRequest |
duplicate()
Duplicates this
ByteBufHolder. |
FullHttpRequest |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
FullHttpRequest |
retain()
Increases the reference count by
1. |
FullHttpRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
FullHttpRequest |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
FullHttpRequest |
setMethod(HttpMethod method)
Set the
HttpMethod of this HttpRequest. |
FullHttpRequest |
setProtocolVersion(HttpVersion version)
Set the protocol version of this
HttpMessage |
FullHttpRequest |
setUri(java.lang.String uri)
Set the requested URI (or alternatively, path)
|
FullHttpRequest |
touch()
Records the current access location of this object for debugging purposes.
|
FullHttpRequest |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
getMethod, getUri, method, urigetProtocolVersion, headers, protocolVersiontrailingHeadersgetDecoderResultdecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpRequest copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 FullHttpMessagecopy 在接口中 HttpContentcopy 在接口中 LastHttpContentFullHttpRequest duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 FullHttpMessageduplicate 在接口中 HttpContentduplicate 在接口中 LastHttpContentFullHttpRequest retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 FullHttpMessageretainedDuplicate 在接口中 HttpContentretainedDuplicate 在接口中 LastHttpContentByteBuf.retainedDuplicate()FullHttpRequest replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 FullHttpMessagereplace 在接口中 HttpContentreplace 在接口中 LastHttpContentFullHttpRequest retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpRequest retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpRequest touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedFullHttpRequest touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedFullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion 在接口中 HttpMessagesetProtocolVersion 在接口中 HttpRequestFullHttpRequest setMethod(HttpMethod method)
HttpRequestHttpMethod of this HttpRequest.setMethod 在接口中 HttpRequestFullHttpRequest setUri(java.lang.String uri)
HttpRequestsetUri 在接口中 HttpRequest