Built-In Namespace _global_
Method Attributes | Method Name and Description |
---|---|
void |
HTTPFabricConnection callbacks.
|
Method Detail
HTTPFabricConnectionCallbacks()
HTTPFabricConnection callbacks.
Defined in: </home/ubuntu/streamscape/NeeveBuild/stjsapi/src/main/webapp/js/HTTPFabricConnection.js>.
onException
- called on any unhandled exceptiononFabricConnectionLost
- called once if reconnection failed continuosly during FabricClient.conf.serverConnectionCheckAttemptsonSessionIntercepted
- called once the same user logged from another placeonReopenStart
- called once server session is gone for some resononReopenEnd
- called once reopen finishedonReopenFailed
- called once reopen failedonServerConnectionLost
- called once connection to the server lost, first argument - server resposneonServerConnectionRepaired
- called once connection to the server established and reopening finishedonServerReconnectFailed
- called every time reconnect failed, first argument - server response on reconnect attemptDefined in: </home/ubuntu/streamscape/NeeveBuild/stjsapi/src/main/webapp/js/HTTPFabricConnection.js>.