Class Network.Interface

  • Enclosing class:
    Network

    public static class Network.Interface
    extends java.lang.Object
    Network interface as returned by "network.interfaces".
    • Field Detail

      • hwaddr

        private java.lang.String hwaddr
      • up

        private boolean up
    • Constructor Detail

      • Interface

        public Interface()
    • Method Detail

      • getHWAddr

        public java.lang.String getHWAddr()
        Returns:
        the hwaddr
      • isUp

        public boolean isUp()
        Returns:
        the up
      • getInet

        public java.util.List<Network.INet> getInet()
        Returns:
        the inet
      • getInet6

        public java.util.List<Network.INet6> getInet6()
        Returns:
        the inet6