简体   繁体   中英

how to make asynchronous http request response communication(request in vc++ and response in java)

Hi i want to make http request response communication protocol between one native application and web module. Native application is in vc++ while web module is in java. i gone through [this] ( How do you make a HTTP request with C++? ) it is useful for only http request in vc++. i implement simple file sending to web with curl and its working. Native app send request to web module(which is in java) is also working. but i have no idea how response from web module(java) send to native app.. is anyone here suggest me any API/Class/Function for communication protocol between vc++ and java?

可以使用Servlet 3.0 API来完成Java服务器端的异步请求处理。有很多教程, 这里是其中的一个。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM