com.tinkerpop.rexster.protocol.msg.SessionResponseMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rexster-protocol Show documentation
Show all versions of rexster-protocol Show documentation
RexPro is a binary protocol for Rexster graph server.
package com.tinkerpop.rexster.protocol.msg;
import org.msgpack.annotation.Message;
/**
* Represents a response to a session request with a newly defined session and available ScriptEngine
* languages or a closed session confirmation.
*
* @author Stephen Mallette (http://stephen.genoprime.com)
* @author Blake Eggleston (bdeggleston.github.com)
*/
@Message
public class SessionResponseMessage extends RexProMessage {
public String[] Languages;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy