Searched refs:httpproc (Results 1 – 1 of 1) sorted by relevance
287 BasicHttpProcessor httpproc = new BasicHttpProcessor(); in createHttpProcessor() local288 httpproc.addInterceptor(new RequestDefaultHeaders()); in createHttpProcessor()290 httpproc.addInterceptor(new RequestContent()); in createHttpProcessor()291 httpproc.addInterceptor(new RequestTargetHost()); in createHttpProcessor()293 httpproc.addInterceptor(new RequestConnControl()); in createHttpProcessor()294 httpproc.addInterceptor(new RequestUserAgent()); in createHttpProcessor()295 httpproc.addInterceptor(new RequestExpectContinue()); in createHttpProcessor()297 httpproc.addInterceptor(new RequestAddCookies()); in createHttpProcessor()298 httpproc.addInterceptor(new ResponseProcessCookies()); in createHttpProcessor()300 httpproc.addInterceptor(new RequestTargetAuthentication()); in createHttpProcessor()[all …]