Uses of Class
org.cafesip.sipunit.ReferSubscriber

Uses of ReferSubscriber in org.cafesip.sipunit
 

Methods in org.cafesip.sipunit that return ReferSubscriber
 ReferSubscriber SipPhone.refer(javax.sip.Dialog dialog, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout)
          This basic refer method creates an in-dialog REFER request message, sends it out, and waits for a first response to be received.
 ReferSubscriber SipPhone.refer(javax.sip.Dialog dialog, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout, java.util.ArrayList<javax.sip.header.Header> additionalHeaders, java.util.ArrayList<javax.sip.header.Header> replaceHeaders, java.lang.String body)
          This method is the same as the basic in-dialog refer() method except that it allows the caller to specify a message body and/or additional JAIN-SIP API message headers to add to or replace in the outbound message.
 ReferSubscriber SipPhone.refer(javax.sip.Dialog dialog, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout, java.lang.String body, java.lang.String contentType, java.lang.String contentSubType, java.util.ArrayList<java.lang.String> additionalHeaders, java.util.ArrayList<java.lang.String> replaceHeaders)
          This method is the same as the basic in-dialog refer() method except that it allows the caller to specify a message body and/or additional message headers to add to or replace in the outbound message without requiring knowledge of the JAIN-SIP API.
 ReferSubscriber SipPhone.refer(java.lang.String refereeUri, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout, java.lang.String viaNonProxyRoute)
          This basic refer method creates an out-of-dialog REFER request message, sends it out, and waits for a first response to be received.
 ReferSubscriber SipPhone.refer(java.lang.String refereeUri, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout, java.lang.String viaNonProxyRoute, java.util.ArrayList<javax.sip.header.Header> additionalHeaders, java.util.ArrayList<javax.sip.header.Header> replaceHeaders, java.lang.String body)
          This method is the same as the basic out-of-dialog refer() method except that it allows the caller to specify a message body and/or additional JAIN-SIP API message headers to add to or replace in the outbound message.
 ReferSubscriber SipPhone.refer(java.lang.String refereeUri, javax.sip.address.SipURI referToUri, java.lang.String eventId, long timeout, java.lang.String viaNonProxyRoute, java.lang.String body, java.lang.String contentType, java.lang.String contentSubType, java.util.ArrayList<java.lang.String> additionalHeaders, java.util.ArrayList<java.lang.String> replaceHeaders)
          This method is the same as the basic out-of-dialog refer() method except that it allows the caller to specify a message body and/or additional message headers to add to or replace in the outbound message without requiring knowledge of the JAIN-SIP API.
 

Methods in org.cafesip.sipunit that return types with arguments of type ReferSubscriber
 java.util.List<ReferSubscriber> SipPhone.getRefererInfo(javax.sip.address.SipURI referToUri)
          This method returns the subscription object(s) associated with the given referToUri.
 java.util.List<ReferSubscriber> SipPhone.getRefererInfoByDialog(java.lang.String dialogId)
          This method returns the subscription object(s) associated with the given dialog ID.
 java.util.List<ReferSubscriber> SipPhone.getRefererList()
          Returns a copy of the list of subscriptions associated with outbound REFER requests from this SipPhone.
 



http://www.cafesip.org