Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Field and Description |
---|---|
static TypeArg<BridgeEvent> |
BridgeEvent.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(io.vertx.ext.web.handler.sockjs.BridgeEvent arg) |
BridgeEvent |
BridgeEvent.setRawMessage(io.vertx.core.json.JsonObject message)
Get the raw JSON message for the event.
|
Modifier and Type | Method and Description |
---|---|
SockJSHandler |
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions bridgeOptions,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.BridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2019 Eclipse. All rights reserved.