Uses of Interface
jreceiver.common.rpc.Mimes

Packages that use Mimes
jreceiver.common.rpc A set of wrapper classes to remotely query and control the JReceiver Engine. 
 

Uses of Mimes in jreceiver.common.rpc
 

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.
 



Copyright © 2001-2002 Reed Esau, All Rights Reserved.