Package io.vertx.tp.plugin.session
Class SessionClientImpl
- java.lang.Object
-
- io.vertx.tp.plugin.session.SessionClientImpl
-
- All Implemented Interfaces:
SessionClient
public class SessionClientImpl extends Object implements SessionClient
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.ext.web.Session>get(String id)io.vertx.ext.web.handler.SessionHandlergetHandler()io.vertx.core.Future<io.vertx.ext.web.Session>open(String sessionId)
-
-
-
Method Detail
-
getHandler
public io.vertx.ext.web.handler.SessionHandler getHandler()
- Specified by:
getHandlerin interfaceSessionClient
-
get
public io.vertx.core.Future<io.vertx.ext.web.Session> get(String id)
- Specified by:
getin interfaceSessionClient
-
open
public io.vertx.core.Future<io.vertx.ext.web.Session> open(String sessionId)
- Specified by:
openin interfaceSessionClient
-
-