Uses of Class
org.springframework.cloud.gateway.config.HttpClientSslConfigurer
-
Packages that use HttpClientSslConfigurer Package Description org.springframework.cloud.gateway.config -
-
Uses of HttpClientSslConfigurer in org.springframework.cloud.gateway.config
Fields in org.springframework.cloud.gateway.config declared as HttpClientSslConfigurer Modifier and Type Field Description protected HttpClientSslConfigurerHttpClientFactory. sslConfigurerMethods in org.springframework.cloud.gateway.config that return HttpClientSslConfigurer Modifier and Type Method Description HttpClientSslConfigurerGatewayAutoConfiguration.NettyConfiguration. httpClientSslConfigurer(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, HttpClientProperties httpClientProperties)Methods in org.springframework.cloud.gateway.config with parameters of type HttpClientSslConfigurer Modifier and Type Method Description HttpClientFactoryGatewayAutoConfiguration.NettyConfiguration. gatewayHttpClientFactory(HttpClientProperties properties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, List<HttpClientCustomizer> customizers, HttpClientSslConfigurer sslConfigurer)Constructors in org.springframework.cloud.gateway.config with parameters of type HttpClientSslConfigurer Constructor Description HttpClientFactory(HttpClientProperties properties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, HttpClientSslConfigurer sslConfigurer, List<HttpClientCustomizer> customizers)
-