public class SessionClientImpl extends Object implements SessionClient
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.ext.web.Session> |
get(String id) |
io.vertx.ext.web.handler.SessionHandler |
getHandler() |
io.vertx.core.Future<io.vertx.ext.web.Session> |
open(String sessionId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateShared, createSharedpublic io.vertx.ext.web.handler.SessionHandler getHandler()
getHandler in interface SessionClientpublic io.vertx.core.Future<io.vertx.ext.web.Session> get(String id)
get in interface SessionClientpublic io.vertx.core.Future<io.vertx.ext.web.Session> open(String sessionId)
open in interface SessionClientCopyright © 2021. All rights reserved.