com.hazelcast.nio
Class Protocols

java.lang.Object
  extended by com.hazelcast.nio.Protocols

public final class Protocols
extends Object

First bytes to send a node that defines selected protocol


Field Summary
static String CLIENT_BINARY
          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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLUSTER

public static final String CLUSTER
Protocol that is used among nodes

See Also:
Constant Field Values

CLIENT_BINARY

public static final String CLIENT_BINARY
Protocol that is used for clients(java, c++ , c# client)

See Also:
Constant Field Values

TEXT

public static final String TEXT
Protocol that is used by Memcache And Http

See Also:
Constant Field Values


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.