Class LicenseServer.HostPortCombination

  • Enclosing class:
    LicenseServer

    public static class LicenseServer.HostPortCombination
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String host  
      int port  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • host

        public java.lang.String host
      • port

        public int port
    • Constructor Detail

      • HostPortCombination

        public HostPortCombination()