Package | com.lightstreamer.as_client.events |
Class | public class ControlConnectionErrorEvent |
Inheritance | ControlConnectionErrorEvent LSClientEvent flash.events.Event |
Dispatched whenever a connection error occurs during a control connection, i.e. a connection to send subscription/unsubscription requests, constraint change request or messages to the session.
Upon such a problem, the library will keep retrying to connect to the Server, hence this event should be considered for notification and diagnostic purpose only.
Property | Defined By | ||
---|---|---|---|
client : LSClient [read-only]
The LSClient which this event is related to. | LSClientEvent | ||
errorEvent : ErrorEvent [read-only]
IOErrorEvent or SecurityErrorEvent that originated this event
| ControlConnectionErrorEvent |
Constant | Defined By | ||
---|---|---|---|
CONTROL_CONNECTION_ERROR : String = controlConnectionError [static]
Define the value of the type property of a ControlConnectionError event object. | ControlConnectionErrorEvent |
errorEvent | property |
errorEvent:ErrorEvent
[read-only] IOErrorEvent or SecurityErrorEvent that originated this event
public function get errorEvent():ErrorEvent
CONTROL_CONNECTION_ERROR | Constant |
public static const CONTROL_CONNECTION_ERROR:String = controlConnectionError
Define the value of the type property of a ControlConnectionError event object.