public interface WebSocketCloseMessage extends WebSocketMessage
| Modifier and Type | Method and Description |
|---|---|
int |
getCloseCode()
Get the status code of closing the connection.
|
String |
getCloseReason()
Get the reason for closing the connection.
|
getTarget, getWebSocketConnection, isServerMessageint getCloseCode()
String getCloseReason()
Copyright © 2022 WSO2. All rights reserved.