Uses of Class
io.vertx.ext.shell.ShellServerOptions
Packages that use ShellServerOptions
-
Uses of ShellServerOptions in io.vertx.ext.shell
Subclasses of ShellServerOptions in io.vertx.ext.shellModifier and TypeClassDescriptionclassThe configurations options for the shell service, the shell connectors can be configured withTelnetTermOptions,SSHTermOptionsandHttpTermOptions.Methods in io.vertx.ext.shell that return ShellServerOptionsModifier and TypeMethodDescriptionShellServerOptions.setReaperInterval(long reaperInterval) Set the repear interval, i.e the period at which session eviction is performed.ShellServerOptions.setSessionTimeout(long sessionTimeout) Set the session timeout.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 ShellServerOptionsModifier and TypeMethodDescriptionstatic ShellServerShellServer.create(Vertx vertx, ShellServerOptions options) Create a new shell server with default options.Constructors in io.vertx.ext.shell with parameters of type ShellServerOptions