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