Uses of Interface
org.gcube.common.clients.delegates.ProxyDelegate

Packages that use ProxyDelegate
org.gcube.common.clients.delegates   
 

Uses of ProxyDelegate in org.gcube.common.clients.delegates
 

Classes in org.gcube.common.clients.delegates that implement ProxyDelegate
 class AbstractDelegate<A,S,C extends ProxyConfig<A,S>>
          Partial implementation of ProxyDelegates
 class AsyncProxyDelegate<S>
          A ProxyDelegate that delivers the outcome of Calls asynchronously, either through polling or notifications.
 class DirectDelegate<A,S>
          A ProxyDelegate that sends Calls to service endpoints at known addresses.
 class DiscoveryDelegate<A,S>
          A ProxyDelegate that discovers service endpoints.
 class MockDelegate<S>
          A ProxyDelegate for mock testing.
 

Methods in org.gcube.common.clients.delegates that return ProxyDelegate
static
<S> ProxyDelegate<S>
MockDelegate.mockDelegate(ProxyPlugin<?,S,?> plugin, S endpoint)
          Creates an instance with a ProxyPlugin and a mock endpoints.
 

Methods in org.gcube.common.clients.delegates with parameters of type ProxyDelegate
 P ProxyPlugin.newProxy(ProxyDelegate<S> delegate)
          Returns a proxy with a given delegate
 

Constructors in org.gcube.common.clients.delegates with parameters of type ProxyDelegate
AsyncProxyDelegate(ProxyDelegate<S> delegate)
          Creates an instance with a (synchronous) ProxyDelegate
 



Copyright © 2012. All Rights Reserved.