118119120121122123124
} @Override protected NHttpConnectionFactory<NHttpClientIOTarget> createClientConnectionFactory( final HttpParams params) throws Exception { return new LoggingClientConnectionFactory(params); }
107108109110111112113
112113114115116117118
96979899100101102
104105106107108109110
80818283848586
} @Override protected NHttpConnectionFactory<DefaultNHttpClientConnection> createClientConnectionFactory( final HttpParams params) throws Exception { return new LoggingClientConnectionFactory(params); }
109110111112113114115
119120121122123124125
101102103104105106107
89909192939495