Uses of Class
io.vertx.ext.shell.ShellServiceOptions
Packages that use ShellServiceOptions
-
Uses of ShellServiceOptions in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return ShellServiceOptionsModifier and TypeMethodDescriptionShellServiceOptions.setHttpOptions(HttpTermOptions httpOptions) ShellServiceOptions.setReaperInterval(long reaperInterval) ShellServiceOptions.setSessionTimeout(long timeoutMillis) ShellServiceOptions.setSSHOptions(SSHTermOptions sshOptions) Set the SSH options, if the option is null, SSH will not be started.ShellServiceOptions.setTelnetOptions(TelnetTermOptions telnetOptions) Set the Telnet options, if the option is null, Telnet will not be started.ShellServiceOptions.setWelcomeMessage(String welcomeMessage) Methods in io.vertx.ext.shell with parameters of type ShellServiceOptionsModifier and TypeMethodDescriptionstatic ShellServiceShellService.create(Vertx vertx, ShellServiceOptions options) Create a new shell service.Constructors in io.vertx.ext.shell with parameters of type ShellServiceOptions