0

In my java application,i want to receive http and non http requests and process these requests.Please let me know how to do this through socket programming os is there any way to do in the Spring framework. Thanks in advance.

santro
  • 373
  • 1
  • 6
  • 22

1 Answers1

0

Your question sounds like very broad, but I think Spring Integration answers to your question. It provides an implementation of EIP and provides many protocol-specific adapters, lile HTTP, TCP, JMS etc.

And, of course, everything is based on Spring foundation!

Artem Bilan
  • 113,505
  • 11
  • 91
  • 118