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