Class SessionClientImpl

    • Method Detail

      • getHandler

        public io.vertx.ext.web.handler.SessionHandler getHandler()
        Specified by:
        getHandler in interface SessionClient
      • get

        public io.vertx.core.Future<io.vertx.ext.web.Session> get​(String id)
        Specified by:
        get in interface SessionClient
      • open

        public io.vertx.core.Future<io.vertx.ext.web.Session> open​(String sessionId)
        Specified by:
        open in interface SessionClient