public class WorkerClientConfiguration extends ClientConfigurationImpl
Constructor and Description |
---|
WorkerClientConfiguration()
Empty constructor used by YAMLFactory to instanciate the object
|
WorkerClientConfiguration(String serverHost,
int serverPort)
Construct a configuration with all parameters at once
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
getServerHost, getServerPort, isSecure, setServerHost, setServerPort
public WorkerClientConfiguration()
public WorkerClientConfiguration(String serverHost, int serverPort)
serverHost
- the server hostnameserverPort
- the server portCopyright © 2018 Vitam. All rights reserved.