public class DiskFileUpload extends AbstractDiskHttpData implements FileUpload
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 |
---|
DiskFileUpload(String name,
String filename,
String contentType,
String contentTransferEncoding,
Charset charset,
long size) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FileUpload o) |
int |
compareTo(InterfaceHttpData o) |
FileUpload |
copy()
Creates a deep copy of this
ByteBufHolder . |
protected boolean |
deleteOnExit() |
FileUpload |
duplicate()
Duplicates this
ByteBufHolder . |
boolean |
equals(Object o) |
protected String |
getBaseDirectory() |
String |
getContentTransferEncoding()
Returns the Content-Transfer-Encoding
|
String |
getContentType()
Returns the content type passed by the browser or null if not defined.
|
protected String |
getDiskFilename() |
String |
getFilename()
Returns the original filename in the client's filesystem,
as provided by the browser (or other client software).
|
InterfaceHttpData.HttpDataType |
getHttpDataType() |
protected String |
getPostfix() |
protected String |
getPrefix() |
int |
hashCode() |
FileUpload |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
FileUpload |
retain()
Increases the reference count by
1 . |
FileUpload |
retain(int increment)
Increases the reference count by the specified
increment . |
FileUpload |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
void |
setContentTransferEncoding(String contentTransferEncoding)
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
|
void |
setContentType(String contentType)
Set the Content Type passed by the browser if defined
|
void |
setFilename(String filename)
Set the original filename
|
String |
toString() |
FileUpload |
touch()
Records the current access location of this object for debugging purposes.
|
FileUpload |
touch(Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
addContent, delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContent
checkSize, content, deallocate, definedLength, getCharset, getMaxSize, getName, isCompleted, length, setCharset, setCompleted, setMaxSize
refCnt, release, release, setRefCnt
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addContent, checkSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSize
getName
content
refCnt, release, release
public static String baseDirectory
public static boolean deleteOnExitTemporaryFile
public static final String prefix
public static final String postfix
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType
in interface InterfaceHttpData
public String getFilename()
FileUpload
getFilename
in interface FileUpload
public void setFilename(String filename)
FileUpload
setFilename
in interface FileUpload
public int compareTo(InterfaceHttpData o)
compareTo
in interface Comparable<InterfaceHttpData>
public int compareTo(FileUpload o)
public void setContentType(String contentType)
FileUpload
setContentType
in interface FileUpload
contentType
- Content Type to set - must be not nullpublic String getContentType()
FileUpload
getContentType
in interface FileUpload
public String getContentTransferEncoding()
FileUpload
getContentTransferEncoding
in interface FileUpload
public void setContentTransferEncoding(String contentTransferEncoding)
FileUpload
setContentTransferEncoding
in interface FileUpload
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 FileUpload copy()
ByteBufHolder
ByteBufHolder
.copy
in interface ByteBufHolder
copy
in interface FileUpload
copy
in interface HttpData
public FileUpload duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
in interface ByteBufHolder
duplicate
in interface FileUpload
duplicate
in interface HttpData
public FileUpload retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
in interface ByteBufHolder
retainedDuplicate
in interface FileUpload
retainedDuplicate
in interface HttpData
ByteBuf.retainedDuplicate()
public FileUpload replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
in interface ByteBufHolder
replace
in interface FileUpload
replace
in interface HttpData
public FileUpload retain(int increment)
ReferenceCounted
increment
.retain
in interface ByteBufHolder
retain
in interface FileUpload
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface ReferenceCounted
retain
in class AbstractHttpData
public FileUpload retain()
ReferenceCounted
1
.retain
in interface ByteBufHolder
retain
in interface FileUpload
retain
in interface HttpData
retain
in interface InterfaceHttpData
retain
in interface ReferenceCounted
retain
in class AbstractHttpData
public FileUpload touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
in interface ByteBufHolder
touch
in interface FileUpload
touch
in interface HttpData
touch
in interface InterfaceHttpData
touch
in interface ReferenceCounted
touch
in class AbstractDiskHttpData
public FileUpload touch(Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
in interface ByteBufHolder
touch
in interface FileUpload
touch
in interface HttpData
touch
in interface InterfaceHttpData
touch
in interface ReferenceCounted
touch
in class AbstractDiskHttpData
Copyright © 2008–2017 The Netty Project. All rights reserved.