Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketSourceHandler
-
Packages that use InboundWebsocketSourceHandler Package Description org.wso2.carbon.inbound.endpoint.protocol.websocket org.wso2.carbon.inbound.endpoint.protocol.websocket.management -
-
Uses of InboundWebsocketSourceHandler in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket that return InboundWebsocketSourceHandler Modifier and Type Method Description InboundWebsocketSourceHandler
InboundWebsocketResponseSender. getSourceHandler()
Constructors in org.wso2.carbon.inbound.endpoint.protocol.websocket with parameters of type InboundWebsocketSourceHandler Constructor Description InboundWebsocketResponseSender(InboundWebsocketSourceHandler sourceHandler)
-
Uses of InboundWebsocketSourceHandler in org.wso2.carbon.inbound.endpoint.protocol.websocket.management
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management that return InboundWebsocketSourceHandler Modifier and Type Method Description InboundWebsocketSourceHandler
WebsocketEndpointManager. getSourceHandler()
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket.management with parameters of type InboundWebsocketSourceHandler Modifier and Type Method Description void
WebsocketEndpointManager. setSourceHandler(InboundWebsocketSourceHandler sourceHandler)
-