Uses of Class
org.springframework.cloud.gateway.config.HttpClientProperties.Pool.PoolType
-
Packages that use HttpClientProperties.Pool.PoolType Package Description org.springframework.cloud.gateway.config -
-
Uses of HttpClientProperties.Pool.PoolType in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return HttpClientProperties.Pool.PoolType Modifier and Type Method Description HttpClientProperties.Pool.PoolTypeHttpClientProperties.Pool. getType()static HttpClientProperties.Pool.PoolTypeHttpClientProperties.Pool.PoolType. valueOf(String name)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.PoolType Modifier and Type Method Description voidHttpClientProperties.Pool. setType(HttpClientProperties.Pool.PoolType type)
-