Class HttpRequestParameter

    • Constructor Detail

      • HttpRequestParameter

        public HttpRequestParameter​(String name,
                                    String value)
        Creates a new immutable HTTP request parameter.
        Parameters:
        name - Name of the HTTP request parameter.
        value - Value of the HTTP request parameter.
    • Method Detail

      • getName

        public String getName()
        Returns:
        Name of the HTTP request parameter.
      • getValue

        public String getValue()
        Returns:
        Value of the HTTP request parameter.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object