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 | Method and Description |
---|---|
void |
SipSessionAttributeListener.attributeAdded(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been added to a session.
|
void |
SipSessionAttributeListener.attributeRemoved(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been removed from a session.
|
void |
SipSessionAttributeListener.attributeReplaced(SipSessionBindingEvent ev)
Deprecated.
Notification that an attribute has been replaced in a session.
|
void |
SipSessionBindingListener.valueBound(SipSessionBindingEvent event)
Deprecated.
Notifies the object that it is being bound to a session and
identifies the session.
|
void |
SipSessionBindingListener.valueUnbound(SipSessionBindingEvent event)
Deprecated.
Notifies the object that it is being unbound from a session and
identifies the session.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.