@FunctionalInterface public interface Receiver extends Serializable
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
receiveUpload(String fileName,
String mimeType)
Invoked when a new upload arrives.
|
OutputStream receiveUpload(String fileName, String mimeType)
fileName - the desired filename of the upload, usually as specified by
the clientmimeType - the MIME type of the uploaded fileCopyright © 2025. All rights reserved.