Uses of Class
org.gcube.common.clients.config.Property
Packages that use Property
-
Uses of Property in org.gcube.common.clients.builders
Methods in org.gcube.common.clients.builders with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidAbstractBuilder.addProperty(Property<?> property) Adds a custom property.Set a configuration property for the proxy.Set a configuration property for the proxy.Set a configuration property for the proxy.Constructors in org.gcube.common.clients.builders with parameters of type PropertyModifierConstructorDescriptionprotectedAbstractBuilder(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 Property in org.gcube.common.clients.config
Methods in org.gcube.common.clients.config that return PropertyModifier and TypeMethodDescriptionProperty.sticky_session(boolean value) Return the sticky sessionProperty.Property.timeout(long value) Return the call timeoutProperty.Return the call timeoutProperty.Methods in org.gcube.common.clients.config with parameters of type PropertyModifier and TypeMethodDescriptionvoidAbstractConfig.addProperty(Property<?> property) voidProxyConfig.addProperty(Property<?> property) Adds a custom property to the configuration.