JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hc.core5.http
Interface NameValuePair
All Known Subinterfaces:
FormattedHeader
,
Header
All Known Implementing Classes:
BasicHeader
,
BasicNameValuePair
,
BufferedHeader
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 and Description
String
getName
()
Gets the name of this pair.
String
getValue
()
Gets the value of this pair.
Method Detail
getName
String
getName()
Gets the name of this pair.
Returns:
the name of this pair, never
null
.
getValue
String
getValue()
Gets the value of this pair.
Returns:
the value of this pair, may be
null
.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method