Class IhmRecetteClientConfiguration
- java.lang.Object
-
- fr.gouv.vitam.common.client.configuration.ClientConfigurationImpl
-
- fr.gouv.vitam.functionaltest.configuration.IhmRecetteClientConfiguration
-
- All Implemented Interfaces:
ClientConfiguration
public class IhmRecetteClientConfiguration extends ClientConfigurationImpl
Ihm recette client configuration
-
-
Constructor Summary
Constructors Constructor Description IhmRecetteClientConfiguration()
Empty constructor used by YAMLFactory to instanciate the objectIhmRecetteClientConfiguration(java.lang.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 Detail
-
IhmRecetteClientConfiguration
public IhmRecetteClientConfiguration()
Empty constructor used by YAMLFactory to instanciate the object
-
IhmRecetteClientConfiguration
public IhmRecetteClientConfiguration(java.lang.String serverHost, int serverPort)
Construct a configuration with all parameters at once- Parameters:
serverHost
- the server hostnameserverPort
- the server port
-
-