Package | Description |
---|---|
org.wso2.carbon.inbound.endpoint.protocol.websocket | |
org.wso2.carbon.inbound.endpoint.protocol.websocket.management |
Modifier and Type | Method and Description |
---|---|
InboundWebsocketChannelContext |
InboundWebsocketSourceHandler.getChannelHandlerContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
InboundWebsocketResponseSender.handleSendBack(io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
InboundWebsocketChannelContext ctx,
int clientBroadcastLevel,
String subscriberPath,
WebsocketSubscriberPathManager pathManager) |
Modifier and Type | Method and Description |
---|---|
List<InboundWebsocketChannelContext> |
WebsocketSubscriberPathManager.getSubscriberPathChannelContextList(String inboundName,
String subscriberPath) |
Modifier and Type | Method and Description |
---|---|
void |
WebsocketSubscriberPathManager.addChannelContext(String inboundName,
String subscriberPath,
InboundWebsocketChannelContext ctx) |
void |
WebsocketSubscriberPathManager.exclusiveBroadcastOnSubscriberPath(io.netty.handler.codec.http.websocketx.WebSocketFrame frame,
String inboundName,
String subscriberPath,
InboundWebsocketChannelContext ctx) |
void |
WebsocketSubscriberPathManager.removeChannelContext(String inboundName,
String subscriberPath,
InboundWebsocketChannelContext ctx) |
Copyright © 2020 WSO2. All rights reserved.