public class DiskAttribute extends AbstractDiskHttpData implements Attribute
InterfaceHttpData.HttpDataType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
baseDirectory |
static boolean |
deleteOnExitTemporaryFile |
static java.lang.String |
postfix |
static java.lang.String |
prefix |
definedSize, size| Constructor and Description |
|---|
DiskAttribute(java.lang.String name)
Constructor used for huge Attribute
|
DiskAttribute(java.lang.String name,
java.nio.charset.Charset charset) |
DiskAttribute(java.lang.String name,
long definedSize) |
DiskAttribute(java.lang.String name,
long definedSize,
java.nio.charset.Charset charset) |
DiskAttribute(java.lang.String name,
java.lang.String value) |
DiskAttribute(java.lang.String name,
java.lang.String value,
java.nio.charset.Charset charset) |
| 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 o) |
Attribute |
copy()
Creates a deep copy of this
ByteBufHolder. |
protected boolean |
deleteOnExit() |
Attribute |
duplicate()
Duplicates this
ByteBufHolder. |
boolean |
equals(java.lang.Object o) |
protected java.lang.String |
getBaseDirectory() |
protected java.lang.String |
getDiskFilename() |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
protected java.lang.String |
getPostfix() |
protected java.lang.String |
getPrefix() |
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, setMaxSizerefCnt, release, release, setRefCntclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNamecontentrefCnt, release, releasepublic static java.lang.String baseDirectory
public static boolean deleteOnExitTemporaryFile
public static final java.lang.String prefix
public static final java.lang.String postfix
public DiskAttribute(java.lang.String name)
public DiskAttribute(java.lang.String name,
long definedSize)
public DiskAttribute(java.lang.String name,
java.nio.charset.Charset charset)
public DiskAttribute(java.lang.String name,
long definedSize,
java.nio.charset.Charset charset)
public DiskAttribute(java.lang.String name,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic DiskAttribute(java.lang.String name,
java.lang.String value,
java.nio.charset.Charset charset)
throws java.io.IOException
java.io.IOExceptionpublic InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType in interface InterfaceHttpDatapublic java.lang.String getValue()
throws java.io.IOException
Attributepublic void setValue(java.lang.String value)
throws java.io.IOException
Attributepublic void addContent(ByteBuf buffer, boolean last) throws java.io.IOException
HttpDataaddContent in interface HttpDataaddContent in class AbstractDiskHttpDatabuffer - must be not null except if last is set to Falselast - True of the buffer is the last onejava.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(InterfaceHttpData o)
compareTo in interface java.lang.Comparable<InterfaceHttpData>public int compareTo(Attribute o)
public java.lang.String toString()
toString in class java.lang.Objectprotected boolean deleteOnExit()
deleteOnExit in class AbstractDiskHttpDataprotected java.lang.String getBaseDirectory()
getBaseDirectory in class AbstractDiskHttpDataprotected java.lang.String getDiskFilename()
getDiskFilename in class AbstractDiskHttpDataprotected java.lang.String getPostfix()
getPostfix in class AbstractDiskHttpDataprotected java.lang.String getPrefix()
getPrefix in class AbstractDiskHttpDatapublic 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 in interface ByteBufHolderretainedDuplicate in interface AttributeretainedDuplicate in interface HttpDataByteBuf.retainedDuplicate()public Attribute replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.public Attribute retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface Attributeretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface ReferenceCountedretain in class AbstractHttpDatapublic Attribute retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface Attributeretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface ReferenceCountedretain in class AbstractHttpDatapublic Attribute touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface Attributetouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface ReferenceCountedtouch in class AbstractDiskHttpDatapublic Attribute touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface Attributetouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface ReferenceCountedtouch in class AbstractDiskHttpData