public class NoInputStreamEvent extends FailedEvent
source
Constructor and Description |
---|
NoInputStreamEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
getContentLength, getReason
getFileName, getMIMEType, getUpload
getSource, isFromClient, unregisterListener
toString
public NoInputStreamEvent(Upload source, String fileName, String mimeType, long length)
source
- the source of the filefileName
- the received file namemimeType
- the MIME type of the received filelength
- the length of the received fileCopyright © 2019. All rights reserved.