public class ChatAppEndpoint extends Object implements org.wso2.msf4j.websocket.WebSocketEndpoint
| Constructor and Description |
|---|
ChatAppEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(String name,
javax.websocket.CloseReason closeReason,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection) |
void |
onError(Throwable throwable) |
void |
onOpen(String name,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection) |
void |
onTextMessage(String name,
String text,
org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection) |
public void onOpen(String name, org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection)
public void onTextMessage(String name, String text, org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection) throws IOException
IOExceptionpublic void onClose(String name, javax.websocket.CloseReason closeReason, org.wso2.transport.http.netty.contract.websocket.WebSocketConnection webSocketConnection)
public void onError(Throwable throwable)
Copyright © 2023 WSO2. All rights reserved.