public interface io.vertx.ext.web.sstore.SessionStore
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.sstore.SessionStore
  super_class: java.lang.Object
{
  public static final int DEFAULT_SESSIONID_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static io.vertx.ext.web.sstore.SessionStore create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/sstore/SessionStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 44
            aload 0 /* vertx */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokestatic io.vertx.ext.web.sstore.SessionStore.create:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.ext.web.sstore.SessionStore create(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject options
         0: .line 58
            ldc Lio/vertx/ext/web/sstore/SessionStore;
            invokestatic io.vertx.core.ServiceHelper.loadFactoryOrNull:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.sstore.SessionStore
            astore 2 /* defaultStore */
        start local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
         1: .line 59
            aload 2 /* defaultStore */
            ifnull 5
         2: .line 60
            aload 2 /* defaultStore */
            aload 0 /* vertx */
            aload 1 /* options */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.init:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
         3: areturn
        end local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
         4: .line 62
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            pop
         5: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* vertx */
            invokeinterface io.vertx.core.Vertx.isClustered:()Z
            ifeq 8
         6: .line 67
            new io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
            dup
            invokespecial io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl.<init>:()V
            astore 2 /* defaultStore */
        start local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
         7: .line 68
            goto 9
        end local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
         8: .line 69
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
            dup
            invokespecial io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl.<init>:()V
            astore 2 /* defaultStore */
        start local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
         9: .line 72
      StackMap locals: io.vertx.ext.web.sstore.SessionStore
      StackMap stack:
            aload 2 /* defaultStore */
            aload 0 /* vertx */
            aload 1 /* options */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.init:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
            areturn
        end local 2 // io.vertx.ext.web.sstore.SessionStore defaultStore
        end local 1 // io.vertx.core.json.JsonObject options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0         vertx  Lio/vertx/core/Vertx;
            0   10     1       options  Lio/vertx/core/json/JsonObject;
            1    4     2  defaultStore  Lio/vertx/ext/web/sstore/SessionStore;
            7    8     2  defaultStore  Lio/vertx/ext/web/sstore/SessionStore;
            9   10     2  defaultStore  Lio/vertx/ext/web/sstore/SessionStore;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.RuntimeException
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract io.vertx.ext.web.sstore.SessionStore init(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract long retryTimeout();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.web.Session createSession(long);
    descriptor: (J)Lio/vertx/ext/web/Session;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      timeout  

  public abstract io.vertx.ext.web.Session createSession(long, int);
    descriptor: (JI)Lio/vertx/ext/web/Session;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      timeout  
      length   

  public abstract void get(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.Session>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/Session;>;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER, location=[TYPE_ARGUMENT(0), TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
               Name  Flags
      cookieValue    
      resultHandler  

  public io.vertx.core.Future<io.vertx.ext.web.Session> get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String cookieValue
         0: .line 133
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 134
            aload 0 /* this */
            aload 1 /* cookieValue */
            aload 2 /* promise */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.get:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 135
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // java.lang.String cookieValue
        end local 0 // io.vertx.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/ext/web/sstore/SessionStore;
            0    3     1  cookieValue  Ljava/lang/String;
            1    3     2      promise  Lio/vertx/core/Promise<Lio/vertx/ext/web/Session;>;
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/web/Session;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN, location=[TYPE_ARGUMENT(0)]
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
             Name  Flags
      cookieValue  

  public abstract void delete(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      id             
      resultHandler  

  public io.vertx.core.Future<java.lang.Void> delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.sstore.SessionStore this
        start local 1 // java.lang.String cookieValue
         0: .line 152
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 153
            aload 0 /* this */
            aload 1 /* cookieValue */
            aload 2 /* promise */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 154
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // java.lang.String cookieValue
        end local 0 // io.vertx.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/ext/web/sstore/SessionStore;
            0    3     1  cookieValue  Ljava/lang/String;
            1    3     2      promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
             Name  Flags
      cookieValue  

  public abstract void put(io.vertx.ext.web.Session, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/web/Session;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/web/Session;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      session        
      resultHandler  

  public io.vertx.core.Future<java.lang.Void> put(io.vertx.ext.web.Session);
    descriptor: (Lio/vertx/ext/web/Session;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.sstore.SessionStore this
        start local 1 // io.vertx.ext.web.Session session
         0: .line 171
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 172
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* promise */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.put:(Lio/vertx/ext/web/Session;Lio/vertx/core/Handler;)V
         2: .line 173
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.ext.web.Session session
        end local 0 // io.vertx.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/sstore/SessionStore;
            0    3     1  session  Lio/vertx/ext/web/Session;
            1    3     2  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/ext/web/Session;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      session  

  public abstract void clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.core.Future<java.lang.Void> clear();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.sstore.SessionStore this
         0: .line 188
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 189
            aload 0 /* this */
            aload 1 /* promise */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.clear:(Lio/vertx/core/Handler;)V
         2: .line 190
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/sstore/SessionStore;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract void size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.core.Future<java.lang.Integer> size();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.sstore.SessionStore this
         0: .line 207
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 1 /* promise */
        start local 1 // io.vertx.core.Promise promise
         1: .line 208
            aload 0 /* this */
            aload 1 /* promise */
            invokeinterface io.vertx.ext.web.sstore.SessionStore.size:(Lio/vertx/core/Handler;)V
         2: .line 209
            aload 1 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.web.sstore.SessionStore this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/sstore/SessionStore;
            1    3     1  promise  Lio/vertx/core/Promise<Ljava/lang/Integer;>;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Integer;>;

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SessionStore.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()