公司内部项目选择使用tcp协议来传输json格式的数据,jsonrpc4j框架支持tcp/udp通信,但是发现可查找的资料好少啊,有没有人知道可以替代的框架?
光阴似箭催人老,日月如移越少年。
Can’t you just convert the data stream received using the tcp protocol into a character stream, and then convert the characters into a json object? For example, convert the byte stream in the socket into a string
Can’t you just convert the data stream received using the tcp protocol into a character stream, and then convert the characters into a json object? For example, convert the byte stream in the socket into a string