class org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper extends org.apache.http.client.methods.HttpRequestWrapper implements org.apache.http.HttpEntityEnclosingRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper
  super_class: org.apache.http.client.methods.HttpRequestWrapper
{
  private org.apache.http.HttpEntity entity;
    descriptor: Lorg/apache/http/HttpEntity;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpHost);
    descriptor: (Lorg/apache/http/HttpEntityEnclosingRequest;Lorg/apache/http/HttpHost;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
        start local 1 // org.apache.http.HttpEntityEnclosingRequest request
        start local 2 // org.apache.http.HttpHost target
         0: .line 149
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* target */
            invokespecial org.apache.http.client.methods.HttpRequestWrapper.<init>:(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpHost;)V
         1: .line 150
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface org.apache.http.HttpEntityEnclosingRequest.getEntity:()Lorg/apache/http/HttpEntity;
            putfield org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper.entity:Lorg/apache/http/HttpEntity;
         2: .line 151
            return
        end local 2 // org.apache.http.HttpHost target
        end local 1 // org.apache.http.HttpEntityEnclosingRequest request
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/http/client/methods/HttpRequestWrapper$HttpEntityEnclosingRequestWrapper;
            0    3     1  request  Lorg/apache/http/HttpEntityEnclosingRequest;
            0    3     2   target  Lorg/apache/http/HttpHost;
    MethodParameters:
         Name  Flags
      request  final
      target   final

  public org.apache.http.HttpEntity getEntity();
    descriptor: ()Lorg/apache/http/HttpEntity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
         0: .line 155
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper.entity:Lorg/apache/http/HttpEntity;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper$HttpEntityEnclosingRequestWrapper;

  public void setEntity(org.apache.http.HttpEntity);
    descriptor: (Lorg/apache/http/HttpEntity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
        start local 1 // org.apache.http.HttpEntity entity
         0: .line 160
            aload 0 /* this */
            aload 1 /* entity */
            putfield org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper.entity:Lorg/apache/http/HttpEntity;
         1: .line 161
            return
        end local 1 // org.apache.http.HttpEntity entity
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/client/methods/HttpRequestWrapper$HttpEntityEnclosingRequestWrapper;
            0    2     1  entity  Lorg/apache/http/HttpEntity;
    MethodParameters:
        Name  Flags
      entity  final

  public boolean expectContinue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
         0: .line 165
            aload 0 /* this */
            ldc "Expect"
            invokevirtual org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper.getFirstHeader:(Ljava/lang/String;)Lorg/apache/http/Header;
            astore 1 /* expect */
        start local 1 // org.apache.http.Header expect
         1: .line 166
            aload 1 /* expect */
            ifnull 2
            ldc "100-continue"
            aload 1 /* expect */
            invokeinterface org.apache.http.Header.getValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: org.apache.http.Header
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // org.apache.http.Header expect
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/http/client/methods/HttpRequestWrapper$HttpEntityEnclosingRequestWrapper;
            1    3     1  expect  Lorg/apache/http/Header;
}
SourceFile: "HttpRequestWrapper.java"
NestHost: org.apache.http.client.methods.HttpRequestWrapper
InnerClasses:
  HttpEntityEnclosingRequestWrapper = org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper of org.apache.http.client.methods.HttpRequestWrapper