Package com.enterprisedt.net.ftp.async
Interface AsyncCallback.UploadStream
- Enclosing interface:
AsyncCallback
public static interface AsyncCallback.UploadStream
Callback interface for uploading a stream
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUploadingStream(FileTransferOutputStream outStr, UploadStreamResult result) voidonUploadStream(UploadStreamResult result)
-
Method Details
-
onUploadingStream
void onUploadingStream(FileTransferOutputStream outStr, UploadStreamResult result) throws IOException, FTPException - Throws:
IOExceptionFTPException
-
onUploadStream
- Throws:
IOExceptionFTPException
-