Searched refs:HTTP_GET_METHOD (Results 1 – 2 of 2) sorted by relevance
56 public static final int HTTP_GET_METHOD = 2; field in HttpUtils107 : ((method == HTTP_GET_METHOD) ? "GET" : "UNKNOWN"))); in httpConnection()137 case HTTP_GET_METHOD: in httpConnection()143 + "] or GET[" + HTTP_GET_METHOD + "]."); in httpConnection()
196 url, null, HttpUtils.HTTP_GET_METHOD, in getPdu()