|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
StatelessBuilderAPI.Builder<P> |
AbstractStatelessBuilder.with(Property<?> property)
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.with(Property<?> property)
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.SecondClause.with(Property<?> property)
Set a configuration property for the proxy. |
SingletonBuilderAPI.SecondClause<P> |
AbstractSingletonBuilder.with(Property<?> property)
|
SingletonBuilderAPI.SecondClause<P> |
SingletonBuilderAPI.SecondClause.with(Property<?> property)
Set a configuration property for the proxy. |
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 |
AbstractConfig.addProperty(Property<?> property)
|
void |
ProxyConfig.addProperty(Property<?> property)
Adds a custom property to the configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||