| Values | |
bridgeEventType | shared bridgeEventType bridgeEventType |
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 |
publish | shared publish publishThis event will occur when a message is attempted to be published from the client to the server. |
receive | shared receive receiveThis event will occur when a message is attempted to be delivered from the server to the client. |
register | shared register registerThis event will occur when a client attempts to register a handler. |
send | shared send sendThis event will occur when a message is attempted to be sent from the client to the server. |
sockJSHandler | shared sockJSHandler sockJSHandler |
sockJSHandlerOptions | shared sockJSHandlerOptions sockJSHandlerOptions |
socket_closed | shared socket_closed socket_closedThis event will occur when a SockJS socket is closed. |
socket_created | shared socket_created socket_createdThis event will occur when a new SockJS socket is created. |
transport | shared transport transport |
unregister | shared unregister unregisterThis event will occur when a client attempts to unregister a handler. |
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. |
BridgeEventType | shared abstract BridgeEventTypeBridge Event Types. |
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 |
bridgeEventType | shared bridgeEventType |
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 |
publish | shared publishThis event will occur when a message is attempted to be published from the client to the server. |
receive | shared receiveThis event will occur when a message is attempted to be delivered from the server to the client. |
register | shared registerThis event will occur when a client attempts to register a handler. |
send | shared sendThis event will occur when a message is attempted to be sent from the client to the server. |
sockJSHandler | shared sockJSHandler |
sockJSHandlerOptions | shared sockJSHandlerOptions |
socket_closed | shared socket_closedThis event will occur when a SockJS socket is closed. |
socket_created | shared socket_createdThis event will occur when a new SockJS socket is created. |
transport | shared transport |
unregister | shared unregisterThis event will occur when a client attempts to unregister a handler. |
websocket | shared websocket |
xhr | shared xhrLong-polling using cross domain XHR |