Uses of Class
org.springframework.cloud.gateway.config.GrpcSslConfigurer
Packages that use GrpcSslConfigurer
Package
Description
TODO: package javadoc.
-
Uses of GrpcSslConfigurer in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return GrpcSslConfigurerModifier and TypeMethodDescriptionGatewayAutoConfiguration.grpcSslConfigurer(HttpClientProperties properties, org.springframework.boot.ssl.SslBundles bundles) Methods in org.springframework.cloud.gateway.config with parameters of type GrpcSslConfigurerModifier and TypeMethodDescriptionGatewayAutoConfiguration.jsonToGRPCFilterFactory(GrpcSslConfigurer gRPCSSLContext, org.springframework.core.io.ResourceLoader resourceLoader) -
Uses of GrpcSslConfigurer in org.springframework.cloud.gateway.filter.factory
Constructors in org.springframework.cloud.gateway.filter.factory with parameters of type GrpcSslConfigurerModifierConstructorDescriptionJsonToGrpcGatewayFilterFactory(GrpcSslConfigurer grpcSslConfigurer, org.springframework.core.io.ResourceLoader resourceLoader)