Package org.apache.tinkerpop.gremlin.process.remote
- 
Interface Summary Interface Description RemoteConnection A simple abstraction of a "connection" to a "server" that is capable of processing aTraversaland returning results.
- 
Class Summary Class Description EmbeddedRemoteConnection Allows aRemoteConnectionto be submitted to a "local"Graphinstance thus simulating a connection to a remote source.
- 
Exception Summary Exception Description RemoteConnectionException A generalized exception for any errors related toRemoteConnection.