Uses of Interface
org.springframework.cloud.gateway.config.HttpClientCustomizer
-
Packages that use HttpClientCustomizer Package Description org.springframework.cloud.gateway.config -
-
Uses of HttpClientCustomizer in org.springframework.cloud.gateway.config
Fields in org.springframework.cloud.gateway.config with type parameters of type HttpClientCustomizer Modifier and Type Field Description protected List<HttpClientCustomizer>HttpClientFactory. customizersMethod parameters in org.springframework.cloud.gateway.config with type arguments of type HttpClientCustomizer Modifier and Type Method Description HttpClientFactoryGatewayAutoConfiguration.NettyConfiguration. gatewayHttpClientFactory(HttpClientProperties properties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, List<HttpClientCustomizer> customizers, HttpClientSslConfigurer sslConfigurer)Constructor parameters in org.springframework.cloud.gateway.config with type arguments of type HttpClientCustomizer Constructor Description HttpClientFactory(HttpClientProperties properties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, List<HttpClientCustomizer> customizers)HttpClientFactory(HttpClientProperties properties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, HttpClientSslConfigurer sslConfigurer, List<HttpClientCustomizer> customizers)
-