class org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1
  super_class: java.lang.Object
{
  final org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2 this$2;
    descriptor: Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.glassfish.jersey.internal.util.Producer val$producer;
    descriptor: Lorg/glassfish/jersey/internal/util/Producer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2, org.glassfish.jersey.internal.util.Producer);
    descriptor: (Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;Lorg/glassfish/jersey/internal/util/Producer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1 this
         0: .line 814
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.val$producer:Lorg/glassfish/jersey/internal/util/Producer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$producer  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1 this
         0: .line 818
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            invokestatic org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.access$0:(Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;)Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder;
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder.requestScopeListener:Lorg/glassfish/jersey/server/spi/ExternalRequestScope;
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            invokestatic org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.access$0:(Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;)Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder;
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder.foreignScopeInstance:Lorg/glassfish/jersey/server/spi/ExternalRequestContext;
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            invokestatic org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.access$0:(Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;)Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder;
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder.responder:Lorg/glassfish/jersey/server/ServerRuntime$Responder;
            getfield org.glassfish.jersey.server.ServerRuntime$Responder.runtime:Lorg/glassfish/jersey/server/ServerRuntime;
            getfield org.glassfish.jersey.server.ServerRuntime.injectionManager:Lorg/glassfish/jersey/internal/inject/InjectionManager;
            invokeinterface org.glassfish.jersey.server.spi.ExternalRequestScope.resume:(Lorg/glassfish/jersey/server/spi/ExternalRequestContext;Lorg/glassfish/jersey/internal/inject/InjectionManager;)V
         1: .line 819
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.val$producer:Lorg/glassfish/jersey/internal/util/Producer;
            invokeinterface org.glassfish.jersey.internal.util.Producer.call:()Ljava/lang/Object;
            checkcast javax.ws.rs.core.Response
            astore 1 /* response */
        start local 1 // javax.ws.rs.core.Response response
         2: .line 820
            aload 1 /* response */
            ifnull 7
         3: .line 821
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            invokestatic org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.access$0:(Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;)Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder;
            aload 1 /* response */
            invokevirtual org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume:(Ljava/lang/Object;)Z
            pop
        end local 1 // javax.ws.rs.core.Response response
         4: .line 823
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         6: .line 824
            aload 0 /* this */
            getfield org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.this$2:Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;
            invokestatic org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.access$0:(Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2;)Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder;
            aload 1 /* t */
            invokevirtual org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume:(Ljava/lang/Throwable;)Z
            pop
        end local 1 // java.lang.Throwable t
         7: .line 826
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/glassfish/jersey/server/ServerRuntime$AsyncResponder$2$1;
            2    4     1  response  Ljavax/ws/rs/core/Response;
            6    7     1         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable
}
SourceFile: "ServerRuntime.java"
EnclosingMethod: org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run:()V
NestHost: org.glassfish.jersey.server.ServerRuntime
InnerClasses:
  private AsyncResponder = org.glassfish.jersey.server.ServerRuntime$AsyncResponder of org.glassfish.jersey.server.ServerRuntime
  org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2
  org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1
  private Responder = org.glassfish.jersey.server.ServerRuntime$Responder of org.glassfish.jersey.server.ServerRuntime