public class MemoryFileUpload extends AbstractMemoryHttpData implements FileUpload
InterfaceHttpData.HttpDataType
definedSize, size
构造器和说明 |
---|
MemoryFileUpload(java.lang.String name,
java.lang.String filename,
java.lang.String contentType,
java.lang.String contentTransferEncoding,
java.nio.charset.Charset charset,
long size) |
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(FileUpload o) |
int |
compareTo(InterfaceHttpData o) |
FileUpload |
copy()
Creates a deep copy of this
ByteBufHolder . |
FileUpload |
duplicate()
Duplicates this
ByteBufHolder . |
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() |
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(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() |
FileUpload |
touch()
Records the current access location of this object for debugging purposes.
|
FileUpload |
touch(java.lang.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, setCompleted, setMaxSize
refCnt, release, release, setRefCnt
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 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
在接口中 InterfaceHttpData
public java.lang.String getFilename()
FileUpload
getFilename
在接口中 FileUpload
public void setFilename(java.lang.String filename)
FileUpload
setFilename
在接口中 FileUpload
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public int compareTo(InterfaceHttpData o)
compareTo
在接口中 java.lang.Comparable<InterfaceHttpData>
public int compareTo(FileUpload o)
public void setContentType(java.lang.String contentType)
FileUpload
setContentType
在接口中 FileUpload
contentType
- Content Type to set - must be not nullpublic java.lang.String getContentType()
FileUpload
getContentType
在接口中 FileUpload
public java.lang.String getContentTransferEncoding()
FileUpload
getContentTransferEncoding
在接口中 FileUpload
public void setContentTransferEncoding(java.lang.String contentTransferEncoding)
FileUpload
setContentTransferEncoding
在接口中 FileUpload
public java.lang.String toString()
toString
在类中 java.lang.Object
public FileUpload copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 FileUpload
copy
在接口中 HttpData
public FileUpload duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 FileUpload
duplicate
在接口中 HttpData
public FileUpload retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 FileUpload
retainedDuplicate
在接口中 HttpData
ByteBuf.retainedDuplicate()
public FileUpload replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 FileUpload
replace
在接口中 HttpData
public FileUpload retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 FileUpload
retain
在接口中 HttpData
retain
在接口中 InterfaceHttpData
retain
在接口中 ReferenceCounted
retain
在类中 AbstractHttpData
public FileUpload retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 FileUpload
retain
在接口中 HttpData
retain
在接口中 InterfaceHttpData
retain
在接口中 ReferenceCounted
retain
在类中 AbstractHttpData
public FileUpload touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 FileUpload
touch
在接口中 HttpData
touch
在接口中 InterfaceHttpData
touch
在接口中 ReferenceCounted
touch
在类中 AbstractMemoryHttpData
public FileUpload touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 FileUpload
touch
在接口中 HttpData
touch
在接口中 InterfaceHttpData
touch
在接口中 ReferenceCounted
touch
在类中 AbstractMemoryHttpData