Package | Description |
---|---|
io.vertx.rxjava.ext.web | |
io.vertx.rxjava.ext.web.handler.sockjs | |
io.vertx.rxjava.ext.web.sstore |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.newInstance(Session arg) |
Session |
Session.put(String key,
Object obj)
Put some data in a session
|
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
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<Session> |
SessionStore.getObservable(String id)
Get the session with the specified ID
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStore.put(Session session,
Handler<AsyncResult<Boolean>> resultHandler)
Add a session with the specified ID
|
rx.Observable<Boolean> |
SessionStore.putObservable(Session session)
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
|
Copyright © 2015. All Rights Reserved.