Interface HttpURLConnectionFactory


public interface HttpURLConnectionFactory

Class overview

This interface provides a way for client to construct their own HttpURLConnection, allowing the use of alternate libraries based on HttpURLConnection (for example OkHttp).

Usage

Implement this interface and provide the name of the implementing class on IdcHttpClientConfig through IdcClientConfig.setProperty(String, String), using PROP_HTTP_URL_CONNECTION_FACTORY as the key.