Class WebSocketSession

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

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

    • WebSocketSession

      public WebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, ChangeStreamWorker csw)
  • Method Details

    • close

      public void close() throws IOException
      Throws:
      IOException
    • getId

      public String getId()
    • getChannel

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