Transport (httpClient-Http Transport)

This component switches an underlying Http client transport layer between that which comes with the standard JRE and the third party OKHttp library. This allows the module to potentially work around behaviors seen with either implementation by providing a choice.

Both the Http Client driver and the standalone clients contain a transport selector.

Figure 43.   Transport properties
Image

To access these properties, double-click HttpClient and double-click Transport.

Property Value Description
Transport Type drop-down list
Switches the underlying transport layer between the standard JRE (UrlConnectionHttpTransport) and the third-party OKHttp library (OKHttp Transport).