public class DefaultFullHttpRequest extends DefaultHttpRequest implements FullHttpRequest
FullHttpRequest
.EMPTY_LAST_CONTENT
构造器和说明 |
---|
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri) |
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content) |
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content,
boolean validateHeaders) |
限定符和类型 | 方法和说明 |
---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder . |
FullHttpRequest |
copy()
Create a deep copy of this
ByteBufHolder . |
FullHttpRequest |
duplicate()
Duplicate the
ByteBufHolder . |
int |
refCnt()
Returns the reference count of this object.
|
boolean |
release()
Decreases the reference count by
1 and deallocates this object if the reference count reaches at
0 . |
boolean |
release(int decrement)
Decreases the reference count by the specified
decrement and deallocates this object if the reference
count reaches at 0 . |
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)
|
java.lang.String |
toString() |
HttpHeaders |
trailingHeaders() |
getMethod, getUri
getProtocolVersion, headers
getDecoderResult, setDecoderResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMethod, getUri
getProtocolVersion, headers
getDecoderResult, setDecoderResult
public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri)
public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content)
public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content, boolean validateHeaders)
public HttpHeaders trailingHeaders()
trailingHeaders
在接口中 LastHttpContent
public ByteBuf content()
ByteBufHolder
ByteBufHolder
.content
在接口中 ByteBufHolder
public int refCnt()
ReferenceCounted
0
, it means this object has been deallocated.refCnt
在接口中 ReferenceCounted
public FullHttpRequest retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 FullHttpRequest
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
public FullHttpRequest retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 FullHttpMessage
retain
在接口中 FullHttpRequest
retain
在接口中 HttpContent
retain
在接口中 LastHttpContent
retain
在接口中 ReferenceCounted
public boolean release()
ReferenceCounted
1
and deallocates this object if the reference count reaches at
0
.release
在接口中 ReferenceCounted
true
if and only if the reference count became 0
and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounted
decrement
and deallocates this object if the reference
count reaches at 0
.release
在接口中 ReferenceCounted
true
if and only if the reference count became 0
and this object has been deallocatedpublic FullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessage
HttpMessage
setProtocolVersion
在接口中 FullHttpRequest
setProtocolVersion
在接口中 HttpMessage
setProtocolVersion
在接口中 HttpRequest
setProtocolVersion
在类中 DefaultHttpRequest
public FullHttpRequest setMethod(HttpMethod method)
HttpRequest
HttpMethod
of this HttpRequest
.setMethod
在接口中 FullHttpRequest
setMethod
在接口中 HttpRequest
setMethod
在类中 DefaultHttpRequest
public FullHttpRequest setUri(java.lang.String uri)
HttpRequest
setUri
在接口中 FullHttpRequest
setUri
在接口中 HttpRequest
setUri
在类中 DefaultHttpRequest
public FullHttpRequest copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 FullHttpMessage
copy
在接口中 FullHttpRequest
copy
在接口中 HttpContent
copy
在接口中 LastHttpContent
public FullHttpRequest duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 HttpContent
public java.lang.String toString()
toString
在类中 DefaultHttpRequest