Uses of Interface
org.gcube.common.clients.delegates.ProxyDelegate
Packages that use ProxyDelegate
-
Uses of ProxyDelegate in org.gcube.common.clients.delegates
Classes in org.gcube.common.clients.delegates that implement ProxyDelegateModifier and TypeClassDescriptionclassAbstractDelegate<A,S, C extends ProxyConfig<A, S>> Partial implementation ofProxyDelegatesclassAProxyDelegatethat delivers the outcome ofCalls asynchronously, either through polling or notifications.final 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 ProxyDelegateModifier and TypeMethodDescriptionstatic <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 ProxyDelegateModifier and TypeMethodDescriptionProxyPlugin.newProxy(ProxyDelegate<S> delegate) Returns a proxy with a given delegateConstructors in org.gcube.common.clients.delegates with parameters of type ProxyDelegateModifierConstructorDescriptionAsyncProxyDelegate(ProxyDelegate<S> delegate) Creates an instance with a (synchronous)ProxyDelegate