public class MemoryFileUpload extends AbstractMemoryHttpData implements FileUpload
InterfaceHttpData.HttpDataTypedefinedSize, 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) |
FileUpload |
copy() |
FileUpload |
duplicate() |
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() |
FileUpload |
replace(io.netty.buffer.ByteBuf content) |
FileUpload |
retain() |
FileUpload |
retain(int increment) |
FileUpload |
retainedDuplicate() |
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() |
FileUpload |
touch(Object hint) |
addContent, delete, get, getByteBuf, getChunk, getFile, getString, getString, isInMemory, renameTo, setContent, setContent, setContentcheckSize, content, deallocate, definedLength, getCharset, getMaxSize, getName, isCompleted, length, setCharset, setCompleted, setMaxSizerefCnt, release, release, setRefCntclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddContent, checkSize, definedLength, delete, get, getByteBuf, getCharset, getChunk, getFile, getMaxSize, getString, getString, isCompleted, isInMemory, length, renameTo, setCharset, setContent, setContent, setContent, setMaxSizegetNamepublic 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 FileUploadpublic FileUpload copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface FileUploadcopy in interface HttpDatapublic FileUpload duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface FileUploadduplicate in interface HttpDatapublic FileUpload retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface FileUploadretainedDuplicate in interface HttpDatapublic FileUpload replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface FileUploadreplace in interface HttpDatapublic FileUpload retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface FileUploadretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface io.netty.util.ReferenceCountedretain in class AbstractHttpDatapublic FileUpload retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface FileUploadretain in interface HttpDataretain in interface InterfaceHttpDataretain in interface io.netty.util.ReferenceCountedretain in class AbstractHttpDatapublic FileUpload touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface FileUploadtouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface io.netty.util.ReferenceCountedtouch in class AbstractMemoryHttpDatapublic FileUpload touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface FileUploadtouch in interface HttpDatatouch in interface InterfaceHttpDatatouch in interface io.netty.util.ReferenceCountedtouch in class AbstractMemoryHttpDataCopyright © 2008–2017 The Netty Project. All rights reserved.