public class M3U8DownloadCallBack extends Object implements okhttp3.Callback
| 构造器和说明 |
|---|
M3U8DownloadCallBack(String parentPath,
int number,
AtomicInteger counter,
M3U8DownloadManager m3U8DownloadManager) |
public M3U8DownloadCallBack(String parentPath, int number, AtomicInteger counter, M3U8DownloadManager m3U8DownloadManager)
public void onFailure(@NotNull
okhttp3.Call call,
@NotNull
IOException e)
onFailure 在接口中 okhttp3.Callbackpublic void onResponse(@NotNull
okhttp3.Call call,
@NotNull
okhttp3.Response response)
throws IOException
onResponse 在接口中 okhttp3.CallbackIOExceptionCopyright © 2020. All rights reserved.