Interface CollaboratorServer


  • public interface CollaboratorServer
    This interface provides details of the Collaborator server associated with this client.
    • Method Detail

      • address

        java.lang.String address()
        Returns the address of the Collaborator server.
        Returns:
        The hostname or IP address of the Collaborator server.
      • isLiteralAddress

        boolean isLiteralAddress()
        Indicates whether the server address is an IP address.
        Returns:
        true if the address is an IP address; false otherwise.