Arguments for fm.liveswitch.WebSocketOpenArgs#getOnFailure. More...
Public Member Functions | |
| java.lang.Exception | getException () |
| Gets the exception generated while connecting. More... | |
| fm.liveswitch.WebSocketOpenArgs | getOpenArgs () |
| Gets the original arguments passed to the open method. More... | |
| fm.liveswitch.WebSocketStatusCode | getStatusCode () |
| Gets the status code associated with the failure to connect. More... | |
| void | setException (java.lang.Exception value) |
| Sets the exception generated while connecting. More... | |
| void | setOpenArgs (fm.liveswitch.WebSocketOpenArgs value) |
| Sets the original arguments passed to the open method. More... | |
| void | setStatusCode (fm.liveswitch.WebSocketStatusCode value) |
| Sets the status code associated with the failure to connect. More... | |
| WebSocketOpenFailureArgs () | |
Public Member Functions inherited from fm.liveswitch.Dynamic | |
| java.util.HashMap< String, Object > | getDynamicProperties () |
| Gets all dynamic properties on this instance. More... | |
| Object | getDynamicValue (String key) |
| Gets a property value from the local cache. More... | |
| void | setDynamicValue (String key, Object value) |
| Sets a property value in the local cache. More... | |
| boolean | unsetDynamicValue (String key) |
| Removes a property value from the local cache. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from fm.liveswitch.Dynamic | |
| Dynamic () | |
Protected Member Functions inherited from fm.liveswitch.Serializable | |
| boolean | getIsDirty () |
| Gets a value indicating whether this instance is dirty. More... | |
| Serializable () | |
| Initializes a new instance of the fm.liveswitch.Serializable class. More... | |
| void | setIsDirty (boolean value) |
| Sets a value indicating whether this instance is dirty. More... | |
Arguments for fm.liveswitch.WebSocketOpenArgs#getOnFailure.
| fm.liveswitch.WebSocketOpenFailureArgs.WebSocketOpenFailureArgs | ( | ) |
| java.lang.Exception fm.liveswitch.WebSocketOpenFailureArgs.getException | ( | ) |
Gets the exception generated while connecting.
| fm.liveswitch.WebSocketOpenArgs fm.liveswitch.WebSocketOpenFailureArgs.getOpenArgs | ( | ) |
Gets the original arguments passed to the open method.
| fm.liveswitch.WebSocketStatusCode fm.liveswitch.WebSocketOpenFailureArgs.getStatusCode | ( | ) |
Gets the status code associated with the failure to connect.
| void fm.liveswitch.WebSocketOpenFailureArgs.setException | ( | java.lang.Exception | value | ) |
Sets the exception generated while connecting.
| void fm.liveswitch.WebSocketOpenFailureArgs.setOpenArgs | ( | fm.liveswitch.WebSocketOpenArgs | value | ) |
Sets the original arguments passed to the open method.
| void fm.liveswitch.WebSocketOpenFailureArgs.setStatusCode | ( | fm.liveswitch.WebSocketStatusCode | value | ) |
Sets the status code associated with the failure to connect.