Uses of Class
org.gcube.common.clients.config.Property

Packages that use Property
org.gcube.common.clients.builders   
org.gcube.common.clients.config   
 

Uses of Property in org.gcube.common.clients.builders
 

Methods in org.gcube.common.clients.builders with parameters of type Property
protected  void AbstractBuilder.addProperty(Property<?> property)
          Adds a custom property.
 StatefulBuilderAPI.SecondClause<P> StatefulBuilderAPI.SecondClause.with(Property<?> property)
          Set a configuration property for the proxy.
 SingletonBuilderAPI.SecondClause<P> SingletonBuilderAPI.SecondClause.with(Property<?> property)
          Set a configuration property for the proxy.
 StatefulBuilderAPI.SecondClause<P> AbstractStatefulBuilder.with(Property<?> property)
           
 StatelessBuilderAPI.Builder<P> AbstractStatelessBuilder.with(Property<?> property)
           
 SingletonBuilderAPI.SecondClause<P> AbstractSingletonBuilder.with(Property<?> property)
           
 StatelessBuilderAPI.Builder<P> StatelessBuilderAPI.Builder.with(Property<?> property)
          Set a configuration property for the proxy.
 

Constructors in org.gcube.common.clients.builders with parameters of type Property
AbstractBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, and EndpointCache, and zero or more default Propertys.
AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin, EndpointCache<A> cache, Query<A> query, Property<?>... properties)
          Constructs an instance with a given ProxyPlugin, an EndpointCache, a Query, and zero or more default Propertys.
 

Uses of Property in org.gcube.common.clients.config
 

Methods in org.gcube.common.clients.config that return Property
static Property<Boolean> Property.sticky_session(boolean value)
          Return the sticky session Property.
static Property<Long> Property.timeout(long value)
          Return the call timeout Property.
static Property<Long> Property.timeout(long duration, TimeUnit unit)
          Return the call timeout Property.
 

Methods in org.gcube.common.clients.config with parameters of type Property
 void ProxyConfig.addProperty(Property<?> property)
          Adds a custom property to the configuration.
 void AbstractConfig.addProperty(Property<?> property)
           
 



Copyright © 2013. All Rights Reserved.