httpproc.addInterceptor(new ResponseServer());
httpproc.addInterceptor(new ResponseContent());
httpproc.addInterceptor(new ResponseConnControl());
// Allocate large content input / output buffers
ContentInputBuffer inbuffer = new ContentInputBuffer(20480, conn);
ContentOutputBuffer outbuffer = new ContentOutputBuffer(20480, conn);
// Set up the HTTP service
AsyncHttpService httpService = new AsyncHttpService(
inbuffer,