Class ChangeStreamWebSocketSession
- java.lang.Object
-
- org.restheart.mongodb.handlers.changestreams.ChangeStreamWebSocketSession
-
public class ChangeStreamWebSocketSession extends Object
- Author:
- Omar Trasatti <omar@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.websockets.core.WebSocketChannelgetChannel()StringgetId()SessionKeygetSessionKey()
-
-
-
Constructor Detail
-
ChangeStreamWebSocketSession
public ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)
-
-
Method Detail
-
getId
public String getId()
-
getSessionKey
public SessionKey getSessionKey()
-
getChannel
public io.undertow.websockets.core.WebSocketChannel getChannel()
-
-