Package | Description |
---|---|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setType(ConnectionType type)
Sets the type of the connection
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.