Searched defs:response (Results 1 – 5 of 5) sorted by relevance
42 private MockResponse response; field in URLConnectionBenchmark.SingleResponseDispatcher43 SingleResponseDispatcher(MockResponse response) { in SingleResponseDispatcher()55 MockResponse response = new MockResponse(); in setUp() local95 void setBody(MockResponse response, int bodySize, int chunkSize) throws IOException { in setBody()108 void apply(MockResponse response) { in apply()
144 public void enqueue(MockResponse response) { in enqueue()421 private void writeResponse(OutputStream out, MockResponse response) throws IOException { in writeResponse()
354 MockResponse response = new MockResponse().setChunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8); in test_2939() local372 MockResponse response = new MockResponse().setBody("ABCDEFGHIJKLMNOPQR"); in testConnectionsArePooled() local388 MockResponse response = new MockResponse().setChunkedBody("ABCDEFGHIJKLMNOPQR", 5); in testChunkedConnectionsArePooled() local1205 MockResponse response = new MockResponse(); in testMarkAndReset() local1230 MockResponse response = new MockResponse() in testUnauthorizedResponseHandling() local
851 MockResponse response = new MockResponse(); in dispatch() local886 MockResponse response = new MockResponse(); in dispatch() local931 MockResponse response = new MockResponse(); in dispatch() local
381 String response = getLastResponseString(); in getTransferSize() local399 String response = getLastResponseString(); in getTransferName() local417 String response; in readServerResponse() local