3

I am trying to make a server socket using Spring TCP/IP integration. But the problem is, I am quiet new using Spring and the solution I found after googling couldn't help me much. I visited Spring website, they talk about a lot of things I couldn't understand. So if anybody can help me please with the Spring configuration and corresponding java code....

BTW, I am receiving a stream of bytes from the client.

1

1 Answer 1

3

See the Spring Integration Documentation; pay particular attention to the discussion about using deserializers to extract messages from the stream.

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks @Gary Russel. I have already gone through those docs. Anyway, I will give more time on those.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.