| Package | Description |
|---|---|
| io.milton.httpclient |
| Modifier and Type | Method and Description |
|---|---|
HttpResult |
Host.doPut(Path path,
byte[] data,
String contentType) |
HttpResult |
Host.doPut(Path path,
byte[] data,
String contentType) |
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.
|
static HttpResult |
Utils.executeHttpWithResult(org.apache.http.client.HttpClient client,
org.apache.http.client.methods.HttpUriRequest m,
OutputStream out,
org.apache.http.protocol.HttpContext context) |
static HttpResult |
Utils.executeHttpWithResult(org.apache.http.client.HttpClient client,
org.apache.http.client.methods.HttpUriRequest m,
OutputStream out,
org.apache.http.protocol.HttpContext context) |
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.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.