Skip navigation links
C E N O P R 

C

cancel() - Method in interface okhttp3.sse.EventSource
Immediately and violently release resources held by this event source.
createFactory(OkHttpClient) - Static method in class okhttp3.sse.EventSources
 

E

EventSource - Interface in okhttp3.sse
 
EventSource.Factory - Interface in okhttp3.sse
 
EventSourceListener - Class in okhttp3.sse
 
EventSourceListener() - Constructor for class okhttp3.sse.EventSourceListener
 
EventSources - Class in okhttp3.sse
 

N

newEventSource(Request, EventSourceListener) - Method in interface okhttp3.sse.EventSource.Factory
Creates a new event source and immediately returns it.

O

okhttp3.sse - package okhttp3.sse
Support for server-sent events.
onClosed(EventSource) - Method in class okhttp3.sse.EventSourceListener
TODO description.
onEvent(EventSource, String, String, String) - Method in class okhttp3.sse.EventSourceListener
TODO description.
onFailure(EventSource, Throwable, Response) - Method in class okhttp3.sse.EventSourceListener
Invoked when an event source has been closed due to an error reading from or writing to the network.
onOpen(EventSource, Response) - Method in class okhttp3.sse.EventSourceListener
Invoked when an event source has been accepted by the remote peer and may begin transmitting events.

P

processResponse(Response, EventSourceListener) - Static method in class okhttp3.sse.EventSources
 

R

request() - Method in interface okhttp3.sse.EventSource
Returns the original request that initiated this event source.
C E N O P R 
Skip navigation links

Copyright © 2019. All rights reserved.