Home
last modified time | relevance | path

Searched refs:HttpOptions (Results 1 – 6 of 6) sorted by relevance

/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DTestCorsHttpServer.java46 import org.apache.http.client.methods.HttpOptions;
98 HttpOptions httpOption = new HttpOptions("http://localhost:9090/xxx/yyy.html"); in doTestOption()
126 HttpOptions httpOption = new HttpOptions("http://localhost:9090/xxx/yyy.html"); in testAccessControlAllowHeaderUsesDefaultsWithoutSystemProperty()
144 HttpOptions httpOption = new HttpOptions("http://localhost:9090/xxx/yyy.html"); in testAccessControlAllowHeaderUsesSystemPropertyWhenSet()
DTestCorsHttpServerWithSingleOrigin.java46 import org.apache.http.client.methods.HttpOptions;
98 HttpOptions httpOption = new HttpOptions("http://localhost:9090/xxx/yyy.html"); in doTestOption()
/external/apache-http/src/org/apache/http/client/methods/
DHttpOptions.java67 public class HttpOptions extends HttpRequestBase { class
71 public HttpOptions() { in HttpOptions() method in HttpOptions
75 public HttpOptions(final URI uri) { in HttpOptions() method in HttpOptions
83 public HttpOptions(final String uri) { in HttpOptions() method in HttpOptions
/external/volley/src/test/java/com/android/volley/toolbox/
DHttpClientStackTest.java28 import org.apache.http.client.methods.HttpOptions;
127 assertTrue(httpRequest instanceof HttpOptions); in createOptionsRequest()
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java35 import org.apache.http.client.methods.HttpOptions;
140 return new HttpOptions(request.getUrl()); in createHttpRequest()
/external/apache-http/api/
Dcurrent.txt1423 @Deprecated public class HttpOptions extends org.apache.http.client.methods.HttpRequestBase {
1424 ctor @Deprecated public HttpOptions();
1425 ctor @Deprecated public HttpOptions(java.net.URI);
1426 ctor @Deprecated public HttpOptions(String);