Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketChannelContext
Packages that use InboundWebsocketChannelContext
Package
Description
-
Uses of InboundWebsocketChannelContext in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket that return InboundWebsocketChannelContextMethods in org.wso2.carbon.inbound.endpoint.protocol.websocket with parameters of type InboundWebsocketChannelContextModifier and TypeMethodDescriptionprotected voidInboundWebsocketResponseSender.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 InboundWebsocketChannelContextModifier and TypeMethodDescriptionWebsocketSubscriberPathManager.getSubscriberPathChannelContextList(String inboundName, String subscriberPath) Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management with parameters of type InboundWebsocketChannelContextModifier and TypeMethodDescriptionvoidWebsocketSubscriberPathManager.addChannelContext(String inboundName, String subscriberPath, InboundWebsocketChannelContext ctx) voidWebsocketSubscriberPathManager.exclusiveBroadcastOnSubscriberPath(io.netty.handler.codec.http.websocketx.WebSocketFrame frame, String inboundName, String subscriberPath, InboundWebsocketChannelContext ctx) voidWebsocketSubscriberPathManager.removeChannelContext(String inboundName, String subscriberPath, InboundWebsocketChannelContext ctx)