Home
last modified time | relevance | path

Searched refs:HttpTrace (Results 1 – 8 of 8) sorted by relevance

/external/apache-http/src/org/apache/http/client/methods/
DHttpTrace.java61 public class HttpTrace extends HttpRequestBase { class
65 public HttpTrace() { in HttpTrace() method in HttpTrace
69 public HttpTrace(final URI uri) { in HttpTrace() method in HttpTrace
77 public HttpTrace(final String uri) { in HttpTrace() method in HttpTrace
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java50 import org.apache.http.client.methods.HttpTrace;
283 HttpTrace httphead = new HttpTrace("http://localhost:9090/index.html"); in doOtherMethod()
325 HttpTrace httphead = new HttpTrace("http://localhost:9090/browse/blabla.html"); in staticFiles()
332 httphead = new HttpTrace("http://localhost:9090/browse/dir/blabla.html"); in staticFiles()
339 httphead = new HttpTrace("http://localhost:9090/browse/dir/nanohttpd_logo.png"); in staticFiles()
345 httphead = new HttpTrace("http://localhost:9090/browse/dir/xxx.html"); in staticFiles()
352 httphead = new HttpTrace("http://localhost:9090/browse/dir/"); in staticFiles()
359 httphead = new HttpTrace("http://localhost:9090/browse/exception.html"); in staticFiles()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DSSLServerSocketFactoryTest.java43 import org.apache.http.client.methods.HttpTrace;
57 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection()
DHttpSSLServerTest.java44 import org.apache.http.client.methods.HttpTrace;
56 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection()
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java57 import org.apache.http.client.methods.HttpTrace;
170 HttpTrace httphead = new HttpTrace("http://localhost:8192/index.html"); in testNormalRequest()
/external/volley/src/test/java/com/android/volley/toolbox/
DHttpClientStackTest.java31 import org.apache.http.client.methods.HttpTrace;
136 assertTrue(httpRequest instanceof HttpTrace); in createTraceRequest()
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java38 import org.apache.http.client.methods.HttpTrace;
142 return new HttpTrace(request.getUrl()); in createHttpRequest()
/external/apache-http/api/
Dcurrent.txt1461 @Deprecated public class HttpTrace extends org.apache.http.client.methods.HttpRequestBase {
1462 ctor @Deprecated public HttpTrace();
1463 ctor @Deprecated public HttpTrace(java.net.URI);
1464 ctor @Deprecated public HttpTrace(String);