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 | Class and Description |
---|---|
class |
AttributeStoreBindingEvent<T extends AttributeStore>
Events of this type are either sent to an object that implements
AttributeStoreBindingListener when it is bound or unbound from an
attribute store, or to a AttributeStoreListener that has been
configured in the deployment descriptor when any attribute is bound,
unbound or replaced in a forking context. |
interface |
AttributeStoreBindingListener<T extends AttributeStore>
Causes an object to be notified when it is bound to or unbound from
an attribute store.
|
interface |
AttributeStoreListener<T extends AttributeStore>
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of attribute stores
within this SIP servlet application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ForkingContext
A ForkingContext ties together SipSessions that are related by forking of the same common SIP dialog.
|
interface |
InviteBranch
Represents an initial invite transaction branch in the context of a single session
or dialog.
|
interface |
SipApplicationSession
Represents application instances.
|
interface |
SipServletMessage
Defines common aspects of SIP requests and responses.
|
interface |
SipServletRequest
Represents SIP request messages.
|
interface |
SipServletResponse
Represents SIP responses.
|
interface |
SipSession
Represents point-to-point SIP relationships.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.