Class SessionKey


  • public class SessionKey
    extends Object
    Author:
    Andrea Di Cesare
    • Constructor Detail

      • SessionKey

        public SessionKey​(String url,
                          org.bson.BsonDocument avars,
                          org.bson.json.JsonMode jsonMode)
      • SessionKey

        public SessionKey​(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
      • SessionKey

        public SessionKey​(io.undertow.server.HttpServerExchange exchange)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getUrl

        public String getUrl()
        Returns:
        the url
      • getAvars

        public org.bson.BsonDocument getAvars()
        Returns:
        the avars
      • getJsonMode

        public org.bson.json.JsonMode getJsonMode()
        Returns:
        the jsonMode