天蓬老师2017-04-17 17:39:51
What do you mean by TCP communication framework?
Java’s own Socket is sufficient to complete the encapsulation of TCP communication.
You must want a framework that completes some functions on top of TCP.
Is it protocol transmission?
Is it a remote call?
Or something else?