Uses of Class
io.milton.httpclient.HttpResult
Packages that use HttpResult
-
Uses of HttpResult in io.milton.httpclient
Methods in io.milton.httpclient that return HttpResultModifier and TypeMethodDescriptionHost.doPut(Path remotePath, File file, IfMatchCheck matchCheck, ProgressListener listener) Host.doPut(Path path, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck) Host.doPut(String newUri, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck, ProgressListener listener) Uploads the data.static HttpResultUtils.executeHttpWithResult(org.apache.http.client.HttpClient client, org.apache.http.client.methods.HttpUriRequest m, OutputStream out, 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.