WebSocket base properties/methods. More...
Public Member Functions | |
WebSocketBase () | |
Protected Member Functions | |
void | raiseCloseComplete (fm.liveswitch.WebSocketCloseArgs closeArgs, fm.liveswitch.WebSocketStatusCode statusCode, String reason) |
Raises the close complete callback. More... | |
void | raiseOpenFailure (fm.liveswitch.WebSocketOpenArgs openArgs, fm.liveswitch.WebSocketStatusCode statusCode, java.lang.Exception exception) |
Raises the open failure callback. More... | |
void | raiseOpenSuccess (fm.liveswitch.WebSocketOpenArgs openArgs) |
Raises the open success callback. More... | |
void | raiseReceive (fm.liveswitch.WebSocketOpenArgs openArgs, String textMessage, byte[] binaryMessage) |
Raises the receive callback. More... | |
void | raiseStreamFailure (fm.liveswitch.WebSocketOpenArgs openArgs, fm.liveswitch.WebSocketStatusCode statusCode, java.lang.Exception exception) |
Raises the stream failure callback. More... | |
WebSocket base properties/methods.
fm.liveswitch.WebSocketBase.WebSocketBase | ( | ) |
|
protected |
Raises the close complete callback.
closeArgs | The close arguments. |
statusCode | The status code. |
reason | The reason. |
|
protected |
Raises the open failure callback.
openArgs | The open arguments. |
statusCode | The status code. |
exception | The exception. |
|
protected |
Raises the open success callback.
openArgs | The open arguments. |
|
protected |
Raises the receive callback.
openArgs | The open arguments. |
textMessage | The text message. |
binaryMessage | The binary message. |
|
protected |
Raises the stream failure callback.
openArgs | The open arguments. |
statusCode | The status code. |
exception | The exception. |