Searched refs:getResponse (Results 1 - 25 of 41) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DHttpResponseGenerator.java7 public HttpResponse getResponse(HttpRequest request); method in interface:HttpResponseGenerator
/external/apache-http/src/org/apache/http/impl/client/
H A DTunnelRefusedException.java54 public HttpResponse getResponse() { method in class:TunnelRefusedException
/external/nist-sip/java/javax/sip/header/
H A DAuthenticationInfoHeader.java20 String getResponse(); method in interface:AuthenticationInfoHeader
H A DAuthorizationHeader.java30 String getResponse(); method in interface:AuthorizationHeader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java132 HttpEngine response = getResponse();
133 if (response.hasResponseBody() && response.getResponse().code() >= HTTP_BAD_REQUEST) {
148 return getResponse().getResponse().headers().value(position);
161 Response response = getResponse().getResponse();
170 return getResponse().getResponse().headers().name(position);
178 Response response = getResponse().getResponse();
324 private HttpEngine getResponse() throws IOException { method in class:HttpURLConnectionImpl
[all...]
H A DHttpTransport.java119 if ("close".equalsIgnoreCase(httpEngine.getResponse().header("Connection"))) {
139 if ("chunked".equalsIgnoreCase(httpEngine.getResponse().header("Transfer-Encoding"))) {
143 long contentLength = OkHeaders.contentLength(httpEngine.getResponse());
H A DHttpsURLConnectionImpl.java46 ? delegate.httpEngine.getResponse().handshake()
H A DHttpEngine.java324 public final Response getResponse() { method in class:HttpEngine
/external/nist-sip/java/javax/sip/
H A DResponseEvent.java23 public Response getResponse() { method in class:ResponseEvent
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DPushPromise.java46 public MockResponse getResponse() { method in class:PushPromise
H A DMockWebServer.java756 byte[] pushedBody = pushPromise.getResponse().getBody();
759 writeResponse(pushedStream, pushPromise.getResponse());
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacro.java52 public String getResponse() { method in class:Macro
H A DMacroGroup.java128 buf.append("<response>" + macro.getResponse() + "</response>");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java53 HttpResponse getResponse() throws HttpException, IOException; method in interface:HttpEntityStub.ResponseRule
H A DFakeHttpLayer.java44 public HttpResponse getResponse(HttpRequest request) {
94 return pendingHttpResponses.remove(0).getResponse(httpRequest);
99 return httpResponseRule.getResponse();
219 public HttpResponse getResponse() throws HttpException, IOException { method in class:FakeHttpLayer.RequestMatcherResponseRule
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDefaultRequestDirectorTest.java115 HttpResponse getResponse = requestDirector.execute(null, new HttpGet("http://some.uri"), null);
116 assertNotNull(getResponse);
117 assertThat(getResponse.getStatusLine().getStatusCode(), equalTo(200));
118 assertThat(Strings.fromStream(getResponse.getEntity().getContent()), equalTo("a cheery response body"));
133 HttpResponse getResponse = requestDirector.execute(null, new HttpGet("http://some.uri"), null);
134 InputStream getResponseStream = getResponse.getEntity().getContent();
354 public HttpResponse getResponse(HttpRequest request) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DJob.java76 Response response = getResponse();
95 Response getResponse() throws IOException { method in class:Job
146 Response response = engine.getResponse();
H A DOkHttpClient.java434 Response result = job.getResponse(); // Since we don't cancel, this won't be null.
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java135 public String getResponse() { method in class:AuthenticationInfo
H A DChallenge.java172 public String getResponse() { method in class:Challenge
H A DAuthenticationHeader.java462 public String getResponse() { method in class:AuthenticationHeader
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java393 private HttpResponse getResponse(HttpRequest request) throws InterruptedException { method in class:TestWebServer
395 : "getResponse called from non-server thread";
589 HttpResponse response = mServer.getResponse(request);
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java277 .getResponse();
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java890 public Response getResponse() { method in class:SIPTransaction
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...

Completed in 365 milliseconds

12