vertx / io.vertx.rxjava.ext.web.handler.sockjs / SockJSHandler / create

create

open static fun create(vertx: Vertx): SockJSHandler

Create a SockJS handler

Parameters

vertx - the Vert.x instance

Return
the handler

open static fun create(vertx: Vertx, options: SockJSHandlerOptions): SockJSHandler

Create a SockJS handler

Parameters

vertx - the Vert.x instance

options - options to configure the handler

Return
the handler