| Interface | Description |
|---|---|
| Address | |
| EasySipActivityContextInterfaceFactory | |
| IncomingSipRequest |
Represents an incoming SIP request and it's underlying server transaction.
|
| IncomingSipResponse |
A SIP response that has been received by the service.
|
| NoAckReceived |
This event is fired on a
SipSession activity when no ACK has been received
after the 2xx response has been retransmitted for 32 seconds. |
| NoPrackReceived |
This event is fired on a
SipSession activity when no PRACK has been received
after a reliable provisional response (sent using OutgoingSipResponse.sendReliably()
has been retransmitted for 32 seconds. |
| OutgoingSipRequest |
Represents an outgoing SIP request and it's underlying client transaction.
|
| OutgoingSipResponse |
A SIP response that has been created by a service, in response to a
previous
IncomingSipRequest. |
| Parameterable | |
| Proxy |
The Proxy is a SLEE activity that represents the proxying operation for a
single SIP request.
|
| SipFactory | |
| SipLimiterFilter |
Filter for limiting initial SIP requests.
|
| SipMessage | |
| SipRequest | |
| SipResponse | |
| SipSession |
The SipSession is the main activity object in the EasySIP API.
|
| SipURI | |
| StatelessSipResponse |
An outgoing provisional SIP response that will be sent statelessly,
without affecting dialog state.
|
| TelURL | |
| URI |
| Class | Description |
|---|---|
| DialogID |
A SIP Dialog Identifier, consisting of Call-ID, local and remote tags.
|
| Enum | Description |
|---|---|
| Proxy.ProxyResult | |
| SipSession.State |
Describes the state of a SipSession's underlying SIP dialog.
|
| Exception | Description |
|---|---|
| Rel100Exception | |
| SipException | |
| SipParseException | |
| TooManyHopsException |