Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.setRawMessage(io.vertx.core.json.JsonObject message)
Set the raw JSON message for the event.
|
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(io.vertx.ext.auth.authorization.AuthorizationProvider authorizationProvider,
SockJSBridgeOptions bridgeOptions,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
default Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2020 Eclipse. All rights reserved.