| Package | Description | 
|---|---|
| com.hazelcast.client.connection | Provides connection interfaces/classes for com.hazelcast.client | 
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| Connection | ClientConnectionManager. getOrConnect(Address address,
            Authenticator authenticator) | 
| Connection | ClientConnectionManager. getOrTriggerConnect(Address address,
                   Authenticator authenticator) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | ClientConnectionManagerImpl. getOrConnect(Address target,
            Authenticator authenticator) | 
| ClientConnection | ClientConnectionManagerImpl. getOrTriggerConnect(Address target,
                   Authenticator authenticator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusterAuthenticatorUsed to authenticate client connections to cluster as parameter to ClientConnectionManager. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.