Searched refs:httphead (Results 1 – 4 of 4) sorted by relevance
283 HttpTrace httphead = new HttpTrace("http://localhost:9090/index.html"); in doOtherMethod() local284 CloseableHttpResponse response = httpclient.execute(httphead); in doOtherMethod()325 HttpTrace httphead = new HttpTrace("http://localhost:9090/browse/blabla.html"); in staticFiles() local326 CloseableHttpResponse response = httpclient.execute(httphead); in staticFiles()332 httphead = new HttpTrace("http://localhost:9090/browse/dir/blabla.html"); in staticFiles()333 response = httpclient.execute(httphead); in staticFiles()339 httphead = new HttpTrace("http://localhost:9090/browse/dir/nanohttpd_logo.png"); in staticFiles()340 response = httpclient.execute(httphead); in staticFiles()345 httphead = new HttpTrace("http://localhost:9090/browse/dir/xxx.html"); in staticFiles()346 response = httpclient.execute(httphead); in staticFiles()[all …]
56 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection() local57 HttpResponse response = httpclient.execute(httphead); in testSSLConnection()
57 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection() local58 HttpResponse response = httpclient.execute(httphead); in testSSLConnection()
170 HttpTrace httphead = new HttpTrace("http://localhost:8192/index.html"); in testNormalRequest() local171 CloseableHttpResponse response = httpclient.execute(httphead); in testNormalRequest()