Uses of Interface
io.vertx.ext.web.handler.sockjs.BridgeEvent
Packages that use BridgeEvent
Package
Description
-
Uses of BridgeEvent in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return BridgeEventModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Set the raw JSON message for the event.Method parameters in io.vertx.ext.web.handler.sockjs with type arguments of type BridgeEventModifier and TypeMethodDescriptionSockJSHandler.bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.default RouterSockJSHandler.bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events. -
Uses of BridgeEvent in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return BridgeEventMethods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type BridgeEventConstructors in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type BridgeEvent -
Uses of BridgeEvent in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs that return BridgeEventMethods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type BridgeEventConstructors in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type BridgeEvent