Uses of Class
com.squareup.okhttp.Address
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http |
-
Uses of Address in com.squareup.okhttp
Methods in com.squareup.okhttp that return Address Modifier and Type Method Description AddressRoute. getAddress()Returns theAddressof this route.Methods in com.squareup.okhttp with parameters of type Address Modifier and Type Method Description ConnectionConnectionPool. get(Address address)Returns a recycled connection toaddress, or null if no such connection exists.Constructors in com.squareup.okhttp with parameters of type Address Constructor Description Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress, boolean modernTls) -
Uses of Address in com.squareup.okhttp.internal.http
Constructors in com.squareup.okhttp.internal.http with parameters of type Address Constructor Description RouteSelector(Address address, URI uri, ProxySelector proxySelector, ConnectionPool pool, Dns dns, RouteDatabase routeDatabase)