setConnectionKeepAlive method
Implementation
DefaultHTTPClientConfig setConnectionKeepAlive(
final int connectionKeepAliveMs) {
connectionKeepAlive_ = connectionKeepAliveMs;
return this;
}
DefaultHTTPClientConfig setConnectionKeepAlive(
final int connectionKeepAliveMs) {
connectionKeepAlive_ = connectionKeepAliveMs;
return this;
}