final class org.springframework.http.client.HttpComponentsStreamingClientHttpRequest extends org.springframework.http.client.AbstractClientHttpRequest implements org.springframework.http.StreamingHttpOutputMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.http.client.HttpComponentsStreamingClientHttpRequest
  super_class: org.springframework.http.client.AbstractClientHttpRequest
{
  private final HttpClient httpClient;
    descriptor: LHttpClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final HttpUriRequest httpRequest;
    descriptor: LHttpUriRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final HttpContext httpContext;
    descriptor: LHttpContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.http.StreamingHttpOutputMessage$Body body;
    descriptor: Lorg/springframework/http/StreamingHttpOutputMessage$Body;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  void <init>(HttpClient, HttpUriRequest, HttpContext);
    descriptor: (LHttpClient;LHttpUriRequest;LHttpContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tHttpClient cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpContext cannot be resolved to a type\n\tHttpClient cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpContext cannot be resolved to a type\n\tHttpClient cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpContext cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpEntity cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpClient cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpContext cannot be resolved to a type\n\tHttpEntity cannot be resolved to a type\n\tThe method isRepeatable() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tThe method isChunked() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tThe method getContentLength() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tHeader cannot be resolved to a type\n\tThe method getContentType() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tBasicHeader cannot be resolved to a type\n\tHeader cannot be resolved to a type\n\tThe method getContentEncoding() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tBasicHeader cannot be resolved to a type\n\tThe method getContent() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tThe method writeTo(OutputStream) of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tThe method isStreaming() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n\tThe method consumeContent() of type HttpComponentsStreamingClientHttpRequest.StreamingHttpEntity must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;
    MethodParameters:
         Name  Flags
      client   
      request  
      context  

  public java.lang.String getMethodValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpUriRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpUriRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;

  public void setBody(org.springframework.http.StreamingHttpOutputMessage$Body);
    descriptor: (Lorg/springframework/http/StreamingHttpOutputMessage$Body;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;
    MethodParameters:
      Name  Flags
      body  

  protected java.io.OutputStream getBodyInternal(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      headers  

  protected org.springframework.http.client.ClientHttpResponse executeInternal(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)Lorg/springframework/http/client/ClientHttpResponse;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpUriRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpEntityEnclosingRequest cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpEntity cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpClient cannot be resolved to a type\n\tHttpUriRequest cannot be resolved to a type\n\tHttpContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.client.HttpComponentsStreamingClientHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/client/HttpComponentsStreamingClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      headers  
}
SourceFile: "HttpComponentsStreamingClientHttpRequest.java"
NestMembers:
  org.springframework.http.client.HttpComponentsStreamingClientHttpRequest$StreamingHttpEntity
InnerClasses:
  public abstract Body = org.springframework.http.StreamingHttpOutputMessage$Body of org.springframework.http.StreamingHttpOutputMessage
  private StreamingHttpEntity = org.springframework.http.client.HttpComponentsStreamingClientHttpRequest$StreamingHttpEntity of org.springframework.http.client.HttpComponentsStreamingClientHttpRequest