Home
last modified time | relevance | path

Searched refs:httphead (Results 1 – 4 of 4) sorted by relevance

/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java283 HttpTrace httphead = new HttpTrace("http://localhost:9090/index.html"); in doOtherMethod() local
284 CloseableHttpResponse response = httpclient.execute(httphead); in doOtherMethod()
325 HttpTrace httphead = new HttpTrace("http://localhost:9090/browse/blabla.html"); in staticFiles() local
326 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 …]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DSSLServerSocketFactoryTest.java57 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection() local
58 HttpResponse response = httpclient.execute(httphead); in testSSLConnection()
DHttpSSLServerTest.java56 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection() local
57 HttpResponse response = httpclient.execute(httphead); in testSSLConnection()
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java170 HttpTrace httphead = new HttpTrace("http://localhost:8192/index.html"); in testNormalRequest() local
171 CloseableHttpResponse response = httpclient.execute(httphead); in testNormalRequest()