long endTime = System.currentTimeMillis();
return new DefaultResponse(response, (endTime - startTime));
} catch (ClientProtocolException cpe) {
throw new RuntimeClientProtocolException(cpe);
} catch (UnknownHostException uhe) {
throw new RuntimeUnknownHostException(uhe);
} catch (HttpHostConnectException hhce) {