Uses of Interface
io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Packages that use SockJSHandler Package Description io.vertx.ext.web.handler.sockjs io.vertx.reactivex.ext.web.handler.sockjs io.vertx.rxjava3.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 SockJSHandler
SockJSHandler. create(Vertx vertx)
Create a SockJS handlerstatic SockJSHandler
SockJSHandler. create(Vertx vertx, SockJSHandlerOptions options)
Create a SockJS handler -
Uses of SockJSHandler in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return SockJSHandler Modifier and Type Method Description SockJSHandler
SockJSHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSHandler Modifier and Type Method Description static SockJSHandler
SockJSHandler. newInstance(SockJSHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSHandler Constructor Description SockJSHandler(SockJSHandler delegate)
-
Uses of SockJSHandler in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs that return SockJSHandler Modifier and Type Method Description SockJSHandler
SockJSHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSHandler Modifier and Type Method Description static SockJSHandler
SockJSHandler. newInstance(SockJSHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSHandler Constructor Description SockJSHandler(SockJSHandler delegate)
-