| Values | |
bridgeOptions | shared bridgeOptions bridgeOptions |
event_source | shared event_source event_source |
html_file | shared html_file html_file |
json_p | shared json_p json_pSlow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data. |
permittedOptions | shared permittedOptions permittedOptions |
sockJSHandler | shared sockJSHandler sockJSHandler |
sockJSHandlerOptions | shared sockJSHandlerOptions sockJSHandlerOptions |
transport | shared transport transport |
websocket | shared websocket websocket |
xhr | shared xhr xhrLong-polling using cross domain XHR |
| Classes | |
BridgeEvent | shared BridgeEventRepresents an event that occurs on the event bus bridge. Please consult the documentation for a full explanation. |
BridgeOptions | shared BridgeOptionsOptions for configuring the event bus bridge. |
PermittedOptions | shared PermittedOptionsSpecify a match to allow for inbound and outbound traffic using the BridgeOptions. |
SockJSHandler | shared SockJSHandlerA 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: |
SockJSHandlerOptions | shared SockJSHandlerOptionsOptions for configuring a SockJS handler |
SockJSSocket | shared SockJSSocketYou interact with SockJS clients through instances of SockJS socket.
The API is very similar to |
Transport | shared abstract TransportThe available SockJS transports |
bridgeOptions | shared bridgeOptions |
event_source | shared event_source |
html_file | shared html_file |
json_p | shared json_pSlow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data. |
permittedOptions | shared permittedOptions |
sockJSHandler | shared sockJSHandler |
sockJSHandlerOptions | shared sockJSHandlerOptions |
transport | shared transport |
websocket | shared websocket |
xhr | shared xhrLong-polling using cross domain XHR |