Package org.apache.hc.core5.http
Interface NameValuePair
-
- All Known Subinterfaces:
FormattedHeader
,Header
- All Known Implementing Classes:
BasicHeader
,BasicNameValuePair
,BufferedHeader
,HPackHeader
public interface NameValuePair
A name-value pair parameter used as an element of HTTP messages.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of this pair.java.lang.String
getValue()
Gets the value of this pair.
-