public class NoOutputStreamEvent extends FailedEvent
source| Constructor and Description |
|---|
NoOutputStreamEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
getContentLength, getReasongetFileName, getMIMEType, getUploadgetSource, isFromClient, unregisterListenertoStringpublic NoOutputStreamEvent(Upload source, String fileName, String mimeType, long length)
source - the source of the file.fileName - the received file name.mimeType - the MIME type of the received file.length - the length of the received file.Copyright © 2020. All rights reserved.