Interface and Description |
---|
javax.servlet.sip.SipApplicationSessionAttributeListener
As of release 2.0, replaced by
AttributeStoreListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of application sessions. |
javax.servlet.sip.SipApplicationSessionBindingListener
As of release 2.0, replaced by
AttributeStoreBindingListener
Causes an object to be notified when it is bound to or unbound from
a SipApplicationSession. The object is notified by an SipApplicationSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from an application session, due to an application session being invalidated,
or due to an application session timing out. |
javax.servlet.sip.SipSessionAttributeListener
As of release 2.0, replaced by
AttributeStoreListener
This listener interface can be implemented in order to get
notifications of changes to the attribute lists of sessions
within this SIP servlet application. |
javax.servlet.sip.SipSessionBindingListener
As of release 2.0, replaced by
AttributeStoreBindingListener
Causes an object to be notified when it is bound to or unbound from
a SipSession. The object is notified by an SipSessionBindingEvent
object. This may be as a result of a servlet programmer explicitly
unbinding an attribute from a session, due to a session being invalidated,
or due to a session timing out. |
Class and Description |
---|
javax.servlet.sip.SipApplicationSessionBindingEvent
As of release 2.0, replaced by
AttributeStoreBindingEvent
Events of this type are either sent to an object that implements
SipApplicationSessionBindingListener when it is bound or unbound from an
application session, or to a SipApplicationSessionAttributeListener that has been
configured in the deployment descriptor when any attribute is bound,
unbound or replaced in an application session.
The session binds the object by a call to
|
javax.servlet.sip.SipSessionBindingEvent
As of release 2.0, replaced by
AttributeStoreBindingEvent
Events of this type are either sent to an object that implements
SipSessionBindingListener when it is bound or unbound from a
session, or to a SipSessionAttributeListener that has been
configured in the deployment descriptor when any attribute is bound,
unbound or replaced in a session.
The session binds the object by a call to
|
Field and Description |
---|
javax.servlet.sip.SipServlet.PRACK_SUPPORTED
in favor of using the "javax.servlet.sip.supported" attribute
|
javax.servlet.sip.SipServletResponse.SC_DOES_NOT_EXIT_ANYWHERE
Replaced by
SipServletResponse.SC_DOES_NOT_EXIST_ANYWHERE . |
Method and Description |
---|
javax.servlet.sip.SipFactory.createRequest(SipServletRequest, boolean)
usage of this method is deprecated. Setting the sameCallId
flag to "true" actually breaks the provisions of [RFC 3261] where the
Call-ID value is to be unique accross dialogs.
Instead use a more general method defined on the B2buaHelper
B2buaHelper.createRequest(SipServletRequest) |
javax.servlet.sip.SipApplicationSession.encodeURI(URI)
has potential to break application composition
instead of this use the SipApplicationKey mechanism
as described in section 15.11.2 in the SIP Servlet
specification document.
|
javax.servlet.sip.SipServletMessage.getAttributeNames()
As of release 2.0, replaced by
AttributeStore.getAttributeNameSet() |
javax.servlet.sip.SipApplicationSession.getAttributeNames()
As of release 2.0, replaced by
AttributeStore.getAttributeNameSet() |
javax.servlet.sip.SipSession.getAttributeNames()
As of release 2.0, replaced by
AttributeStore.getAttributeNameSet() |
javax.servlet.sip.Proxy.getSequentialSearchTimeout()
use a more general purpose
Proxy.getProxyTimeout() |
javax.servlet.sip.Proxy.getStateful()
stateless proxy is no longer supported
|
javax.servlet.sip.Proxy.setSequentialSearchTimeout(int)
use a more general purpose
Proxy.setProxyTimeout(int) |
javax.servlet.sip.Proxy.setStateful(boolean)
stateless proxy is no longer supported
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.