Searched refs:handleResponse (Results 1 – 11 of 11) sorted by relevance
62 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException; in handleResponse() method
84 abstract boolean handleResponse(JmDNSImpl dns); in handleResponse() method in DNSRecord365 boolean handleResponse(JmDNSImpl dns) { in handleResponse() method in DNSRecord.Address473 boolean handleResponse(JmDNSImpl dns) { in handleResponse() method in DNSRecord.Pointer590 boolean handleResponse(JmDNSImpl dns) { in handleResponse() method in DNSRecord.Text774 boolean handleResponse(JmDNSImpl dns) { in handleResponse() method in DNSRecord.Service889 boolean handleResponse(JmDNSImpl dns) { in handleResponse() method in DNSRecord.HostInformation
60 this._jmDNSImpl.handleResponse(msg); in run()
1414 void handleResponse(DNSIncoming msg) throws IOException { in handleResponse() method in JmDNSImpl1424 hostConflictDetected |= newRecord.handleResponse(this); in handleResponse()1426 serviceConflictDetected |= newRecord.handleResponse(this); in handleResponse()
72 public String handleResponse(final HttpResponse response) in handleResponse() method in BasicResponseHandler
489 RoutedRequest followup = handleResponse(roureq, response, context); in execute()918 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
662 result = responseHandler.handleResponse(response); in execute()
88 public void handleResponse(JavaScriptObject responseJso) { in handleResponse() method in PaddedJsonRpcProxy.JsonpRequest
195 return handler.handleResponse(response); in execute()
524 RoutedRequest followup = handleResponse(roureq, response, context); in execute()932 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
281 String responseStr = new BasicResponseHandler().handleResponse(response); in shouldSupportBasicResponseHandlerHandleResponse()