-
- All Implemented Interfaces:
public interface EventSourceFactory
-
-
Method Summary
Modifier and Type Method Description abstract EventSourcecreate(EventSourceListener listener)Creates a new event source and immediately returns it. -
-
Method Detail
-
create
abstract EventSource create(EventSourceListener listener)
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,
listenerwill be notified. The caller must cancel the returned event source when it is no longer in use.
-
-
-
-