public class LogEventSocketMediator extends Object
| Constructor and Description |
|---|
LogEventSocketMediator() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(javax.websocket.Session session,
String testPlanId)
Method called when closing the web socket.
|
void |
onMessage(String message,
javax.websocket.Session session,
String testPlanId)
Method called when a message is received from the client.
|
void |
onOpen(javax.websocket.Session session,
String testPlanId)
Method called when opening the web socket.
|
public void onMessage(String message, javax.websocket.Session session, String testPlanId)
message - message received from clientsession - client sessiontestPlanId - test plan idpublic void onOpen(javax.websocket.Session session,
String testPlanId)
session - client sessiontestPlanId - test plan IDpublic void onClose(javax.websocket.Session session,
String testPlanId)
session - client sessiontestPlanId - test plan IDCopyright © 2019 WSO2. All rights reserved.