| Package | Description | 
|---|---|
| io.vertx.ext.shell | |
| io.vertx.ext.shell.term | |
| io.vertx.reactivex.ext.shell.term | |
| io.vertx.rxjava.ext.shell.term | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServer | 
ShellServer.registerTermServer(TermServer termServer)
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TermServer | 
TermServer.authProvider(AuthProvider 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. 
 | 
default TermServer | 
TermServer.listen()
Bind the term server, the  
termHandler(Handler) must be set before. | 
TermServer | 
TermServer.listen(Handler<AsyncResult<TermServer>> listenHandler)
Bind the term server, the  
termHandler(Handler) must be set before. | 
TermServer | 
TermServer.termHandler(Handler<Term> handler)
Set the term handler that will receive incoming client connections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TermServer | 
TermServer.listen(Handler<AsyncResult<TermServer>> listenHandler)
Bind the term server, the  
termHandler(Handler) must be set before. | 
| Modifier and Type | Method and Description | 
|---|---|
TermServer | 
TermServer.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.newInstance(TermServer arg)  | 
| Constructor and Description | 
|---|
TermServer(TermServer delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
TermServer | 
TermServer.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.newInstance(TermServer arg)  | 
| Constructor and Description | 
|---|
TermServer(TermServer delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.