Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs | |
io.vertx.reactivex.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web.handler.sockjs | |
io.vertx.rxjava3.ext.web.handler.sockjs |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.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)
Like
SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
static void |
SockJSBridgeOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
SockJSBridgeOptions obj) |
static void |
SockJSBridgeOptionsConverter.toJson(SockJSBridgeOptions obj,
JsonObject json) |
static void |
SockJSBridgeOptionsConverter.toJson(SockJSBridgeOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
SockJSBridgeOptions(SockJSBridgeOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2021 Eclipse. All rights reserved.