Class ClientProfile.ServerProfile

  • Enclosing class:
    ClientProfile

    public static class ClientProfile.ServerProfile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerProfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.InetSocketAddress toSocketAddress()  
      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • serverAddress

        public java.lang.String serverAddress
      • serverPort

        public int serverPort
      • isDefault

        public boolean isDefault
    • Constructor Detail

      • ServerProfile

        public ServerProfile()
    • Method Detail

      • toSocketAddress

        public java.net.InetSocketAddress toSocketAddress()