| 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. | 
| com.hazelcast.client.proxy.txn | Contains classes related to proxy for client transactions | 
| com.hazelcast.client.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface
 such as ClientProxy , ClientClusterService | 
| com.hazelcast.client.spi.impl | Provides util classes for com.hazelcast.client | 
| com.hazelcast.client.txn | Contains classes related to Txn
 such as TransactionProxy | 
| com.hazelcast.client.txn.proxy.xa | Contains classes related to proxy for XA | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Authenticator. authenticate(ClientConnection connection)Authenticates a ClientConnection. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientConnection | AbstractClientSelectionHandler. connection | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ClientConnection | ClientConnectionManagerImpl. createSocketConnection(Address address) | 
| ClientConnection | ClientConnectionManagerImpl. getConnection(Address target) | 
| ClientConnection | ClientConnectionManagerImpl. getOrConnect(Address target,
            Authenticator authenticator) | 
| ClientConnection | ClientConnectionManagerImpl. getOrTriggerConnect(Address target,
                   Authenticator authenticator) | 
| Constructor and Description | 
|---|
| AbstractClientSelectionHandler(ClientConnection connection,
                              NonBlockingIOThread ioThread) | 
| ClientReadHandler(ClientConnection connection,
                 NonBlockingIOThread ioThread,
                 int bufferSize) | 
| ClientWriteHandler(ClientConnection connection,
                  NonBlockingIOThread ioThread,
                  int bufferSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClusterAuthenticator. authenticate(ClientConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | TransactionContextProxy. getConnection() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | XATransactionContextProxy. getConnection() | 
| Constructor and Description | 
|---|
| XATransactionProxy(HazelcastClientInstanceImpl client,
                  ClientConnection connection,
                  Xid xid,
                  int timeout) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | ClientTransactionContext. getConnection() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientInvocationService. cleanConnectionResources(ClientConnection connection) | 
| void | ClientInvocationService. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | ClientTransactionManagerServiceImpl. connect() | 
| ClientConnection | ClientInvocation. getSendConnection() | 
| ClientConnection | ClientInvocation. getSendConnectionOrWait() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSmartInvocationServiceImpl. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| void | ClientNonSmartInvocationServiceImpl. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| void | ClientInvocation. setSendConnection(ClientConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | TransactionContextProxy. getConnection() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | XATransactionContextProxy. getConnection() | 
| Constructor and Description | 
|---|
| XATransactionProxy(HazelcastClientInstanceImpl client,
                  ClientConnection connection,
                  Xid xid,
                  int timeout) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.