C E N O P R S 

C

cancel() - Method in class okhttp3.internal.sse.RealEventSource
 
cancel() - Method in interface okhttp3.sse.EventSource
Immediately and violently release resources held by this event source.
connect(OkHttpClient) - Method in class okhttp3.internal.sse.RealEventSource
 
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.internal.sse - package okhttp3.internal.sse
Private support classes for server-sent events.
okhttp3.sse - package okhttp3.sse
Support for server-sent events.
onClosed(EventSource) - Method in class okhttp3.sse.EventSourceListener
TODO description.
onEvent(String, String, String) - Method in class okhttp3.internal.sse.RealEventSource
 
onEvent(String, String, String) - Method in interface okhttp3.internal.sse.ServerSentEventReader.Callback
 
onEvent(EventSource, String, String, String) - Method in class okhttp3.sse.EventSourceListener
TODO description.
onFailure(Call, IOException) - Method in class okhttp3.internal.sse.RealEventSource
 
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.
onResponse(Call, Response) - Method in class okhttp3.internal.sse.RealEventSource
 
onRetryChange(long) - Method in class okhttp3.internal.sse.RealEventSource
 
onRetryChange(long) - Method in interface okhttp3.internal.sse.ServerSentEventReader.Callback
 

P

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

R

RealEventSource - Class in okhttp3.internal.sse
 
RealEventSource(Request, EventSourceListener) - Constructor for class okhttp3.internal.sse.RealEventSource
 
request() - Method in class okhttp3.internal.sse.RealEventSource
 
request() - Method in interface okhttp3.sse.EventSource
Returns the original request that initiated this event source.

S

ServerSentEventReader - Class in okhttp3.internal.sse
 
ServerSentEventReader(BufferedSource, ServerSentEventReader.Callback) - Constructor for class okhttp3.internal.sse.ServerSentEventReader
 
ServerSentEventReader.Callback - Interface in okhttp3.internal.sse
 
C E N O P R S 
Skip navigation links

Copyright © 2020. All rights reserved.