public class DiskAttribute extends AbstractDiskHttpData implements Attribute
InterfaceHttpData.HttpDataType| Modifier and Type | Field and Description |
|---|---|
static String |
baseDirectory |
static boolean |
deleteOnExitTemporaryFile |
static String |
postfix |
static String |
prefix |
definedSize, size| Constructor and Description |
|---|
DiskAttribute(String name)
Constructor used for huge Attribute
|
DiskAttribute(String name,
Charset charset) |
DiskAttribute(String name,
String value) |
DiskAttribute(String name,
String value,
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()
Create a deep copy of this
ByteBufHolder. |
protected boolean |
deleteOnExit() |
Attribute |
duplicate()
Duplicate the
ByteBufHolder. |
boolean |
equals(Object o) |
protected String |
getBaseDirectory() |
protected String |
getDiskFilename() |
InterfaceHttpData.HttpDataType |
getHttpDataType() |
protected String |
getPostfix() |
protected String |
getPrefix() |
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() |
Attribute |
touch()
Records the current access location of this object for debugging purposes.
|
Attribute |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcheckSize, content, deallocate, getCharset, getMaxSize, getName, isCompleted, length, setCharset, setCompleted, setMaxSizerefCnt, release, release, setRefCntclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckSize, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNamecontentrefCnt, release, releasepublic static String baseDirectory
public static boolean deleteOnExitTemporaryFile
public static final String prefix
public static final String postfix
public DiskAttribute(String name)
public DiskAttribute(String name, String value) throws IOException
IOExceptionpublic DiskAttribute(String name, String value, Charset charset) throws IOException
IOExceptionpublic InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType in interface InterfaceHttpDatapublic String getValue() throws IOException
AttributegetValue in interface AttributeIOExceptionpublic void setValue(String value) throws IOException
AttributesetValue in interface AttributeIOExceptionpublic void addContent(ByteBuf buffer, boolean last) throws 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 oneIOExceptionpublic int compareTo(InterfaceHttpData o)
compareTo in interface Comparable<InterfaceHttpData>public int compareTo(Attribute o)
protected boolean deleteOnExit()
deleteOnExit in class AbstractDiskHttpDataprotected String getBaseDirectory()
getBaseDirectory in class AbstractDiskHttpDataprotected String getDiskFilename()
getDiskFilename in class AbstractDiskHttpDataprotected String getPostfix()
getPostfix in class AbstractDiskHttpDataprotected 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 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(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface Attributetouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface ReferenceCountedtouch in class AbstractDiskHttpDataCopyright © 2008–2015 The Netty Project. All rights reserved.