Searched defs:getResponse (Results 1 - 25 of 48) sorted by relevance

12

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DHttpResponseGenerator.java7 public HttpResponse getResponse(HttpRequest request); method in interface:HttpResponseGenerator
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DHttpResponseGenerator.java7 public HttpResponse getResponse(HttpRequest request); method in interface:HttpResponseGenerator
H A DHttpEntityStub.java52 HttpResponse getResponse() throws HttpException, IOException; method in interface:HttpEntityStub.ResponseRule
H A DFakeHttpLayer.java49 public HttpResponse getResponse(HttpRequest request) {
99 return pendingHttpResponses.remove(0).getResponse(httpRequest);
104 return httpResponseRule.getResponse();
308 public HttpResponse getResponse() throws HttpException, IOException { method in class:FakeHttpLayer.RequestMatcherResponseRule
/external/apache-http/src/org/apache/http/impl/client/
H A DTunnelRefusedException.java54 public HttpResponse getResponse() { method in class:TunnelRefusedException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
H A DResponseBytes.java63 public ASN1OctetString getResponse() method in class:ResponseBytes
/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
/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/
H A DCall.java243 return getResponse(request, forWebSocket);
251 Response getResponse(Request request, boolean forWebSocket) throws IOException { method in class:Call
321 Response response = engine.getResponse();
/external/robolectric/v1/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/guava/guava-tests/test/com/google/common/util/concurrent/
H A DTestThread.java94 assertSame(null, getResponse(methodName).getResult());
106 assertEquals(expected, getResponse(methodName).getResult());
118 assertEquals(expected, getResponse(methodName).getResult());
131 assertEquals(expected, getResponse(methodName).getThrowable().getClass());
173 assertEquals(null, getResponse(methodName).getResult());
182 assertEquals(expected, getResponse(methodName).getResult());
206 private Response getResponse(String methodName) throws Exception { method in class:TestThread
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DGuiceFilter.java154 static HttpServletResponse getResponse(Key<?> key) { method in class:GuiceFilter
155 return getContext(key).getResponse();
193 HttpServletResponse getResponse() { method in class:GuiceFilter.Context
/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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java535 public Object getResponse() throws SoapFault { method in class:SoapSerializationEnvelope
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java331 public Response getResponse() { method in class:HttpEngine
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DHttpURLConnectionImpl.java150 HttpEngine response = getResponse();
151 if (HttpEngine.hasBody(response.getResponse())
152 && response.getResponse().code() >= HTTP_BAD_REQUEST) {
153 return response.getResponse().body().byteStream();
163 Response response = getResponse().getResponse();
206 ? StatusLine.get(getResponse().getResponse()).toString()
224 StatusLine.get(getResponse().getResponse())
399 private HttpEngine getResponse() throws IOException { method in class:HttpURLConnectionImpl
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java890 public Response getResponse() { method in class:SIPTransaction
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/external/guice/extensions/persist/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...

Completed in 690 milliseconds

12