HomeSort by relevance Sort by last modified time
    Searched defs:httpMethod (Results 1 - 13 of 13) sorted by null

  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 47 final String httpMethod = request.method;
54 http.setRequestMethod(httpMethod);
57 StringBuilder headers = new StringBuilder(httpMethod);
  /external/libgdx/gdx/src/com/badlogic/gdx/
Net.java 112 * <li><strong>httpMethod:</strong> GET or POST are most common, can use {@link Net.HttpMethods HttpMethods} for static
144 private String httpMethod;
162 * @param httpMethod This is the HTTP method for the request, see {@link HttpMethods} */
163 public HttpRequest (String httpMethod) {
165 this.httpMethod = httpMethod;
222 public void setMethod (String httpMethod) {
223 this.httpMethod = httpMethod;
234 return httpMethod;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 494 String httpMethod = mapping.getMethod();
495 RoleInfo roleInfo = mappings.get(httpMethod);
499 mappings.put(httpMethod,roleInfo);
513 if (httpMethod == null)
522 if (httpMethod == null)
641 String httpMethod = request.getMethod();
642 RoleInfo roleInfo = mappings.get(httpMethod);
658 if (entry.getKey() != null && entry.getKey().contains(OMISSION_SUFFIX) && !(httpMethod+OMISSION_SUFFIX).equals(entry.getKey()))
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
gwt-user.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 3593 milliseconds