Uses of Class
io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Packages that use SockJSBridgeOptions Package Description io.vertx.ext.web.handler.sockjs io.vertx.reactivex.ext.web.handler.sockjs io.vertx.rxjava3.ext.web.handler.sockjs -
-
Uses of SockJSBridgeOptions in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return SockJSBridgeOptions Modifier and Type Method Description SockJSBridgeOptions
SockJSBridgeOptions. addInboundPermitted(PermittedOptions permitted)
SockJSBridgeOptions
SockJSBridgeOptions. addOutboundPermitted(PermittedOptions permitted)
SockJSBridgeOptions
SockJSBridgeOptions. setInboundPermitteds(List<PermittedOptions> inboundPermitted)
SockJSBridgeOptions
SockJSBridgeOptions. setMaxAddressLength(int maxAddressLength)
SockJSBridgeOptions
SockJSBridgeOptions. setMaxHandlersPerSocket(int maxHandlersPerSocket)
SockJSBridgeOptions
SockJSBridgeOptions. setOutboundPermitteds(List<PermittedOptions> outboundPermitted)
SockJSBridgeOptions
SockJSBridgeOptions. setPingTimeout(long pingTimeout)
SockJSBridgeOptions
SockJSBridgeOptions. setReplyTimeout(long replyTimeout)
Methods in io.vertx.ext.web.handler.sockjs with parameters of type SockJSBridgeOptions Modifier and Type Method Description Router
SockJSHandler. bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(SockJSBridgeOptions)
but specifying a handler that will receive bridge events.default Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.default Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(SockJSBridgeOptions)
but specifying a handler that will receive bridge events.Constructors in io.vertx.ext.web.handler.sockjs with parameters of type SockJSBridgeOptions Constructor Description SockJSBridgeOptions(SockJSBridgeOptions other)
Copy constructor -
Uses of SockJSBridgeOptions in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSBridgeOptions Modifier and Type Method Description Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events.Router
SockJSHandler. bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events. -
Uses of SockJSBridgeOptions in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type SockJSBridgeOptions Modifier and Type Method Description Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.Router
SockJSHandler. bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events.Router
SockJSHandler. bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler)
LikeSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions)
but specifying a handler that will receive bridge events.
-