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 |
---|---|
BridgeEvent |
BridgeEvent.setRawMessage(JsonObject message)
Set the raw JSON message for the event.
|
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,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(BridgeEvent arg) |
Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(BridgeEvent arg) |
Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(BridgeEvent arg) |
Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Copyright © 2023 Eclipse. All rights reserved.