EventSourceListener

abstract class EventSourceListener

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onClosed(eventSource: EventSource)

TODO description.

Link copied to clipboard
open fun onEvent(eventSource: EventSource, id: String?, type: String?, data: String)

TODO description.

Link copied to clipboard
open fun onFailure(eventSource: EventSource, t: Throwable?, response: Response?)

Invoked when an event source has been closed due to an error reading from or writing to the network. Incoming events may have been lost. No further calls to this listener will be made.

Link copied to clipboard
open fun onOpen(eventSource: EventSource, response: Response)

Invoked when an event source has been accepted by the remote peer and may begin transmitting events.