Searched refs:METHOD_GET (Results 1 – 2 of 2) sorted by relevance
54 public static final String METHOD_GET = "GET"; field in MmsHttpClient167 } else if (METHOD_GET.equals(method)) { in execute()171 connection.setRequestMethod(METHOD_GET); in execute()257 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
86 MmsHttpClient.METHOD_GET, in doHttp()