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_ARGMethods in io.vertx.mutiny.ext.web.handler.sockjs that return SockJSHandler Modifier and Type Method Description static SockJSHandlerSockJSHandler. create(Vertx vertx)static SockJSHandlerSockJSHandler. create(Vertx vertx, io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions options)static SockJSHandlerSockJSHandler. newInstance(io.vertx.ext.web.handler.sockjs.SockJSHandler arg) 
 -