Uses of Class
io.milton.httpclient.IfMatchCheck
Packages that use IfMatchCheck
-
Uses of IfMatchCheck in io.milton.httpclient
Methods in io.milton.httpclient with parameters of type IfMatchCheckModifier 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.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.Folder.upload(String name, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck, ProgressListener listener)