Package | Description |
---|---|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
static Packet.Type |
Packet.Type.fromFlags(int flags) |
Packet.Type |
Packet.getPacketType() |
static Packet.Type |
Packet.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Packet.Type[] |
Packet.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Packet |
Packet.setPacketType(Packet.Type type)
Sets the packet type by updating the packet type bits in the
flags bitfield. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.