public class org.eclipse.jetty.server.session.Session$SessionInactivityTimer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.session.Session$SessionInactivityTimer
  super_class: java.lang.Object
{
  protected final org.eclipse.jetty.io.CyclicTimeout _timer;
    descriptor: Lorg/eclipse/jetty/io/CyclicTimeout;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  final org.eclipse.jetty.server.session.Session this$0;
    descriptor: Lorg/eclipse/jetty/server/session/Session;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.server.session.Session);
    descriptor: (Lorg/eclipse/jetty/server/session/Session;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
         0: .line 115
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0:Lorg/eclipse/jetty/server/session/Session;
         1: .line 114
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 116
            aload 0 /* this */
            new org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1
            dup
            aload 0 /* this */
            aload 1
            invokevirtual org.eclipse.jetty.server.session.Session.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.getScheduler:()Lorg/eclipse/jetty/util/thread/Scheduler;
            invokespecial org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1.<init>:(Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;Lorg/eclipse/jetty/util/thread/Scheduler;)V
            putfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
         3: .line 139
            return
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
    MethodParameters:
        Name  Flags
      this$0  final

  public void schedule(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
        start local 1 // long time
         0: .line 147
            lload 1 /* time */
            lconst_0
            lcmp
            iflt 5
         1: .line 149
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 150
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            ldc "(Re)starting timer for session {} at {}ms"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0:Lorg/eclipse/jetty/server/session/Session;
            invokevirtual org.eclipse.jetty.server.session.Session.getId:()Ljava/lang/String;
            lload 1 /* time */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
            lload 1 /* time */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual org.eclipse.jetty.io.CyclicTimeout.schedule:(JLjava/util/concurrent/TimeUnit;)Z
            pop
         4: .line 152
            goto 7
         5: .line 155
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 7
         6: .line 156
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            ldc "Not starting timer for session {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0: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
         7: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long time
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;
            0    8     1  time  J
    MethodParameters:
      Name  Flags
      time  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
         0: .line 162
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
            invokevirtual org.eclipse.jetty.io.CyclicTimeout.cancel:()Z
            pop
         1: .line 163
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 164
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            ldc "Cancelled timer for session {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0: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
         3: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
         0: .line 169
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
            invokevirtual org.eclipse.jetty.io.CyclicTimeout.destroy:()V
         1: .line 170
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 171
            getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/slf4j/Logger;
            ldc "Destroyed timer for session {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0: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
         3: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.session.Session$SessionInactivityTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;

  static org.eclipse.jetty.server.session.Session access$0(org.eclipse.jetty.server.session.Session$SessionInactivityTimer);
    descriptor: (Lorg/eclipse/jetty/server/session/Session$SessionInactivityTimer;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 110
            aload 0
            getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0:Lorg/eclipse/jetty/server/session/Session;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Session.java"
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