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() |
Integer |
getMaxConnections() |
String |
getName() |
HttpClientProperties.Pool.PoolType |
getType() |
void |
setAcquireTimeout(Long acquireTimeout) |
void |
setMaxConnections(Integer maxConnections) |
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)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.