Interface HttpRedirect

    • Method Detail

      • getPort

        @Range(min=-1,
               max=65535)
        String getPort()
        Returns:
        the network port the request should be redirected to. If no value was specified, the default of -1 will be returned which signifies a redirection to the same port the current request was made on
      • setPort

        void setPort​(String port)
      • getSecure

        String getSecure()
        Returns:
        true will redirect the request using HTTPS where as a value of false will use HTTP
      • setSecure

        void setSecure​(String value)