com.tinkerpop.rexster.protocol.msg
Class SessionRequestMessage
java.lang.Object
com.tinkerpop.rexster.protocol.msg.RexProMessage
com.tinkerpop.rexster.protocol.msg.SessionRequestMessage
public class SessionRequestMessage
- extends RexProMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SessionRequestMessage
public SessionRequestMessage()
Copyright © 2009-2012. All Rights Reserved.