vertx / io.vertx.ext.shell.term / TermServer / termHandler

termHandler

abstract fun termHandler(handler: Handler<Term>): TermServer

Set the term handler that will receive incoming client connections. When a remote terminal connects the handler will be called with the Term which can be used to interact with the remote terminal.

Parameters

handler - the term handler

Return
this object