TermServer |
TermServer.authenticationProvider(AuthenticationProvider provider) |
Set an auth provider to use, any provider configured in options will override this provider.
|
TermServer |
TermServer.authProvider(AuthProvider provider) |
Deprecated.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx) |
Create a term server for the HTTP protocol.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
io.vertx.ext.shell.term.HttpTermOptions options) |
Create a term server for the HTTP protocol.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
Router router) |
Create a term server for the HTTP protocol, using an existing router.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
Router router,
io.vertx.ext.shell.term.HttpTermOptions options) |
Create a term server for the HTTP protocol, using an existing router.
|
static TermServer |
TermServer.createSSHTermServer(Vertx vertx) |
Create a term server for the SSH protocol.
|
static TermServer |
TermServer.createSSHTermServer(Vertx vertx,
io.vertx.ext.shell.term.SSHTermOptions options) |
Create a term server for the SSH protocol.
|
static TermServer |
TermServer.createTelnetTermServer(Vertx vertx) |
Create a term server for the Telnet protocol.
|
static TermServer |
TermServer.createTelnetTermServer(Vertx vertx,
io.vertx.ext.shell.term.TelnetTermOptions options) |
Create a term server for the Telnet protocol.
|
TermServer |
TermServer.listen() |
|
TermServer |
TermServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> listenHandler) |
|
static TermServer |
TermServer.newInstance(io.vertx.ext.shell.term.TermServer arg) |
|
TermServer |
TermServer.termHandler(io.vertx.core.Handler<Term> handler) |
Set the term handler that will receive incoming client connections.
|