Uses of Class
io.vertx.ext.shell.term.SSHTermOptions
-
Packages that use SSHTermOptions Package Description io.vertx.ext.shell io.vertx.ext.shell.term -
-
Uses of SSHTermOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return SSHTermOptions Modifier and Type Method Description SSHTermOptions
ShellServiceOptions. getSSHOptions()
Methods in io.vertx.ext.shell with parameters of type SSHTermOptions Modifier and Type Method Description ShellServiceOptions
ShellServiceOptions. setSSHOptions(SSHTermOptions sshOptions)
Set the SSH options, if the option is null, SSH will not be started. -
Uses of SSHTermOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return SSHTermOptions Modifier and Type Method Description SSHTermOptions
SSHTermOptions. setAuthOptions(JsonObject 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 hostSSHTermOptions
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 portMethods in io.vertx.ext.shell.term with parameters of type SSHTermOptions Modifier and Type Method Description static TermServer
TermServer. createSSHTermServer(Vertx vertx, SSHTermOptions options)
Create a term server for the SSH protocol.Constructors in io.vertx.ext.shell.term with parameters of type SSHTermOptions Constructor Description SSHTermOptions(SSHTermOptions that)
-