|
||||||||||
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.spi.impl | Provides util classes for com.hazelcast.client |
com.hazelcast.client.txn | Contains classes related to Txn such as TransactionProxy |
Uses of ClientConnection in com.hazelcast.client.connection |
---|
Methods in com.hazelcast.client.connection that return ClientConnection | |
---|---|
ClientConnection |
ClientConnectionManager.connectToAddress(Address target)
|
ClientConnection |
ClientConnectionManager.ownerConnection(Address address)
Creates a new owner connection to given address |
ClientConnection |
ClientConnectionManager.tryToConnect(Address address)
Tries to connect to an address in member list. |
Methods in com.hazelcast.client.connection with parameters of type ClientConnection | |
---|---|
void |
Authenticator.auth(ClientConnection connection)
Authenticates a ClientConnection. |
void |
ClientConnectionManager.onConnectionClose(ClientConnection clientConnection)
Called when an connection is closed. |
void |
ClientConnectionManager.onDetectingUnresponsiveConnection(ClientConnection connection)
Called heartbeat timeout is detected on a connection. |
Object |
ClientConnectionManager.sendAndReceive(ClientRequest request,
ClientConnection connection)
Sends request and waits for response |
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.connectToAddress(Address target)
|
ClientConnection |
ClientConnectionManagerImpl.ownerConnection(Address address)
|
ClientConnection |
ClientConnectionManagerImpl.tryToConnect(Address target)
|
Methods in com.hazelcast.client.connection.nio with parameters of type ClientConnection | |
---|---|
void |
ClientConnectionManagerImpl.ManagerAuthenticator.auth(ClientConnection connection)
|
void |
ClientConnectionManagerImpl.onConnectionClose(ClientConnection clientConnection)
|
void |
ClientConnectionManagerImpl.onDetectingUnresponsiveConnection(ClientConnection connection)
|
Object |
ClientConnectionManagerImpl.sendAndReceive(ClientRequest request,
ClientConnection connection)
|
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.spi.impl |
---|
Methods in com.hazelcast.client.spi.impl that return ClientConnection | |
---|---|
ClientConnection |
ClientCallFuture.getConnection()
|
Methods in com.hazelcast.client.spi.impl with parameters of type ClientConnection | |
---|---|
ICompletableFuture |
ClientInvocationServiceImpl.send(ClientRequest request,
ClientConnection connection)
|
void |
ClientCallFuture.setConnection(ClientConnection connection)
|
Uses of ClientConnection in com.hazelcast.client.txn |
---|
Methods in com.hazelcast.client.txn that return ClientConnection | |
---|---|
ClientConnection |
TransactionContextProxy.getConnection()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |