return new InstrumentedClientConnManager(schemeRegistry);
}
@Override
protected HttpClient buildDefaultHttpClient(ClientConnectionManager connectionManager, HttpParams httpParams) {
HttpClient httpClient = new InstrumentedHttpClient((InstrumentedClientConnManager) connectionManager,
httpParams);
return httpClient;
}