Values
bridgeOptionsshared bridgeOptions bridgeOptions
event_sourceshared event_source event_source
html_fileshared html_file html_file
json_pshared json_p json_p

Slow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data.

permittedOptionsshared permittedOptions permittedOptions
sockJSHandlershared sockJSHandler sockJSHandler
sockJSHandlerOptionsshared sockJSHandlerOptions sockJSHandlerOptions
transportshared transport transport
websocketshared websocket websocket
xhrshared xhr xhr

Long-polling using cross domain XHR

Classes
BridgeEventshared BridgeEvent

Represents an event that occurs on the event bus bridge.

Please consult the documentation for a full explanation.

BridgeOptionsshared BridgeOptions

Options for configuring the event bus bridge.

PermittedOptionsshared PermittedOptions

Specify a match to allow for inbound and outbound traffic using the BridgeOptions.

SockJSHandlershared SockJSHandler

A handler that allows you to handle SockJS connections from clients.

We currently support version 0.3.3 of the SockJS protocol, which can be found in this tag:

SockJSHandlerOptionsshared SockJSHandlerOptions

Options for configuring a SockJS handler

SockJSSocketshared SockJSSocket

You interact with SockJS clients through instances of SockJS socket.

The API is very similar to io.vertx.core.http.WebSocket. It implements both and so it can be used with io.vertx.core.streams.Pump to pump data with flow control.

Transportshared abstract Transport

The available SockJS transports

bridgeOptionsshared bridgeOptions
event_sourceshared event_source
html_fileshared html_file
json_pshared json_p

Slow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data.

permittedOptionsshared permittedOptions
sockJSHandlershared sockJSHandler
sockJSHandlerOptionsshared sockJSHandlerOptions
transportshared transport
websocketshared websocket
xhrshared xhr

Long-polling using cross domain XHR