Class SessionKey
- java.lang.Object
-
- org.restheart.mongodb.handlers.changestreams.SessionKey
-
public class SessionKey extends Object
- Author:
- Andrea Di Cesare
-
-
Constructor Summary
Constructors Constructor Description SessionKey(io.undertow.server.HttpServerExchange exchange)SessionKey(io.undertow.websockets.spi.WebSocketHttpExchange exchange)SessionKey(String url, org.bson.BsonDocument avars, org.bson.json.JsonMode jsonMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)org.bson.BsonDocumentgetAvars()org.bson.json.JsonModegetJsonMode()StringgetUrl()inthashCode()StringtoString()
-
-
-
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
-
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
-
-