public interface org.springframework.web.servlet.function.AsyncServerResponse extends org.springframework.web.servlet.function.ServerResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.function.AsyncServerResponse
  super_class: java.lang.Object
{
  public abstract org.springframework.web.servlet.function.ServerResponse block();
    descriptor: ()Lorg/springframework/web/servlet/function/ServerResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public static org.springframework.web.servlet.function.AsyncServerResponse create(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/web/servlet/function/AsyncServerResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object asyncResponse
         0: .line 56
            aload 0 /* asyncResponse */
            aconst_null
            invokestatic org.springframework.web.servlet.function.DefaultAsyncServerResponse.create:(Ljava/lang/Object;Ljava/time/Duration;)Lorg/springframework/web/servlet/function/AsyncServerResponse;
            areturn
        end local 0 // java.lang.Object asyncResponse
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  asyncResponse  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      asyncResponse  

  public static org.springframework.web.servlet.function.AsyncServerResponse create(java.lang.Object, java.time.Duration);
    descriptor: (Ljava/lang/Object;Ljava/time/Duration;)Lorg/springframework/web/servlet/function/AsyncServerResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object asyncResponse
        start local 1 // java.time.Duration timeout
         0: .line 72
            aload 0 /* asyncResponse */
            aload 1 /* timeout */
            invokestatic org.springframework.web.servlet.function.DefaultAsyncServerResponse.create:(Ljava/lang/Object;Ljava/time/Duration;)Lorg/springframework/web/servlet/function/AsyncServerResponse;
            areturn
        end local 1 // java.time.Duration timeout
        end local 0 // java.lang.Object asyncResponse
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  asyncResponse  Ljava/lang/Object;
            0    1     1        timeout  Ljava/time/Duration;
    MethodParameters:
               Name  Flags
      asyncResponse  
      timeout        
}
SourceFile: "AsyncServerResponse.java"