class org.eclipse.jetty.server.handler.StatisticsHandler$1 extends org.eclipse.jetty.util.component.Graceful$Shutdown
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.StatisticsHandler$1
  super_class: org.eclipse.jetty.util.component.Graceful$Shutdown
{
  final org.eclipse.jetty.server.handler.StatisticsHandler this$0;
    descriptor: Lorg/eclipse/jetty/server/handler/StatisticsHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.server.handler.StatisticsHandler);
    descriptor: (Lorg/eclipse/jetty/server/handler/StatisticsHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.StatisticsHandler$1 this
         0: .line 70
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.handler.StatisticsHandler$1.this$0:Lorg/eclipse/jetty/server/handler/StatisticsHandler;
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.component.Graceful$Shutdown.<init>:()V
            return
        end local 0 // org.eclipse.jetty.server.handler.StatisticsHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/handler/StatisticsHandler$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected org.eclipse.jetty.util.FutureCallback newShutdownCallback();
    descriptor: ()Lorg/eclipse/jetty/util/FutureCallback;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.StatisticsHandler$1 this
         0: .line 75
            new org.eclipse.jetty.util.FutureCallback
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.StatisticsHandler$1.this$0:Lorg/eclipse/jetty/server/handler/StatisticsHandler;
            getfield org.eclipse.jetty.server.handler.StatisticsHandler._requestStats:Lorg/eclipse/jetty/util/statistic/CounterStatistic;
            invokevirtual org.eclipse.jetty.util.statistic.CounterStatistic.getCurrent:()J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals: org.eclipse.jetty.server.handler.StatisticsHandler$1
      StackMap stack: new 0 new 0
         1: iconst_0
      StackMap locals: org.eclipse.jetty.server.handler.StatisticsHandler$1
      StackMap stack: new 0 new 0 int
         2: invokespecial org.eclipse.jetty.util.FutureCallback.<init>:(Z)V
            areturn
        end local 0 // org.eclipse.jetty.server.handler.StatisticsHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/handler/StatisticsHandler$1;
}
SourceFile: "StatisticsHandler.java"
EnclosingMethod: org.eclipse.jetty.server.handler.StatisticsHandler
NestHost: org.eclipse.jetty.server.handler.StatisticsHandler
InnerClasses:
  org.eclipse.jetty.server.handler.StatisticsHandler$1
  public Shutdown = org.eclipse.jetty.util.component.Graceful$Shutdown of org.eclipse.jetty.util.component.Graceful