setConnectionKeepAlive method

DefaultHTTPClientConfig setConnectionKeepAlive(
  1. int connectionKeepAliveMs
)

Implementation

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