Protocol Independent Servlets
843841Jun 25 2005 — edited Jan 9 2008Hello All,
It is a known fact that the Servlet API is protocol independent and Additional classes like HttpServlet provide facility to use HTTP protocol for communication.
I was just wondering, how to use the protocol independent feature of the Servlet API and use it for my own protocol. Is there any other pratical and simple example where Servlets are used with other protocols other than HTTP. I am really interested to have a look at it.
Thanks in advance!
Regards,
Giridhar Manepalli