Class InboundSecureWebsocketListener
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketListener
-
- org.wso2.carbon.inbound.endpoint.protocol.securewebsocket.InboundSecureWebsocketListener
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
public class InboundSecureWebsocketListener extends InboundWebsocketListener
-
-
Constructor Summary
Constructors Constructor Description InboundSecureWebsocketListener(org.apache.synapse.inbound.InboundProcessorParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
-
Methods inherited from class org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketListener
destoryInbound, destroy, handleException
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceorg.apache.synapse.inbound.InboundRequestProcessor
- Overrides:
init
in classInboundWebsocketListener
-
-