| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.websocket | |
| org.wso2.transport.http.netty.contractimpl.websocket.message |
| Modifier and Type | Method and Description |
|---|---|
static DefaultWebSocketMessage |
WebSocketUtil.getWebSocketMessage(io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame,
io.netty.buffer.ByteBuf content,
boolean finalFragment) |
static DefaultWebSocketMessage |
WebSocketUtil.getWebSocketMessage(io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
String text,
boolean isFinalFragment) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSocketBinaryMessage
Implementation of
WebSocketBinaryMessage. |
class |
DefaultWebSocketCloseMessage
Implementation of
WebSocketCloseMessage. |
class |
DefaultWebSocketControlMessage
Implementation of WebSocket control message.
|
class |
DefaultWebSocketTextMessage
Implementation of
WebSocketTextMessage. |
Copyright © 2023 WSO2. All rights reserved.