Uses of Class
io.vertx.ext.shell.ShellServiceOptions
-
Packages that use ShellServiceOptions Package Description io.vertx.ext.shell -
-
Uses of ShellServiceOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return ShellServiceOptions Modifier and Type Method 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)
Methods in io.vertx.ext.shell with parameters of type ShellServiceOptions Modifier and Type Method Description static ShellService
ShellService. create(Vertx vertx, ShellServiceOptions options)
Create a new shell service.Constructors in io.vertx.ext.shell with parameters of type ShellServiceOptions Constructor Description ShellServiceOptions(ShellServiceOptions that)
-