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, getReasongetFileName, getMIMEType, getUploadgetSource, isFromClient, unregisterListenertoStringpublic 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 © 2025. All rights reserved.