Uses of Interface
org.jivesoftware.smackx.httpfileupload.UploadProgressListener
-
Packages that use UploadProgressListener Package Description org.jivesoftware.smackx.httpfileupload Smack's API for XEP-0363: HTTP File Upload. -
-
Uses of UploadProgressListener in org.jivesoftware.smackx.httpfileupload
Methods in org.jivesoftware.smackx.httpfileupload with parameters of type UploadProgressListener Modifier and Type Method Description URLHttpFileUploadManager. uploadFile(File file, UploadProgressListener listener)Request slot and uploaded file to HTTP file upload service with progress callback.URLHttpFileUploadManager. uploadFile(InputStream inputStream, String fileName, long fileSize, UploadProgressListener listener)Request slot and uploaded stream to HTTP upload service.
-