There is some integration which comes with existed protocols and ports. No HTTP no JSON just plain HEX. I need to listen on this port and accept connection.
I see one solution - servlet. This way I can also manage count of thread which will handle connections but may be JBoss 7.1 provide something to do this better.
Thanks in advance