| Package | Description |
|---|---|
| org.mule.runtime.http.api.server.ws |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRequest |
WebSocketMessage.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
WebSocketConnectionHandler.getSocketId(WebSocketRequest request)
Generates the id of the socket that will be created from the given
request |
void |
WebSocketConnectionHandler.onClose(WebSocket socket,
WebSocketRequest request,
WebSocketCloseCode closeCode,
String reason)
Invoked when the
socket is closed. |
void |
WebSocketConnectionHandler.onConnect(WebSocket socket,
WebSocketRequest request)
Invoked when the
socket is established |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.