Searched defs:response (Results 1 – 6 of 6) sorted by relevance
158 MockResponse response = new MockResponse() in assertCached() local262 MockResponse response = new MockResponse() in testResponseCaching() local469 MockResponse response = new MockResponse(); in testServerPrematureDisconnect() local507 MockResponse response = new MockResponse(); in testClientPrematureDisconnect() local880 private void assertNonIdentityEncodingCached(MockResponse response) throws Exception { in assertNonIdentityEncodingCached()1032 MockResponse response = new MockResponse() in testClientSuppliedIfModifiedSinceWithCachedResult() local1045 MockResponse response = new MockResponse() in testClientSuppliedIfNoneMatchSinceWithCachedResult() local1129 public void assertAuthorizationRequestFullyCached(MockResponse response) throws Exception { in assertAuthorizationRequestFullyCached()1678 private void assertNotCached(MockResponse response) throws Exception { in assertNotCached()1716 private RecordedRequest assertConditionallyCached(MockResponse response) throws Exception { in assertConditionallyCached()[all …]
100 HttpEngine response = getResponse(); in getErrorStream() local168 HttpEngine response = getResponse(); in getInputStream() local397 final boolean processAuthHeader(int responseCode, ResponseHeaders response, in processAuthHeader()
152 ResponseHeaders response = httpEngine.getResponseHeaders(); in put() local183 ResponseHeaders response = httpEngine.getResponseHeaders(); in update() local
234 MockResponse response = new MockResponse().setChunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8); in test_2939() local252 MockResponse response = new MockResponse().setBody("ABCDEFGHIJKLMNOPQR"); in testConnectionsArePooled() local268 MockResponse response = new MockResponse().setChunkedBody("ABCDEFGHIJKLMNOPQR", 5); in testChunkedConnectionsArePooled() local857 MockResponse response = new MockResponse(); in testMarkAndReset() local882 MockResponse response = new MockResponse() in testUnauthorizedResponseHandling() local1373 MockResponse response = new MockResponse() in testRedirected() local1670 MockResponse response = new MockResponse() in testConnectionCloseWithRedirect() local2080 MockResponse response = new MockResponse(); in testInputStreamAvailable() local2240 @Override void setBody(MockResponse response, byte[] content, int chunkSize) in CHUNKED()2246 @Override void setBody(MockResponse response, byte[] content, int chunkSize) { in FIXED_LENGTH()[all …]
143 public void enqueue(MockResponse response) { in enqueue()420 private void writeResponse(OutputStream out, MockResponse response) throws IOException { in writeResponse()
605 String response = getHeaderField(0); in getResponseCode() local