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 0: aload 0
aload 1
putfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer.this$0:Lorg/eclipse/jetty/server/session/Session;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
new org.eclipse.jetty.server.session.Session$SessionInactivityTimer$1
dup
aload 0
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: return
end local 0 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=7, locals=3, args_size=2
start local 0 start local 1 0: lload 1
lconst_0
lcmp
iflt 5
1: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
ifeq 3
2: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "(Re)starting timer for session {} at {}ms"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
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;
aastore
dup
iconst_1
lload 1
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
lload 1
getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
invokevirtual org.eclipse.jetty.io.CyclicTimeout.schedule:(JLjava/util/concurrent/TimeUnit;)Z
pop
4: goto 7
5: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
ifeq 7
6: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "Not starting timer for session {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
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;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
invokevirtual org.eclipse.jetty.io.CyclicTimeout.cancel:()Z
pop
1: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
ifeq 3
2: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "Cancelled timer for session {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
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;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
return
end local 0 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=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.session.Session$SessionInactivityTimer._timer:Lorg/eclipse/jetty/io/CyclicTimeout;
invokevirtual org.eclipse.jetty.io.CyclicTimeout.destroy:()V
1: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
ifeq 3
2: getstatic org.eclipse.jetty.server.session.Session.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "Destroyed timer for session {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
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;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
3: StackMap locals:
StackMap stack:
return
end local 0 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: 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