简体   繁体   English

Netty可以为每个客户请求发送多个响应

[英]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). 我有一个TCP/IP socket server ,它根据客户端的要求向client发送multiple response (例如,只要数据库有更新,就发送更新)。 client sends xml and server too respond xml . client发送xmlserver也响应xml

I stumbled on Netty yesterday. 我昨天偶然发现了Netty I want to know whether Netty can support my multiple response server application? 我想知道Netty是否可以支持我的多响应server应用程序?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从Netty向客户发送一个以上的回复 - How to send more then one response to client from Netty 如何从Netty上的Httpserver基站向客户端发送多个响应 - How can I send more then one response to client from a Httpserver base on Netty 使用 Reactor Netty HttpClient,如何将客户端配置为使用 Flux 发布者将多个项目发送到服务器? - Using a Reactor Netty HttpClient, how can the client be configured to send more that one item using a Flux publisher to a server? 客户端可以同时向多台服务器发送消息吗? - Can a client send a message to more than one server concurrently? 服务器可以发送多个响应客户的请求吗? - Can server sends more than one responds to client's request? 具有同步请求响应的Netty客户端 - Netty client with synchronous request response 服务器如何在不关闭的情况下接受来自客户端的多个请求? - How can a server take more than one request from a client without shutting down? 我不明白为什么我的一个客户端程序不能向服务器发送多于一条消息? - I don't understand why one of my client program can't send more than one message to the server? Netty客户端过一会不会发送更多数据 - Netty Client Won't send more data after a while Netty解码器结果-针对错误的请求发送正确的响应代码 - Netty decoder result - send proper response codes for bad request
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM