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,
Charset charset,
String baseDir,
boolean deleteOnExit) |
DiskAttribute(String name,
long definedSize) |
DiskAttribute(String name,
long definedSize,
Charset charset) |
DiskAttribute(String name,
long definedSize,
Charset charset,
String baseDir,
boolean deleteOnExit) |
DiskAttribute(String name,
long definedSize,
String baseDir,
boolean deleteOnExit) |
DiskAttribute(String name,
String value) |
DiskAttribute(String name,
String baseDir,
boolean deleteOnExit) |
DiskAttribute(String name,
String value,
Charset charset) |
DiskAttribute(String name,
String value,
Charset charset,
String baseDir,
boolean deleteOnExit) |
Modifier and Type | Method and Description |
---|---|
void |
addContent(io.netty.buffer.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 o) |
Attribute |
copy() |
protected boolean |
deleteOnExit() |
Attribute |
duplicate() |
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 |
replace(io.netty.buffer.ByteBuf content) |
Attribute |
retain() |
Attribute |
retain(int increment) |
Attribute |
retainedDuplicate() |
void |
setValue(String value)
Sets the value of this HttpData.
|
String |
toString() |
Attribute |
touch() |
Attribute |
touch(Object hint) |
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
checkSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSize
getName
public 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, long definedSize)
public DiskAttribute(String name, long definedSize, String baseDir, boolean deleteOnExit)
public DiskAttribute(String name, Charset charset, String baseDir, boolean deleteOnExit)
public DiskAttribute(String name, long definedSize, Charset charset, String baseDir, boolean deleteOnExit)
public DiskAttribute(String name, String value) throws IOException
IOException
public DiskAttribute(String name, String value, Charset charset) throws IOException
IOException
public DiskAttribute(String name, String value, Charset charset, String baseDir, boolean deleteOnExit) throws IOException
IOException
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
in interface InterfaceHttpData
public String getValue() throws IOException
Attribute
getValue
in interface Attribute
IOException
public void setValue(String value) throws IOException
Attribute
setValue
in interface Attribute
IOException
public void addContent(io.netty.buffer.ByteBuf buffer, boolean last) throws IOException
HttpData
ReferenceCounted.release()
ownership of buffer
is transferred to this 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 oneIOException
public int compareTo(InterfaceHttpData o)
compareTo
in interface Comparable<InterfaceHttpData>
public int compareTo(Attribute o)
protected boolean deleteOnExit()
deleteOnExit
in class AbstractDiskHttpData
protected String getBaseDirectory()
getBaseDirectory
in class AbstractDiskHttpData
protected String getDiskFilename()
getDiskFilename
in class AbstractDiskHttpData
protected String getPostfix()
getPostfix
in class AbstractDiskHttpData
protected String getPrefix()
getPrefix
in class AbstractDiskHttpData
public Attribute copy()
public Attribute duplicate()
public Attribute retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface Attribute
retainedDuplicate
in interface HttpData
public Attribute replace(io.netty.buffer.ByteBuf content)
public Attribute retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface Attribute
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface io.netty.util.ReferenceCounted
retain
in class AbstractHttpData
public Attribute retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface Attribute
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface io.netty.util.ReferenceCounted
retain
in class AbstractHttpData
public Attribute touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface Attribute
touch
in interface HttpData
touch
in interface InterfaceHttpData
touch
in interface io.netty.util.ReferenceCounted
touch
in class AbstractDiskHttpData
public Attribute touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface Attribute
touch
in interface HttpData
touch
in interface InterfaceHttpData
touch
in interface io.netty.util.ReferenceCounted
touch
in class AbstractDiskHttpData
Copyright © 2008–2023 The Netty Project. All rights reserved.