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 |
file
charset, completed, definedSize, name, size
Constructor and Description |
---|
DiskAttribute(java.lang.String name)
Constructor used for huge Attribute
|
DiskAttribute(java.lang.String name,
java.lang.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 o) |
Attribute |
copy()
Create a deep copy of this
ByteBufHolder . |
protected boolean |
deleteOnExit() |
Attribute |
duplicate()
Duplicate the
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 |
retain()
Increases the reference count by
1 . |
Attribute |
retain(int increment)
Increases the reference count by the specified
increment . |
void |
setValue(java.lang.String value)
Sets the value of this HttpData.
|
java.lang.String |
toString() |
delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContent
content, deallocate, getCharset, getName, isCompleted, length, setCharset
refCnt, release, release, setRefCnt
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
delete, get, getByteBuf, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent
getName
content
refCnt, release, release
public 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, java.lang.String value) throws java.io.IOException
java.io.IOException
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
in interface InterfaceHttpData
public java.lang.String getValue() throws java.io.IOException
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
addContent
in interface HttpData
addContent
in class AbstractDiskHttpData
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
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public 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.Object
protected boolean deleteOnExit()
deleteOnExit
in class AbstractDiskHttpData
protected java.lang.String getBaseDirectory()
getBaseDirectory
in class AbstractDiskHttpData
protected java.lang.String getDiskFilename()
getDiskFilename
in class AbstractDiskHttpData
protected java.lang.String getPostfix()
getPostfix
in class AbstractDiskHttpData
protected java.lang.String getPrefix()
getPrefix
in class AbstractDiskHttpData
public Attribute copy()
ByteBufHolder
ByteBufHolder
.public Attribute duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.public Attribute retain(int increment)
ReferenceCounted
increment
.retain
in interface ByteBufHolder
retain
in interface Attribute
retain
in interface HttpData
retain
in interface ReferenceCounted
retain
in class AbstractHttpData
public Attribute retain()
ReferenceCounted
1
.retain
in interface ByteBufHolder
retain
in interface Attribute
retain
in interface HttpData
retain
in interface ReferenceCounted
retain
in class AbstractHttpData
Copyright © 2008–2018 The Netty Project. All rights reserved.