HttpProcessor httpproc =
new ImmutableHttpProcessor(new HttpRequestInterceptor[] {
new RequestContent(), new RequestTargetHost(),
new RequestConnControl(), new RequestUserAgent(),
new RequestExpectContinue(), });
AsyncNHttpClientHandler protocolHandler =
new AsyncNHttpClientHandler(httpproc,
new MyHttpRequestExecutionHandler(this),
new DefaultConnectionReuseStrategy(),