public class ConsoleEventSourceListener
extends okhttp3.sse.EventSourceListener
| Constructor and Description |
|---|
ConsoleEventSourceListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClosed(okhttp3.sse.EventSource eventSource) |
void |
onEvent(okhttp3.sse.EventSource eventSource,
String id,
String type,
String data) |
void |
onFailure(okhttp3.sse.EventSource eventSource,
Throwable t,
okhttp3.Response response) |
void |
onOpen(okhttp3.sse.EventSource eventSource,
okhttp3.Response response) |
public void onOpen(okhttp3.sse.EventSource eventSource,
okhttp3.Response response)
onOpen in class okhttp3.sse.EventSourceListenerpublic void onEvent(okhttp3.sse.EventSource eventSource,
String id,
String type,
String data)
onEvent in class okhttp3.sse.EventSourceListenerpublic void onClosed(okhttp3.sse.EventSource eventSource)
onClosed in class okhttp3.sse.EventSourceListenerpublic void onFailure(okhttp3.sse.EventSource eventSource,
Throwable t,
okhttp3.Response response)
onFailure in class okhttp3.sse.EventSourceListenerCopyright © 2023 grt1228. All rights reserved.