Uses of Class
io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Packages that use SockJSBridgeOptions
Package
Description
-
Uses of SockJSBridgeOptions in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return SockJSBridgeOptionsModifier and TypeMethodDescriptionSockJSBridgeOptions.addInboundPermitted(PermittedOptions permitted) SockJSBridgeOptions.addOutboundPermitted(PermittedOptions permitted) SockJSBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) SockJSBridgeOptions.setMaxAddressLength(int maxAddressLength) SockJSBridgeOptions.setMaxHandlersPerSocket(int maxHandlersPerSocket) SockJSBridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) SockJSBridgeOptions.setPingTimeout(long pingTimeout) SockJSBridgeOptions.setReplyTimeout(long replyTimeout) Methods in io.vertx.ext.web.handler.sockjs with parameters of type SockJSBridgeOptionsModifier 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) Bridge the SockJS handler to the Vert.x event bus.default RouterSockJSHandler.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 -
Uses of SockJSBridgeOptions in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type SockJSBridgeOptionsModifier and TypeMethodDescriptionSockJSHandler.bridge(SockJSBridgeOptions bridgeOptions) Bridge the SockJS handler to the Vert.x event bus.SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.SockJSHandler.bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(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 SockJSBridgeOptionsModifier and TypeMethodDescriptionSockJSHandler.bridge(SockJSBridgeOptions bridgeOptions) Bridge the SockJS handler to the Vert.x event bus.SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.SockJSHandler.bridge(AuthorizationProvider authorizationProvider, SockJSBridgeOptions bridgeOptions, Handler<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.