Class InboundHttpsSecureWebsocketListener
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.httpwebsocket.InboundHttpWebsocketListener
-
- org.wso2.carbon.inbound.endpoint.protocol.httpssecurewebsocket.InboundHttpsSecureWebsocketListener
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
public class InboundHttpsSecureWebsocketListener extends InboundHttpWebsocketListener
-
-
Field Summary
-
Fields inherited from class org.wso2.carbon.inbound.endpoint.protocol.httpwebsocket.InboundHttpWebsocketListener
name, port, processorParams
-
-
Constructor Summary
Constructors Constructor Description InboundHttpsSecureWebsocketListener(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.httpwebsocket.InboundHttpWebsocketListener
destroy, handleException
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceorg.apache.synapse.inbound.InboundRequestProcessor
- Overrides:
init
in classInboundHttpWebsocketListener
-
-