BridgeEventType
Bridge Event Types.
Name |
Description |
This event will occur when a new SockJS socket is created. |
|
This event will occur when a SockJS socket is closed. |
|
This event will occur when a message is attempted to be sent from the client to the server. |
|
This event will occur when a message is attempted to be published from the client to the server. |
|
This event will occur when a message is attempted to be delivered from the server to the client. |
|
This event will occur when a client attempts to register a handler. |
|
This event will occur when a client attempts to unregister a handler. |
LoggerFormat
Transport
The available SockJS transports
Name |
Description |
Slow and old fashioned JSONP polling. This transport will show "busy indicator" (aka: "spinning wheel") when sending data. |
|
Long-polling using cross domain XHR |