Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.websocket.AbstractSubprotocolHandler
-
Packages that use AbstractSubprotocolHandler Package Description org.wso2.carbon.inbound.endpoint.protocol.websocket org.wso2.carbon.inbound.endpoint.protocol.websocket.subprotocols -
-
Uses of AbstractSubprotocolHandler in org.wso2.carbon.inbound.endpoint.protocol.websocket
Methods in org.wso2.carbon.inbound.endpoint.protocol.websocket that return types with arguments of type AbstractSubprotocolHandler Modifier and Type Method Description static ArrayList<AbstractSubprotocolHandler>
SubprotocolBuilderUtil. stringToSubprotocolHandlers(String handlerClasses)
Method parameters in org.wso2.carbon.inbound.endpoint.protocol.websocket with type arguments of type AbstractSubprotocolHandler Modifier and Type Method Description void
InboundWebsocketChannelInitializer. setSubprotocolHandlers(ArrayList<AbstractSubprotocolHandler> subprotocolHandlers)
void
InboundWebsocketSourceHandler. setSubprotocolHandlers(ArrayList<AbstractSubprotocolHandler> subprotocolHandlers)
-
Uses of AbstractSubprotocolHandler in org.wso2.carbon.inbound.endpoint.protocol.websocket.subprotocols
Subclasses of AbstractSubprotocolHandler in org.wso2.carbon.inbound.endpoint.protocol.websocket.subprotocols Modifier and Type Class Description class
EchoSubprotocolHandler
-