Class Chain


  • public class Chain
    extends Object
    IpTables chain.
    • Constructor Detail

      • Chain

        public Chain​(String name,
                     String table)
        Instantiates a new Chain.
        Parameters:
        name - the name
        table - the table
    • Method Detail

      • getName

        public String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets name.
        Parameters:
        name - the name
      • getTable

        public String getTable()
        Gets table.
        Returns:
        the table
      • setTable

        public void setTable​(String table)
        Sets table.
        Parameters:
        table - the table
      • getPath

        public String getPath()
        Gets path.
        Returns:
        the path