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