public class DefaultLastHttpContent extends DefaultHttpContent implements LastHttpContent
LastHttpContent implementation.EMPTY_LAST_CONTENT| 构造器和说明 | 
|---|
DefaultLastHttpContent()  | 
DefaultLastHttpContent(ByteBuf content)  | 
DefaultLastHttpContent(ByteBuf content,
                      boolean validateHeaders)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
LastHttpContent | 
copy()
Create a deep copy of this  
ByteBufHolder. | 
LastHttpContent | 
duplicate()
Duplicate the  
ByteBufHolder. | 
LastHttpContent | 
retain()
Increases the reference count by  
1. | 
LastHttpContent | 
retain(int increment)
Increases the reference count by the specified  
increment. | 
java.lang.String | 
toString()  | 
HttpHeaders | 
trailingHeaders()  | 
content, refCnt, release, releasegetDecoderResult, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecoderResult, setDecoderResultcontentrefCnt, release, releasepublic DefaultLastHttpContent()
public DefaultLastHttpContent(ByteBuf content)
public DefaultLastHttpContent(ByteBuf content, boolean validateHeaders)
public LastHttpContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 HttpContentcopy 在接口中 LastHttpContentcopy 在类中 DefaultHttpContentpublic LastHttpContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 HttpContentduplicate 在类中 DefaultHttpContentpublic LastHttpContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedretain 在类中 DefaultHttpContentpublic LastHttpContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 HttpContentretain 在接口中 LastHttpContentretain 在接口中 ReferenceCountedretain 在类中 DefaultHttpContentpublic HttpHeaders trailingHeaders()
trailingHeaders 在接口中 LastHttpContentpublic java.lang.String toString()
toString 在类中 DefaultHttpContent