Uses of Interface
io.milton.httpclient.ProgressListener
Packages that use ProgressListener
-
Uses of ProgressListener in io.milton.httpclient
Methods in io.milton.httpclient with parameters of type ProgressListenerModifier and TypeMethodDescriptionvoidHost.doGet(Path path, File file, ProgressListener listener) voidHost.doGet(String url, StreamReceiver receiver, List<Range> rangeList, ProgressListener listener) Host.doPut(Path remotePath, File file, IfMatchCheck matchCheck, ProgressListener listener) Host.doPut(String newUri, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck, ProgressListener listener) Uploads the data.voidFile.download(OutputStream out, ProgressListener listener) voidFile.download(OutputStream out, ProgressListener listener, List<Range> rangeList) File.downloadTo(File destFolder, ProgressListener listener) Folder.downloadTo(File destFolder, ProgressListener listener) abstract FileResource.downloadTo(File destFolder, ProgressListener listener) voidFile.downloadToFile(File dest, ProgressListener listener) voidTransferService.get(String url, StreamReceiver receiver, List<Range> rangeList, ProgressListener listener, org.apache.http.protocol.HttpContext context) TransferService.put(String encodedUrl, InputStream content, Long contentLength, String contentType, IfMatchCheck etagMatch, ProgressListener listener, org.apache.http.protocol.HttpContext context) Attempt to PUT a file to the server.voidFile.setContent(InputStream in, Long contentLength, ProgressListener listener) voidFolder.upload(File f, ProgressListener listener) Folder.upload(String name, InputStream content, Integer contentLength, ProgressListener listener) Folder.upload(String name, InputStream content, Long contentLength, ProgressListener listener) Upload a new fileFolder.upload(String name, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck, ProgressListener listener) Folder.uploadFile(File f, ProgressListener listener) Load a new file into this folder, and return a referenceFolder.uploadFile(String newName, File f, ProgressListener listener) Upload a new fileprotected voidFolder.uploadFolder(File folder, ProgressListener listener) static longUtils.write(InputStream in, OutputStream out, ProgressListener listener) static longUtils.writeBuffered(InputStream in, OutputStream out, ProgressListener listener) Wraps the outputstream in a bufferedoutputstream and writes to it the outputstream is closed and flushed before returningConstructors in io.milton.httpclient with parameters of type ProgressListenerModifierConstructorDescriptionNotifyingFileInputStream(File f, ProgressListener listener) NotifyingFileInputStream(InputStream in, Long length, String path, ProgressListener listener) NotifyingFileOutputStream(File f, boolean append, ProgressListener listener, Long length) NotifyingFileOutputStream(File f, ProgressListener listener, Long length) -
Uses of ProgressListener in io.milton.httpclient.zsyncclient
Methods in io.milton.httpclient.zsyncclient with parameters of type ProgressListenerModifier and TypeMethodDescriptionFileSyncer.download(Host host, Path remotePath, File localFile, ProgressListener listener) voidFileSyncer.upload(Host host, File localcopy, Path remotePath, ProgressListener listener) Constructors in io.milton.httpclient.zsyncclient with parameters of type ProgressListener -
Uses of ProgressListener in io.milton.zsync
Methods in io.milton.zsync with parameters of type ProgressListener