Creates an SSEClient that uses client for all operations but stream.
client
factory SSEClient.proxy(Client client) => SSEClientFactory.create(client);