public final class Protocols extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_BINARY
Protocol that is used for clients(java, c++ , c# client)
|
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 String |
TEXT
Protocol that is used by Memcache And Http
|
public static final String CLUSTER
public static final String CLIENT_BINARY
public static final String CLIENT_BINARY_NEW
public static final String TEXT
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.