Uses of Class
org.springframework.cloud.gateway.config.GrpcSslConfigurer
-
Packages that use GrpcSslConfigurer Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.filter.factory -
-
Uses of GrpcSslConfigurer in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return GrpcSslConfigurer Modifier and Type Method Description GrpcSslConfigurerGatewayAutoConfiguration. grpcSslConfigurer(HttpClientProperties properties)Methods in org.springframework.cloud.gateway.config with parameters of type GrpcSslConfigurer Modifier and Type Method Description JsonToGrpcGatewayFilterFactoryGatewayAutoConfiguration. 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 GrpcSslConfigurer Constructor Description JsonToGrpcGatewayFilterFactory(GrpcSslConfigurer grpcSslConfigurer, org.springframework.core.io.ResourceLoader resourceLoader)
-