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, getReason
getFileName, getMIMEType, getUpload
getSource, isFromClient, unregisterListener
toString
public 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 © 2025. All rights reserved.