Interface Ip

  • All Known Implementing Classes:
    IpContainer

    public interface Ip
    Represents the IP configuration of a network interface.
    • Method Detail

      • addressPresent

        boolean addressPresent()
      • gatewayPresent

        boolean gatewayPresent()
      • netmaskPresent

        boolean netmaskPresent()
      • versionPresent

        boolean versionPresent()