Package io.freefair.spring.okhttp
Class OkHttp3AutoConfiguration
- java.lang.Object
- 
- io.freefair.spring.okhttp.OkHttp3AutoConfiguration
 
- 
 @Configuration(proxyBeanMethods=false) @ConditionalOnClass(okhttp3.OkHttpClient.class) @EnableConfigurationProperties(OkHttpProperties.class) public class OkHttp3AutoConfiguration extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description OkHttp3AutoConfiguration()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.CacheokHttp3Cache()okhttp3.OkHttpClientokHttp3Client(org.springframework.beans.factory.ObjectProvider<okhttp3.Cache> cache, org.springframework.beans.factory.ObjectProvider<okhttp3.CookieJar> cookieJar, org.springframework.beans.factory.ObjectProvider<okhttp3.Dns> dns, okhttp3.ConnectionPool connectionPool)okhttp3.ConnectionPoolokHttp3ConnectionPool()
 
- 
- 
- 
Method Detail- 
okHttp3Client@Bean @ConditionalOnMissingBean public okhttp3.OkHttpClient okHttp3Client(org.springframework.beans.factory.ObjectProvider<okhttp3.Cache> cache, org.springframework.beans.factory.ObjectProvider<okhttp3.CookieJar> cookieJar, org.springframework.beans.factory.ObjectProvider<okhttp3.Dns> dns, okhttp3.ConnectionPool connectionPool)
 - 
okHttp3ConnectionPool@Bean @ConditionalOnMissingBean public okhttp3.ConnectionPool okHttp3ConnectionPool() 
 - 
okHttp3Cache@Bean @ConditionalOnMissingBean @ConditionalOnProperty(value="okhttp.cache.enabled", havingValue="true", matchIfMissing=true) public okhttp3.Cache okHttp3Cache() throws IOException- Throws:
- IOException
 
 
- 
 
-