Class VertxSession

  • All Implemented Interfaces:
    Session

    public class VertxSession
    extends java.lang.Object
    implements Session
    • Constructor Summary

      Constructors 
      Constructor Description
      VertxSession​(io.vertx.ext.web.Session vertxSession)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      <T> T get​(java.lang.String key)  
      void remove​(java.lang.String key)  
      void set​(java.lang.String key, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxSession

        public VertxSession​(io.vertx.ext.web.Session vertxSession)
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface Session
      • set

        public void set​(java.lang.String key,
                        java.lang.Object value)
        Specified by:
        set in interface Session
      • get

        public <T> T get​(java.lang.String key)
        Specified by:
        get in interface Session
      • remove

        public void remove​(java.lang.String key)
        Specified by:
        remove in interface Session