Configuration for the HTTP client
Type | Name and description |
---|---|
java.util.Map<java.lang.String, java.lang.Object> |
channelOptions Options for the netty channel |
java.lang.String |
encoding The encoding to use |
io.netty.handler.codec.http.HttpVersion |
httpVersion The HTTP version to use |
java.net.Proxy |
proxy The proxy to use. |
int |
readTimeout The read timeout |
io.netty.handler.ssl.SslProvider |
sslProvider The SSL provider to use |
long |
sslSessionCacheSize The default session cache size |
long |
sslSessionTimeout The SSL timeout period |
javax.net.ssl.TrustManagerFactory |
sslTrustManagerFactory The 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