Files
rk35xx-android14/external/okhttp/README.android
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

24 lines
1.0 KiB
Plaintext

URL: https://github.com/square/okhttp
License: Apache 2
Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
Local patches
-------------
Addition of classes in android/ :
- com.squareup.okhttp.internal.Platform - to replace the Platform class that
comes with okhttp. Avoids use of reflection where possible.
- com.squareup.okhttp.Http(s)Handler - integration with Android's corelibs.
- com.squareup.okhttp.ConfigAwareConnectionPool - support for a
ConnectionPool that listens for network configuration changes.
- com.squareup.okhttp.internal.Version - a hand-crafted version of
okhttp/src/main/java-templates/com/squareup/okhttp/internal/Version.java
for Android.
All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
- Commenting of code that references APIs not present on Android.
- @Ignore or comment out tests for functionality not supported on Android.
okio/ contains a snapshot of the Okio project. See okio/README.android for
details.