Class HostInfo


  • public class HostInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HostInfo​(java.lang.String hostName, java.util.Collection<ServiceInfo> services)  
    • Constructor Detail

      • HostInfo

        public HostInfo​(java.lang.String hostName,
                        java.util.Collection<ServiceInfo> services)
    • Method Detail

      • getHostname

        public java.lang.String getHostname()
      • getServices

        public java.util.Collection<ServiceInfo> getServices()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object