Class SessionKey
java.lang.Object
org.restheart.mongodb.handlers.changestreams.SessionKey
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
ConstructorsConstructorDescriptionSessionKey(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
-
Constructor Details
-
SessionKey
-
SessionKey
public SessionKey(io.undertow.websockets.spi.WebSocketHttpExchange exchange) -
SessionKey
public SessionKey(io.undertow.server.HttpServerExchange exchange)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getUrl
- Returns:
- the url
-
getAvars
public org.bson.BsonDocument getAvars()- Returns:
- the avars
-
getJsonMode
public org.bson.json.JsonMode getJsonMode()- Returns:
- the jsonMode
-