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