public interface HeaderElement
header value consisting of
 a name / value pair and a number of optional name / value parameters.| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns header element name. | 
| NameValuePair | getParameter(int index)Returns parameter with the given index. | 
| NameValuePair | getParameterByName(String name)Returns the first parameter with the given name. | 
| int | getParameterCount()Returns the total count of parameters. | 
| NameValuePair[] | getParameters()Returns an array of name / value pairs. | 
| String | getValue()Returns header element value. | 
String getName()
String getValue()
NameValuePair[] getParameters()
NameValuePair getParameterByName(String name)
name - parameter nameint getParameterCount()
NameValuePair getParameter(int index)
index - indexCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.