|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
com.hazelcast.client | Contains classes/interfaces related to 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.cluster.impl | This package contains the implementation of the cluster functionality. |
com.hazelcast.nio | This package contains classes related to New IO |
com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
Uses of Connection in com.hazelcast.client |
---|
Methods in com.hazelcast.client that return Connection | |
---|---|
Connection |
ClientEndpoint.getConnection()
|
Methods in com.hazelcast.client with parameters of type Connection | |
---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection. |
Uses of Connection in com.hazelcast.client.connection.nio |
---|
Classes in com.hazelcast.client.connection.nio that implement Connection | |
---|---|
class |
ClientConnection
|
Uses of Connection in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return Connection | |
---|---|
Connection |
ClientEndpointImpl.getConnection()
|
Methods in com.hazelcast.client.impl with parameters of type Connection | |
---|---|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection connection)
|
Uses of Connection in com.hazelcast.cluster.impl |
---|
Methods in com.hazelcast.cluster.impl with parameters of type Connection | |
---|---|
void |
ClusterServiceImpl.connectionAdded(Connection connection)
|
void |
ClusterServiceImpl.connectionRemoved(Connection connection)
|
void |
ClusterServiceImpl.handleJoinRequest(JoinRequest joinRequest,
Connection connection)
|
Uses of Connection in com.hazelcast.nio |
---|
Methods in com.hazelcast.nio that return Connection | |
---|---|
Connection |
Packet.getConn()
Gets the Connection this Packet was send with. |
Connection |
ConnectionManager.getConnection(Address address)
|
Connection |
ConnectionManager.getOrConnect(Address address)
|
Connection |
ConnectionManager.getOrConnect(Address address,
boolean silent)
|
Methods in com.hazelcast.nio with parameters of type Connection | |
---|---|
void |
ConnectionListener.connectionAdded(Connection connection)
|
void |
ConnectionListener.connectionRemoved(Connection connection)
|
void |
ConnectionManager.destroyConnection(Connection conn)
|
static void |
CipherHelper.handleCipherException(Exception e,
Connection connection)
|
boolean |
ConnectionManager.registerConnection(Address address,
Connection connection)
|
void |
Packet.setConn(Connection conn)
Sets the Connection this Packet is send with. |
Uses of Connection in com.hazelcast.nio.tcp |
---|
Classes in com.hazelcast.nio.tcp that implement Connection | |
---|---|
class |
TcpIpConnection
The Tcp/Ip implementation of the Connection . |
Methods in com.hazelcast.nio.tcp that return Connection | |
---|---|
Connection |
TcpIpConnectionManager.getConnection(Address address)
|
Connection |
TcpIpConnectionManager.getOrConnect(Address address)
|
Connection |
TcpIpConnectionManager.getOrConnect(Address address,
boolean silent)
|
Methods in com.hazelcast.nio.tcp with parameters of type Connection | |
---|---|
void |
TcpIpConnectionManager.destroyConnection(Connection connection)
|
boolean |
TcpIpConnectionManager.registerConnection(Address remoteEndPoint,
Connection connection)
|
Uses of Connection in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return Connection | |
---|---|
Connection |
Operation.getConnection()
|
Methods in com.hazelcast.spi with parameters of type Connection | |
---|---|
static void |
OperationAccessor.setConnection(Operation op,
Connection connection)
|
Uses of Connection in com.hazelcast.spi.impl |
---|
Methods in com.hazelcast.spi.impl that return Connection | |
---|---|
Connection |
RemotePropagatable.getConnection()
|
Methods in com.hazelcast.spi.impl with parameters of type Connection | |
---|---|
boolean |
NodeEngineImpl.send(Packet packet,
Connection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |