class org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 extends org.eclipse.jetty.io.CyclicTimeout
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1
  super_class: org.eclipse.jetty.io.CyclicTimeout
{
  final org.eclipse.jetty.server.session.Session$SessionInactivityTimer this$1;
    descriptor: Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.server.session.Session$SessionInactivityTimer, org.eclipse.jetty.util.thread.Scheduler);
    descriptor: (Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;Lorg/eclipse/jetty/util/thread/Scheduler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 this
        start local 2 // org.eclipse.jetty.util.thread.Scheduler $anonymous0
         0: .line 116
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.eclipse.jetty.io.CyclicTimeout.<init>:(Lorg/eclipse/jetty/util/thread/Scheduler;)V
            return
        end local 2 // org.eclipse.jetty.util.thread.Scheduler $anonymous0
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer$1;
            0    1     2  $anonymous0  Lorg/eclipse/jetty/util/thread/Scheduler;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void onTimeoutExpired();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 this
         0: .line 121
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 122
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            ldc "Timer expired for session {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.getId:()Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 123
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 1 /* now */
        start local 1 // long now
         3: .line 125
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            lload 1 /* now */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.sessionInactivityTimerExpired:(Lorg/eclipse/jetty/server/session/Session;J)V
         4: .line 126
            aconst_null
            astore 3
            aconst_null
            astore 4
         5: aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.lock:()Lorg/eclipse/jetty/util/thread/AutoLock;
            astore 5 /* l */
        start local 5 // org.eclipse.jetty.util.thread.AutoLock l
         6: .line 130
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.isResident:()Z
            ifeq 9
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.getRequests:()J
            lconst_0
            lcmp
            ifgt 9
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.isValid:()Z
            ifeq 9
         7: .line 131
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            lload 1 /* now */
            invokevirtual org.eclipse.jetty.server.session.Session.isExpiredAt:(J)Z
            ifne 9
         8: .line 134
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.this$1:Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            invokestatic org.eclipse.jetty.server.session.Session$SessionInactivityTimer.access$0:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
            lload 1 /* now */
            invokevirtual org.eclipse.jetty.server.session.Session.calculateInactivityTimeout:(J)J
            invokevirtual org.eclipse.jetty.server.session.Session$SessionInactivityTimer.schedule:(J)V
         9: .line 136
      StackMap locals: org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 long java.lang.Throwable java.lang.Throwable org.eclipse.jetty.util.thread.AutoLock
      StackMap stack:
            aload 5 /* l */
            ifnull 15
            aload 5 /* l */
            invokevirtual org.eclipse.jetty.util.thread.AutoLock.close:()V
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3
            aload 5 /* l */
            ifnull 11
            aload 5 /* l */
            invokevirtual org.eclipse.jetty.util.thread.AutoLock.close:()V
        end local 5 // org.eclipse.jetty.util.thread.AutoLock l
      StackMap locals:
      StackMap stack:
        11: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 4
            aload 3
            ifnonnull 13
            aload 4
            astore 3
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 3
            aload 4
            if_acmpeq 14
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 3
            athrow
        15: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long now
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer$1;
            3   16     1   now  J
            6   11     5     l  Lorg/eclipse/jetty/util/thread/AutoLock;
      Exception table:
        from    to  target  type
           6     9      10  any
           5    12      12  any
}
SourceFile: "Session.java"
EnclosingMethod: org.eclipse.jetty.server.session.Session$SessionInactivityTimer.<init>:(Lorg/eclipse/jetty/server/session/Session;)V
NestHost: org.eclipse.jetty.server.session.Session
InnerClasses:
  public SessionInactivityTimer = org.eclipse.jetty.server.session.Session$SessionInactivityTimer of org.eclipse.jetty.server.session.Session
  org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1