Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs |
Modifier and Type | Method and Description |
---|---|
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(BridgeOptions bridgeOptions,
io.vertx.core.Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(BridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2019 Eclipse. All rights reserved.