| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionType | ClientConnection. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientConnection. setType(ConnectionType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionType | Connection. getType()Returns the  ConnectionTypeof 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Connection. setType(ConnectionType type)Sets the type of the connection | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionType | TcpIpConnection. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TcpIpConnection. setType(ConnectionType type) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.