简体   繁体   中英

Can netty send more than one response per client request

I have a TCP/IP socket server which send multiple response to client based on client's requirement ( like send update whenever DB has an update). client sends xml and server too respond xml .

I stumbled on Netty yesterday. I want to know whether Netty can support my multiple response server application?

当然,只要所使用的协议可以处理这种消息流即可。

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