Class InboundWebsocketListener

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.InboundWebsocketListener
All Implemented Interfaces:
org.apache.synapse.inbound.InboundRequestProcessor
Direct Known Subclasses:
InboundSecureWebsocketListener

public class InboundWebsocketListener extends Object implements org.apache.synapse.inbound.InboundRequestProcessor
  • Field Details

    • startInPausedMode

      protected boolean startInPausedMode
  • Constructor Details

    • InboundWebsocketListener

      public InboundWebsocketListener(org.apache.synapse.inbound.InboundProcessorParams params)
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.apache.synapse.inbound.InboundRequestProcessor
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apache.synapse.inbound.InboundRequestProcessor
    • pause

      public void pause()
      Specified by:
      pause in interface org.apache.synapse.inbound.InboundRequestProcessor
    • handleException

      protected void handleException(String msg, Exception e)
    • destoryInbound

      protected void destoryInbound()
    • activate

      public boolean activate()
      Specified by:
      activate in interface org.apache.synapse.inbound.InboundRequestProcessor
    • deactivate

      public boolean deactivate()
      Specified by:
      deactivate in interface org.apache.synapse.inbound.InboundRequestProcessor
    • isDeactivated

      public boolean isDeactivated()
      Specified by:
      isDeactivated in interface org.apache.synapse.inbound.InboundRequestProcessor