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.RESULTpublic Object connect(List<String> args) throws RemoteException
connect in interface RemoteAcceptorRemoteExceptionpublic Object configure(List<String> args) throws RemoteException
configure in interface RemoteAcceptorRemoteExceptionpublic Object submit(List<String> args) throws RemoteException
submit in interface RemoteAcceptorRemoteExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean allowRemoteConsole()
allowRemoteConsole in interface RemoteAcceptor