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