S - P - public class ProxyBuilderImpl<S,P> extends org.gcube.common.clients.builders.AbstractStatelessBuilder<org.gcube.common.clients.GCubeEndpoint,S,P> implements ProxyBuilder<P>
ProxyBuilder.| Constructor and Description |
|---|
ProxyBuilderImpl(Plugin<S,P> plugin,
org.gcube.common.clients.cache.EndpointCache<org.gcube.common.clients.GCubeEndpoint> cache,
org.gcube.common.clients.config.Property<?>... properties)
|
ProxyBuilderImpl(Plugin<S,P> plugin,
org.gcube.common.clients.config.Property<?>... properties)
Creates an instance with a given
Plugin and zero or more default Propertys. |
ProxyBuilderImpl(Plugin<S,P> plugin,
org.gcube.common.clients.queries.Query<org.gcube.common.clients.GCubeEndpoint> query,
org.gcube.common.clients.cache.EndpointCache<org.gcube.common.clients.GCubeEndpoint> cache,
org.gcube.common.clients.config.Property<?>... properties)
Creates an instance with a given
Plugin,a Query, an EndpointCache, and zero or more default Propertys. |
ProxyBuilderImpl(Plugin<S,P> plugin,
org.gcube.common.clients.queries.Query<org.gcube.common.clients.GCubeEndpoint> query,
org.gcube.common.clients.config.Property<?>... properties)
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
contextPath() |
protected org.gcube.common.clients.GCubeEndpoint |
convertAddress(org.gcube.common.clients.GCubeEndpoint address) |
at, at, at, with, with, withTimeoutaddProperty, build, plugin, setAddress, setQuery, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitat, at, at, build, with, with, withTimeoutpublic ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.config.Property<?>... properties)
Plugin and zero or more default Propertys.plugin - the Pluginproperties - the propertiespublic ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<org.gcube.common.clients.GCubeEndpoint> query, org.gcube.common.clients.config.Property<?>... properties)
plugin - the Pluginquery - the StatelessQueryproperties - the propertiespublic ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.cache.EndpointCache<org.gcube.common.clients.GCubeEndpoint> cache, org.gcube.common.clients.config.Property<?>... properties)
plugin - the Plugincache - the EndpointCacheproperties - the propertiespublic ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<org.gcube.common.clients.GCubeEndpoint> query, org.gcube.common.clients.cache.EndpointCache<org.gcube.common.clients.GCubeEndpoint> cache, org.gcube.common.clients.config.Property<?>... properties)
Plugin,a Query, an EndpointCache, and zero or more default Propertys.plugin - the Pluginquery - the StatelessQuerycache - the EndpointCacheproperties - the propertiesCopyright © 2016. All Rights Reserved.