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