Registry / networking / sip-servlets-spec

sip-servlets-spec

JSON →
library4.0.128javamavenunverified

The specification API for SIP Servlets, used for building SIP-based communication applications.

<dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-spec</artifactId> <version>4.0.128</version> </dependency>
INSTALL
IMPORT
SIG · SIP-SERVLETS-SPEC
S
sip-servlets-spec
networkingjavav4.0.128
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SipServlet
✓ javax.servlet.sip.SipServlet

A basic SIP servlet that handles incoming requests.

import javax.servlet.sip.SipServlet; import javax.servlet.sip.SipServletRequest; import javax.servlet.sip.SipServletResponse; public class MySipServlet extends SipServlet { @Override protected void doRequest(SipServletRequest req) { System.out.println("Received SIP request: " + req.getMethod()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.128latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
sip-servlets-spec — mvn dependency:get sip-servlets-spec · libregistry