Module: vertx-web-js/sock_js_handler

Classes

SockJSHandler

Methods

(static) SockJSHandler.create(vertx, options) → {SockJSHandler}

Create a SockJS handler
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
options Object options to configure the handler
Source:
Returns:
the handler
Type
SockJSHandler