public class LocalSessionStore extends SessionStore
Can be used when sticky sessions are being used.
NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
LocalSessionStore(LocalSessionStore delegate) |
Modifier and Type | Method and Description |
---|---|
static LocalSessionStore |
create(Vertx vertx)
Create a session store
|
static LocalSessionStore |
create(Vertx vertx,
String sessionMapName)
Create a session store
|
static LocalSessionStore |
create(Vertx vertx,
String sessionMapName,
long reaperInterval)
Create a session store
|
Object |
getDelegate() |
static LocalSessionStore |
newInstance(LocalSessionStore arg) |
clear, clearObservable, close, createSession, delete, deleteObservable, get, getObservable, newInstance, put, putObservable, retryTimeout, size, sizeObservable
public LocalSessionStore(LocalSessionStore delegate)
public Object getDelegate()
getDelegate
in class SessionStore
public static LocalSessionStore create(Vertx vertx)
vertx
- the Vert.x instancepublic static LocalSessionStore create(Vertx vertx, String sessionMapName)
vertx
- the Vert.x instancesessionMapName
- name for map used to store sessionspublic static LocalSessionStore create(Vertx vertx, String sessionMapName, long reaperInterval)
vertx
- the Vert.x instancesessionMapName
- name for map used to store sessionsreaperInterval
- how often, in ms, to check for expired sessionspublic static LocalSessionStore newInstance(LocalSessionStore arg)
Copyright © 2016. All rights reserved.