All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tinkerpop.rexster.protocol.msg.SessionResponseMessage Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
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