Uses of Class
org.springframework.cloud.gateway.config.HttpClientProperties.Ssl
Packages that use HttpClientProperties.Ssl
-
Uses of HttpClientProperties.Ssl in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return HttpClientProperties.SslModifier and TypeMethodDescriptionHttpClientProperties.getSsl()protected HttpClientProperties.SslAbstractSslConfigurer.getSslProperties()Methods in org.springframework.cloud.gateway.config with parameters of type HttpClientProperties.SslModifier and TypeMethodDescriptionprotected voidHttpClientSslConfigurer.configureSslContext(HttpClientProperties.Ssl ssl, reactor.netty.tcp.SslProvider.SslContextSpec sslContextSpec) voidHttpClientProperties.setSsl(HttpClientProperties.Ssl ssl) Constructors in org.springframework.cloud.gateway.config with parameters of type HttpClientProperties.SslModifierConstructorDescriptionprotectedAbstractSslConfigurer(HttpClientProperties.Ssl sslProperties, org.springframework.boot.ssl.SslBundles bundles) GrpcSslConfigurer(HttpClientProperties.Ssl sslProperties, org.springframework.boot.ssl.SslBundles bundles) HttpClientSslConfigurer(HttpClientProperties.Ssl sslProperties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, org.springframework.boot.ssl.SslBundles bundles)