Interface NetworkListeners

    • Method Detail

      • getThreadPool

        List<ThreadPool> getThreadPool()
        Defines public thread-pool(s), which could be referenced within network-listener element(s)
      • getParent

        @DuckTyped
        NetworkConfig 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.