Package com.unfbx.chatgpt.sse
Class ConsoleEventSourceListener
- java.lang.Object
-
- okhttp3.sse.EventSourceListener
-
- com.unfbx.chatgpt.sse.ConsoleEventSourceListener
-
public class ConsoleEventSourceListener extends okhttp3.sse.EventSourceListener描述: sse- Author:
- https:www.unfbx.com 2023-02-28
-
-
Constructor Summary
Constructors Constructor Description ConsoleEventSourceListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClosed(okhttp3.sse.EventSource eventSource)voidonEvent(okhttp3.sse.EventSource eventSource, String id, String type, String data)voidonFailure(okhttp3.sse.EventSource eventSource, Throwable t, okhttp3.Response response)voidonOpen(okhttp3.sse.EventSource eventSource, okhttp3.Response response)
-
-
-
Method Detail
-
onOpen
public void onOpen(okhttp3.sse.EventSource eventSource, okhttp3.Response response)- Overrides:
onOpenin classokhttp3.sse.EventSourceListener
-
onEvent
public void onEvent(okhttp3.sse.EventSource eventSource, String id, String type, String data)- Overrides:
onEventin classokhttp3.sse.EventSourceListener
-
onClosed
public void onClosed(okhttp3.sse.EventSource eventSource)
- Overrides:
onClosedin classokhttp3.sse.EventSourceListener
-
onFailure
public void onFailure(okhttp3.sse.EventSource eventSource, Throwable t, okhttp3.Response response)- Overrides:
onFailurein classokhttp3.sse.EventSourceListener
-
-