public class WebDAVUploader extends AbstractUploader
Modifier and Type | Field and Description |
---|---|
protected static org.apache.http.client.HttpClient |
client |
timestamp, total, uploadDir
progress
Constructor and Description |
---|
WebDAVUploader() |
Modifier and Type | Method and Description |
---|---|
String |
getProtocol()
TODO
|
boolean |
login(FilesUploader uploader)
TODO
|
void |
logout()
TODO
|
void |
upload(List<Uploadable> sources,
List<String> locks)
TODO
|
calculateTotalSize, getTimestamp
addItem, addProgress, done, itemDone, removeProgress, setCount, setItemCount, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addProgress, removeProgress
public boolean login(FilesUploader uploader)
Uploader
login
in interface Uploader
login
in class AbstractUploader
public void logout()
Uploader
logout
in interface Uploader
logout
in class AbstractUploader
public void upload(List<Uploadable> sources, List<String> locks) throws IOException
Uploader
upload
in interface Uploader
upload
in class AbstractUploader
IOException
Copyright © 2014–2022 ImageJ. All rights reserved.