Package org.apache.http
Interface NameValuePair
-
- All Known Subinterfaces:
FormattedHeader,Header
- All Known Implementing Classes:
BasicHeader,BasicNameValuePair,BufferedHeader
public interface NameValuePairA name-value pair parameter used as an element of HTTP messages.parameter = attribute "=" value attribute = token value = token | quoted-string
- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Gets the name of this pair.java.lang.StringgetValue()Gets the value of this pair.
-