Uses of Class
org.springframework.cloud.gateway.config.HttpClientSslConfigurer
Packages that use HttpClientSslConfigurer
-
Uses of HttpClientSslConfigurer in org.springframework.cloud.gateway.config
Fields in org.springframework.cloud.gateway.config declared as HttpClientSslConfigurerModifier and TypeFieldDescriptionprotected final HttpClientSslConfigurerHttpClientFactory.sslConfigurerMethods in org.springframework.cloud.gateway.config that return HttpClientSslConfigurerModifier and TypeMethodDescriptionGatewayAutoConfiguration.NettyConfiguration.httpClientSslConfigurer(org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, HttpClientProperties httpClientProperties, org.springframework.boot.ssl.SslBundles bundles) Methods in org.springframework.cloud.gateway.config with parameters of type HttpClientSslConfigurerModifier and TypeMethodDescriptionGatewayAutoConfiguration.NettyConfiguration.gatewayHttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, List<HttpClientCustomizer> customizers, HttpClientSslConfigurer sslConfigurer) Constructors in org.springframework.cloud.gateway.config with parameters of type HttpClientSslConfigurerModifierConstructorDescriptionHttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, HttpClientSslConfigurer sslConfigurer, List<HttpClientCustomizer> customizers)