public class CypherRemoteAcceptor extends Object implements RemoteAcceptor
RemoteAcceptor
that takes a Cypher query from the console
and sends it to Gremlin Server over the standard Java driver.RESULT
public Object connect(List<String> args) throws RemoteException
connect
in interface RemoteAcceptor
RemoteException
public Object configure(List<String> args) throws RemoteException
configure
in interface RemoteAcceptor
RemoteException
public Object submit(List<String> args) throws RemoteException
submit
in interface RemoteAcceptor
RemoteException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public boolean allowRemoteConsole()
allowRemoteConsole
in interface RemoteAcceptor