Package | Description |
---|---|
io.vertx.ext.web | |
io.vertx.ext.web.handler.sockjs | |
io.vertx.ext.web.sstore | |
io.vertx.groovy.ext.web | |
io.vertx.rxjava.ext.web |
Modifier and Type | Method and Description |
---|---|
Session |
Session.put(String key,
Object obj)
Put some data in a session
|
Session |
Session.regenerateId() |
Session |
RoutingContext.session()
Get the session.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingContext.setSession(Session session)
Set the session.
|
Modifier and Type | Method and Description |
---|---|
Session |
SockJSSocket.webSession() |
Modifier and Type | Method and Description |
---|---|
Session |
SessionStore.createSession(long timeout)
Create a new session using the default min length.
|
Session |
SessionStore.createSession(long timeout,
int length)
Create a new session
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStore.put(Session session,
Handler<AsyncResult<Boolean>> resultHandler)
Add a session with the specified ID
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStore.get(String id,
Handler<AsyncResult<Session>> resultHandler)
Get the session with the specified ID
|
Modifier and Type | Method and Description |
---|---|
static Session |
Session_GroovyExtension.put(Session j_receiver,
String key,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static <T> Object |
Session_GroovyExtension.get(Session j_receiver,
String key) |
static Session |
Session_GroovyExtension.put(Session j_receiver,
String key,
Object obj) |
static <T> Object |
Session_GroovyExtension.remove(Session j_receiver,
String key) |
Modifier and Type | Method and Description |
---|---|
Session |
Session.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.newInstance(Session arg) |
Constructor and Description |
---|
Session(Session delegate) |
Copyright © 2017. All rights reserved.