| Modifier and Type | Method and Description |
|---|---|
static TelnetConsole |
TelnetConsole.create(Database db,
Socket socket)
Simplified factory method for
SessionMode.CORE_API mode. |
static TelnetConsole |
TelnetConsole.create(KVDatabase kvdb,
Database db,
Permazen jdb,
InputStream input,
OutputStream output,
String encoding,
String appName)
Generic factory method.
|
static TelnetConsole |
TelnetConsole.create(KVDatabase kvdb,
Socket socket)
Simplified factory method for
SessionMode.KEY_VALUE mode. |
static TelnetConsole |
TelnetConsole.create(Permazen jdb,
Socket socket)
Simplified factory method for
SessionMode.PERMAZEN mode. |
Copyright © 2020. All rights reserved.