fun ShellServerOptions(reaperInterval: Long? = null, sessionTimeout: Long? = null, welcomeMessage: String? = null): ShellServerOptions
A function providing a DSL for building io.vertx.ext.shell.ShellServerOptions objects. |
|
fun ShellServiceOptions(httpOptions: HttpTermOptions? = null, reaperInterval: Long? = null, sessionTimeout: Long? = null, sshOptions: SSHTermOptions? = null, telnetOptions: TelnetTermOptions? = null, welcomeMessage: String? = null): ShellServiceOptions
A function providing a DSL for building io.vertx.ext.shell.ShellServiceOptions objects. |