public class MemoryAttribute extends AbstractMemoryHttpData implements Attribute
InterfaceHttpData.HttpDataType
definedSize, 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, setContent
checkSize, content, deallocate, definedLength, getCharset, getMaxSize, getName, isCompleted, length, setCharset, setCompleted, setCompleted, setMaxSize
refCnt, release, release, setRefCnt
checkSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSize
getName
content
refCnt, release, release
public 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.IOException
public MemoryAttribute(java.lang.String name, java.lang.String value, java.nio.charset.Charset charset) throws java.io.IOException
java.io.IOException
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
在接口中 InterfaceHttpData
public java.lang.String getValue()
Attribute
public void setValue(java.lang.String value) throws java.io.IOException
Attribute
public void addContent(ByteBuf buffer, boolean last) throws java.io.IOException
HttpData
ReferenceCounted.release()
ownership of buffer
is transferred to this HttpData
.
addContent
在接口中 HttpData
addContent
在类中 AbstractMemoryHttpData
buffer
- must be not null except if last is set to Falselast
- True of the buffer is the last onejava.io.IOException
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public int compareTo(InterfaceHttpData other)
compareTo
在接口中 java.lang.Comparable<InterfaceHttpData>
public int compareTo(Attribute o)
public java.lang.String toString()
toString
在类中 java.lang.Object
public Attribute copy()
ByteBufHolder
ByteBufHolder
.public Attribute duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.public Attribute retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 Attribute
retainedDuplicate
在接口中 HttpData
ByteBuf.retainedDuplicate()
public Attribute replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.public Attribute retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 Attribute
retain
在接口中 HttpData
retain
在接口中 InterfaceHttpData
retain
在接口中 ReferenceCounted
retain
在类中 AbstractHttpData
public Attribute retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 Attribute
retain
在接口中 HttpData
retain
在接口中 InterfaceHttpData
retain
在接口中 ReferenceCounted
retain
在类中 AbstractHttpData
public Attribute touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 Attribute
touch
在接口中 HttpData
touch
在接口中 InterfaceHttpData
touch
在接口中 ReferenceCounted
touch
在类中 AbstractMemoryHttpData
public Attribute touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 Attribute
touch
在接口中 HttpData
touch
在接口中 InterfaceHttpData
touch
在接口中 ReferenceCounted
touch
在类中 AbstractMemoryHttpData