|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConnection | |
---|---|
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.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 |
Uses of ClientConnection in com.hazelcast.client.connection |
---|
Methods in com.hazelcast.client.connection with parameters of type ClientConnection | |
---|---|
void |
Authenticator.authenticate(ClientConnection connection)
Authenticates a ClientConnection. |
Uses of ClientConnection in com.hazelcast.client.connection.nio |
---|
Fields in com.hazelcast.client.connection.nio declared as ClientConnection | |
---|---|
protected ClientConnection |
AbstractClientSelectionHandler.connection
|
Methods in com.hazelcast.client.connection.nio that return ClientConnection | |
---|---|
ClientConnection |
ClientConnectionManagerImpl.getConnection(Address target)
|
ClientConnection |
ClientConnectionManagerImpl.getOrConnect(Address target,
Authenticator authenticator)
|
Constructors in com.hazelcast.client.connection.nio with parameters of type ClientConnection | |
---|---|
AbstractClientSelectionHandler(ClientConnection connection,
IOSelector ioSelector)
|
|
ClientReadHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize)
|
|
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize)
|
Uses of ClientConnection in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl with parameters of type ClientConnection | |
---|---|
void |
ClusterAuthenticator.authenticate(ClientConnection connection)
|
Uses of ClientConnection in com.hazelcast.client.spi |
---|
Methods in com.hazelcast.client.spi that return ClientConnection | |
---|---|
ClientConnection |
ClientTransactionContext.getConnection()
|
Methods in com.hazelcast.client.spi with parameters of type ClientConnection | |
---|---|
void |
ClientInvocationService.cleanConnectionResources(ClientConnection connection)
|
void |
ClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection)
|
Uses of ClientConnection in com.hazelcast.client.spi.impl |
---|
Methods in com.hazelcast.client.spi.impl that return ClientConnection | |
---|---|
ClientConnection |
ClientTransactionManagerServiceImpl.connect()
|
ClientConnection |
ClientInvocation.getSendConnection()
|
Methods in com.hazelcast.client.spi.impl with parameters of type ClientConnection | |
---|---|
void |
ClientSmartInvocationServiceImpl.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection)
|
void |
ClientNonSmartInvocationServiceImpl.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection)
|
void |
ClientInvocation.setSendConnection(ClientConnection connection)
|
Uses of ClientConnection in com.hazelcast.client.txn |
---|
Methods in com.hazelcast.client.txn that return ClientConnection | |
---|---|
ClientConnection |
TransactionContextProxy.getConnection()
|
Uses of ClientConnection in com.hazelcast.client.txn.proxy.xa |
---|
Methods in com.hazelcast.client.txn.proxy.xa that return ClientConnection | |
---|---|
ClientConnection |
XATransactionContextProxy.getConnection()
|
Constructors in com.hazelcast.client.txn.proxy.xa with parameters of type ClientConnection | |
---|---|
XATransactionProxy(HazelcastClientInstanceImpl client,
ClientConnection connection,
Xid xid,
int timeout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |