草庐IT

sendEventToGrpahiteAsync

全部标签

java非阻塞HTTP客户端

我有一个大容量的java应用程序,我必须在其中将http帖子发送到另一台服务器。目前我正在使用org.apache.commons.httpclient库:privatestaticvoidsendData(Stringdata){HttpClienthttpclient=newHttpClient();StringRequestEntityrequestEntity;try{requestEntity=newStringRequestEntity(data,"application/json","UTF-8");Stringaddress="http:///events/"PostM