TCP / IP configuration using Spring framework in java

I am trying to make a server socket using Spring TCP / IP integration. But the problem is that I am quietly using Spring and the solution I found after searching the internet couldn't help me. I visited the Spring website, they say a lot that I could not understand. So if anyone can help me please with Spring configuration and related Java code ....

By the way, I am getting a stream of bytes from the client.

+3


source to share


1 answer


See Spring Integration Documentation ; pay special attention to the discussion on using deserializers to retrieve messages from a stream.



Also tcp-client-server, tcp-amqp and tcp-client-server-multiplex samples .

+3


source







All Articles