Uses of Interface
one.nio.http.EventSource
-
Packages that use EventSource Package Description one.nio.http -
-
Uses of EventSource in one.nio.http
Classes in one.nio.http that implement EventSource Modifier and Type Class Description classEventSourceResponseA Response, which can poll for server emitted events.(package private) classHttpClient.ServerSentEventsReaderFields in one.nio.http declared as EventSource Modifier and Type Field Description private EventSource<java.lang.String>EventSourceResponse. eventSourceMethods in one.nio.http with parameters of type EventSource Modifier and Type Method Description (package private) voidEventSourceResponse. setEventSource(EventSource<java.lang.String> es)
-