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?
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?
There is a socket based on the transport layer