public class MemoryFileUpload extends AbstractMemoryHttpData implements FileUpload
InterfaceHttpData.HttpDataType
isRenamed
charset, completed, definedSize, name, size
Constructor and Description |
---|
MemoryFileUpload(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) |
boolean |
equals(Object o) |
String |
getContentTransferEncoding()
Returns the Content-Transfer-Encoding
|
String |
getContentType()
Returns the content type passed by the browser or null if not defined.
|
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(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() |
addContent, delete, get, getChannelBuffer, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContent
getCharset, getName, isCompleted, length, setCharset
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addContent, delete, get, getChannelBuffer, getCharset, getChunk, getFile, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent
getName
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
Copyright © 2008-2014 The Netty Project. All Rights Reserved.