public class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor implements org.springframework.web.context.request.async.CallableProcessingInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/context/request/async/TimeoutCallableProcessingInterceptor;

  public <T>  handleTimeout(org.springframework.web.context.request.NativeWebRequest, java.util.concurrent.Callable<T>);
    descriptor: (Lorg/springframework/web/context/request/NativeWebRequest;Ljava/util/concurrent/Callable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor this
        start local 1 // org.springframework.web.context.request.NativeWebRequest request
        start local 2 // java.util.concurrent.Callable task
         0: .line 44
            new org.springframework.web.context.request.async.AsyncRequestTimeoutException
            dup
            invokespecial org.springframework.web.context.request.async.AsyncRequestTimeoutException.<init>:()V
            areturn
        end local 2 // java.util.concurrent.Callable task
        end local 1 // org.springframework.web.context.request.NativeWebRequest request
        end local 0 // org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/context/request/async/TimeoutCallableProcessingInterceptor;
            0    1     1  request  Lorg/springframework/web/context/request/NativeWebRequest;
            0    1     2     task  Ljava/util/concurrent/Callable<TT;>;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/web/context/request/NativeWebRequest;Ljava/util/concurrent/Callable<TT;>;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      request  
      task     
}
SourceFile: "TimeoutCallableProcessingInterceptor.java"