ws method

WsEndpoint ws(
  1. WsConfig config
)

Create and configure a WebSocket endpoint

Implementation

WsEndpoint ws(WsConfig config) => WsEndpoint(_proxyInterface, config: config);