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, getUri
getProtocolVersion, headers
trailingHeaders
duplicate
getDecoderResult, setDecoderResult
content
refCnt, release, release
FullHttpRequest copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 FullHttpMessage
copy
在接口中 HttpContent
copy
在接口中 LastHttpContent
FullHttpRequest retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpRequest retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
FullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessage
HttpMessage
setProtocolVersion
在接口中 HttpMessage
setProtocolVersion
在接口中 HttpRequest
FullHttpRequest setMethod(HttpMethod method)
HttpRequest
HttpMethod
of this HttpRequest
.setMethod
在接口中 HttpRequest
FullHttpRequest setUri(java.lang.String uri)
HttpRequest
setUri
在接口中 HttpRequest