|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteConnection | |
|---|---|
| org.neo4j.remote | A tool for introspecting a running Neo4j Graph Database instance from a different process. |
| Uses of RemoteConnection in org.neo4j.remote |
|---|
| Methods in org.neo4j.remote that return RemoteConnection | |
|---|---|
RemoteConnection |
ConnectionTarget.connect()
Connect to the remote site. |
RemoteConnection |
BasicGraphDatabaseServer.connect()
|
static RemoteConnection |
CustomGraphDatabaseServer.connect(SocketAddress remote,
boolean useSSL)
Internal API for setting up a connection to a server. |
static RemoteConnection |
CustomGraphDatabaseServer.connect(SocketAddress remote,
boolean useSSL,
String username,
String password)
Internal API for setting up a connection to a server. |
RemoteConnection |
ConnectionTarget.connect(String username,
String password)
Connect to the remote site. |
RemoteConnection |
BasicGraphDatabaseServer.connect(String username,
String password)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||