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