WebsocketDS constructor

WebsocketDS(
  1. WebSocketChannel webSocketChannel
)

create new instance of WebsocketDS

Implementation

WebsocketDS(this.webSocketChannel);