public class MemoryFileUpload extends AbstractMemoryHttpData implements FileUpload
InterfaceHttpData.HttpDataType| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
contentTransferEncoding |
private java.lang.String |
contentType |
private java.lang.String |
filename |
isRenamedcharset, completed, definedSize, maxSize, name, size| Constructor and Description |
|---|
MemoryFileUpload(java.lang.String name,
java.lang.String filename,
java.lang.String contentType,
java.lang.String contentTransferEncoding,
java.nio.charset.Charset charset,
long size) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileUpload o) |
int |
compareTo(InterfaceHttpData o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContentTransferEncoding()
Returns the Content-Transfer-Encoding
|
java.lang.String |
getContentType()
Returns the content type passed by the browser or null if not defined.
|
java.lang.String |
getFilename()
Returns the original filename in the client's filesystem,
as provided by the browser (or other client software).
|
InterfaceHttpData.HttpDataType |
getHttpDataType() |
int |
hashCode() |
void |
setContentTransferEncoding(java.lang.String contentTransferEncoding)
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
|
void |
setContentType(java.lang.String contentType)
Set the Content Type passed by the browser if defined
|
void |
setFilename(java.lang.String filename)
Set the original filename
|
java.lang.String |
toString() |
addContent, delete, get, getChannelBuffer, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcheckSize, getCharset, getName, isCompleted, length, setCharset, setMaxSizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddContent, checkSize, delete, get, getChannelBuffer, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNameprivate java.lang.String filename
private java.lang.String contentType
private java.lang.String contentTransferEncoding
public MemoryFileUpload(java.lang.String name,
java.lang.String filename,
java.lang.String contentType,
java.lang.String contentTransferEncoding,
java.nio.charset.Charset charset,
long size)
public InterfaceHttpData.HttpDataType getHttpDataType()
getHttpDataType in interface InterfaceHttpDatapublic java.lang.String getFilename()
FileUploadgetFilename in interface FileUploadpublic void setFilename(java.lang.String filename)
FileUploadsetFilename in interface FileUploadpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(InterfaceHttpData o)
compareTo in interface java.lang.Comparable<InterfaceHttpData>public int compareTo(FileUpload o)
public void setContentType(java.lang.String contentType)
FileUploadsetContentType in interface FileUploadcontentType - Content Type to set - must be not nullpublic java.lang.String getContentType()
FileUploadgetContentType in interface FileUploadpublic java.lang.String getContentTransferEncoding()
FileUploadgetContentTransferEncoding in interface FileUploadpublic void setContentTransferEncoding(java.lang.String contentTransferEncoding)
FileUploadsetContentTransferEncoding in interface FileUploadpublic java.lang.String toString()
toString in class java.lang.Object