Package | Description |
---|---|
io.vertx.ext.web.handler.sockjs | |
io.vertx.reactivex.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web.handler.sockjs |
Modifier and Type | Class and Description |
---|---|
class |
BridgeOptions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SockJSBridgeOptions |
SockJSBridgeOptions.addInboundPermitted(PermittedOptions permitted) |
SockJSBridgeOptions |
SockJSBridgeOptions.addOutboundPermitted(PermittedOptions permitted) |
SockJSBridgeOptions |
SockJSBridgeOptions.setMaxAddressLength(int maxAddressLength) |
SockJSBridgeOptions |
SockJSBridgeOptions.setMaxHandlersPerSocket(int maxHandlersPerSocket) |
SockJSBridgeOptions |
SockJSBridgeOptions.setPingTimeout(long pingTimeout) |
SockJSBridgeOptions |
SockJSBridgeOptions.setReplyTimeout(long replyTimeout) |
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Constructor and Description |
---|
SockJSBridgeOptions(SockJSBridgeOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Modifier and Type | Method and Description |
---|---|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions)
Bridge the SockJS handler to the Vert.x event bus.
|
Router |
SockJSHandler.bridge(SockJSBridgeOptions bridgeOptions,
Handler<BridgeEvent> bridgeEventHandler)
Like
SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler
that will receive bridge events. |
Copyright © 2023 Eclipse. All rights reserved.