public class org.springframework.boot.web.servlet.server.Session
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.server.Session
  super_class: java.lang.Object
{
  private java.time.Duration timeout;
    descriptor: Ljava/time/Duration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.boot.convert.DurationUnit(value = java.time.temporal.ChronoUnit.SECONDS:Ljava/time/temporal/ChronoUnit;)

  private java.util.Set<org.springframework.boot.web.servlet.server.Session$SessionTrackingMode> trackingModes;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lorg/springframework/boot/web/servlet/server/Session$SessionTrackingMode;>;

  private boolean persistent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.io.File storeDir;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private final org.springframework.boot.web.servlet.server.Session$Cookie cookie;
    descriptor: Lorg/springframework/boot/web/servlet/server/Session$Cookie;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.web.servlet.server.SessionStoreDirectory sessionStoreDirectory;
    descriptor: Lorg/springframework/boot/web/servlet/server/SessionStoreDirectory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            ldc 30
            invokestatic java.time.Duration.ofMinutes:(J)Ljava/time/Duration;
            putfield org.springframework.boot.web.servlet.server.Session.timeout:Ljava/time/Duration;
         2: .line 46
            aload 0 /* this */
            new org.springframework.boot.web.servlet.server.Session$Cookie
            dup
            invokespecial org.springframework.boot.web.servlet.server.Session$Cookie.<init>:()V
            putfield org.springframework.boot.web.servlet.server.Session.cookie:Lorg/springframework/boot/web/servlet/server/Session$Cookie;
         3: .line 48
            aload 0 /* this */
            new org.springframework.boot.web.servlet.server.SessionStoreDirectory
            dup
            invokespecial org.springframework.boot.web.servlet.server.SessionStoreDirectory.<init>:()V
            putfield org.springframework.boot.web.servlet.server.Session.sessionStoreDirectory:Lorg/springframework/boot/web/servlet/server/SessionStoreDirectory;
         4: .line 32
            return
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/boot/web/servlet/server/Session;

  public org.springframework.boot.web.servlet.server.Session$Cookie getCookie();
    descriptor: ()Lorg/springframework/boot/web/servlet/server/Session$Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 51
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.cookie:Lorg/springframework/boot/web/servlet/server/Session$Cookie;
            areturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;

  public java.time.Duration getTimeout();
    descriptor: ()Ljava/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 55
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.timeout:Ljava/time/Duration;
            areturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;

  public void setTimeout(java.time.Duration);
    descriptor: (Ljava/time/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.Session this
        start local 1 // java.time.Duration timeout
         0: .line 59
            aload 0 /* this */
            aload 1 /* timeout */
            putfield org.springframework.boot.web.servlet.server.Session.timeout:Ljava/time/Duration;
         1: .line 60
            return
        end local 1 // java.time.Duration timeout
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/boot/web/servlet/server/Session;
            0    2     1  timeout  Ljava/time/Duration;
    MethodParameters:
         Name  Flags
      timeout  

  public java.util.Set<org.springframework.boot.web.servlet.server.Session$SessionTrackingMode> getTrackingModes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 67
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.trackingModes:Ljava/util/Set;
            areturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;
    Signature: ()Ljava/util/Set<Lorg/springframework/boot/web/servlet/server/Session$SessionTrackingMode;>;

  public void setTrackingModes(java.util.Set<org.springframework.boot.web.servlet.server.Session$SessionTrackingMode>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.Session this
        start local 1 // java.util.Set trackingModes
         0: .line 71
            aload 0 /* this */
            aload 1 /* trackingModes */
            putfield org.springframework.boot.web.servlet.server.Session.trackingModes:Ljava/util/Set;
         1: .line 72
            return
        end local 1 // java.util.Set trackingModes
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/boot/web/servlet/server/Session;
            0    2     1  trackingModes  Ljava/util/Set<Lorg/springframework/boot/web/servlet/server/Session$SessionTrackingMode;>;
    Signature: (Ljava/util/Set<Lorg/springframework/boot/web/servlet/server/Session$SessionTrackingMode;>;)V
    MethodParameters:
               Name  Flags
      trackingModes  

  public boolean isPersistent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 79
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.persistent:Z
            ireturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;

  public void setPersistent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.Session this
        start local 1 // boolean persistent
         0: .line 83
            aload 0 /* this */
            iload 1 /* persistent */
            putfield org.springframework.boot.web.servlet.server.Session.persistent:Z
         1: .line 84
            return
        end local 1 // boolean persistent
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/boot/web/servlet/server/Session;
            0    2     1  persistent  Z
    MethodParameters:
            Name  Flags
      persistent  

  public java.io.File getStoreDir();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 91
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.storeDir:Ljava/io/File;
            areturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;

  public void setStoreDir(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.Session this
        start local 1 // java.io.File storeDir
         0: .line 95
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.sessionStoreDirectory:Lorg/springframework/boot/web/servlet/server/SessionStoreDirectory;
            aload 1 /* storeDir */
            invokevirtual org.springframework.boot.web.servlet.server.SessionStoreDirectory.setDirectory:(Ljava/io/File;)V
         1: .line 96
            aload 0 /* this */
            aload 1 /* storeDir */
            putfield org.springframework.boot.web.servlet.server.Session.storeDir:Ljava/io/File;
         2: .line 97
            return
        end local 1 // java.io.File storeDir
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/web/servlet/server/Session;
            0    3     1  storeDir  Ljava/io/File;
    MethodParameters:
          Name  Flags
      storeDir  

  org.springframework.boot.web.servlet.server.SessionStoreDirectory getSessionStoreDirectory();
    descriptor: ()Lorg/springframework/boot/web/servlet/server/SessionStoreDirectory;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.server.Session this
         0: .line 100
            aload 0 /* this */
            getfield org.springframework.boot.web.servlet.server.Session.sessionStoreDirectory:Lorg/springframework/boot/web/servlet/server/SessionStoreDirectory;
            areturn
        end local 0 // org.springframework.boot.web.servlet.server.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/Session;
}
SourceFile: "Session.java"
NestMembers:
  org.springframework.boot.web.servlet.server.Session$Cookie  org.springframework.boot.web.servlet.server.Session$SessionTrackingMode
InnerClasses:
  public Cookie = org.springframework.boot.web.servlet.server.Session$Cookie of org.springframework.boot.web.servlet.server.Session
  public final SessionTrackingMode = org.springframework.boot.web.servlet.server.Session$SessionTrackingMode of org.springframework.boot.web.servlet.server.Session