| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| 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 | 
| 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) | 
| Constructor and Description | 
|---|
| AbstractClientSelectionHandler(ClientConnection connection,
                              NonBlockingIOThread ioThread,
                              LoggingService loggingService) | 
| ClientReadHandler(ClientConnection connection,
                 NonBlockingIOThread ioThread,
                 int bufferSize,
                 boolean direct,
                 LoggingService loggingService) | 
| ClientWriteHandler(ClientConnection connection,
                  NonBlockingIOThread ioThread,
                  int bufferSize,
                  boolean direct,
                  LoggingService loggingService) | 
| 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. 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) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.