Class ChangeStreamWebSocketSession

java.lang.Object
org.restheart.mongodb.handlers.changestreams.ChangeStreamWebSocketSession

public class ChangeStreamWebSocketSession extends Object
Author:
Omar Trasatti <omar@softinstigate.com>
  • Constructor Details

    • ChangeStreamWebSocketSession

      public ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)
  • Method Details

    • getId

      public String getId()
    • getSessionKey

      public SessionKey getSessionKey()
    • getChannel

      public io.undertow.websockets.core.WebSocketChannel getChannel()
    • close

      public void close() throws IOException
      Throws:
      IOException