@PrivateApi public final class Protocols extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_BINARY_NEW
New Client Protocol that is used for clients (Java, c++, c# client)
|
static String |
CLUSTER
Protocol that is used among nodes
|
static int |
PROTOCOL_LENGTH
The length in bytes of the of the protocol-string
|
static String |
TEXT
Protocol that is used by Memcache And Http
|
public static final int PROTOCOL_LENGTH
public static final String CLUSTER
public static final String CLIENT_BINARY_NEW
public static final String TEXT
Copyright © 2018 Hazelcast, Inc.. All rights reserved.