com.tinkerpop.rexster.protocol.msg
Class MessageType

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.msg.MessageType

public class MessageType
extends Object


Field Summary
static byte CONSOLE_SCRIPT_RESPONSE
           
static byte ERROR
           
static byte MSGPACK_SCRIPT_RESPONSE
           
static byte SCRIPT_REQUEST
           
static byte SESSION_REQUEST
           
static byte SESSION_RESPONSE
           
 
Constructor Summary
MessageType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final byte ERROR
See Also:
Constant Field Values

SESSION_REQUEST

public static final byte SESSION_REQUEST
See Also:
Constant Field Values

SESSION_RESPONSE

public static final byte SESSION_RESPONSE
See Also:
Constant Field Values

SCRIPT_REQUEST

public static final byte SCRIPT_REQUEST
See Also:
Constant Field Values

CONSOLE_SCRIPT_RESPONSE

public static final byte CONSOLE_SCRIPT_RESPONSE
See Also:
Constant Field Values

MSGPACK_SCRIPT_RESPONSE

public static final byte MSGPACK_SCRIPT_RESPONSE
See Also:
Constant Field Values
Constructor Detail

MessageType

public MessageType()


Copyright © 2009-2012. All Rights Reserved.