public interface SipFactoryExt extends SipFactory
| Modifier and Type | Method and Description |
|---|---|
SipApplicationSession |
createApplicationSession(boolean isContainerManaged)
Returns a new SipApplicationSession.
|
SipApplicationSession |
createApplicationSessionByKey(String sipApplicationKey,
boolean isContainerManaged)
Returns a new SipApplicationSession identified by the specified SipApplicationKey.
|
boolean |
isRouteOrphanRequests()
This flag specifies if the current application can receive subsequent requests after their session has been lost or invalidated.
|
void |
setRouteOrphanRequests(boolean routeOrphanRequets)
This flag specifies if the current application can receive subsequent requests after their session has been lost or invalidated.
|
createAddress, createAddress, createAddress, createApplicationSession, createApplicationSessionByKey, createAuthInfo, createParameterable, createRequest, createRequest, createRequest, createRequest, createSipURI, createURIboolean isRouteOrphanRequests()
void setRouteOrphanRequests(boolean routeOrphanRequets)
SipApplicationSession createApplicationSession(boolean isContainerManaged)
isContainerManaged - whether or not the container should bind and lock the sip application session in the same thread as the one that created itSipApplicationSession createApplicationSessionByKey(String sipApplicationKey, boolean isContainerManaged)
sipApplicationKey - - id for the SipApplicationSessionisContainerManaged - whether or not the container should bind and lock the sip application session in the same thread as the one that created itCopyright © 2015. All Rights Reserved.