// create a client connector
Support_URLConnector client = new Support_URLConnector();
// pass both to the HttpTest
Support_HttpTests test = new Support_HttpTests(serversocket, client);
// run various tests common to both HttpConnections and
// HttpURLConnections
test.runTests(this);
// Authentication test is separate from other tests because it is only
// in HttpURLConnection and not supported in HttpConnection
serversocket = new Support_HttpServerSocket();