Class WebSocketSession
java.lang.Object
org.restheart.mongodb.handlers.changestreams.WebSocketSession
- Author:
- Omar Trasatti <omar@softinstigate.com>
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, ChangeStreamWorker csw) -
Method Summary
-
Constructor Details
-
WebSocketSession
public WebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, ChangeStreamWorker csw)
-
-
Method Details
-
close
- Throws:
IOException
-
getId
-
getChannel
public io.undertow.websockets.core.WebSocketChannel getChannel()
-