vertx / io.vertx.reactivex.ext.shell.term / TermServer / createTelnetTermServer

createTelnetTermServer

open static fun createTelnetTermServer(vertx: Vertx): TermServer

Create a term server for the Telnet protocol.

Parameters

vertx - the vertx instance

Return
the term server

open static fun createTelnetTermServer(vertx: Vertx, options: TelnetTermOptions): TermServer

Create a term server for the Telnet protocol.

Parameters

vertx - the vertx instance

options - the term options

Return
the term server