Uses of Class
io.milton.httpclient.Resource
Packages that use Resource
-
Uses of Resource in io.milton.httpclient
Subclasses of Resource in io.milton.httpclientFields in io.milton.httpclient with type parameters of type ResourceMethods in io.milton.httpclient that return ResourceModifier and TypeMethodDescriptionstatic ResourceFinds the resource by iterating through the path parts resolving collections as it goes.Folder.getChild(int num) Methods in io.milton.httpclient that return types with arguments of type ResourceMethods in io.milton.httpclient with parameters of type ResourceModifier and TypeMethodDescriptionvoidvoidFolderListener.onChildAdded(Folder parent, Resource child) voidFolderListener.onChildRemoved(Folder parent, Resource child) voidMethod parameters in io.milton.httpclient with type arguments of type ResourceConstructor parameters in io.milton.httpclient with type arguments of type ResourceModifierConstructorDescriptionHost(String server, Integer port, String user, String password, ProxyDetails proxyDetails, Map<Folder, List<Resource>> cache) Host(String server, String rootPath, Integer port, String user, String password, ProxyDetails proxyDetails, int timeoutMillis, Map<Folder, List<Resource>> cache, FileSyncer fileSyncer) Host(String server, String rootPath, Integer port, String user, String password, ProxyDetails proxyDetails, Map<Folder, List<Resource>> cache)