public class MemoryAttribute extends AbstractMemoryHttpData implements Attribute
InterfaceHttpData.HttpDataTypeisRenamedcharset, completed, definedSize, name, size| Constructor and Description |
|---|
MemoryAttribute(String name) |
MemoryAttribute(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(ByteBuf buffer,
boolean last)
Add the content from the ChannelBuffer
|
int |
compareTo(Attribute o) |
int |
compareTo(InterfaceHttpData other) |
Attribute |
copy()
Create a deep copy of this
ByteBufHolder. |
Attribute |
duplicate()
Duplicate the
ByteBufHolder. |
boolean |
equals(Object o) |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
String |
getValue()
Returns the value of this HttpData.
|
int |
hashCode() |
Attribute |
retain()
Increases the reference count by
1. |
Attribute |
retain(int increment)
Increases the reference count by the specified
increment. |
void |
setValue(String value)
Sets the value of this HttpData.
|
String |
toString() |
delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcontent, deallocate, getCharset, getName, isCompleted, length, setCharsetrefCnt, release, release, setRefCntclone, finalize, getClass, notify, notifyAll, wait, wait, waitdelete, get, getByteBuf, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContentgetNamecontentrefCnt, release, releasepublic MemoryAttribute(String name)
public MemoryAttribute(String name, String value) throws IOException
IOExceptionpublic InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType in interface InterfaceHttpDatapublic String getValue()
Attributepublic void setValue(String value) throws IOException
AttributesetValue in interface AttributeIOExceptionpublic void addContent(ByteBuf buffer, boolean last) throws IOException
HttpDataaddContent in interface HttpDataaddContent in class AbstractMemoryHttpDatabuffer - must be not null except if last is set to Falselast - True of the buffer is the last oneIOExceptionpublic int compareTo(InterfaceHttpData other)
compareTo in interface Comparable<InterfaceHttpData>public int compareTo(Attribute o)
public Attribute copy()
ByteBufHolderByteBufHolder.public Attribute duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().public Attribute retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface Attributeretain in interface HttpDataretain in interface ReferenceCountedretain in class AbstractHttpDatapublic Attribute retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface Attributeretain in interface HttpDataretain in interface ReferenceCountedretain in class AbstractHttpDataCopyright © 2008–2016 The Netty Project. All rights reserved.