TermServer |
TermServer.authenticationProvider(AuthenticationProvider provider) |
Set an auth provider to use, any provider configured in options will override this provider.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx) |
Create a term server for the HTTP protocol.
|
static TermServer |
TermServer.createHttpTermServer(Vertx vertx,
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,
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,
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,
TelnetTermOptions options) |
Create a term server for the Telnet protocol.
|
TermServer |
TermServer.termHandler(Handler<Term> handler) |
Set the term handler that will receive incoming client connections.
|