| Interface | Description |
|---|---|
| ProxyBranchExt |
Interface Extension that adds extra features to the JSR 289 ProxyBranch interface.
It adds the following capabilities :
Allows for applications to set a timeout on 1xx responses as JSR 289 defines a timeout only for final responses.
|
| ProxyBranchListener |
Interface Extension that adds extra features to the JSR 289 ProxyBranch capabilities.
|
| ProxyExt |
Interface Extension that adds extra features to the JSR 289 Proxy interface.
It adds the following capabilities :
Allows for applications to set a timeout on 1xx responses as JSR 289 defines a timeout only for final responses.
|
| SipApplicationSessionAsynchronousWork |
Applications that wants to schedule asynchronous work against a SipApplicationSession in a thread safe manner
should implement this interface.
|
| SipApplicationSessionExt |
Interface Extension that adds extra features to the JSR 289 SipApplicationSession interface.
It adds the following capabilities :
Allows for applications to schedule work asynchronously against a SipApplicationSession in a thread-safe manner if used in conjunction with the Mobicents Concurrency Control Mechanism
Here is some sample code to show how the asynchronous work can be used :
|
| SipFactoryExt |
Interface Extension that adds extra features to the JSR 289 SipFactory interface to allow proxying of orphaned requests.
It adds the following capabilities :
Requests and responses that do NOT have associated SipSession or SipApplicationSession will still be delivered to the main servlet of the application this factory belongs to.
|
| SipServletRequestExt |
Interface Extension that adds extra features to the JSR 289 SipServetRequest interface.
It adds the following capabilities :
|
| SipServletResponseExt |
Interface Extension that adds extra features to the JSR 289 SipServetResponse interface.
It adds the following capabilities :
|
| SipSessionAsynchronousWork |
Applications that wants to schedule asynchronous work against a SipSession in a thread safe manner
should implement this interface.
|
| SipSessionExt |
Interface Extension that adds extra features to the JSR 289 SipSession interface.
It adds the following capabilities :
Allows for applications to set the outbound interface based on SipURI, to allow routing based on transport protocol as well.
|
| SipSessionsUtilExt |
Interface Extension that adds extra features to the JSR 289 SipFactory interface to allow creation of Sip Application Session outside the scope of container managed threads.
|
| Enum | Description |
|---|---|
| ResponseType |
Copyright © 2015. All Rights Reserved.