com.tinkerpop.rexster.protocol.msg
Class SessionRequestMessage

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.msg.RexProMessage
      extended by com.tinkerpop.rexster.protocol.msg.SessionRequestMessage

public class SessionRequestMessage
extends RexProMessage


Field Summary
 byte Channel
           
static byte CHANNEL_CONSOLE
           
static byte CHANNEL_MSGPACK
           
static byte CHANNEL_NONE
           
static int DEFAULT_CHUNK_SIZE
           
static byte FLAG_KILL_SESSION
          Destroy a session.
static byte FLAG_NEW_SESSION
          Starts a session.
 String Password
           
 String Username
           
 
Fields inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
EMPTY_SESSION, Flag, Request, Session, Version
 
Constructor Summary
SessionRequestMessage()
           
 
Method Summary
 
Methods inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
hasSession, requestAsUUID, sessionAsUUID, setRequestAsUUID, setSessionAsUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHUNK_SIZE

public static final int DEFAULT_CHUNK_SIZE
See Also:
Constant Field Values

CHANNEL_NONE

public static final byte CHANNEL_NONE
See Also:
Constant Field Values

CHANNEL_CONSOLE

public static final byte CHANNEL_CONSOLE
See Also:
Constant Field Values

CHANNEL_MSGPACK

public static final byte CHANNEL_MSGPACK
See Also:
Constant Field Values

FLAG_NEW_SESSION

public static final byte FLAG_NEW_SESSION
Starts a session.

See Also:
Constant Field Values

FLAG_KILL_SESSION

public static final byte FLAG_KILL_SESSION
Destroy a session.

See Also:
Constant Field Values

Channel

public byte Channel

Username

public String Username

Password

public String Password
Constructor Detail

SessionRequestMessage

public SessionRequestMessage()


Copyright © 2009-2012. All Rights Reserved.