Package | Description |
---|---|
javax.servlet.sip |
The javax.servlet.sip package is the API for the SIP Servlets developed under JSR 359, this v2.0 version updates v1.1 developed under JSR 289.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Predicate<M extends SipServletMessage>
A predicate that can be applied by SIP Servlet container
for selecting a method for execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SipServletRequest
Represents SIP request messages.
|
interface |
SipServletResponse
Represents SIP responses.
|
Modifier and Type | Method and Description |
---|---|
List<SipServletMessage> |
B2buaHelper.getPendingMessages(SipSession session,
UAMode mode)
For the specified SipSession, returns a List of all uncommitted messages
in the order of increasing CSeq number for the given mode of the session.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.