Searched refs:isPost (Results 1 – 4 of 4) sorted by relevance
65 final boolean isPost = POST.equalsIgnoreCase(method); in execute()69 if (isPost || isPut) { in execute()71 isPost ? new HttpPost(url) : new HttpPut(url); in execute()
266 final boolean isPost = POST.equalsIgnoreCase(request.method); in invoke()268 if (style == ParameterStyle.BODY && !(isPost && body == null)) { in invoke()300 if (isPost && body == null) { in invoke()
56 if (displayable->isPost() == false) in setParent()
90 bool isPost() const { return getType() == SkType_Post; } in isPost() function