Uses of Interface
io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Packages that use SockJSHandler Package Description io.vertx.ext.web.handler.sockjs -
-
Uses of SockJSHandler in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return SockJSHandler Modifier and Type Method Description static SockJSHandlerSockJSHandler. create(Vertx vertx)Create a SockJS handlerstatic SockJSHandlerSockJSHandler. create(Vertx vertx, SockJSHandlerOptions options)Create a SockJS handler
-