Arguments for fm.liveswitch.WebSocketOpenArgs#getOnStreamFailure. More...
Public Member Functions | |
java.lang.Exception | getException () |
Gets the exception generated by the active connection. 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 stream failure. More... | |
void | setException (java.lang.Exception value) |
Sets the exception generated by the active connection. 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 stream failure. More... | |
WebSocketStreamFailureArgs () | |
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#getOnStreamFailure.
fm.liveswitch.WebSocketStreamFailureArgs.WebSocketStreamFailureArgs | ( | ) |
java.lang.Exception fm.liveswitch.WebSocketStreamFailureArgs.getException | ( | ) |
Gets the exception generated by the active connection.
fm.liveswitch.WebSocketOpenArgs fm.liveswitch.WebSocketStreamFailureArgs.getOpenArgs | ( | ) |
Gets the original arguments passed to the open method.
fm.liveswitch.WebSocketStatusCode fm.liveswitch.WebSocketStreamFailureArgs.getStatusCode | ( | ) |
Gets the status code associated with the stream failure.
void fm.liveswitch.WebSocketStreamFailureArgs.setException | ( | java.lang.Exception | value | ) |
Sets the exception generated by the active connection.
void fm.liveswitch.WebSocketStreamFailureArgs.setOpenArgs | ( | fm.liveswitch.WebSocketOpenArgs | value | ) |
Sets the original arguments passed to the open method.
void fm.liveswitch.WebSocketStreamFailureArgs.setStatusCode | ( | fm.liveswitch.WebSocketStatusCode | value | ) |
Sets the status code associated with the stream failure.