public interface FullHttpRequest extends HttpRequest, FullHttpMessage
HttpRequest and FullHttpMessage, so the request is a complete HTTP
request.EMPTY_LAST_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
FullHttpRequest |
copy()
Create a deep copy of this
ByteBufHolder. |
FullHttpRequest |
retain()
Increases the reference count by
1. |
FullHttpRequest |
retain(int increment)
Increases the reference count by the specified
increment. |
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)
|
getMethod, getUrigetProtocolVersion, headerstrailingHeadersduplicategetDecoderResult, setDecoderResultcontentrefCnt, release, releaseFullHttpRequest copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 FullHttpMessagecopy 在接口中 HttpContentcopy 在接口中 LastHttpContentFullHttpRequest retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpRequest retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedFullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion 在接口中 HttpMessagesetProtocolVersion 在接口中 HttpRequestFullHttpRequest setMethod(HttpMethod method)
HttpRequestHttpMethod of this HttpRequest.setMethod 在接口中 HttpRequestFullHttpRequest setUri(java.lang.String uri)
HttpRequestsetUri 在接口中 HttpRequest