Uses of Enum Class
org.springframework.cloud.gateway.config.HttpClientProperties.Pool.PoolType
Packages that use HttpClientProperties.Pool.PoolType
-
Uses of HttpClientProperties.Pool.PoolType in org.springframework.cloud.gateway.config
Subclasses with type arguments of type HttpClientProperties.Pool.PoolType in org.springframework.cloud.gateway.configMethods in org.springframework.cloud.gateway.config that return HttpClientProperties.Pool.PoolTypeModifier and TypeMethodDescriptionHttpClientProperties.Pool.getType()Returns the enum constant of this class with the specified name.static HttpClientProperties.Pool.PoolType[]HttpClientProperties.Pool.PoolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.gateway.config with parameters of type HttpClientProperties.Pool.PoolTypeModifier and TypeMethodDescriptionvoidHttpClientProperties.Pool.setType(HttpClientProperties.Pool.PoolType type)