public class io.vertx.reactivex.ext.web.handler.SessionHandler implements io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.handler.SessionHandler
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.handler.SessionHandler> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/handler/SessionHandler;>;

  private final io.vertx.ext.web.handler.SessionHandler delegate;
    descriptor: Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.lang.String DEFAULT_SESSION_COOKIE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "vertx-web.session"

  public static final java.lang.String DEFAULT_SESSION_COOKIE_PATH;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "/"

  public static final long DEFAULT_SESSION_TIMEOUT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1800000

  public static final boolean DEFAULT_NAG_HTTPS;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final boolean DEFAULT_COOKIE_HTTP_ONLY_FLAG;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final boolean DEFAULT_COOKIE_SECURE_FLAG;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DEFAULT_SESSIONID_MIN_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final boolean DEFAULT_LAZY_SESSION;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 77
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/handler/SessionHandler.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 78
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/handler/SessionHandler.getDelegate()Lio/vertx/ext/web/handler/SessionHandler; (5)
                  (Lio/vertx/reactivex/ext/web/handler/SessionHandler;)Ljava/lang/Object;
         2: .line 77
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.handler.SessionHandler.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 316
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // java.lang.Object o
         0: .line 66
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.handler.SessionHandler
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.handler.SessionHandler that
         4: .line 69
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.handler.SessionHandler that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;

  public void <init>(io.vertx.ext.web.handler.SessionHandler);
    descriptor: (Lio/vertx/ext/web/handler/SessionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.ext.web.handler.SessionHandler delegate
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
         2: .line 85
            return
        end local 1 // io.vertx.ext.web.handler.SessionHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    3     1  delegate  Lio/vertx/ext/web/handler/SessionHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // java.lang.Object delegate
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.handler.SessionHandler
            putfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
         2: .line 89
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.handler.SessionHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;

  public void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.SessionHandler.handle:(Ljava/lang/Object;)V
         1: .line 101
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
       Name  Flags
      event  

  public static io.vertx.reactivex.ext.web.handler.SessionHandler create(io.vertx.reactivex.ext.web.sstore.SessionStore);
    descriptor: (Lio/vertx/reactivex/ext/web/sstore/SessionStore;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore sessionStore
         0: .line 109
            aload 0 /* sessionStore */
            invokevirtual io.vertx.reactivex.ext.web.sstore.SessionStore.getDelegate:()Lio/vertx/ext/web/sstore/SessionStore;
            invokestatic io.vertx.ext.web.handler.SessionHandler.create:(Lio/vertx/ext/web/sstore/SessionStore;)Lio/vertx/ext/web/handler/SessionHandler;
            invokestatic io.vertx.reactivex.ext.web.handler.SessionHandler.newInstance:(Lio/vertx/ext/web/handler/SessionHandler;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.web.handler.SessionHandler ret
         1: .line 110
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.handler.SessionHandler ret
        end local 0 // io.vertx.reactivex.ext.web.sstore.SessionStore sessionStore
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0  sessionStore  Lio/vertx/reactivex/ext/web/sstore/SessionStore;
            1    2     1           ret  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    MethodParameters:
              Name  Flags
      sessionStore  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setSessionTimeout(long);
    descriptor: (J)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // long timeout
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            lload 1 /* timeout */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setSessionTimeout:(J)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setNagHttps(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // boolean nag
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            iload 1 /* nag */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setNagHttps:(Z)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // boolean nag
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1   nag  Z
    MethodParameters:
      Name  Flags
      nag   

  public io.vertx.reactivex.ext.web.handler.SessionHandler setCookieSecureFlag(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // boolean secure
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            iload 1 /* secure */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setCookieSecureFlag:(Z)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // boolean secure
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  secure  Z
    MethodParameters:
        Name  Flags
      secure  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setCookieHttpOnlyFlag(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // boolean httpOnly
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            iload 1 /* httpOnly */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setCookieHttpOnlyFlag:(Z)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // boolean httpOnly
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  httpOnly  Z
    MethodParameters:
          Name  Flags
      httpOnly  

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

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

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

  public io.vertx.reactivex.ext.web.handler.SessionHandler setCookieSameSite(io.vertx.core.http.CookieSameSite);
    descriptor: (Lio/vertx/core/http/CookieSameSite;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.core.http.CookieSameSite policy
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            aload 1 /* policy */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setCookieSameSite:(Lio/vertx/core/http/CookieSameSite;)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 196
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.CookieSameSite policy
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  policy  Lio/vertx/core/http/CookieSameSite;
    MethodParameters:
        Name  Flags
      policy  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setLazySession(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // boolean lazySession
         0: .line 206
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            iload 1 /* lazySession */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setLazySession:(Z)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // boolean lazySession
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  lazySession  Z
    MethodParameters:
             Name  Flags
      lazySession  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setCookieMaxAge(long);
    descriptor: (J)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // long cookieMaxAge
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            lload 1 /* cookieMaxAge */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setCookieMaxAge:(J)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // long cookieMaxAge
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  cookieMaxAge  J
    MethodParameters:
              Name  Flags
      cookieMaxAge  

  public io.vertx.reactivex.ext.web.handler.SessionHandler setAuthProvider(io.vertx.reactivex.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/reactivex/ext/auth/AuthProvider;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.reactivex.ext.auth.AuthProvider authProvider
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            aload 1 /* authProvider */
            invokevirtual io.vertx.reactivex.ext.auth.AuthProvider.getDelegate:()Lio/vertx/ext/auth/AuthProvider;
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setAuthProvider:(Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.AuthProvider authProvider
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  authProvider  Lio/vertx/reactivex/ext/auth/AuthProvider;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      authProvider  

  public io.vertx.reactivex.ext.web.handler.SessionHandler flush(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        start local 2 // io.vertx.core.Handler handler
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            aload 1 /* ctx */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            aload 2 /* handler */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.flush:(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 242
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1      ctx  Lio/vertx/reactivex/ext/web/RoutingContext;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    MethodParameters:
         Name  Flags
      ctx      
      handler  

  public io.vertx.reactivex.ext.web.handler.SessionHandler flush(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
         0: .line 253
            aload 0 /* this */
            aload 1 /* ctx */
            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/reactivex/ext/web/handler/SessionHandler.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.handler.SessionHandler.flush:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
         1: .line 252
            areturn
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1   ctx  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
      Name  Flags
      ctx   

  public io.reactivex.Completable rxFlush(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
         0: .line 263
            aload 0 /* this */
            aload 1 /* ctx */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/handler/SessionHandler;Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/util/function/Consumer;
              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/reactivex/ext/web/handler/SessionHandler.lambda$3(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    1     1   ctx  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
      Name  Flags
      ctx   

  public io.vertx.reactivex.ext.web.handler.SessionHandler setCookieless(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 1 // boolean cookieless
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.SessionHandler.delegate:Lio/vertx/ext/web/handler/SessionHandler;
            iload 1 /* cookieless */
            invokeinterface io.vertx.ext.web.handler.SessionHandler.setCookieless:(Z)Lio/vertx/ext/web/handler/SessionHandler;
            pop
         1: .line 277
            aload 0 /* this */
            areturn
        end local 1 // boolean cookieless
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     1  cookieless  Z
    MethodParameters:
            Name  Flags
      cookieless  

  public static io.vertx.reactivex.ext.web.handler.SessionHandler newInstance(io.vertx.ext.web.handler.SessionHandler);
    descriptor: (Lio/vertx/ext/web/handler/SessionHandler;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.SessionHandler arg
         0: .line 318
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.handler.SessionHandler
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.handler.SessionHandler.<init>:(Lio/vertx/ext/web/handler/SessionHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.handler.SessionHandler
         2: areturn
        end local 0 // io.vertx.ext.web.handler.SessionHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/handler/SessionHandler;
    MethodParameters:
      Name  Flags
      arg   

  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.reactivex.ext.web.RoutingContext
            invokevirtual io.vertx.reactivex.ext.web.handler.SessionHandler.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 77
            new io.vertx.reactivex.ext.web.handler.SessionHandler
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.handler.SessionHandler
            invokespecial io.vertx.reactivex.ext.web.handler.SessionHandler.<init>:(Lio/vertx/ext/web/handler/SessionHandler;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 253
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$3(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 264
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.handler.SessionHandler.flush:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            pop
         1: .line 265
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.handler.SessionHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/handler/SessionHandler;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
SourceFile: "SessionHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/handler/SessionHandler;)