public interface org.apache.http.entity.ContentLengthStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.entity.ContentLengthStrategy
  super_class: java.lang.Object
{
  public static final int IDENTITY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int CHUNKED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public abstract long determineLength(org.apache.http.HttpMessage);
    descriptor: (Lorg/apache/http/HttpMessage;)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.HttpException
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "ContentLengthStrategy.java"