Configuration for the HTTP client
| Type | Name and description |
|---|---|
java.util.Map<java.lang.String, java.lang.Object> |
channelOptionsOptions for the netty channel |
java.lang.String |
encodingThe encoding to use |
io.netty.handler.codec.http.HttpVersion |
httpVersionThe HTTP version to use |
java.net.Proxy |
proxyThe proxy to use. |
int |
readTimeoutThe read timeout |
io.netty.handler.ssl.SslProvider |
sslProviderThe SSL provider to use |
long |
sslSessionCacheSizeThe default session cache size |
long |
sslSessionTimeoutThe SSL timeout period |
javax.net.ssl.TrustManagerFactory |
sslTrustManagerFactoryThe default trust manager factory |
Options for the netty channel
The encoding to use
The HTTP version to use
The proxy to use. For authentication specify http.proxyUser and http.proxyPassword system properties Alternatively configure a java.net.ProxySelector
The read timeout
The SSL provider to use
The default session cache size
The SSL timeout period
The default trust manager factory