Differences Between HTTP Servlets and SIP Servlets
SIP servlets differ from typical HTTP servlets used in web applications in the following ways: HTTP servlets have a particular context (called the context-root) in which they run, while SIP servlets have no context. HTTP servlets typically return HTML pages to the requesting client, while SIP servlets typically connect SIP-enabled clients to enable telecommunications between … Read more