httpproc.addInterceptor(new ResponseDate());
httpproc.addInterceptor(new ResponseServer());
httpproc.addInterceptor(new ResponseContent());
httpproc.addInterceptor(new ResponseConnControl());
httpproc.addInterceptor(new RequestBasicAuth());
httpproc.addInterceptor(new ResponseBasicUnauthorized());
this.localServer = new LocalTestServer(
httpproc, null, null, new AuthExpectationVerifier(), null, null);
this.localServer.start();
this.localServer.register("*", new AuthHandler());
int port = this.localServer.getServiceAddress().getPort();