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