Uses of Interface
org.gcube.common.clients.delegates.ProxyPlugin
Packages that use ProxyPlugin
Package
Description
-
Uses of ProxyPlugin in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders that return ProxyPluginModifier and TypeMethodDescriptionprotected ProxyPlugin<A,S, P> AbstractBuilder.plugin()Returns theProxyPlugin.Constructors in org.gcube.common.clients.builders with parameters of type ProxyPluginModifierConstructorDescriptionprotectedAbstractBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractSingletonBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractStatefulBuilder(ProxyPlugin<A, S, P> plugin, EndpointCache<A> cache, Property<?>... properties) Constructs an instance with a givenProxyPlugin, andEndpointCache, and zero or more defaultPropertys.protectedAbstractStatelessBuilder(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 ProxyPluginModifier and TypeMethodDescriptionProxyPlugin<A,S, ?> AbstractConfig.plugin()ProxyPlugin<A,S, ?> ProxyConfig.plugin()Returns theProxyPlugin.Constructors in org.gcube.common.clients.config with parameters of type ProxyPluginModifierConstructorDescriptionprotectedAbstractConfig(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) Creates an instance with a givenProxyPluginand endpoint address. -
Uses of ProxyPlugin in org.gcube.common.clients.delegates
Methods in org.gcube.common.clients.delegates with parameters of type ProxyPluginModifier and TypeMethodDescriptionstatic <S> ProxyDelegate<S>MockDelegate.mockDelegate(ProxyPlugin<?, S, ?> plugin, S endpoint) Creates an instance with aProxyPluginand a mock endpoints.