Uses of Class
io.vertx.ext.shell.ShellServerOptions
-
Packages that use ShellServerOptions Package Description io.vertx.ext.shell -
-
Uses of ShellServerOptions in io.vertx.ext.shell
Subclasses of ShellServerOptions in io.vertx.ext.shell Modifier and Type Class Description class
ShellServiceOptions
The configurations options for the shell service, the shell connectors can be configured withTelnetTermOptions
,SSHTermOptions
andHttpTermOptions
.Methods in io.vertx.ext.shell that return ShellServerOptions Modifier and Type Method Description ShellServerOptions
ShellServerOptions. setReaperInterval(long reaperInterval)
Set the repear interval, i.e the period at which session eviction is performed.ShellServerOptions
ShellServerOptions. setSessionTimeout(long sessionTimeout)
Set the session timeout.ShellServerOptions
ShellServerOptions. setWelcomeMessage(String welcomeMessage)
Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell.Methods in io.vertx.ext.shell with parameters of type ShellServerOptions Modifier and Type Method Description static ShellServer
ShellServer. create(Vertx vertx, ShellServerOptions options)
Create a new shell server with default options.Constructors in io.vertx.ext.shell with parameters of type ShellServerOptions Constructor Description ShellServerOptions(ShellServerOptions that)
-