class org.eclipse.jetty.server.handler.ContextHandlerCollection$1 implements org.eclipse.jetty.util.thread.SerializedExecutor$ErrorHandlingTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.ContextHandlerCollection$1
  super_class: java.lang.Object
{
  final org.eclipse.jetty.server.handler.ContextHandlerCollection this$0;
    descriptor: Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jetty.server.Handler val$handler;
    descriptor: Lorg/eclipse/jetty/server/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jetty.util.Callback val$callback;
    descriptor: Lorg/eclipse/jetty/util/Callback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.server.handler.ContextHandlerCollection, org.eclipse.jetty.server.Handler, org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;Lorg/eclipse/jetty/server/Handler;Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
         0: .line 258
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.this$0:Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.val$handler:Lorg/eclipse/jetty/server/Handler;
            aload 0 /* this */
            aload 3
            putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.val$callback:Lorg/eclipse/jetty/util/Callback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$handler   final
      val$callback  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
         0: .line 263
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.this$0:Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.val$handler:Lorg/eclipse/jetty/server/Handler;
            invokevirtual org.eclipse.jetty.server.handler.ContextHandlerCollection.addHandler:(Lorg/eclipse/jetty/server/Handler;)V
         1: .line 264
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.val$callback:Lorg/eclipse/jetty/util/Callback;
            invokeinterface org.eclipse.jetty.util.Callback.succeeded:()V
         2: .line 265
            return
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$1;

  public void accept(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
        start local 1 // java.lang.Throwable throwable
         0: .line 270
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$1.val$callback:Lorg/eclipse/jetty/util/Callback;
            aload 1 /* throwable */
            invokeinterface org.eclipse.jetty.util.Callback.failed:(Ljava/lang/Throwable;)V
         1: .line 271
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // org.eclipse.jetty.server.handler.ContextHandlerCollection$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$1;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            invokevirtual org.eclipse.jetty.server.handler.ContextHandlerCollection$1.accept:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ContextHandlerCollection.java"
EnclosingMethod: org.eclipse.jetty.server.handler.ContextHandlerCollection.deployHandler:(Lorg/eclipse/jetty/server/Handler;Lorg/eclipse/jetty/util/Callback;)V
NestHost: org.eclipse.jetty.server.handler.ContextHandlerCollection
InnerClasses:
  org.eclipse.jetty.server.handler.ContextHandlerCollection$1
  public abstract ErrorHandlingTask = org.eclipse.jetty.util.thread.SerializedExecutor$ErrorHandlingTask of org.eclipse.jetty.util.thread.SerializedExecutor