Searched refs:HTTP_CONTINUE (Results 1 – 8 of 8) sorted by relevance
40 private static final int HTTP_CONTINUE = 100; field in HurlStack147 && !(HTTP_CONTINUE <= responseCode && responseCode < HttpURLConnection.HTTP_OK) in hasResponseBody()
13 public static final int HTTP_CONTINUE = 100; field in StatusLine
39 import static com.squareup.okhttp.internal.http.StatusLine.HTTP_CONTINUE;194 if (statusLine.code != HTTP_CONTINUE) { in readResponse()
56 import static com.squareup.okhttp.internal.http.StatusLine.HTTP_CONTINUE;495 if ((responseCode < HTTP_CONTINUE || responseCode >= 200) in hasBody()
15 public static final int HTTP_CONTINUE = 100; field in StatusLine
40 import static com.android.okhttp.internal.http.StatusLine.HTTP_CONTINUE;196 if (statusLine.code != HTTP_CONTINUE) { in readResponse()
57 import static com.android.okhttp.internal.http.StatusLine.HTTP_CONTINUE;506 if ((responseCode < HTTP_CONTINUE || responseCode >= 200) in hasBody()
296 # define HTTP_CONTINUE HTTP_STATUS_CONTINUE macro