xref: /aosp_15_r20/external/okhttp/README.android (revision ab625e417e7950f52094c019474d2a9e9f14a68c)
1*ab625e41SAndroid Build Coastguard WorkerURL: https://github.com/square/okhttp
2*ab625e41SAndroid Build Coastguard WorkerLicense: Apache 2
3*ab625e41SAndroid Build Coastguard WorkerDescription: "OkHttp: An HTTP+SPDY client for Android and Java applications."
4*ab625e41SAndroid Build Coastguard Worker
5*ab625e41SAndroid Build Coastguard WorkerLocal patches
6*ab625e41SAndroid Build Coastguard Worker-------------
7*ab625e41SAndroid Build Coastguard Worker
8*ab625e41SAndroid Build Coastguard WorkerAddition of classes in android/ :
9*ab625e41SAndroid Build Coastguard Worker  - com.squareup.okhttp.internal.Platform - to replace the Platform class that
10*ab625e41SAndroid Build Coastguard Worker    comes with okhttp. Avoids use of reflection where possible.
11*ab625e41SAndroid Build Coastguard Worker  - com.squareup.okhttp.Http(s)Handler - integration with Android's corelibs.
12*ab625e41SAndroid Build Coastguard Worker  - com.squareup.okhttp.ConfigAwareConnectionPool - support for a
13*ab625e41SAndroid Build Coastguard Worker    ConnectionPool that listens for network configuration changes.
14*ab625e41SAndroid Build Coastguard Worker  - com.squareup.okhttp.internal.Version - a hand-crafted version of
15*ab625e41SAndroid Build Coastguard Worker    okhttp/src/main/java-templates/com/squareup/okhttp/internal/Version.java
16*ab625e41SAndroid Build Coastguard Worker    for Android.
17*ab625e41SAndroid Build Coastguard Worker
18*ab625e41SAndroid Build Coastguard WorkerAll source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
19*ab625e41SAndroid Build Coastguard Worker  - Commenting of code that references APIs not present on Android.
20*ab625e41SAndroid Build Coastguard Worker  - @Ignore or comment out tests for functionality not supported on Android.
21*ab625e41SAndroid Build Coastguard Worker
22*ab625e41SAndroid Build Coastguard Workerokio/ contains a snapshot of the Okio project. See okio/README.android for
23*ab625e41SAndroid Build Coastguard Workerdetails.
24