public interface  org.apache.http.Header extends java.lang.Object implements org.apache.http.NameValuePair
{
public abstract org.apache.http.HeaderElement[] getElements() throws org.apache.http.ParseException;
}