| Package | Description |
|---|---|
| org.neo4j.shell |
| Modifier and Type | Method and Description |
|---|---|
static ShellClient |
ShellLobby.newClient()
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(int port)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(int port,
String name,
CtrlCHandler ctrlcHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(org.neo4j.shell.impl.RmiLocation serverLocation,
CtrlCHandler ctrlcHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(org.neo4j.shell.impl.RmiLocation serverLocation,
Map<String,Serializable> initialSession,
CtrlCHandler ctrlcHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
Map<String,Serializable> initialSession,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(ShellServer server,
Map<String,Serializable> initialSession,
Output output,
CtrlCHandler signalHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(String host,
CtrlCHandler ctrlcHandler)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(String host,
int port)
Creates a client and "starts" it, i.e.
|
static ShellClient |
ShellLobby.newClient(String host,
int port,
String name,
CtrlCHandler ctrlcHandler)
Creates a client and "starts" it, i.e.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.