118119120121122123124
} @Override protected NHttpConnectionFactory<DefaultNHttpClientConnection> createClientConnectionFactory( final HttpParams params) throws Exception { return new LoggingClientConnectionFactory(params); }
103104105106107108109