Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketChannelContext
-
Packages that use InboundWebsocketChannelContext Package Description org.wso2.carbon.inbound.endpoint.protocol.websocket org.wso2.carbon.inbound.endpoint.protocol.websocket.management -
-
Uses of InboundWebsocketChannelContext in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket that return InboundWebsocketChannelContext Modifier and Type Method Description InboundWebsocketChannelContext
InboundWebsocketSourceHandler. getChannelHandlerContext()
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket with parameters of type InboundWebsocketChannelContext Modifier and Type Method Description protected void
InboundWebsocketResponseSender. handleSendBack(io.netty.handler.codec.http.websocketx.WebSocketFrame frame, InboundWebsocketChannelContext ctx, int clientBroadcastLevel, String subscriberPath, WebsocketSubscriberPathManager pathManager)
-
Uses of InboundWebsocketChannelContext in org.wso2.carbon.inbound.endpoint.protocol.websocket.management
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management that return types with arguments of type InboundWebsocketChannelContext Modifier and Type Method Description List<InboundWebsocketChannelContext>
WebsocketSubscriberPathManager. getSubscriberPathChannelContextList(String inboundName, String subscriberPath)
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management with parameters of type InboundWebsocketChannelContext Modifier and Type Method 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)
-