Class Console


  • public class Console
    extends Object
    Connection information to connect to a server with VNC.
    See Also:
    • Method Detail

      • getHost

        public String getHost()
        Returns:
        the host name to use to connect to the server
      • getPort

        public int getPort()
        Returns:
        the port to use to connect to the server
      • getProtocol

        public String getProtocol()
        Returns:
        the protocol to use to connect to the server
      • getPassword

        public String getPassword()
        Returns:
        the password to use to connect to the server
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()