apache httpclient-4.5.2有一个package bbc.mobile.news.app.ww;
import bbc.mobile.app.NewsApplication;
import bbc.mobile.news.ww.receiver.AlarmReceiverWw;
public class BBCNewsWwApp extends NewsApplication {
private static final String TAG = "BBCNewsUkApp";
public Class<?> getAlarmReceiverClass() {
return AlarmReceiverWw.class;
}
}
类,它可以执行CloseableHttpClient
,HttpGet
个请求。不同的请求可以共享同一个HttpPost
实例吗?
答案 0 :(得分:1)
我可以而且应该如此。一个应该只有一个HttpClient实例每个应用程序或一个不同的HTTP服务