Uses of Class
com.caucho.burlap.client.BurlapProxyFactory

Packages that use BurlapProxyFactory
com.caucho.burlap.client   
 

Uses of BurlapProxyFactory in com.caucho.burlap.client
 

Fields in com.caucho.burlap.client declared as BurlapProxyFactory
private  BurlapProxyFactory BurlapProxyResolver.factory
           
private  BurlapProxyFactory BurlapProxy._factory
           
 

Constructors in com.caucho.burlap.client with parameters of type BurlapProxyFactory
BurlapProxyResolver(BurlapProxyFactory factory)
          Creates an uninitialized Burlap remote resolver.
BurlapProxy(BurlapProxyFactory factory, java.net.URL url)