|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PushErrorListener
Receives asynchronous notifications for connection errors. The notification sequence follows the pattern: (FailedConn | ConnRetry (Reconn | ReconnAbandoned | FailedReconn) )*
| Method Summary | |
|---|---|
void |
onConnectionRetry(PushException e)
Notifies that an unexpected interruption of the connection to Lightstreamer Server is being recovered by a new connection attempt. |
void |
onFailedConnection(PushException e)
Notifies an unexpected interruption of the connection to Lightstreamer Server. |
void |
onFailedReconnection(PushException e)
Notifies that an automatic reconnection attempt has failed. |
void |
onReconnection()
Notifies that an automatic reconnection attempt has succeeded. |
void |
onReconnectionAbandoned()
Notifies that an automatic reconnection attempts loop has been ended without success because of a subsequent startPushConnection or stopPushConnection call in some other thread, that has made the reconnection attempts loop obsolete. |
| Method Detail |
|---|
void onFailedConnection(PushException e)
e - the specification of the error that has occurred.ProxyInfovoid onConnectionRetry(PushException e)
e - the specification of the error that has occurred.ProxyInfovoid onReconnection()
void onFailedReconnection(PushException e)
e - the specification of the error that has occurred in the
recovery connection attempt.ProxyInfovoid onReconnectionAbandoned()
ProxyInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||