Package | Description |
---|---|
com.hazelcast.client.connection.nio | |
com.hazelcast.nio |
Modifier and Type | Method and Description |
---|---|
ConnectionType |
ClientConnection.getType() |
Modifier and Type | Method and Description |
---|---|
ConnectionType |
Connection.getType()
Returns the
ConnectionType of this Connection. |
ConnectionType |
TcpIpConnection.getType() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpIpConnection.setType(ConnectionType type) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.