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_p Slow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data. |
permittedOptions | shared permittedOptions permittedOptions |
publish | shared publish publish This event will occur when a message is attempted to be published from the client to the server. |
receive | shared receive receive This event will occur when a message is attempted to be delivered from the server to the client. |
register | shared register register This event will occur when a client attempts to register a handler. |
send | shared send send This 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_closed This event will occur when a SockJS socket is closed. |
socket_created | shared socket_created socket_created This event will occur when a new SockJS socket is created. |
transport | shared transport transport |
unregister | shared unregister unregister This event will occur when a client attempts to unregister a handler. |
websocket | shared websocket websocket |
xhr | shared xhr xhr Long-polling using cross domain XHR |
Classes | |
BridgeEvent | shared BridgeEvent Represents an event that occurs on the event bus bridge. Please consult the documentation for a full explanation. |
BridgeEventType | shared abstract BridgeEventType Bridge Event Types. |
BridgeOptions | shared BridgeOptions Options for configuring the event bus bridge. |
PermittedOptions | shared PermittedOptions Specify a match to allow for inbound and outbound traffic using the BridgeOptions. |
SockJSHandler | shared 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: |
SockJSHandlerOptions | shared SockJSHandlerOptions Options for configuring a SockJS handler |
SockJSSocket | shared SockJSSocket You interact with SockJS clients through instances of SockJS socket.
The API is very similar to |
Transport | shared abstract Transport The available SockJS transports |
bridgeEventType | shared bridgeEventType |
bridgeOptions | shared bridgeOptions |
event_source | shared event_source |
html_file | shared html_file |
json_p | shared json_p Slow and old fashioned JSONP polling. This transport will show “busy indicator” (aka: “spinning wheel”) when sending data. |
permittedOptions | shared permittedOptions |
publish | shared publish This event will occur when a message is attempted to be published from the client to the server. |
receive | shared receive This event will occur when a message is attempted to be delivered from the server to the client. |
register | shared register This event will occur when a client attempts to register a handler. |
send | shared send This 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_closed This event will occur when a SockJS socket is closed. |
socket_created | shared socket_created This event will occur when a new SockJS socket is created. |
transport | shared transport |
unregister | shared unregister This event will occur when a client attempts to unregister a handler. |
websocket | shared websocket |
xhr | shared xhr Long-polling using cross domain XHR |