|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionType | |
---|---|
com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection |
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 |
Uses of ConnectionType in com.hazelcast.client.connection.nio |
---|
Methods in com.hazelcast.client.connection.nio that return ConnectionType | |
---|---|
ConnectionType |
ClientConnection.getType()
|
Uses of ConnectionType in com.hazelcast.nio |
---|
Methods in com.hazelcast.nio that return ConnectionType | |
---|---|
ConnectionType |
Connection.getType()
Returns the ConnectionType of this Connection. |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ConnectionType in com.hazelcast.nio.tcp |
---|
Methods in com.hazelcast.nio.tcp that return ConnectionType | |
---|---|
ConnectionType |
TcpIpConnection.getType()
|
Methods in com.hazelcast.nio.tcp with parameters of type ConnectionType | |
---|---|
void |
TcpIpConnection.setType(ConnectionType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |