public class MemoryAttribute extends AbstractMemoryHttpData implements Attribute
InterfaceHttpData.HttpDataTypedefinedSize, size| 构造器和说明 |
|---|
MemoryAttribute(java.lang.String name) |
MemoryAttribute(java.lang.String name,
java.nio.charset.Charset charset) |
MemoryAttribute(java.lang.String name,
long definedSize) |
MemoryAttribute(java.lang.String name,
long definedSize,
java.nio.charset.Charset charset) |
MemoryAttribute(java.lang.String name,
java.lang.String value) |
MemoryAttribute(java.lang.String name,
java.lang.String value,
java.nio.charset.Charset charset) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addContent(ByteBuf buffer,
boolean last)
Add the content from the ChannelBuffer
ReferenceCounted.release() ownership of buffer is transferred to this HttpData. |
int |
compareTo(Attribute o) |
int |
compareTo(InterfaceHttpData other) |
Attribute |
copy()
Creates a deep copy of this
ByteBufHolder. |
Attribute |
duplicate()
Duplicates this
ByteBufHolder. |
boolean |
equals(java.lang.Object o) |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
java.lang.String |
getValue()
Returns the value of this HttpData.
|
int |
hashCode() |
Attribute |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
Attribute |
retain()
Increases the reference count by
1. |
Attribute |
retain(int increment)
Increases the reference count by the specified
increment. |
Attribute |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
void |
setValue(java.lang.String value)
Sets the value of this HttpData.
|
java.lang.String |
toString() |
Attribute |
touch()
Records the current access location of this object for debugging purposes.
|
Attribute |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcheckSize, content, deallocate, definedLength, getCharset, getMaxSize, getName, isCompleted, length, setCharset, setCompleted, setCompleted, setMaxSizerefCnt, release, release, setRefCntcheckSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNamecontentrefCnt, release, releasepublic MemoryAttribute(java.lang.String name)
public MemoryAttribute(java.lang.String name,
long definedSize)
public MemoryAttribute(java.lang.String name,
java.nio.charset.Charset charset)
public MemoryAttribute(java.lang.String name,
long definedSize,
java.nio.charset.Charset charset)
public MemoryAttribute(java.lang.String name,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic MemoryAttribute(java.lang.String name,
java.lang.String value,
java.nio.charset.Charset charset)
throws java.io.IOException
java.io.IOExceptionpublic InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType 在接口中 InterfaceHttpDatapublic java.lang.String getValue()
Attributepublic void setValue(java.lang.String value)
throws java.io.IOException
Attributepublic void addContent(ByteBuf buffer, boolean last) throws java.io.IOException
HttpDataReferenceCounted.release() ownership of buffer is transferred to this HttpData.
addContent 在接口中 HttpDataaddContent 在类中 AbstractMemoryHttpDatabuffer - must be not null except if last is set to Falselast - True of the buffer is the last onejava.io.IOExceptionpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int compareTo(InterfaceHttpData other)
compareTo 在接口中 java.lang.Comparable<InterfaceHttpData>public int compareTo(Attribute o)
public java.lang.String toString()
toString 在类中 java.lang.Objectpublic Attribute copy()
ByteBufHolderByteBufHolder.public Attribute duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().public Attribute retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 AttributeretainedDuplicate 在接口中 HttpDataByteBuf.retainedDuplicate()public Attribute replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.public Attribute retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 Attributeretain 在接口中 HttpDataretain 在接口中 InterfaceHttpDataretain 在接口中 ReferenceCountedretain 在类中 AbstractHttpDatapublic Attribute retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 Attributeretain 在接口中 HttpDataretain 在接口中 InterfaceHttpDataretain 在接口中 ReferenceCountedretain 在类中 AbstractHttpDatapublic Attribute touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 Attributetouch 在接口中 HttpDatatouch 在接口中 InterfaceHttpDatatouch 在接口中 ReferenceCountedtouch 在类中 AbstractMemoryHttpDatapublic Attribute touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 Attributetouch 在接口中 HttpDatatouch 在接口中 InterfaceHttpDatatouch 在接口中 ReferenceCountedtouch 在类中 AbstractMemoryHttpData