Package org.cafesip.jiplet.sip

Examples of org.cafesip.jiplet.sip.SipCommunicator


     * handle proxy timeouts as well as other SIP-related operations.
     * @return
     */
    public SipCommunicator getSipCommunicator()
    {
        return new SipCommunicator(jiplet, timeoutEvent );
    }
View Full Code Here


     * handle proxy timeouts as well as other SIP-related operations.
     * @return
     */
    public SipCommunicator getSipCommunicator()
    {
        return new SipCommunicator(jiplet, requestEvent);
    }
View Full Code Here

     * handle proxy timeouts and other SIP-related operations.
     * @return
     */
    public SipCommunicator getSipCommunicator()
    {
        return new SipCommunicator(jiplet, responseEvent);
    }
View Full Code Here

TOP

Related Classes of org.cafesip.jiplet.sip.SipCommunicator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.