AbstractThe resource uri.
Optionaloptions: ConnectionOptions = {}The connection options.
AbstractcloseCloses the connection and releases any associated resources.
AbstractopenOpens the connection, if its not already opened.
AbstractsubmitSubmits the GremlinLang provided and returns a RemoteTraversal.
Returns a Promise that resolves to a RemoteTraversal.
Represents an abstraction of a "connection" to a "server" that is capable of processing a traversal and returning results.