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