| Package | Description | 
|---|---|
| io.vertx.ext.web.handler | |
| io.vertx.ext.web.sstore | |
| io.vertx.reactivex.ext.web.sstore | |
| io.vertx.rxjava.ext.web.sstore | 
| Modifier and Type | Method and Description | 
|---|---|
static SessionHandler | 
SessionHandler.create(SessionStore sessionStore)
Create a session handler 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ClusteredSessionStore
A session store which stores sessions in a distributed map so they are available across the cluster. 
 | 
interface  | 
LocalSessionStore
A session store which is only available on a single node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SessionStore | 
SessionStore.create(Vertx vertx)
Create a Session store given a backend and configuration JSON. 
 | 
static SessionStore | 
SessionStore.create(Vertx vertx,
      JsonObject options)
Create a Session store given a backend and configuration JSON. 
 | 
SessionStore | 
SessionStore.init(Vertx vertx,
    JsonObject options)
Initialize this store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SessionStore | 
SessionStore.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SessionStore | 
SessionStore.newInstance(SessionStore arg)  | 
| Constructor and Description | 
|---|
SessionStore(SessionStore delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
SessionStore | 
SessionStore.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SessionStore | 
SessionStore.newInstance(SessionStore arg)  | 
| Constructor and Description | 
|---|
SessionStore(SessionStore delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.