Uses of Interface
org.gcube.common.clients.delegates.ProxyPlugin
-
Packages that use ProxyPlugin Package Description org.gcube.common.clients.builders org.gcube.common.clients.config org.gcube.common.clients.delegates -
-
Uses of ProxyPlugin in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders that return ProxyPlugin Modifier and Type Method Description protected ProxyPlugin<A,S,P>AbstractBuilder. plugin()Returns theProxyPlugin.Constructors in org.gcube.common.clients.builders with parameters of type ProxyPlugin Constructor Description AbstractBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Query<A> query, Property<?>... properties)Constructs an instance with a givenProxyPlugin, anEndpointCache, aQuery, and zero or more defaultPropertys. -
Uses of ProxyPlugin in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return ProxyPlugin Modifier and Type Method Description ProxyPlugin<A,S,?>AbstractConfig. plugin()ProxyPlugin<A,S,?>ProxyConfig. plugin()Returns theProxyPlugin.Constructors in org.gcube.common.clients.config with parameters of type ProxyPlugin Constructor Description AbstractConfig(ProxyPlugin<A,S,?> plugin)Creates an instance with a givenProxyPlugin.DiscoveryConfig(ProxyPlugin<A,S,?> plugin, Query<A> query, EndpointCache<A> cache)Creates an instance with a givenProxyPlugin,Queryand call timeout.EndpointConfig(ProxyPlugin<A,S,?> plugin, A address) -
Uses of ProxyPlugin in org.gcube.common.clients.delegates
Methods in org.gcube.common.clients.delegates with parameters of type ProxyPlugin Modifier and Type Method Description static <S> ProxyDelegate<S>MockDelegate. mockDelegate(ProxyPlugin<?,S,?> plugin, S endpoint)Creates an instance with aProxyPluginand a mock endpoints.
-