|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.hazelcast.client | |
| Uses of Connection in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return Connection | |
|---|---|
Connection |
PacketHandler.getConnection()
|
Connection |
ConnectionManager.getConnection()
|
Connection |
ConnectionManager.getInitConnection()
|
protected Connection |
ConnectionManager.getNextConnection()
|
Connection |
ConnectionManager.lookForLiveConnection()
|
| Methods in com.hazelcast.client with parameters of type Connection | |
|---|---|
void |
DefaultClientBinder.bind(Connection connection)
|
void |
ClientBinder.bind(Connection connection)
|
void |
ConnectionManager.destroyConnection(Connection connection)
|
void |
PacketWriter.flush(Connection connection)
|
protected boolean |
IORunnable.onDisconnect(Connection oldConnection)
|
Packet |
PacketReader.readPacket(Connection connection)
|
protected boolean |
IORunnable.restoredConnection(Connection oldConnection,
Connection newConnection)
|
void |
PacketHandler.setConnection(Connection connection)
|
boolean |
ConnectionManager.shouldExecuteOnDisconnect(Connection connection)
|
void |
PacketWriter.write(Connection connection,
Packet request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||