Package | Description |
---|---|
com.squareup.okhttp |
Modifier and Type | Method and Description |
---|---|
Address |
Route.getAddress() |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionPool.get(Address address)
Returns a recycled connection to
address , or null if no such connection exists. |
Constructor and Description |
---|
Route(Address address,
Proxy proxy,
InetSocketAddress inetSocketAddress,
ConnectionSpec connectionSpec) |
Route(Address address,
Proxy proxy,
InetSocketAddress inetSocketAddress,
ConnectionSpec connectionSpec,
boolean shouldSendTlsFallbackIndicator) |
Copyright © 2015. All rights reserved.