UndertowWebSocketClient(worker: XnioWorker)
Constructor with the XnioWorker to pass to io.undertow.websockets.client.WebSocketClient#connectionBuilder
UndertowWebSocketClient(worker: XnioWorker, builderConsumer: Consumer<ConnectionBuilder>)
Alternate constructor providing additional control over the ConnectionBuilder for each WebSocket connection.
worker - the Xnio worker to use to create ConnectionBuilder's
builderConsumer - a consumer to configure ConnectionBuilder's