Interface OkHttpClientFactory

All Known Implementing Classes:
OkHttpBasicClientFactory

public interface OkHttpClientFactory
Constructs OkHttpClients for use by shapetrees-java-client-okhttp
  • Method Summary

    Modifier and Type
    Method
    Description
    okhttp3.OkHttpClient
    Reuses or constructs a new regular OkHttpClient
  • Method Details

    • getOkHttpClient

      okhttp3.OkHttpClient getOkHttpClient() throws ShapeTreeException
      Reuses or constructs a new regular OkHttpClient
      Returns:
      OkHttpClient
      Throws:
      ShapeTreeException