Interface ProtocolFilter

    • Method Detail

      • getName

        String getName()
        Protocol filter name, which could be used as reference
      • setName

        void setName​(String value)
      • getClassname

        String getClassname()
        Protocol filter implementation class
      • setClassname

        void setClassname​(String value)
      • getParent

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