public interface org.apache.http.cookie.SetCookie2 extends org.apache.http.cookie.SetCookie
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.cookie.SetCookie2
  super_class: java.lang.Object
{
  public abstract void setCommentURL(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      org.apache.http.annotation.Obsolete()
    MethodParameters:
            Name  Flags
      commentURL  

  public abstract void setPorts(int[]);
    descriptor: ([I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      org.apache.http.annotation.Obsolete()
    MethodParameters:
       Name  Flags
      ports  

  public abstract void setDiscard(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      org.apache.http.annotation.Obsolete()
    MethodParameters:
         Name  Flags
      discard  
}
SourceFile: "SetCookie2.java"