Arguments for fm.liveswitch.WebSocketCloseArgs#getOnComplete. More...
Public Member Functions | |
| fm.liveswitch.WebSocketCloseArgs | getCloseArgs () |
| Gets the original arguments passed to the close method. More... | |
| String | getReason () |
| Gets the reason given for closing the connection. More... | |
| fm.liveswitch.WebSocketStatusCode | getStatusCode () |
| Gets the status code associated with the close operation. More... | |
| void | setCloseArgs (fm.liveswitch.WebSocketCloseArgs value) |
| Sets the original arguments passed to the close method. More... | |
| void | setReason (String value) |
| Sets the reason given for closing the connection. More... | |
| void | setStatusCode (fm.liveswitch.WebSocketStatusCode value) |
| Sets the status code associated with the close operation. More... | |
| WebSocketCloseCompleteArgs () | |
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.WebSocketCloseArgs#getOnComplete.
| fm.liveswitch.WebSocketCloseCompleteArgs.WebSocketCloseCompleteArgs | ( | ) |
| fm.liveswitch.WebSocketCloseArgs fm.liveswitch.WebSocketCloseCompleteArgs.getCloseArgs | ( | ) |
Gets the original arguments passed to the close method.
| String fm.liveswitch.WebSocketCloseCompleteArgs.getReason | ( | ) |
Gets the reason given for closing the connection.
| fm.liveswitch.WebSocketStatusCode fm.liveswitch.WebSocketCloseCompleteArgs.getStatusCode | ( | ) |
Gets the status code associated with the close operation.
| void fm.liveswitch.WebSocketCloseCompleteArgs.setCloseArgs | ( | fm.liveswitch.WebSocketCloseArgs | value | ) |
Sets the original arguments passed to the close method.
| void fm.liveswitch.WebSocketCloseCompleteArgs.setReason | ( | String | value | ) |
Sets the reason given for closing the connection.
| void fm.liveswitch.WebSocketCloseCompleteArgs.setStatusCode | ( | fm.liveswitch.WebSocketStatusCode | value | ) |
Sets the status code associated with the close operation.