|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipCommunicator | |
|---|---|
| org.cafesip.jiplet | This package contains the core Jiplet container classes. |
| org.cafesip.jiplet.sip | This package provide classes for SIP communications from within a jiplet. |
| Uses of SipCommunicator in org.cafesip.jiplet |
|---|
| Methods in org.cafesip.jiplet that return SipCommunicator | |
|---|---|
SipCommunicator |
JipletTimeout.getSipCommunicator()
This method returns a proxy object which can be used to proxy SIP requests, responses, handle proxy timeouts as well as other SIP-related operations. |
SipCommunicator |
JipletResponse.getSipCommunicator()
This method returns a proxy object which can be used to proxy SIP requests, responses, handle proxy timeouts and other SIP-related operations. |
SipCommunicator |
JipletRequest.getSipCommunicator()
This method returns a SIP communicator object which can be used to proxy SIP requests, responses, handle proxy timeouts as well as other SIP-related operations. |
| Uses of SipCommunicator in org.cafesip.jiplet.sip |
|---|
| Constructors in org.cafesip.jiplet.sip with parameters of type SipCommunicator | |
|---|---|
RequestForwarding(Jiplet jiplet,
SipCommunicator proxy,
javax.sip.RequestEvent requestEvent,
javax.sip.ServerTransaction serverTransaction,
boolean stateful,
boolean addRecordRoute)
Creates a new instance of RequestForwarding |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||