| Constructor and Description |
|---|
OkHttp3AutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
okHttp3Cache() |
OkHttpClient |
okHttp3Client(ObjectProvider<Cache> cache,
ObjectProvider<CookieJar> cookieJar,
ObjectProvider<Dns> dns,
ConnectionPool connectionPool,
ObjectProvider<EventListener> eventListener) |
ConnectionPool |
okHttp3ConnectionPool() |
public OkHttp3AutoConfiguration()
@Bean @ConditionalOnMissingBean public OkHttpClient okHttp3Client(ObjectProvider<Cache> cache, ObjectProvider<CookieJar> cookieJar, ObjectProvider<Dns> dns, ConnectionPool connectionPool, ObjectProvider<EventListener> eventListener)
@Bean @ConditionalOnMissingBean public ConnectionPool okHttp3ConnectionPool()
@Bean @ConditionalOnMissingBean @ConditionalOnProperty(value="okhttp.cache.enabled", havingValue="true", matchIfMissing=true) public Cache okHttp3Cache() throws IOException
IOException