| Package | Description |
|---|---|
| io.milton.httpclient |
| Modifier and Type | Class and Description |
|---|---|
class |
File |
class |
Folder |
class |
Host |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Folder,List<Resource>> |
Folder.cache |
protected Map<Folder,List<Resource>> |
Folder.cache |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Host._find(Folder parent,
String[] arr,
int i,
boolean invalidateCache) |
static Resource |
Host._find(Folder parent,
String[] arr,
int i,
boolean invalidateCache) |
Resource |
Folder.child(String childName) |
Resource |
Folder.child(String childName) |
Resource |
Host.find(String path)
Finds the resource by iterating through the path parts resolving
collections as it goes.
|
Resource |
Host.find(String path)
Finds the resource by iterating through the path parts resolving
collections as it goes.
|
Resource |
Host.find(String path,
boolean invalidateCache) |
Resource |
Host.find(String path,
boolean invalidateCache) |
Resource |
Folder.getChild(int num) |
Resource |
Folder.getChild(int num) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Resource> |
Folder.children() |
List<? extends Resource> |
Folder.children() |
Map<Folder,List<Resource>> |
HostBuilder.getCache() |
Map<Folder,List<Resource>> |
HostBuilder.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceListener.onChanged(Resource r) |
void |
ResourceListener.onChanged(Resource r) |
void |
FolderListener.onChildAdded(Folder parent,
Resource child) |
void |
FolderListener.onChildAdded(Folder parent,
Resource child) |
void |
FolderListener.onChildRemoved(Folder parent,
Resource child) |
void |
FolderListener.onChildRemoved(Folder parent,
Resource child) |
void |
ResourceListener.onDeleted(Resource r) |
void |
ResourceListener.onDeleted(Resource r) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostBuilder.setCache(Map<Folder,List<Resource>> cache) |
void |
HostBuilder.setCache(Map<Folder,List<Resource>> cache) |
| Constructor and Description |
|---|
Folder(Folder parent,
PropFindResponse resp,
Map<Folder,List<Resource>> cache) |
Folder(Folder parent,
PropFindResponse resp,
Map<Folder,List<Resource>> cache) |
Folder(Folder parent,
String name,
Map<Folder,List<Resource>> cache) |
Folder(Folder parent,
String name,
Map<Folder,List<Resource>> cache) |
Host(String server,
Integer port,
String user,
String password,
ProxyDetails proxyDetails,
Map<Folder,List<Resource>> cache) |
Host(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,
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) |
Host(String server,
String rootPath,
Integer port,
String user,
String password,
ProxyDetails proxyDetails,
Map<Folder,List<Resource>> cache) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.