public static class HttpClientProperties.Pool extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientProperties.Pool.PoolType |
| Constructor and Description |
|---|
Pool() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAcquireTimeout() |
Duration |
getEvictionInterval() |
Integer |
getMaxConnections() |
Duration |
getMaxIdleTime() |
Duration |
getMaxLifeTime() |
String |
getName() |
HttpClientProperties.Pool.PoolType |
getType() |
void |
setAcquireTimeout(Long acquireTimeout) |
void |
setEvictionInterval(Duration evictionInterval) |
void |
setMaxConnections(Integer maxConnections) |
void |
setMaxIdleTime(Duration maxIdleTime) |
void |
setMaxLifeTime(Duration maxLifeTime) |
void |
setName(String name) |
void |
setType(HttpClientProperties.Pool.PoolType type) |
String |
toString() |
public HttpClientProperties.Pool.PoolType getType()
public void setType(HttpClientProperties.Pool.PoolType type)
public String getName()
public void setName(String name)
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public Long getAcquireTimeout()
public void setAcquireTimeout(Long acquireTimeout)
public Duration getMaxIdleTime()
public void setMaxIdleTime(Duration maxIdleTime)
public Duration getMaxLifeTime()
public void setMaxLifeTime(Duration maxLifeTime)
public Duration getEvictionInterval()
public void setEvictionInterval(Duration evictionInterval)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.