SSEClient.proxy constructor

SSEClient.proxy(
  1. Client client
)

Creates an SSEClient that uses client for all operations but stream.

Implementation

factory SSEClient.proxy(Client client) => SSEClientFactory.create(client);