软件包 net.tsz.afinal.common
的使用

使用 net.tsz.afinal.common 的软件包
net.tsz.afinal.common   
net.tsz.afinal.http   
 

net.tsz.afinal.common 使用的 net.tsz.afinal.common 中的类
AsyncTask
          拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/ core/java/android/os/AsyncTask.java 修改了线程池属性,让并发线程按顺序执行
AsyncTask.Status
          Indicates the current status of the task.
DiskLruCache
          Taken from the JB source code, can be found in: libcore/luni/src/main/java/libcore/io/DiskLruCache.java or direct link: https://android.googlesource.com/platform/libcore/+/android-4.1.1_r1/luni/src/main/java/libcore/io/DiskLruCache.java A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor
          Edits the values for an entry.
DiskLruCache.Snapshot
          A snapshot of the values for an entry.
 

net.tsz.afinal.http 使用的 net.tsz.afinal.common 中的类
AsyncTask
          拷贝 https://android.googlesource.com/platform/frameworks/base/+/jb-release/ core/java/android/os/AsyncTask.java 修改了线程池属性,让并发线程按顺序执行