Methods in jreceiver.common.rpc that return Folders |
static Folders |
RpcFactory.newFolders()
Produce a Folders object from the factory, using the default host
and default credentials. |
static Folders |
RpcFactory.newFolders(java.net.URL host)
Produce a Folders object from the factory, using the specified host
and default credentials. |
static Folders |
RpcFactory.newFolders(User user)
Produce a Folders object from the factory, using the default host
and specified credentials. |
static Folders |
RpcFactory.newFolders(java.net.URL host,
User user)
Produce a Folders object from the factory, using the specified host
and specified credentials. |