Uses of Class
io.milton.httpclient.HttpException
Packages that use HttpException
-
Uses of HttpException in io.milton.httpclient
Subclasses of HttpException in io.milton.httpclientModifier and TypeClassDescriptionclassclassclassclassMethods in io.milton.httpclient that throw HttpExceptionModifier and TypeMethodDescriptionHost._doPropFind(String url, int depth, List<QName> fields) static ResourcevoidFolder.addListener(FolderListener l) Folder.children()voidvoidFolder.createFolder(String name) voidResource.delete()intintDeletes the item at the given path, relative to the root path of this hostintbyte[]voidHost.doGet(Path path, File file, ProgressListener listener) voidbyte[]voidHost.doGet(String url, StreamReceiver receiver, List<Range> rangeList, ProgressListener listener) Attempts to lock a resource with infinite timeout and returns the lock token, which must be retained to unlock the resourceAttempts to lock a resource with the specified timeout and returns the lock token, which must be retained to unlock the resourceintCreate a collection at the given absolute path.intintvoidPOSTs the variables and returns the bodyHost.doPut(Path remotePath, File file, IfMatchCheck matchCheck, ProgressListener listener) intvoidFile.download(OutputStream out, ProgressListener listener) voidFile.download(OutputStream out, ProgressListener listener, List<Range> rangeList) File.downloadTo(File destFolder, ProgressListener listener) Folder.downloadTo(File destFolder, ProgressListener listener) abstract FileResource.downloadTo(File destFolder, ProgressListener listener) voidFile.downloadToFile(File dest, ProgressListener listener) Finds the resource by iterating through the path parts resolving collections as it goes.byte[]GET the contents of the given path.byte[]Retrieve the bytes at the specified path.voidTransferService.get(String url, StreamReceiver receiver, List<Range> rangeList, ProgressListener listener, org.apache.http.protocol.HttpContext context) Folder.getChild(int num) Find a folder at the given path.Host.getOrCreateFolder(Path remoteParentPath, boolean create) booleanFolder.hasChildren()voidResource.lock()voidResource.lock(int timeout) voidvoidintFolder.numChildren()voidstatic voidUtils.processResultCode(int result, String href) voidvoidFile.setContent(InputStream in, Long contentLength, ProgressListener listener) intResource.unlock()voidvoidFolder.upload(File f, ProgressListener listener) Folder.upload(String name, InputStream content, Integer contentLength, ProgressListener listener) Folder.upload(String name, InputStream content, Long contentLength, ProgressListener listener) Upload a new fileFolder.upload(String name, InputStream content, Long contentLength, String contentType, IfMatchCheck matchCheck, ProgressListener listener) Folder.uploadFile(File f) Folder.uploadFile(File f, ProgressListener listener) Load a new file into this folder, and return a referenceFolder.uploadFile(String newName, File f, ProgressListener listener) Upload a new fileprotected voidFolder.uploadFolder(File folder, ProgressListener listener) -
Uses of HttpException in io.milton.httpclient.zsyncclient
Methods in io.milton.httpclient.zsyncclient that throw HttpException -
Uses of HttpException in io.milton.zsync
Methods in io.milton.zsync that throw HttpException