Thanks for your replay! I see http://cxf.apache.org/docs/asynchronous-client-http-transport.html. It is said when "use.async.http.conduit" is true, the HttpAsyncClient will be used even for synchronous calls and "use.async.http.conduit" is false, asynchronous calls will rely on the traditional method of using HTTPURLConnection along with a work queue to mimic the asynchronocity. It is based on HttpAsyncClient or HTTPURLConnection. I wonder whether there is a method to use org.apache.http.client.HttpClient to call synchronously, thank you!
-- View this message in context: http://cxf.547215.n5.nabble.com/How-to-transprot-by-HttpClient-tp5778600p5778792.html Sent from the cxf-user mailing list archive at Nabble.com.
