Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler | |
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 | Class and Description |
---|---|
class |
ClusteredSessionStore
A session store which stores sessions in a distributed map so they are available across the cluster.
|
class |
LocalSessionStore
A session store which is only available on a single node.
|
Modifier and Type | Method and Description |
---|---|
static SessionStore |
SessionStore.newInstance(SessionStore arg) |
Copyright © 2016. All rights reserved.