| Package | Description | 
|---|---|
| io.vertx.ext.shell | |
| io.vertx.reactivex.ext.shell | |
| io.vertx.rxjava.ext.shell | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServiceOptions | 
ShellServiceOptions.setHttpOptions(HttpTermOptions httpOptions)  | 
ShellServiceOptions | 
ShellServiceOptions.setReaperInterval(long reaperInterval)  | 
ShellServiceOptions | 
ShellServiceOptions.setSessionTimeout(long timeoutMillis)  | 
ShellServiceOptions | 
ShellServiceOptions.setSSHOptions(SSHTermOptions sshOptions)
Set the SSH options, if the option is null, SSH will not be started. 
 | 
ShellServiceOptions | 
ShellServiceOptions.setTelnetOptions(TelnetTermOptions telnetOptions)
Set the Telnet options, if the option is null, Telnet will not be started. 
 | 
ShellServiceOptions | 
ShellServiceOptions.setWelcomeMessage(String welcomeMessage)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellService | 
ShellService.create(Vertx vertx,
      ShellServiceOptions options)
Create a new shell service. 
 | 
static void | 
ShellServiceOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        ShellServiceOptions obj)  | 
static void | 
ShellServiceOptionsConverter.toJson(ShellServiceOptions obj,
      JsonObject json)  | 
static void | 
ShellServiceOptionsConverter.toJson(ShellServiceOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
ShellServiceOptions(ShellServiceOptions that)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellService | 
ShellService.create(Vertx vertx,
      ShellServiceOptions options)
Create a new shell service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ShellService | 
ShellService.create(Vertx vertx,
      ShellServiceOptions options)
Create a new shell service. 
 | 
Copyright © 2020 Eclipse. All rights reserved.