Searched defs:httpMethod (Results 1 – 5 of 5) sorted by relevance
115 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()
47 final String httpMethod = request.method; in execute() local
144 private String httpMethod; field in Net.HttpRequest163 public HttpRequest (String httpMethod) { in HttpRequest()222 public void setMethod (String httpMethod) { in setMethod()
59 public HttpRequestBuilder method (String httpMethod) { in method()
494 String httpMethod = mapping.getMethod(); in processConstraintMapping() local641 String httpMethod = request.getMethod(); in prepareConstraintInfo() local