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