Uses of Class
io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
-
Packages that use SockJSHandler Package Description io.vertx.mutiny.ext.web.handler.sockjs -
-
Uses of SockJSHandler in io.vertx.mutiny.ext.web.handler.sockjs
Fields in io.vertx.mutiny.ext.web.handler.sockjs with type parameters of type SockJSHandler Modifier and Type Field Description static TypeArg<SockJSHandler>
SockJSHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return SockJSHandler Modifier and Type Method Description static SockJSHandler
SockJSHandler. create(Vertx vertx)
static SockJSHandler
SockJSHandler. create(Vertx vertx, io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions options)
static SockJSHandler
SockJSHandler. newInstance(io.vertx.ext.web.handler.sockjs.SockJSHandler arg)
-