Package org.gcube.common.clients.config
Class EndpointConfig<A,S>
java.lang.Object
org.gcube.common.clients.config.AbstractConfig<A,S>
org.gcube.common.clients.config.EndpointConfig<A,S>
- Type Parameters:
A- the type of service addressesS- the type of service stubs
- All Implemented Interfaces:
ProxyConfig<A,S>
The configuration of a proxy created in direct mode.
- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointConfig(ProxyPlugin<A, S, ?> plugin, A address) Creates an instance with a givenProxyPluginand endpoint address. -
Method Summary
Methods inherited from class org.gcube.common.clients.config.AbstractConfig
addProperty, addProperty, hasProperty, plugin, property, timeout
-
Constructor Details
-
EndpointConfig
Creates an instance with a givenProxyPluginand endpoint address.- Parameters:
plugin- the pluginaddress- the address
-
-
Method Details
-
address
Returns the address of the endpoint.- Returns:
- the address
-