Class RestApiQueryCallFactory

    • Constructor Detail

      • RestApiQueryCallFactory

        public RestApiQueryCallFactory​(okhttp3.OkHttpClient httpClient)
        Creates a new RestApiQueryCallFactory instance.
        Parameters:
        httpClient - the OkHttpClient instance.
      • RestApiQueryCallFactory

        public RestApiQueryCallFactory​(okhttp3.OkHttpClient httpClient,
                                       String protocol)
        Creates a new RestApiQueryCallFactory instance.
        Parameters:
        httpClient - the OkHttpClient instance.