open 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 io.vertx.rxjava.ext.shell.term.Term which can be used to interact with the remote terminal.
Return
this object