Uses of Interface
org.springframework.cloud.gateway.config.HttpClientCustomizer
Packages that use HttpClientCustomizer
-
Uses of HttpClientCustomizer in org.springframework.cloud.gateway.config
Fields in org.springframework.cloud.gateway.config with type parameters of type HttpClientCustomizerModifier and TypeFieldDescriptionprotected final List<HttpClientCustomizer> HttpClientFactory.customizersMethod parameters in org.springframework.cloud.gateway.config with type arguments of type HttpClientCustomizerModifier and TypeMethodDescriptionGatewayAutoConfiguration.NettyConfiguration.gatewayHttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, List<HttpClientCustomizer> customizers, HttpClientSslConfigurer sslConfigurer) Constructor parameters in org.springframework.cloud.gateway.config with type arguments of type HttpClientCustomizerModifierConstructorDescriptionHttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, List<HttpClientCustomizer> customizers) HttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, HttpClientSslConfigurer sslConfigurer, List<HttpClientCustomizer> customizers)