Searched defs:responseCode (Results 1 – 14 of 14) sorted by relevance
48 int responseCode = connection.getResponseCode(); in main() local
86 private Thread buildRequestThread(final String path, final AtomicInteger responseCode) { in buildRequestThread()
96 int responseCode = response.code(); in fetch() local
97 int responseCode = connection.getResponseCode(); in sendHttpMessage() local
114 int responseCode = httpURLConnection.getResponseCode(); in sendFeedback() local
178 int responseCode = connection.getResponseCode(); in requestTurnServers() local
666 int responseCode = response.code(); in hasBody() local1057 int responseCode = userResponse.code(); in followUpRequest() local
182 private void assertCached(boolean shouldPut, int responseCode) throws Exception { in assertCached()424 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()442 private void temporaryRedirectNotCachedWithoutCachingHeader(int responseCode) throws Exception { in temporaryRedirectNotCachedWithoutCachingHeader()
156 private void assertCached(boolean shouldPut, int responseCode) throws Exception { in assertCached()433 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()451 private void temporaryRedirectNotCachedWithoutCachingHeader(int responseCode) throws Exception { in temporaryRedirectNotCachedWithoutCachingHeader()
1463 TPM_RC responseCode = TPM_RC_SUCCESS; in ComputeRpHash() local
165 private void assertCached(boolean shouldPut, int responseCode) throws Exception { in assertCached()
778 unsigned int responseCode; member