Package | Description |
---|---|
io.vertx.ext.web.sstore | |
io.vertx.reactivex.ext.web.sstore | |
io.vertx.rxjava.ext.web.sstore |
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
ClusteredSessionStore.create(Vertx vertx)
Create a session store
|
static ClusteredSessionStore |
ClusteredSessionStore.create(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(Vertx vertx,
String sessionMapName)
Create a session store
|
static ClusteredSessionStore |
ClusteredSessionStore.create(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.
|
Modifier and Type | Method and Description |
---|---|
ClusteredSessionStore |
ClusteredSessionStore.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
ClusteredSessionStore.newInstance(ClusteredSessionStore arg) |
Constructor and Description |
---|
ClusteredSessionStore(ClusteredSessionStore delegate) |
Modifier and Type | Method and Description |
---|---|
ClusteredSessionStore |
ClusteredSessionStore.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
ClusteredSessionStore.newInstance(ClusteredSessionStore arg) |
Constructor and Description |
---|
ClusteredSessionStore(ClusteredSessionStore delegate) |
Copyright © 2023 Eclipse. All rights reserved.