public interface ContextAsyncListener
void onStart(Context ctx) throws IOException
ctx - 请求上下文IOExceptionvoid onComplete(Context ctx) throws IOException
ctx - 请求上下文IOExceptionvoid onTimeout(Context ctx) throws IOException
ctx - 请求上下文IOExceptionvoid onError(Context ctx, Throwable e) throws IOException
ctx - 请求上下文e - 异步IOExceptionCopyright © 2024. All rights reserved.