public class DefaultFullHttpRequest extends DefaultHttpRequest implements FullHttpRequest
FullHttpRequest.EMPTY_LAST_CONTENT| 构造器和说明 |
|---|
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri)
Create a full HTTP response with the given HTTP version, method, and URI.
|
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
boolean validateHeaders)
已过时。
Use the
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content)
Create a full HTTP response with the given HTTP version, method, URI, and contents.
|
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content,
boolean validateHeaders)
已过时。
Use the
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content,
HttpHeadersFactory headersFactory,
HttpHeadersFactory trailersFactory)
Create a full HTTP response with the given HTTP version, method, URI, contents,
and factories for creating headers and trailers.
|
DefaultFullHttpRequest(HttpVersion httpVersion,
HttpMethod method,
java.lang.String uri,
ByteBuf content,
HttpHeaders headers,
HttpHeaders trailingHeader)
Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
FullHttpRequest |
copy()
Creates a deep copy of this
ByteBufHolder. |
FullHttpRequest |
duplicate()
Duplicates this
ByteBufHolder. |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
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 |
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)
|
java.lang.String |
toString() |
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.
|
HttpHeaders |
trailingHeaders() |
getMethod, getUri, method, urigetProtocolVersion, headers, protocolVersiondecoderResult, getDecoderResult, setDecoderResultgetMethod, getUri, method, urigetProtocolVersion, headers, protocolVersiongetDecoderResultdecoderResult, setDecoderResultpublic DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri)
public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content)
@Deprecated public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, boolean validateHeaders)
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.@Deprecated public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content, boolean validateHeaders)
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory)
The recommended default header factory is DefaultHttpHeadersFactory.headersFactory(),
and the recommended default trailer factory is DefaultHttpHeadersFactory.trailersFactory().
public DefaultFullHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.String uri, ByteBuf content, HttpHeaders headers, HttpHeaders trailingHeader)
public HttpHeaders trailingHeaders()
trailingHeaders 在接口中 LastHttpContentpublic ByteBuf content()
ByteBufHolderByteBufHolder.content 在接口中 ByteBufHolderpublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt 在接口中 ReferenceCountedpublic FullHttpRequest retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 FullHttpRequestretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedpublic FullHttpRequest retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 FullHttpRequestretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedpublic FullHttpRequest touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 FullHttpRequesttouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedpublic FullHttpRequest touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 FullHttpRequesttouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedpublic boolean release()
ReferenceCounted1 and deallocates this object if the reference count reaches at
0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounteddecrement and deallocates this object if the reference
count reaches at 0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic FullHttpRequest setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion 在接口中 FullHttpRequestsetProtocolVersion 在接口中 HttpMessagesetProtocolVersion 在接口中 HttpRequestsetProtocolVersion 在类中 DefaultHttpRequestpublic FullHttpRequest setMethod(HttpMethod method)
HttpRequestHttpMethod of this HttpRequest.setMethod 在接口中 FullHttpRequestsetMethod 在接口中 HttpRequestsetMethod 在类中 DefaultHttpRequestpublic FullHttpRequest setUri(java.lang.String uri)
HttpRequestsetUri 在接口中 FullHttpRequestsetUri 在接口中 HttpRequestsetUri 在类中 DefaultHttpRequestpublic FullHttpRequest copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 FullHttpMessagecopy 在接口中 FullHttpRequestcopy 在接口中 HttpContentcopy 在接口中 LastHttpContentpublic FullHttpRequest duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 FullHttpMessageduplicate 在接口中 FullHttpRequestduplicate 在接口中 HttpContentduplicate 在接口中 LastHttpContentpublic FullHttpRequest retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 FullHttpMessageretainedDuplicate 在接口中 FullHttpRequestretainedDuplicate 在接口中 HttpContentretainedDuplicate 在接口中 LastHttpContentByteBuf.retainedDuplicate()public FullHttpRequest replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 FullHttpMessagereplace 在接口中 FullHttpRequestreplace 在接口中 HttpContentreplace 在接口中 LastHttpContentpublic int hashCode()
hashCode 在类中 DefaultHttpRequestpublic boolean equals(java.lang.Object o)
equals 在类中 DefaultHttpRequestpublic java.lang.String toString()
toString 在类中 DefaultHttpRequest