Tag: OkHttpClient

OkHttpClient: Enhancing Network Performance

The remarkable abstractions provided by Square’s networking library, OkHttp, tend to overshadow the optimizations it brings, often escaping the notice of application developers. It uses the standard TCP handshake based connection for new requests and offers a default connection pool of 5 conne...