| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contract.websocket | |
| org.wso2.transport.http.netty.contractimpl.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketConnectorFuture.notifyWebSocketIdleTimeout(WebSocketControlMessage controlMessage)
Notify idle timeout of WebSocket connection.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketBinaryMessage binaryMessage)
Notify incoming WebSocket binary message for the listener.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketCloseMessage closeMessage)
Notify WebSocket close message to the user.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketConnection webSocketConnection)
Notify incoming WebSocket connection closure for the listener.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketConnection webSocketConnection,
Throwable throwable)
Notify any error occurred in transport for the listener.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketControlMessage controlMessage)
Notify incoming WebSocket pong message for the listener.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketHandshaker webSocketHandshaker)
Notify WebSocket connection initialization for the listener.
|
void |
WebSocketConnectorFuture.notifyWebSocketListener(WebSocketTextMessage textMessage)
Notify incoming WebSocket text message for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketInboundFrameHandler.channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
WebSocketInboundFrameHandler.exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketIdleTimeout(WebSocketControlMessage controlMessage) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketBinaryMessage binaryMessage) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketCloseMessage closeMessage) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketConnection webSocketConnection) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketConnection webSocketConnection,
Throwable throwable) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketControlMessage controlMessage) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketHandshaker webSocketHandshaker) |
void |
DefaultWebSocketConnectorFuture.notifyWebSocketListener(WebSocketTextMessage textMessage) |
void |
WebSocketInboundFrameHandler.userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
Copyright © 2021 WSO2. All rights reserved.