Annotation Type Secured

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int port
      Defines the port number on the host.
      String scheme
      Defines the name of the protocol to use.
    • Element Detail

      • scheme

        String scheme
        Defines the name of the protocol to use.
        Returns:
        The scheme name or https if the scheme is undefined
        Default:
        "https"
      • port

        int port
        Defines the port number on the host.
        Returns:
        The port number or -1 if the port is undefined
        Default:
        -1