open static fun create(vertx: Vertx): SockJSHandler
Create a SockJS handler
Return
the handler
open static fun create(vertx: Vertx, options: SockJSHandlerOptions): SockJSHandler
Create a SockJS handler
options - options to configure the handler
Return
the handler