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()
Create a deep copy of this
ByteBufHolder. |
protected boolean |
deleteOnExit() |
FileUpload |
duplicate()
Duplicate the
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 |
retain()
Increases the reference count by
1. |
FileUpload |
retain(int increment)
Increases the reference count by the specified
increment. |
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 additonal arbitrary information for debugging
purposes.
|
addContent, 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, waitaddContent, checkSize, 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 InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType in interface InterfaceHttpDatapublic String getFilename()
FileUploadgetFilename in interface FileUploadpublic void setFilename(String filename)
FileUploadsetFilename in interface FileUploadpublic int compareTo(InterfaceHttpData o)
compareTo in interface Comparable<InterfaceHttpData>public int compareTo(FileUpload o)
public void setContentType(String contentType)
FileUploadsetContentType in interface FileUploadcontentType - Content Type to set - must be not nullpublic String getContentType()
FileUploadgetContentType in interface FileUploadpublic String getContentTransferEncoding()
FileUploadgetContentTransferEncoding in interface FileUploadpublic void setContentTransferEncoding(String contentTransferEncoding)
FileUploadsetContentTransferEncoding in interface FileUploadprotected 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 FileUpload copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface FileUploadcopy in interface HttpDatapublic FileUpload duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface FileUploadduplicate in interface HttpDatapublic FileUpload retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface FileUploadretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface ReferenceCountedretain in class AbstractHttpDatapublic FileUpload retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface FileUploadretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface ReferenceCountedretain in class AbstractHttpDatapublic FileUpload touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface FileUploadtouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface ReferenceCountedtouch in class AbstractDiskHttpDatapublic FileUpload touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface FileUploadtouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface ReferenceCountedtouch in class AbstractDiskHttpDataCopyright © 2008–2015 The Netty Project. All rights reserved.