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