Uses of Interface
com.rabbitmq.http.client.HttpConnectionConfigurator
-
Packages that use HttpConnectionConfigurator Package Description com.rabbitmq.http.client -
-
Uses of HttpConnectionConfigurator in com.rabbitmq.http.client
Constructors in com.rabbitmq.http.client with parameters of type HttpConnectionConfigurator Constructor Description SimpleRestTemplateConfigurator(HttpConnectionConfigurator configurator)
Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with aHttpURLConnection
post-processor.SimpleRestTemplateConfigurator(SSLSocketFactory sslSocketFactory, HttpConnectionConfigurator configurator)
Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with TLS configuration and aHttpURLConnection
post-processor.SimpleRestTemplateConfigurator(SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, HttpConnectionConfigurator configurator)
Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with TLS configuration, a custom hostname verifier, and aHttpURLConnection
post-processor.
-