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