Class WebsocketTransportServiceComponent
- java.lang.Object
-
- org.wso2.carbon.websocket.transport.internal.WebsocketTransportServiceComponent
-
public class WebsocketTransportServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description WebsocketTransportServiceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctxt)
protected void
deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
-