Package | Description |
---|---|
io.vertx.ext.web.sstore |
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
ClusteredSessionStore.create(io.vertx.core.Vertx vertx)
Create a session store
|
static ClusteredSessionStore |
ClusteredSessionStore.create(io.vertx.core.Vertx vertx,
long retryTimeout)
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
|
static ClusteredSessionStore |
ClusteredSessionStore.create(io.vertx.core.Vertx vertx,
String sessionMapName)
Create a session store
|
static ClusteredSessionStore |
ClusteredSessionStore.create(io.vertx.core.Vertx vertx,
String sessionMapName,
long retryTimeout)
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
|
Copyright © 2018 Eclipse. All rights reserved.