public class io.vertx.ext.web.handler.impl.SessionHandlerImpl implements io.vertx.ext.web.handler.SessionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.impl.SessionHandlerImpl
  super_class: java.lang.Object
{
  private static final java.lang.String SESSION_USER_HOLDER_KEY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "__vertx.userHolder"

  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.ext.web.sstore.SessionStore sessionStore;
    descriptor: Lio/vertx/ext/web/sstore/SessionStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String sessionCookieName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String sessionCookiePath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private long sessionTimeout;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private int minLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.auth.AuthProvider authProvider;
    descriptor: Lio/vertx/ext/auth/AuthProvider;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            ldc Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String, long, boolean, boolean, boolean, int, io.vertx.ext.web.sstore.SessionStore);
    descriptor: (Ljava/lang/String;Ljava/lang/String;JZZZILio/vertx/ext/web/sstore/SessionStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=9
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // java.lang.String sessionCookieName
        start local 2 // java.lang.String sessionCookiePath
        start local 3 // long sessionTimeout
        start local 5 // boolean nagHttps
        start local 6 // boolean sessionCookieSecure
        start local 7 // boolean sessionCookieHttpOnly
        start local 8 // int minLength
        start local 9 // io.vertx.ext.web.sstore.SessionStore sessionStore
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* sessionCookieName */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
         2: .line 54
            aload 0 /* this */
            aload 2 /* sessionCookiePath */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookiePath:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            lload 3 /* sessionTimeout */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionTimeout:J
         4: .line 56
            aload 0 /* this */
            iload 5 /* nagHttps */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.nagHttps:Z
         5: .line 57
            aload 0 /* this */
            aload 9 /* sessionStore */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
         6: .line 58
            aload 0 /* this */
            iload 6 /* sessionCookieSecure */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieSecure:Z
         7: .line 59
            aload 0 /* this */
            iload 7 /* sessionCookieHttpOnly */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieHttpOnly:Z
         8: .line 60
            aload 0 /* this */
            iload 8 /* minLength */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.minLength:I
         9: .line 61
            return
        end local 9 // io.vertx.ext.web.sstore.SessionStore sessionStore
        end local 8 // int minLength
        end local 7 // boolean sessionCookieHttpOnly
        end local 6 // boolean sessionCookieSecure
        end local 5 // boolean nagHttps
        end local 3 // long sessionTimeout
        end local 2 // java.lang.String sessionCookiePath
        end local 1 // java.lang.String sessionCookieName
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0   10     1      sessionCookieName  Ljava/lang/String;
            0   10     2      sessionCookiePath  Ljava/lang/String;
            0   10     3         sessionTimeout  J
            0   10     5               nagHttps  Z
            0   10     6    sessionCookieSecure  Z
            0   10     7  sessionCookieHttpOnly  Z
            0   10     8              minLength  I
            0   10     9           sessionStore  Lio/vertx/ext/web/sstore/SessionStore;
    MethodParameters:
                       Name  Flags
      sessionCookieName      
      sessionCookiePath      
      sessionTimeout         
      nagHttps               
      sessionCookieSecure    
      sessionCookieHttpOnly  
      minLength              
      sessionStore           

  public io.vertx.ext.web.handler.SessionHandler setSessionTimeout(long);
    descriptor: (J)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // long timeout
         0: .line 65
            aload 0 /* this */
            lload 1 /* timeout */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionTimeout:J
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // long timeout
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.vertx.ext.web.handler.SessionHandler setNagHttps(boolean);
    descriptor: (Z)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // boolean nag
         0: .line 71
            aload 0 /* this */
            iload 1 /* nag */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.nagHttps:Z
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // boolean nag
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1   nag  Z
    MethodParameters:
      Name  Flags
      nag   

  public io.vertx.ext.web.handler.SessionHandler setCookieSecureFlag(boolean);
    descriptor: (Z)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // boolean secure
         0: .line 77
            aload 0 /* this */
            iload 1 /* secure */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieSecure:Z
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // boolean secure
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  secure  Z
    MethodParameters:
        Name  Flags
      secure  

  public io.vertx.ext.web.handler.SessionHandler setCookieHttpOnlyFlag(boolean);
    descriptor: (Z)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // boolean httpOnly
         0: .line 83
            aload 0 /* this */
            iload 1 /* httpOnly */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieHttpOnly:Z
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // boolean httpOnly
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  httpOnly  Z
    MethodParameters:
          Name  Flags
      httpOnly  

  public io.vertx.ext.web.handler.SessionHandler setSessionCookieName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // java.lang.String sessionCookieName
         0: .line 89
            aload 0 /* this */
            aload 1 /* sessionCookieName */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sessionCookieName
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  sessionCookieName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      sessionCookieName  

  public io.vertx.ext.web.handler.SessionHandler setSessionCookiePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // java.lang.String sessionCookiePath
         0: .line 95
            aload 0 /* this */
            aload 1 /* sessionCookiePath */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookiePath:Ljava/lang/String;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sessionCookiePath
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  sessionCookiePath  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      sessionCookiePath  

  public io.vertx.ext.web.handler.SessionHandler setMinLength(int);
    descriptor: (I)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // int minLength
         0: .line 101
            aload 0 /* this */
            iload 1 /* minLength */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.minLength:I
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // int minLength
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  minLength  I
    MethodParameters:
           Name  Flags
      minLength  

  public io.vertx.ext.web.handler.SessionHandler setAuthProvider(io.vertx.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.ext.auth.AuthProvider authProvider
         0: .line 107
            aload 0 /* this */
            aload 1 /* authProvider */
            putfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.auth.AuthProvider authProvider
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1  authProvider  Lio/vertx/ext/auth/AuthProvider;
    MethodParameters:
              Name  Flags
      authProvider  

  public void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext context
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.nagHttps:Z
            ifeq 6
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            invokevirtual io.vertx.core.logging.Logger.isDebugEnabled:()Z
            ifeq 6
         1: .line 114
            aload 1 /* context */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.absoluteURI:()Ljava/lang/String;
            astore 2 /* uri */
        start local 2 // java.lang.String uri
         2: .line 115
            aload 2 /* uri */
            ldc "https:"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 6
         3: .line 116
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
         4: .line 117
            new java.lang.StringBuilder
            dup
            ldc "Using session cookies without https could make you susceptible to session hijacking: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* uri */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 116
            invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;)V
        end local 2 // java.lang.String uri
         6: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
            invokeinterface io.vertx.ext.web.RoutingContext.getCookie:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            astore 2 /* cookie */
        start local 2 // io.vertx.ext.web.Cookie cookie
         7: .line 123
            aload 2 /* cookie */
            ifnull 12
         8: .line 125
            aload 2 /* cookie */
            invokeinterface io.vertx.ext.web.Cookie.getValue:()Ljava/lang/String;
            astore 3 /* sessionID */
        start local 3 // java.lang.String sessionID
         9: .line 126
            aload 3 /* sessionID */
            ifnull 12
            aload 3 /* sessionID */
            invokevirtual java.lang.String.length:()I
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.minLength:I
            if_icmple 12
        10: .line 128
            aload 0 /* this */
            aload 1 /* context */
            invokeinterface io.vertx.ext.web.RoutingContext.vertx:()Lio/vertx/core/Vertx;
            aload 3 /* sessionID */
            aload 0 /* this */
            aload 1 /* context */
            invokedynamic handle(Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;Lio/vertx/ext/web/RoutingContext;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$0(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.getSession:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
        11: .line 173
            return
        end local 3 // java.lang.String sessionID
        12: .line 177
      StackMap locals: io.vertx.ext.web.Cookie
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.createNewSession:(Lio/vertx/ext/web/RoutingContext;)V
        13: .line 178
            aload 1 /* context */
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
        14: .line 179
            return
        end local 2 // io.vertx.ext.web.Cookie cookie
        end local 1 // io.vertx.ext.web.RoutingContext context
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0   15     1    context  Lio/vertx/ext/web/RoutingContext;
            2    6     2        uri  Ljava/lang/String;
            7   15     2     cookie  Lio/vertx/ext/web/Cookie;
            9   12     3  sessionID  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  private void getSession(io.vertx.core.Vertx, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.Session>>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String sessionID
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 182
            aload 0 /* this */
            aload 1 /* vertx */
            invokestatic java.lang.System.currentTimeMillis:()J
            aload 2 /* sessionID */
            aload 3 /* resultHandler */
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.doGetSession:(Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 183
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String sessionID
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1          vertx  Lio/vertx/core/Vertx;
            0    2     2      sessionID  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      sessionID      
      resultHandler  

  private void doGetSession(io.vertx.core.Vertx, long, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.Session>>);
    descriptor: (Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // long startTime
        start local 4 // java.lang.String sessionID
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 187
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 4 /* sessionID */
            aload 0 /* this */
            lload 2 /* startTime */
            aload 1 /* vertx */
            aload 4 /* sessionID */
            aload 5 /* resultHandler */
            invokedynamic handle(Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;JLio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$1(JLio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.get:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 204
            return
        end local 5 // io.vertx.core.Handler resultHandler
        end local 4 // java.lang.String sessionID
        end local 2 // long startTime
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1          vertx  Lio/vertx/core/Vertx;
            0    2     2      startTime  J
            0    2     4      sessionID  Ljava/lang/String;
            0    2     5  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;>;
    Signature: (Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      startTime      
      sessionID      
      resultHandler  

  private void addStoreSessionHandler(io.vertx.ext.web.RoutingContext, boolean);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext context
        start local 2 // boolean storeUser
         0: .line 207
            aload 1 /* context */
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* storeUser */
            invokedynamic handle(Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;Lio/vertx/ext/web/RoutingContext;Z)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$3(Lio/vertx/ext/web/RoutingContext;ZLjava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.web.RoutingContext.addHeadersEndHandler:(Lio/vertx/core/Handler;)I
            pop
         1: .line 273
            return
        end local 2 // boolean storeUser
        end local 1 // io.vertx.ext.web.RoutingContext context
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    2     1    context  Lio/vertx/ext/web/RoutingContext;
            0    2     2  storeUser  Z
    MethodParameters:
           Name  Flags
      context    
      storeUser  

  private void createNewSession(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext context
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionTimeout:J
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.minLength:I
            invokeinterface io.vertx.ext.web.sstore.SessionStore.createSession:(JI)Lio/vertx/ext/web/Session;
            astore 2 /* session */
        start local 2 // io.vertx.ext.web.Session session
         1: .line 277
            aload 1 /* context */
            aload 2 /* session */
            invokeinterface io.vertx.ext.web.RoutingContext.setSession:(Lio/vertx/ext/web/Session;)V
         2: .line 278
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
            aload 2 /* session */
            invokeinterface io.vertx.ext.web.Session.value:()Ljava/lang/String;
            invokestatic io.vertx.ext.web.Cookie.cookie:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            astore 3 /* cookie */
        start local 3 // io.vertx.ext.web.Cookie cookie
         3: .line 279
            aload 3 /* cookie */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookiePath:Ljava/lang/String;
            invokeinterface io.vertx.ext.web.Cookie.setPath:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            pop
         4: .line 280
            aload 3 /* cookie */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieSecure:Z
            invokeinterface io.vertx.ext.web.Cookie.setSecure:(Z)Lio/vertx/ext/web/Cookie;
            pop
         5: .line 281
            aload 3 /* cookie */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieHttpOnly:Z
            invokeinterface io.vertx.ext.web.Cookie.setHttpOnly:(Z)Lio/vertx/ext/web/Cookie;
            pop
         6: .line 283
            aload 1 /* context */
            aload 3 /* cookie */
            invokeinterface io.vertx.ext.web.RoutingContext.addCookie:(Lio/vertx/ext/web/Cookie;)Lio/vertx/ext/web/RoutingContext;
            pop
         7: .line 285
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
            ifnull 8
            iconst_1
            goto 9
      StackMap locals: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.ext.web.Session io.vertx.ext.web.Cookie
      StackMap stack: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext
         8: iconst_0
      StackMap locals: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.ext.web.Session io.vertx.ext.web.Cookie
      StackMap stack: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext int
         9: invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.addStoreSessionHandler:(Lio/vertx/ext/web/RoutingContext;Z)V
        10: .line 286
            return
        end local 3 // io.vertx.ext.web.Cookie cookie
        end local 2 // io.vertx.ext.web.Session session
        end local 1 // io.vertx.ext.web.RoutingContext context
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0   11     1  context  Lio/vertx/ext/web/RoutingContext;
            1   11     2  session  Lio/vertx/ext/web/Session;
            3   11     3   cookie  Lio/vertx/ext/web/Cookie;
    MethodParameters:
         Name  Flags
      context  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.ext.web.RoutingContext
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.handle:(Lio/vertx/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.ext.web.RoutingContext, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 129
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 28
         1: .line 130
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.Session
            astore 3 /* session */
        start local 3 // io.vertx.ext.web.Session session
         2: .line 131
            aload 3 /* session */
            ifnull 26
         3: .line 132
            aload 1
            aload 3 /* session */
            invokeinterface io.vertx.ext.web.RoutingContext.setSession:(Lio/vertx/ext/web/Session;)V
         4: .line 134
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
            ifnull 24
         5: .line 135
            aload 3 /* session */
            ldc "__vertx.userHolder"
            invokeinterface io.vertx.ext.web.Session.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.handler.impl.UserHolder
            astore 4 /* holder */
        start local 4 // io.vertx.ext.web.handler.impl.UserHolder holder
         6: .line 136
            aload 4 /* holder */
            ifnull 20
         7: .line 137
            aconst_null
            astore 5 /* user */
        start local 5 // io.vertx.ext.auth.User user
         8: .line 138
            aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
            astore 6 /* prevContext */
        start local 6 // io.vertx.ext.web.RoutingContext prevContext
         9: .line 139
            aload 6 /* prevContext */
            ifnull 12
        10: .line 140
            aload 6 /* prevContext */
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            astore 5 /* user */
        11: .line 141
            goto 17
      StackMap locals: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.core.AsyncResult io.vertx.ext.web.Session io.vertx.ext.web.handler.impl.UserHolder io.vertx.ext.auth.User io.vertx.ext.web.RoutingContext
      StackMap stack:
        12: aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
            ifnull 17
        13: .line 142
            aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
            astore 5 /* user */
        14: .line 143
            aload 5 /* user */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
            invokeinterface io.vertx.ext.auth.User.setAuthProvider:(Lio/vertx/ext/auth/AuthProvider;)V
        15: .line 144
            aload 4 /* holder */
            aload 1
            putfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
        16: .line 145
            aload 4 /* holder */
            aconst_null
            putfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
        17: .line 147
      StackMap locals:
      StackMap stack:
            aload 4 /* holder */
            aload 1
            putfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
        18: .line 148
            aload 5 /* user */
            ifnull 20
        19: .line 149
            aload 1
            aload 5 /* user */
            invokeinterface io.vertx.ext.web.RoutingContext.setUser:(Lio/vertx/ext/auth/User;)V
        end local 6 // io.vertx.ext.web.RoutingContext prevContext
        end local 5 // io.vertx.ext.auth.User user
        20: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            aload 4 /* holder */
            ifnonnull 21
            iconst_1
            goto 22
      StackMap locals: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.core.AsyncResult io.vertx.ext.web.Session io.vertx.ext.web.handler.impl.UserHolder
      StackMap stack: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext
        21: iconst_0
      StackMap locals: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.core.AsyncResult io.vertx.ext.web.Session io.vertx.ext.web.handler.impl.UserHolder
      StackMap stack: io.vertx.ext.web.handler.impl.SessionHandlerImpl io.vertx.ext.web.RoutingContext int
        22: invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.addStoreSessionHandler:(Lio/vertx/ext/web/RoutingContext;Z)V
        end local 4 // io.vertx.ext.web.handler.impl.UserHolder holder
        23: .line 153
            goto 29
        24: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            iconst_0
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.addStoreSessionHandler:(Lio/vertx/ext/web/RoutingContext;Z)V
        25: .line 158
            goto 29
        26: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.createNewSession:(Lio/vertx/ext/web/RoutingContext;)V
        end local 3 // io.vertx.ext.web.Session session
        27: .line 168
            goto 29
        28: .line 169
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.ext.web.RoutingContext.fail:(Ljava/lang/Throwable;)V
        29: .line 171
      StackMap locals:
      StackMap stack:
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
        30: .line 172
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   31     0         this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0   31     2          res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;
            2   27     3      session  Lio/vertx/ext/web/Session;
            6   23     4       holder  Lio/vertx/ext/web/handler/impl/UserHolder;
            8   20     5         user  Lio/vertx/ext/auth/User;
            9   20     6  prevContext  Lio/vertx/ext/web/RoutingContext;

  private void lambda$1(long, io.vertx.core.Vertx, java.lang.String, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (JLio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=6
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 6 // io.vertx.core.AsyncResult res
         0: .line 188
            aload 6 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 6
         1: .line 189
            aload 6 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            ifnonnull 6
         2: .line 195
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            invokeinterface io.vertx.ext.web.sstore.SessionStore.retryTimeout:()J
            lstore 7 /* retryTimeout */
        start local 7 // long retryTimeout
         3: .line 196
            lload 7 /* retryTimeout */
            lconst_0
            lcmp
            ifle 6
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 1
            lsub
            lload 7 /* retryTimeout */
            lcmp
            ifge 6
         4: .line 197
            aload 3
            ldc 5
            aload 0 /* this */
            aload 3
            lload 1
            aload 4
            aload 5
            invokedynamic handle(Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$2(Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            pop2
         5: .line 198
            return
        end local 7 // long retryTimeout
         6: .line 202
      StackMap locals:
      StackMap stack:
            aload 5
            aload 6 /* res */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 203
            return
        end local 6 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    8     6           res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;
            3    6     7  retryTimeout  J

  private void lambda$3(io.vertx.ext.web.RoutingContext, boolean, java.lang.Void);
    descriptor: (Lio/vertx/ext/web/RoutingContext;ZLjava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 3 // java.lang.Void v
         0: .line 208
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.session:()Lio/vertx/ext/web/Session;
            astore 4 /* session */
        start local 4 // io.vertx.ext.web.Session session
         1: .line 209
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.isDestroyed:()Z
            ifne 18
         2: .line 210
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.response:()Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.getStatusCode:()I
            istore 5 /* currentStatusCode */
        start local 5 // int currentStatusCode
         3: .line 212
            iload 5 /* currentStatusCode */
            sipush 200
            if_icmplt 16
            iload 5 /* currentStatusCode */
            sipush 400
            if_icmpge 16
         4: .line 215
            iload 2
            ifeq 7
         5: .line 217
            aload 1
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            ifnull 7
         6: .line 218
            aload 4 /* session */
            ldc "__vertx.userHolder"
            new io.vertx.ext.web.handler.impl.UserHolder
            dup
            aload 1
            invokespecial io.vertx.ext.web.handler.impl.UserHolder.<init>:(Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Session.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/Session;
            pop
         7: .line 222
      StackMap locals: io.vertx.ext.web.Session int
      StackMap stack:
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.setAccessed:()V
         8: .line 223
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.isRegenerated:()Z
            ifeq 14
         9: .line 232
            aload 1
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
            invokeinterface io.vertx.ext.web.RoutingContext.getCookie:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            astore 6 /* cookie */
        start local 6 // io.vertx.ext.web.Cookie cookie
        10: .line 234
            aload 6 /* cookie */
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.value:()Ljava/lang/String;
            invokeinterface io.vertx.ext.web.Cookie.setValue:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            ldc "/"
            invokeinterface io.vertx.ext.web.Cookie.setPath:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieSecure:Z
            invokeinterface io.vertx.ext.web.Cookie.setSecure:(Z)Lio/vertx/ext/web/Cookie;
        11: .line 235
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieHttpOnly:Z
            invokeinterface io.vertx.ext.web.Cookie.setHttpOnly:(Z)Lio/vertx/ext/web/Cookie;
            pop
        12: .line 238
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.oldId:()Ljava/lang/String;
            aload 0 /* this */
            aload 4 /* session */
            invokedynamic handle(Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;Lio/vertx/ext/web/Session;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$4(Lio/vertx/ext/web/Session;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.ext.web.Cookie cookie
        13: .line 250
            goto 20
        14: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 4 /* session */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.put:(Lio/vertx/ext/web/Session;Lio/vertx/core/Handler;)V
        15: .line 257
            goto 20
        16: .line 260
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
            iconst_0
            invokeinterface io.vertx.ext.web.RoutingContext.removeCookie:(Ljava/lang/String;Z)Lio/vertx/ext/web/Cookie;
            pop
        end local 5 // int currentStatusCode
        17: .line 262
            goto 20
        18: .line 264
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionCookieName:Ljava/lang/String;
            invokeinterface io.vertx.ext.web.RoutingContext.removeCookie:(Ljava/lang/String;)Lio/vertx/ext/web/Cookie;
            pop
        19: .line 266
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 4 /* session */
            invokeinterface io.vertx.ext.web.Session.id:()Ljava/lang/String;
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
        end local 4 // io.vertx.ext.web.Session session
        20: .line 272
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0   21     3                  v  Ljava/lang/Void;
            1   20     4            session  Lio/vertx/ext/web/Session;
            3   17     5  currentStatusCode  I
           10   13     6             cookie  Lio/vertx/ext/web/Cookie;

  private void lambda$2(io.vertx.core.Vertx, long, java.lang.String, io.vertx.core.Handler, java.lang.Long);
    descriptor: (Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 6 // java.lang.Long v
         0: .line 197
            aload 0 /* this */
            aload 1
            lload 2
            aload 4
            aload 5
            invokevirtual io.vertx.ext.web.handler.impl.SessionHandlerImpl.doGetSession:(Lio/vertx/core/Vertx;JLjava/lang/String;Lio/vertx/core/Handler;)V
            return
        end local 6 // java.lang.Long v
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    1     6     v  Ljava/lang/Long;

  private void lambda$4(io.vertx.ext.web.Session, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/Session;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
        start local 2 // io.vertx.core.AsyncResult delete
         0: .line 239
            aload 2 /* delete */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 240
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failed to delete previous session"
            aload 2 /* delete */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 241
            goto 4
         3: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.SessionHandlerImpl.sessionStore:Lio/vertx/ext/web/sstore/SessionStore;
            aload 1
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/SessionHandlerImpl.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.sstore.SessionStore.put:(Lio/vertx/ext/web/Session;Lio/vertx/core/Handler;)V
         4: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult delete
        end local 0 // io.vertx.ext.web.handler.impl.SessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/ext/web/handler/impl/SessionHandlerImpl;
            0    5     2  delete  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 252
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 253
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failed to store session"
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$7(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 267
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 268
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failed to delete session"
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 270
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 244
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 245
            getstatic io.vertx.ext.web.handler.impl.SessionHandlerImpl.log:Lio/vertx/core/logging/Logger;
            ldc "Failed to store session"
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 247
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   res  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "SessionHandlerImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles