Interface HttpUrlConnectorProvider.ConnectionFactory

Enclosing class:
HttpUrlConnectorProvider

public static interface HttpUrlConnectorProvider.ConnectionFactory
A factory for HttpURLConnection instances.

A factory may be used to create a HttpURLConnection and configure it in a custom manner that is not possible using the Client API.

A custom factory instance may be registered in the HttpUrlConnectorProvider instance via HttpUrlConnectorProvider.connectionFactory(ConnectionFactory) method.