Searched defs:onResponse (Results 1 – 7 of 7) sorted by relevance
41 void onResponse(Response response) throws IOException; in onResponse() method
45 void onResponse(Response response) throws IOException; in onResponse() method
37 @Override public synchronized void onResponse(Response response) throws IOException { in onResponse() method in RecordingCallback
31 void onResponse(T response); in onResponse() method
111 public void onResponse(ImageContainer response, boolean isImmediate) { in getImageListener() method
148 public synchronized void onResponse(T response) { in onResponse() method in RequestFuture
145 override fun onResponse(call: Call, response: Response) { in <lambda>() method