Uses of Class
org.springframework.cloud.gateway.config.HttpClientProperties
Packages that use HttpClientProperties
Package
Description
TODO: package javadoc.
-
Uses of HttpClientProperties in org.springframework.cloud.gateway.config
Fields in org.springframework.cloud.gateway.config declared as HttpClientPropertiesModifier and TypeFieldDescriptionprotected final HttpClientPropertiesHttpClientFactory.propertiesMethods in org.springframework.cloud.gateway.config that return HttpClientPropertiesModifier and TypeMethodDescriptionGatewayAutoConfiguration.NettyConfiguration.httpClientProperties()Methods in org.springframework.cloud.gateway.config with parameters of type HttpClientPropertiesModifier and TypeMethodDescriptionprotected reactor.netty.resources.ConnectionProviderHttpClientFactory.buildConnectionProvider(HttpClientProperties properties) GatewayAutoConfiguration.NettyConfiguration.gatewayHttpClientFactory(HttpClientProperties properties, org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, List<HttpClientCustomizer> customizers, HttpClientSslConfigurer sslConfigurer) GatewayAutoConfiguration.grpcSslConfigurer(HttpClientProperties properties, org.springframework.boot.ssl.SslBundles bundles) GatewayAutoConfiguration.NettyConfiguration.httpClientSslConfigurer(org.springframework.boot.web.server.autoconfigure.ServerProperties serverProperties, HttpClientProperties httpClientProperties, org.springframework.boot.ssl.SslBundles bundles) org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategyGatewayAutoConfiguration.NettyConfiguration.reactorNettyRequestUpgradeStrategy(HttpClientProperties httpClientProperties) org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClientGatewayAutoConfiguration.NettyConfiguration.reactorNettyWebSocketClient(HttpClientProperties properties, reactor.netty.http.client.HttpClient httpClient) GatewayAutoConfiguration.NettyConfiguration.routingFilter(reactor.netty.http.client.HttpClient httpClient, org.springframework.beans.factory.ObjectProvider<List<HttpHeadersFilter>> headersFilters, HttpClientProperties properties) Constructors in org.springframework.cloud.gateway.config with parameters of type HttpClientPropertiesModifierConstructorDescriptionHttpClientFactory(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) -
Uses of HttpClientProperties in org.springframework.cloud.gateway.filter
Constructors in org.springframework.cloud.gateway.filter with parameters of type HttpClientPropertiesModifierConstructorDescriptionNettyRoutingFilter(reactor.netty.http.client.HttpClient httpClient, org.springframework.beans.factory.ObjectProvider<List<HttpHeadersFilter>> headersFiltersProvider, HttpClientProperties properties)