vertx / io.vertx.kotlin.ext.shell

Package io.vertx.kotlin.ext.shell

Extensions for External Classes

io.vertx.ext.shell.ShellServer

io.vertx.ext.shell.ShellService

Functions

ShellServerOptions

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.

ShellServiceOptions

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.