List of usage examples for org.apache.http.impl.nio.conn CPoolEntry getSocketTimeout
public int getSocketTimeout()
From source file:org.apache.http.impl.nio.conn.CPool.java
@Override protected void onLease(final CPoolEntry entry) { final NHttpClientConnection conn = entry.getConnection(); conn.setSocketTimeout(entry.getSocketTimeout()); }