okhttp-sse / okhttp3.sse / EventSource

EventSource

interface EventSource

Types

Factory

interface Factory

Functions

cancel

abstract fun cancel(): Unit

Immediately and violently release resources held by this event source. This does nothing if the event source has already been closed or canceled.

request

abstract fun request(): Request

Returns the original request that initiated this event source.