Uses of Class
com.hazelcast.client.config.ClientNetworkConfig

Packages that use ClientNetworkConfig
com.hazelcast.client.config Contains classes related to config for com.hazelcast.client 
com.hazelcast.client.spi.impl Provides util classes for com.hazelcast.client 
 

Uses of ClientNetworkConfig in com.hazelcast.client.config
 

Methods in com.hazelcast.client.config that return ClientNetworkConfig
 ClientNetworkConfig ClientNetworkConfig.addAddress(String... addresses)
          Adds given addresses to candidate address list that client will use to establish initial connection
 ClientNetworkConfig ClientConfig.getNetworkConfig()
          Gets ClientNetworkConfig
 ClientNetworkConfig ClientNetworkConfig.setAddresses(List<String> addresses)
          Adds given addresses to candidate address list that client will use to establish initial connection
 ClientNetworkConfig ClientNetworkConfig.setAwsConfig(ClientAwsConfig clientAwsConfig)
          Sets configuration to connect nodes in aws environment.
 ClientNetworkConfig ClientNetworkConfig.setConnectionAttemptLimit(int connectionAttemptLimit)
          While client is trying to connect initially to one of the members in the addressList, all might be not available.
 ClientNetworkConfig ClientNetworkConfig.setConnectionAttemptPeriod(int connectionAttemptPeriod)
          Period for the next attempt to find a member to connect.
 ClientNetworkConfig ClientNetworkConfig.setConnectionTimeout(int connectionTimeout)
           
 ClientNetworkConfig ClientNetworkConfig.setRedoOperation(boolean redoOperation)
          If true, client will redo the operations that were executing on the server and client lost the connection.
 ClientNetworkConfig ClientNetworkConfig.setSmartRouting(boolean smartRouting)
          If true, client will route the key based operations to owner of the key at the best effort.
 ClientNetworkConfig ClientNetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
           
 ClientNetworkConfig ClientNetworkConfig.setSocketOptions(SocketOptions socketOptions)
           
 ClientNetworkConfig ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
          Sets the SSLConfig.
 

Methods in com.hazelcast.client.config with parameters of type ClientNetworkConfig
 ClientConfig ClientConfig.setNetworkConfig(ClientNetworkConfig networkConfig)
          Sets ClientNetworkConfig
 

Uses of ClientNetworkConfig in com.hazelcast.client.spi.impl
 

Constructors in com.hazelcast.client.spi.impl with parameters of type ClientNetworkConfig
DefaultAddressProvider(ClientNetworkConfig networkConfig)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.