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

createHttpTermServer

open static fun createHttpTermServer(vertx: Vertx): TermServer

Create a term server for the HTTP protocol.

Parameters

vertx - the vertx instance

Return
the term server

open static fun createHttpTermServer(vertx: Vertx, options: HttpTermOptions): TermServer

Create a term server for the HTTP protocol.

Parameters

vertx - the vertx instance

options - the term options

Return
the term server

open static fun createHttpTermServer(vertx: Vertx, router: Router): TermServer

Create a term server for the HTTP protocol, using an existing router.

Parameters

vertx - the vertx instance

router - the router

Return
the term server

open static fun createHttpTermServer(vertx: Vertx, router: Router, options: HttpTermOptions): TermServer

Create a term server for the HTTP protocol, using an existing router.

Parameters

vertx - the vertx instance

router - the router

options - the term options

Return
the term server