Skip to content

//okhttp-sse/okhttp3.sse/EventSource

EventSource

[jvm]\ interface EventSource

Types

Name Summary
Factory [jvm]
fun interface Factory

Functions

Name Summary
cancel [jvm]
abstract fun cancel()
Immediately and violently release resources held by this event source. This does nothing if the event source has already been closed or canceled.
request [jvm]
abstract fun request(): Request
Returns the original request that initiated this event source.