Uses of Enum
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
Methods in org.springframework.cloud.gateway.config that return HttpClientProperties.Pool.PoolTypeModifier and TypeMethodDescriptionHttpClientProperties.Pool.getType()Returns the enum constant of this type with the specified name.static HttpClientProperties.Pool.PoolType[]HttpClientProperties.Pool.PoolType.values()Returns an array containing the constants of this enum type, 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)