Class IhmRecetteClientConfiguration
java.lang.Object
fr.gouv.vitam.common.client.configuration.ClientConfigurationImpl
fr.gouv.vitam.functionaltest.configuration.IhmRecetteClientConfiguration
- All Implemented Interfaces:
ClientConfiguration
Ihm recette client configuration
-
Constructor Summary
ConstructorDescriptionEmpty constructor used by YAMLFactory to instanciate the objectIhmRecetteClientConfiguration
(String serverHost, int serverPort) Construct a configuration with all parameters at once -
Method Summary
Methods inherited from class fr.gouv.vitam.common.client.configuration.ClientConfigurationImpl
getServerHost, getServerPort, isSecure, setServerHost, setServerPort
-
Constructor Details
-
IhmRecetteClientConfiguration
public IhmRecetteClientConfiguration()Empty constructor used by YAMLFactory to instanciate the object -
IhmRecetteClientConfiguration
Construct a configuration with all parameters at once- Parameters:
serverHost
- the server hostnameserverPort
- the server port
-