Class Parameter

All Implemented Interfaces:
Cloneable

public class Parameter extends NameValuePair
A NameValuePair used as a Parameter to http Requests.
  • Constructor Details

    • Parameter

      public Parameter()
      Creates a new instance of Parameter with a null name and value.
    • Parameter

      public Parameter(String name, String value)
      Creates a new instance of Parameter with the given name and value.
      Parameters:
      name - The name. May be null.
      value - The value. May be null.
  • Method Details