Class BasicNameValuePair

java.lang.Object
org.apache.hc.core5.http.message.BasicNameValuePair
All Implemented Interfaces:
Serializable, NameValuePair

@Contract(threading=IMMUTABLE) public class BasicNameValuePair extends Object implements NameValuePair, Serializable
Basic implementation of NameValuePair.
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

    • BasicNameValuePair

      public BasicNameValuePair(String name, String value)
      Default Constructor taking a name and a value. The value may be null.
      Parameters:
      name - The name.
      value - The value.
  • Method Details