| 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 | 
|---|---|
SSHTermOptions | 
ShellServiceOptions.getSSHOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServiceOptions | 
ShellServiceOptions.setSSHOptions(SSHTermOptions sshOptions)
Set the SSH options, if the option is null, SSH will not be started. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SSHTermOptions | 
SSHTermOptions.setAuthOptions(AuthOptions authOptions)
Set the auth options. 
 | 
SSHTermOptions | 
SSHTermOptions.setDefaultCharset(String defaultCharset)
Set the default charset to use when the client does not specifies one. 
 | 
SSHTermOptions | 
SSHTermOptions.setHost(String host)
Set the host 
 | 
SSHTermOptions | 
SSHTermOptions.setIntputrc(String intputrc)
The path of the inputrc config. 
 | 
SSHTermOptions | 
SSHTermOptions.setKeyPairOptions(JksOptions options)
Set the key pair options in jks format, aka Java keystore. 
 | 
SSHTermOptions | 
SSHTermOptions.setPemKeyPairOptions(PemKeyCertOptions options)
Set the key pair store options in pem format. 
 | 
SSHTermOptions | 
SSHTermOptions.setPfxKeyPairOptions(PfxOptions options)
Set the key pair options in pfx format. 
 | 
SSHTermOptions | 
SSHTermOptions.setPort(int port)
Set the port 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createSSHTermServer(Vertx vertx,
                   SSHTermOptions options)
Create a term server for the SSH protocol. 
 | 
static void | 
SSHTermOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        SSHTermOptions obj)  | 
static void | 
SSHTermOptionsConverter.toJson(SSHTermOptions obj,
      JsonObject json)  | 
static void | 
SSHTermOptionsConverter.toJson(SSHTermOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
SSHTermOptions(SSHTermOptions that)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createSSHTermServer(Vertx vertx,
                   SSHTermOptions options)
Create a term server for the SSH protocol. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TermServer | 
TermServer.createSSHTermServer(Vertx vertx,
                   SSHTermOptions options)
Create a term server for the SSH protocol. 
 | 
Copyright © 2020 Eclipse. All rights reserved.