public class org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory implements org.springframework.http.client.AsyncClientHttpRequestFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
  super_class: java.lang.Object
{
  private org.springframework.http.client.AsyncClientHttpRequestFactory delegate;
    descriptor: Lorg/springframework/http/client/AsyncClientHttpRequestFactory;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.springframework.http.client.AsyncClientHttpRequestInterceptor> interceptors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/springframework/http/client/AsyncClientHttpRequestInterceptor;>;

  public void <init>(org.springframework.http.client.AsyncClientHttpRequestFactory, java.util.List<org.springframework.http.client.AsyncClientHttpRequestInterceptor>);
    descriptor: (Lorg/springframework/http/client/AsyncClientHttpRequestFactory;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory this
        start local 1 // org.springframework.http.client.AsyncClientHttpRequestFactory delegate
        start local 2 // java.util.List interceptors
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory.delegate:Lorg/springframework/http/client/AsyncClientHttpRequestFactory;
         2: .line 53
            aload 0 /* this */
            aload 2 /* interceptors */
            ifnull 3
            aload 2 /* interceptors */
            goto 4
      StackMap locals: org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory org.springframework.http.client.AsyncClientHttpRequestFactory java.util.List
      StackMap stack: org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
         3: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals: org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory org.springframework.http.client.AsyncClientHttpRequestFactory java.util.List
      StackMap stack: org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory java.util.List
         4: putfield org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory.interceptors:Ljava/util/List;
         5: .line 54
            return
        end local 2 // java.util.List interceptors
        end local 1 // org.springframework.http.client.AsyncClientHttpRequestFactory delegate
        end local 0 // org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/springframework/http/client/InterceptingAsyncClientHttpRequestFactory;
            0    6     1      delegate  Lorg/springframework/http/client/AsyncClientHttpRequestFactory;
            0    6     2  interceptors  Ljava/util/List<Lorg/springframework/http/client/AsyncClientHttpRequestInterceptor;>;
    Signature: (Lorg/springframework/http/client/AsyncClientHttpRequestFactory;Ljava/util/List<Lorg/springframework/http/client/AsyncClientHttpRequestInterceptor;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      delegate      
      interceptors  

  public org.springframework.http.client.AsyncClientHttpRequest createAsyncRequest(java.net.URI, org.springframework.http.HttpMethod);
    descriptor: (Ljava/net/URI;Lorg/springframework/http/HttpMethod;)Lorg/springframework/http/client/AsyncClientHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory this
        start local 1 // java.net.URI uri
        start local 2 // org.springframework.http.HttpMethod method
         0: .line 59
            new org.springframework.http.client.InterceptingAsyncClientHttpRequest
            dup
            aload 0 /* this */
            getfield org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory.delegate:Lorg/springframework/http/client/AsyncClientHttpRequestFactory;
            aload 0 /* this */
            getfield org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory.interceptors:Ljava/util/List;
            aload 1 /* uri */
            aload 2 /* method */
            invokespecial org.springframework.http.client.InterceptingAsyncClientHttpRequest.<init>:(Lorg/springframework/http/client/AsyncClientHttpRequestFactory;Ljava/util/List;Ljava/net/URI;Lorg/springframework/http/HttpMethod;)V
            areturn
        end local 2 // org.springframework.http.HttpMethod method
        end local 1 // java.net.URI uri
        end local 0 // org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/http/client/InterceptingAsyncClientHttpRequestFactory;
            0    1     1     uri  Ljava/net/URI;
            0    1     2  method  Lorg/springframework/http/HttpMethod;
    MethodParameters:
        Name  Flags
      uri     
      method  
}
SourceFile: "InterceptingAsyncClientHttpRequestFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()