Interface NetworkListener

    • Method Detail

      • setAddress

        void setAddress​(String value)
      • getEnabled

        String getEnabled()
        If false, a configured listener, is disabled
      • setEnabled

        void setEnabled​(String enabled)
      • getJkConfigurationFile

        String getJkConfigurationFile()
      • setJkConfigurationFile

        void setJkConfigurationFile​(String file)
      • getJkEnabled

        String getJkEnabled()
        If true, a jk listener is enabled
      • setJkEnabled

        void setJkEnabled​(String enabled)
      • getName

        String getName()
        Network-listener name, which could be used as reference
      • setName

        void setName​(String value)
      • getType

        @Pattern(regexp="(standard|proxy)")
        @Pattern(regexp="(standard|proxy)") String getType()
        Network-listener name, which could be used as reference
      • setType

        void setType​(String type)
      • setPort

        void setPort​(String value)
      • getPortRange

        @Pattern(regexp="^[0-9]{1,5},[0-9]{1,5}$",
                 message="PortRange must be in the form: \'port,port\'.")
        @Pattern(regexp="^[0-9]{1,5},[0-9]{1,5}$",message="PortRange must be in the form: \'port,port\'.") String getPortRange()
      • setPortRange

        void setPortRange​(String value)
      • getProtocol

        String getProtocol()
        Reference to a protocol
      • setProtocol

        void setProtocol​(String value)
      • getThreadPool

        String getThreadPool()
        Reference to a thread-pool, defined earlier in the document.
      • setThreadPool

        void setThreadPool​(String value)
      • getTransport

        String getTransport()
        Reference to a low-level transport
      • setTransport

        void setTransport​(String value)
      • getParent

        @DuckTyped
        NetworkListeners getParent()
        Description copied from interface: ConfigBeanProxy
        Returns the parent element of this configuration element. It is possible to return a not null parent while the parent knows nothing of this child element. This could happen when the child element was removed from the configuration tree, yet it's parent would not have been reset.
        Specified by:
        getParent in interface ConfigBeanProxy
        Returns:
        the parent configuration node.