Uses of Interface
org.gcube.common.clients.delegates.ProxyDelegate
-
Packages that use ProxyDelegate Package Description org.gcube.common.clients.delegates -
-
Uses of ProxyDelegate in org.gcube.common.clients.delegates
Classes in org.gcube.common.clients.delegates that implement ProxyDelegate Modifier and Type Class Description classAbstractDelegate<A,S,C extends ProxyConfig<A,S>>Partial implementation ofProxyDelegatesclassAsyncProxyDelegate<S>AProxyDelegatethat delivers the outcome ofCalls asynchronously, either through polling or notifications.classDirectDelegate<A,S>AProxyDelegatethat sendsCalls to service endpoints at known addresses.classDiscoveryDelegate<A,S>AProxyDelegatethat discovers service endpoints.classMockDelegate<S>AProxyDelegatefor mock testing.Methods in org.gcube.common.clients.delegates that return ProxyDelegate Modifier and Type Method Description static <S> ProxyDelegate<S>MockDelegate. mockDelegate(ProxyPlugin<?,S,?> plugin, S endpoint)Creates an instance with aProxyPluginand a mock endpoints.Methods in org.gcube.common.clients.delegates with parameters of type ProxyDelegate Modifier and Type Method Description PProxyPlugin. newProxy(ProxyDelegate<S> delegate)Returns a proxy with a given delegateConstructors in org.gcube.common.clients.delegates with parameters of type ProxyDelegate Constructor Description AsyncProxyDelegate(ProxyDelegate<S> delegate)Creates an instance with a (synchronous)ProxyDelegate
-