Home
last modified time | relevance | path

Searched defs:httpMethod (Results 1 – 5 of 5) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java115 public void getRequestToken(OAuthAccessor accessor, String httpMethod) in getRequestToken()
137 public void getRequestToken(OAuthAccessor accessor, String httpMethod, in getRequestToken()
183 public OAuthMessage getAccessToken(OAuthAccessor accessor, String httpMethod, in getAccessToken()
214 public OAuthMessage invoke(OAuthAccessor accessor, String httpMethod, in invoke()
DURLConnectionClient.java47 final String httpMethod = request.method; in execute() local
/external/libgdx/gdx/src/com/badlogic/gdx/
DNet.java144 private String httpMethod; field in Net.HttpRequest
163 public HttpRequest (String httpMethod) { in HttpRequest()
222 public void setMethod (String httpMethod) { in setMethod()
/external/libgdx/gdx/src/com/badlogic/gdx/net/
DHttpRequestBuilder.java59 public HttpRequestBuilder method (String httpMethod) { in method()
/external/jetty/src/java/org/eclipse/jetty/security/
DConstraintSecurityHandler.java494 String httpMethod = mapping.getMethod(); in processConstraintMapping() local
641 String httpMethod = request.getMethod(); in prepareConstraintInfo() local