Class InboundHttpWebsocketListener

  • All Implemented Interfaces:
    org.apache.synapse.inbound.InboundRequestProcessor
    Direct Known Subclasses:
    InboundHttpsSecureWebsocketListener

    public class InboundHttpWebsocketListener
    extends Object
    implements org.apache.synapse.inbound.InboundRequestProcessor
    • Field Detail

      • name

        protected final String name
      • port

        protected int port
      • processorParams

        protected org.apache.synapse.inbound.InboundProcessorParams processorParams
    • Constructor Detail

      • InboundHttpWebsocketListener

        public InboundHttpWebsocketListener​(org.apache.synapse.inbound.InboundProcessorParams params)
    • Method Detail

      • 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
      • handleException

        protected void handleException​(String msg,
                                       Exception e)