open static fun createHttpTermServer(vertx: Vertx): TermServer
Create a term server for the HTTP protocol.
Return
the term server
open static fun createHttpTermServer(vertx: Vertx, options: HttpTermOptions): TermServer
Create a term server for the HTTP protocol.
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.
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.
Return
the term server