16 #ifndef HAZELCAST_CLIENT_CONFIG_CLIENTNETWORKCONFIG_H_ 
   17 #define HAZELCAST_CLIENT_CONFIG_CLIENTNETWORKCONFIG_H_ 
   22 #include "hazelcast/util/HazelcastDll.h" 
   23 #include "hazelcast/client/config/SSLConfig.h" 
   24 #include "hazelcast/client/config/ClientAwsConfig.h" 
   26 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
   28 #pragma warning(disable: 4251) //for dll export  
   76                 int64_t getConnectionTimeout() 
const;
 
   96                 int64_t connectionTimeout;
 
  102 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
Contains configuration parameters for client network related behaviour. 
Definition: ClientNetworkConfig.h:37
 
The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment...
Definition: ClientAwsConfig.h:53
 
Contains configuration parameters for client network related behaviour. 
Definition: SSLConfig.h:61