| Method and Description |
|---|
| com.squareup.okhttp.CertificatePinner.check(String, Certificate...)
replaced with
CertificatePinner.check(String, List). |
| com.squareup.okhttp.ConnectionPool.getSpdyConnectionCount() |
| com.squareup.okhttp.Address.getUriHost()
prefer
address.url().host(). |
| com.squareup.okhttp.Address.getUriPort()
prefer
address.url().port(). |
Copyright © 2016. All Rights Reserved.