Searched refs:HttpTrace (Results 1 – 8 of 8) sorted by relevance
61 public class HttpTrace extends HttpRequestBase { class65 public HttpTrace() { in HttpTrace() method in HttpTrace69 public HttpTrace(final URI uri) { in HttpTrace() method in HttpTrace77 public HttpTrace(final String uri) { in HttpTrace() method in HttpTrace
50 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()
43 import org.apache.http.client.methods.HttpTrace;57 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection()
44 import org.apache.http.client.methods.HttpTrace;56 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html"); in testSSLConnection()
57 import org.apache.http.client.methods.HttpTrace;170 HttpTrace httphead = new HttpTrace("http://localhost:8192/index.html"); in testNormalRequest()
31 import org.apache.http.client.methods.HttpTrace;136 assertTrue(httpRequest instanceof HttpTrace); in createTraceRequest()
38 import org.apache.http.client.methods.HttpTrace;142 return new HttpTrace(request.getUrl()); in createHttpRequest()
1461 @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);