public class DefaultFullHttpResponse extends DefaultHttpResponse implements FullHttpResponse
FullHttpResponse.EMPTY_LAST_CONTENT| 构造器和说明 |
|---|
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status)
Create an empty HTTP response with the given HTTP version and status.
|
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
boolean validateHeaders)
已过时。
Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
boolean validateHeaders,
boolean singleFieldHeaders)
已过时。
Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
ByteBuf content)
Create an HTTP response with the given HTTP version, status, and contents.
|
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
ByteBuf content,
boolean validateHeaders)
已过时。
Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
ByteBuf content,
boolean validateHeaders,
boolean singleFieldHeaders)
已过时。
Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead. |
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
ByteBuf content,
HttpHeadersFactory headersFactory,
HttpHeadersFactory trailersFactory)
Create an HTTP response with the given HTTP version, status, contents,
and with headers and trailers created by the given header factories.
|
DefaultFullHttpResponse(HttpVersion version,
HttpResponseStatus status,
ByteBuf content,
HttpHeaders headers,
HttpHeaders trailingHeaders)
Create an HTTP response with the given HTTP version, status, contents, headers and trailers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
FullHttpResponse |
copy()
Creates a deep copy of this
ByteBufHolder. |
FullHttpResponse |
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. |
FullHttpResponse |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
FullHttpResponse |
retain()
Increases the reference count by
1. |
FullHttpResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
FullHttpResponse |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
FullHttpResponse |
setProtocolVersion(HttpVersion version)
Set the protocol version of this
HttpMessage |
FullHttpResponse |
setStatus(HttpResponseStatus status)
Set the status of this
HttpResponse. |
java.lang.String |
toString() |
FullHttpResponse |
touch()
Records the current access location of this object for debugging purposes.
|
FullHttpResponse |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
HttpHeaders |
trailingHeaders() |
getStatus, statusgetProtocolVersion, headers, protocolVersiondecoderResult, getDecoderResult, setDecoderResultgetStatus, statusgetProtocolVersion, headers, protocolVersiongetDecoderResultdecoderResult, setDecoderResultpublic DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status)
public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content)
@Deprecated public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, boolean validateHeaders)
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.@Deprecated public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, boolean validateHeaders, boolean singleFieldHeaders)
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.@Deprecated public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, boolean validateHeaders)
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.@Deprecated public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, boolean validateHeaders, boolean singleFieldHeaders)
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf,
HttpHeadersFactory, HttpHeadersFactory) constructor instead.public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory)
The recommended header factory is DefaultHttpHeadersFactory.headersFactory(),
and the recommended trailer factory is DefaultHttpHeadersFactory.trailersFactory().
public DefaultFullHttpResponse(HttpVersion version, HttpResponseStatus status, ByteBuf content, HttpHeaders headers, HttpHeaders trailingHeaders)
public HttpHeaders trailingHeaders()
trailingHeaders 在接口中 LastHttpContentpublic ByteBuf content()
ByteBufHolderByteBufHolder.content 在接口中 ByteBufHolderpublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt 在接口中 ReferenceCountedpublic FullHttpResponse retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 FullHttpResponseretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedpublic FullHttpResponse retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 FullHttpMessageretain 在接口中 FullHttpResponseretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedpublic FullHttpResponse touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 FullHttpResponsetouch 在接口中 HttpContenttouch 在接口中 LastHttpContenttouch 在接口中 ReferenceCountedpublic FullHttpResponse touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 FullHttpMessagetouch 在接口中 FullHttpResponsetouch 在接口中 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 FullHttpResponse setProtocolVersion(HttpVersion version)
HttpMessageHttpMessagesetProtocolVersion 在接口中 FullHttpResponsesetProtocolVersion 在接口中 HttpMessagesetProtocolVersion 在接口中 HttpResponsesetProtocolVersion 在类中 DefaultHttpResponsepublic FullHttpResponse setStatus(HttpResponseStatus status)
HttpResponseHttpResponse.setStatus 在接口中 FullHttpResponsesetStatus 在接口中 HttpResponsesetStatus 在类中 DefaultHttpResponsepublic FullHttpResponse copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 FullHttpMessagecopy 在接口中 FullHttpResponsecopy 在接口中 HttpContentcopy 在接口中 LastHttpContentpublic FullHttpResponse duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 FullHttpMessageduplicate 在接口中 FullHttpResponseduplicate 在接口中 HttpContentduplicate 在接口中 LastHttpContentpublic FullHttpResponse retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 FullHttpMessageretainedDuplicate 在接口中 FullHttpResponseretainedDuplicate 在接口中 HttpContentretainedDuplicate 在接口中 LastHttpContentByteBuf.retainedDuplicate()public FullHttpResponse replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 FullHttpMessagereplace 在接口中 FullHttpResponsereplace 在接口中 HttpContentreplace 在接口中 LastHttpContentpublic int hashCode()
hashCode 在类中 DefaultHttpResponsepublic boolean equals(java.lang.Object o)
equals 在类中 DefaultHttpResponsepublic java.lang.String toString()
toString 在类中 DefaultHttpResponse