Class ServerAddr


  • public class ServerAddr
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String ipAddress
      IPv4 or IPV6 address of the server.
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerAddr()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ipAddress

        public java.lang.String ipAddress
        IPv4 or IPV6 address of the server.
      • port

        public int port
    • Constructor Detail

      • ServerAddr

        public ServerAddr()