Package org.gcube.common.clients.config
Class Property<T>
java.lang.Object
org.gcube.common.clients.config.Property<T>
- Type Parameters:
T- the type of the property value
A custom configuration property for proxies.
- Author:
- Fabio Simeoni
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Property
Creates an instance with a name and a value.- Parameters:
name- the namevalue- the value
-
-
Method Details
-
timeout
Return the call timeoutProperty.- Parameters:
value- the property value- Returns:
- the property
-
timeout
Return the call timeoutProperty.- Parameters:
duration- the duration of the timeoutunit- the time unit of the timeout- Returns:
- the property
-
sticky_session
Return the sticky sessionProperty.- Parameters:
value- the property value- Returns:
- the property
-
name
Returns the name of the property.- Returns:
- the name
-
value
Returns the value of the property.- Returns:
- the value
-