Interface OkHttpClientFactory
- All Known Implementing Classes:
OkHttpBasicClientFactory
public interface OkHttpClientFactory
Constructs OkHttpClients for use by shapetrees-java-client-okhttp
-
Method Summary
Modifier and TypeMethodDescriptionokhttp3.OkHttpClient
Reuses or constructs a new regular OkHttpClient
-
Method Details
-
getOkHttpClient
Reuses or constructs a new regular OkHttpClient- Returns:
- OkHttpClient
- Throws:
ShapeTreeException
-