interface Factory
abstract fun newEventSource(request: Request, listener: EventSourceListener): EventSource
Creates a new event source and immediately returns it. Creating an event source initiates an
asynchronous process to connect the socket. Once that succeeds or fails, |