C  E  O 

O

onClosed(EventSource,Throwable) - function in com.pexip.sdk.api.EventSourceListener
Invoked when an event source has been closed.
onEvent(EventSource,Event) - function in com.pexip.sdk.api.EventSourceListener
Invoked when a new Event has been received.
onFailure(Call,Throwable) - function in com.pexip.sdk.api.Callback
Invoked when a network exception occurred talking to the server or when an unexpected exception occurred creating the request or processing the response.
onOpen(EventSource) - function in com.pexip.sdk.api.EventSourceListener
Invoked when an event source has been accepted by the remote peer and may begin transmitting events.
onSuccess(Call,T) - function in com.pexip.sdk.api.Callback
Invoked for a received response.
C  E  O