Web Client Service Provider with support for configuring standard HTTP connection properties
HTTP, Web, Client
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Connect Timeout | connect-timeout | 10 secs | Maximum amount of time to wait before failing during initial socket connection | |
Read Timeout | read-timeout | 10 secs | Maximum amount of time to wait before failing while reading socket responses | |
Write Timeout | write-timeout | 10 secs | Maximum amount of time to wait before failing while writing socket requests | |
Redirect Handling Strategy | redirect-handling-strategy | FOLLOWED |
| Handling strategy for responding to HTTP 301 or 302 redirects received with a Location header |
SSL Context Service | ssl-context-service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | SSL Context Service overrides system default TLS settings for HTTPS communication | |
Proxy Configuration Service | proxy-configuration-service | Controller Service API: ProxyConfigurationService Implementation: StandardProxyConfigurationService | Specifies the Proxy Configuration Controller Service to proxy network requests. If set, it supersedes proxy settings configured per component. |