| Package | Description |
|---|---|
| io.milton.httpclient |
| Modifier and Type | Method and Description |
|---|---|
HttpResult |
Host.doPut(Path remotePath,
File file,
IfMatchCheck matchCheck,
ProgressListener listener) |
HttpResult |
Host.doPut(Path remotePath,
File file,
IfMatchCheck matchCheck,
ProgressListener listener) |
HttpResult |
Host.doPut(Path path,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck) |
HttpResult |
Host.doPut(Path path,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck) |
HttpResult |
Host.doPut(String newUri,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck,
ProgressListener listener)
Uploads the data.
|
HttpResult |
Host.doPut(String newUri,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck,
ProgressListener listener)
Uploads the data.
|
HttpResult |
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.
|
HttpResult |
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.
|
File |
Folder.upload(String name,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck,
ProgressListener listener) |
File |
Folder.upload(String name,
InputStream content,
Long contentLength,
String contentType,
IfMatchCheck matchCheck,
ProgressListener listener) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.