public class org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse extends org.jboss.resteasy.core.AbstractAsynchronousResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse
  super_class: org.jboss.resteasy.core.AbstractAsynchronousResponse
{
  protected boolean cancelled;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  final org.jboss.resteasy.core.SynchronousExecutionContext this$0;
    descriptor: Lorg/jboss/resteasy/core/SynchronousExecutionContext;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jboss.resteasy.core.SynchronousExecutionContext, org.jboss.resteasy.core.SynchronousDispatcher, org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.spi.HttpResponse);
    descriptor: (Lorg/jboss/resteasy/core/SynchronousExecutionContext;Lorg/jboss/resteasy/core/SynchronousDispatcher;Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 2 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
        start local 3 // org.jboss.resteasy.spi.HttpRequest request
        start local 4 // org.jboss.resteasy.spi.HttpResponse response
         0: .line 70
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
         1: .line 71
            aload 0 /* this */
            aload 2 /* dispatcher */
            aload 3 /* request */
            aload 4 /* response */
            invokespecial org.jboss.resteasy.core.AbstractAsynchronousResponse.<init>:(Lorg/jboss/resteasy/core/SynchronousDispatcher;Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;)V
         2: .line 72
            return
        end local 4 // org.jboss.resteasy.spi.HttpResponse response
        end local 3 // org.jboss.resteasy.spi.HttpRequest request
        end local 2 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    3     2  dispatcher  Lorg/jboss/resteasy/core/SynchronousDispatcher;
            0    3     3     request  Lorg/jboss/resteasy/spi/HttpRequest;
            0    3     4    response  Lorg/jboss/resteasy/spi/HttpResponse;
    MethodParameters:
            Name  Flags
      this$0      final
      dispatcher  final
      request     final
      response    final

  public void complete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 77
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 79
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 3
            aload 1
            monitorexit
         2: return
         3: .line 80
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 5
            aload 1
            monitorexit
         4: return
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 82
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         7: .line 77
            aload 1
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
      Exception table:
        from    to  target  type
           1     2       9  any
           3     4       9  any
           5     8       9  any
           9    10       9  any

  public boolean resume(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Object entity
         0: .line 89
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 91
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 3
            aload 2
            monitorexit
         2: iconst_0
            ireturn
         3: .line 92
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 5
            aload 2
            monitorexit
         4: iconst_0
            ireturn
         5: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 94
            aload 0 /* this */
            aload 1 /* entity */
            aload 0 /* this */
            invokedynamic accept(Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$0(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Object;Ljava/util/function/Consumer;)Z
            aload 2
            monitorexit
         7: ireturn
         8: .line 89
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // java.lang.Object entity
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0   10     1  entity  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       8  any
           3     4       8  any
           5     7       8  any
           8     9       8  any
    MethodParameters:
        Name  Flags
      entity  

  public boolean resume(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable exc
         0: .line 102
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 104
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 3
            aload 2
            monitorexit
         2: iconst_0
            ireturn
         3: .line 105
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 5
            aload 2
            monitorexit
         4: iconst_0
            ireturn
         5: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 107
            aload 0 /* this */
            aload 1 /* exc */
            aload 0 /* this */
            invokedynamic accept(Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$1(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Throwable;Ljava/util/function/Consumer;)Z
            aload 2
            monitorexit
         7: ireturn
         8: .line 102
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // java.lang.Throwable exc
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0   10     1   exc  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       8  any
           3     4       8  any
           5     7       8  any
           8     9       8  any
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
      Name  Flags
      exc   

  public void initialRequestThreadFinished();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 114
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.wasSuspended:Z
            ifne 1
            return
         1: .line 116
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* result */
        start local 1 // boolean result
         2: .line 119
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.timeout:J
            lconst_0
            lcmp
            ifgt 6
         3: .line 121
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.await:()V
         4: .line 122
            iconst_1
            istore 1 /* result */
         5: .line 123
            goto 9
         6: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.timeout:J
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.timeoutUnit:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.CountDownLatch.await:(JLjava/util/concurrent/TimeUnit;)Z
            istore 1 /* result */
         7: .line 128
            goto 9
         8: .line 129
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         9: .line 133
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ifne 21
        10: .line 135
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
        11: .line 137
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifne 17
        12: .line 139
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.timeoutHandler:Ljavax/ws/rs/container/TimeoutHandler;
            ifnull 14
        13: .line 141
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.timeoutHandler:Ljavax/ws/rs/container/TimeoutHandler;
            aload 0 /* this */
            invokeinterface javax.ws.rs.container.TimeoutHandler.handleTimeout:(Ljavax/ws/rs/container/AsyncResponse;)V
        14: .line 143
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifne 17
        15: .line 145
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
        16: .line 146
            aload 0 /* this */
            sipush 503
            invokestatic javax.ws.rs.core.Response.status:(I)Ljavax/ws/rs/core/Response$ResponseBuilder;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.build:()Ljavax/ws/rs/core/Response;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$2(Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Object;Ljava/util/function/Consumer;)Z
            pop
        17: .line 135
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        18: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: aload 2
            monitorexit
        20: athrow
        21: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean result
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            2   22     1  result  Z
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.InterruptedException
          11    18      19  any
          19    20      19  any

  public boolean setTimeout(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 158
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            lload 1 /* time */
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.timeout:J
         1: .line 159
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            aload 3 /* unit */
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.timeoutUnit:Ljava/util/concurrent/TimeUnit;
         2: .line 160
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifne 3
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 161
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long time
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    5     1  time  J
            0    5     3  unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
      Name  Flags
      time  
      unit  

  public boolean cancel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 167
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 169
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 3
            aload 1
            monitorexit
         2: iconst_1
            ireturn
         3: .line 170
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 5
            aload 1
            monitorexit
         4: iconst_0
            ireturn
         5: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 172
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
         7: .line 167
            aload 1
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javax.ws.rs.core.Response$Status.SERVICE_UNAVAILABLE:Ljavax/ws/rs/core/Response$Status;
            invokestatic javax.ws.rs.core.Response.status:(Ljavax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.build:()Ljavax/ws/rs/core/Response;
            aload 0 /* this */
            invokedynamic accept(Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$3(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Object;Ljava/util/function/Consumer;)Z
            ireturn
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
      Exception table:
        from    to  target  type
           1     2       9  any
           3     4       9  any
           5     8       9  any
           9    10       9  any

  public boolean cancel(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // int retryAfter
         0: .line 180
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 182
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 3
            aload 2
            monitorexit
         2: iconst_1
            ireturn
         3: .line 183
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 5
            aload 2
            monitorexit
         4: iconst_0
            ireturn
         5: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 185
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
         7: .line 180
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javax.ws.rs.core.Response$Status.SERVICE_UNAVAILABLE:Ljavax/ws/rs/core/Response$Status;
            invokestatic javax.ws.rs.core.Response.status:(Ljavax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            ldc "Retry-After"
            iload 1 /* retryAfter */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.header:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.build:()Ljavax/ws/rs/core/Response;
            aload 0 /* this */
            invokedynamic accept(Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$4(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Object;Ljava/util/function/Consumer;)Z
            ireturn
        end local 1 // int retryAfter
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0   12     1  retryAfter  I
      Exception table:
        from    to  target  type
           1     2       9  any
           3     4       9  any
           5     8       9  any
           9    10       9  any
    MethodParameters:
            Name  Flags
      retryAfter  

  public boolean cancel(java.util.Date);
    descriptor: (Ljava/util/Date;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.util.Date retryAfter
         0: .line 193
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.responseLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 195
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ifeq 3
            aload 2
            monitorexit
         2: iconst_1
            ireturn
         3: .line 196
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 5
            aload 2
            monitorexit
         4: iconst_0
            ireturn
         5: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
         6: .line 198
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
         7: .line 193
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic javax.ws.rs.core.Response$Status.SERVICE_UNAVAILABLE:Ljavax/ws/rs/core/Response$Status;
            invokestatic javax.ws.rs.core.Response.status:(Ljavax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            ldc "Retry-After"
            aload 1 /* retryAfter */
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.header:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/ws/rs/core/Response$ResponseBuilder;
            invokevirtual javax.ws.rs.core.Response$ResponseBuilder.build:()Ljavax/ws/rs/core/Response;
            aload 0 /* this */
            invokedynamic accept(Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse.lambda$5(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokevirtual org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.internalResume:(Ljava/lang/Object;Ljava/util/function/Consumer;)Z
            ireturn
        end local 1 // java.util.Date retryAfter
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0   12     1  retryAfter  Ljava/util/Date;
      Exception table:
        from    to  target  type
           1     2       9  any
           3     4       9  any
           5     8       9  any
           9    10       9  any
    MethodParameters:
            Name  Flags
      retryAfter  

  public boolean isSuspended();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 206
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;

  public boolean isCancelled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 212
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.cancelled:Z
            ireturn
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
         0: .line 218
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.done:Z
            ireturn
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;

  private void lambda$0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable t
         0: .line 94
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    1     1     t  Ljava/lang/Throwable;

  private void lambda$1(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable t
         0: .line 107
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    1     1     t  Ljava/lang/Throwable;

  private static void lambda$2(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 146
            return
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Ljava/lang/Throwable;

  private void lambda$3(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable t
         0: .line 174
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    1     1     t  Ljava/lang/Throwable;

  private void lambda$4(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable t
         0: .line 187
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    1     1     t  Ljava/lang/Throwable;

  private void lambda$5(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
        start local 1 // java.lang.Throwable t
         0: .line 200
            aload 0 /* this */
            getfield org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse.this$0:Lorg/jboss/resteasy/core/SynchronousExecutionContext;
            getfield org.jboss.resteasy.core.SynchronousExecutionContext.syncLatch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/SynchronousExecutionContext$SynchronousAsynchronousResponse;
            0    1     1     t  Ljava/lang/Throwable;
}
SourceFile: "SynchronousExecutionContext.java"
NestHost: org.jboss.resteasy.core.SynchronousExecutionContext
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract ResponseBuilder = javax.ws.rs.core.Response$ResponseBuilder of javax.ws.rs.core.Response
  public final Status = javax.ws.rs.core.Response$Status of javax.ws.rs.core.Response
  protected SynchronousAsynchronousResponse = org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse of org.jboss.resteasy.core.SynchronousExecutionContext