public interface org.apache.http.Header extends org.apache.http.NameValuePair
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.Header
  super_class: java.lang.Object
{
  public abstract org.apache.http.HeaderElement[] getElements();
    descriptor: ()[Lorg/apache/http/HeaderElement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.ParseException
}
SourceFile: "Header.java"