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