Uses of Class
org.echarts.test.sip.CATException

Packages that use CATException
org.echarts.test.sip   
 

Uses of CATException in org.echarts.test.sip
 

Methods in org.echarts.test.sip that throw CATException
 void SIPAgentImpl.addMessageModifier(MessageModifier modifier)
           
 void SIPAgent.addMessageModifier(MessageModifier modifier)
          Adds a message modifier.
 CommandId SIPAgentImpl.answer()
           
 CommandId SIPAgent.answer()
          Send a 200 OK response to the peer endpoint
 CommandId SIPAgentImpl.call(SIPAgent callee)
           
 CommandId SIPAgent.call(SIPAgent callee)
          Sends an INVITE with the request URI containing the SipURI of the agent specified in callee
 CommandId SIPAgentImpl.call(SIPAgent callee, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap)
           
 CommandId SIPAgent.call(SIPAgent callee, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap)
          Sends an INVITE with the request URI containing the SipURI of the agent specified in callee and with the additional headers specified
 CommandId SIPAgentImpl.call(SIPAgent callee, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap, java.lang.String fromUri)
           
 CommandId SIPAgentImpl.call(SIPAgent callee, java.lang.String fromUri)
           
 CommandId SIPAgent.call(SIPAgent callee, java.lang.String fromUri)
          Sends an INVITE with the request URI containing the SipURI of the agent specified in callee and From header containing the value specified in fromUri.
 CommandId SIPAgentImpl.call(java.lang.String sipuri)
           
 CommandId SIPAgent.call(java.lang.String calleeUri)
          Sends an INVITE with the request URI containing the value specified in calleeUri
 CommandId SIPAgentImpl.call(java.lang.String ruri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap)
           
 CommandId SIPAgent.call(java.lang.String sipuri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap)
          Sends an INVITE with the request URI containing the value specified in sipuri and with the additional headers specified
 CommandId SIPAgentImpl.call(java.lang.String ruri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerMap, java.lang.String fromUri)
           
 CommandId SIPAgentImpl.call(java.lang.String sipuri, java.lang.String fromUri)
           
 CommandId SIPAgent.call(java.lang.String calleeUri, java.lang.String fromUri)
          Sends an INVITE with the request URI containing the value specified in calleeUri and From header containing the value specified in fromUri.
 CommandId SIPAgentImpl.callNoSdp(SIPAgent callee)
           
 CommandId SIPAgent.callNoSdp(SIPAgent callee)
          Variant of call method where no SDP is sent
 CommandId SIPAgentImpl.callNoSdp(SIPAgent callee, java.lang.String fromUri)
           
 CommandId SIPAgent.callNoSdp(SIPAgent callee, java.lang.String fromUri)
          Variant of call method where no SDP is sent
 CommandId SIPAgentImpl.callNoSdp(java.lang.String sipuri)
           
 CommandId SIPAgent.callNoSdp(java.lang.String calleeUri)
          Variant of call method where no SDP is sent
 CommandId SIPAgentImpl.callNoSdp(java.lang.String sipuri, java.lang.String fromuri)
           
 CommandId SIPAgent.callNoSdp(java.lang.String calleeUri, java.lang.String fromUri)
          Variant of call method where no SDP is sent
 CommandId SIPAgentImpl.cancel()
           
 CommandId SIPAgent.cancel()
          Send a CANCEL to the peer endpoint
 void SIPAgentImpl.close()
           
 SIPAgent CATTestCase.createAgent(java.lang.String userName)
          Create an instance of SIPAgent.
 CommandId SIPAgentImpl.end()
           
 CommandId SIPAgent.end()
          Send a BYE to the peer endpoint
 CommandId SIPAgentImpl.execUserCommand(UserCommand command)
           
 CommandId SIPAgent.execUserCommand(UserCommand command)
          Execute user command.
 SipURI SIPAgentImpl.getSipURI()
           
 SipURI SIPAgent.getSipURI()
          Get the SIP URI of this agent as a SipURI so that it can be used in methods like call, answer.
 java.lang.String SIPAgentImpl.getSipURIAsString()
           
 java.lang.String SIPAgent.getSipURIAsString()
          Get the SIP URI of this agent as a string so that it can be used in methods like call, answer.
 CommandId SIPAgentImpl.info(java.lang.String contentType, java.lang.String contentSubType, java.lang.String content)
           
 CommandId SIPAgent.info(java.lang.String contentType, java.lang.String contentSubType, java.lang.String content)
          Send a INFO message to the peer endpoint with the specified content type, content subtype and content.
 void CATTestCase.init(CATConfig config)
           
 void CATTestCase.init(int listenPort)
          Initialize the SIP subsystem.
 void CATTestCase.init(java.lang.String testName, java.lang.String outputDir, int listenPort)
          Deprecated. 
 void CATTestCase.init(java.lang.String testName, java.lang.String outputDir, java.lang.String listenIP, int listenPort)
          Deprecated. 
 void SIPAgentImpl.playAudio(java.io.InputStream is)
           
 void SIPAgent.playAudio(java.io.InputStream stream)
          Play raw audio from the specified input stream.
 void SIPAgentImpl.playAudio(java.lang.String fileName)
           
 void SIPAgent.playAudio(java.lang.String fileName)
          Play raw audio from the file name specified.
 void CATTestCase.processSIP(long timeout)
          Process all received SIP messages until timeout expiry.
 void SIPAgentImpl.pushRoute(java.lang.String route)
           
 void SIPAgent.pushRoute(java.lang.String route)
          Specify route header(s) that needs to be included as part of an initial INVITE message that may be sent later.
 void SIPAgentImpl.pushSelfRoute()
           
 void SIPAgent.pushSelfRoute()
          Specify a self route header that needs to be sent as part of an initial INVITE message that may be sent later.
 void SIPAgentImpl.recycle()
           
 void SIPAgent.recycle()
          Resets the agent and makes it ready for use again even after an end
 CommandId SIPAgentImpl.redirect(int redirectCode, Address address)
           
 CommandId SIPAgent.redirect(int redirectCode, Address address)
          Send a 302 redirect response to the peer endpoint with the specified contact address in the response
 CommandId SIPAgentImpl.redirect(int redirectCode, SipURI sipuri)
           
 CommandId SIPAgent.redirect(int redirectCode, SipURI sipuri)
          Send a 302 redirect response to the peer endpoint with the specified contact URI in the response
 CommandId SIPAgentImpl.redirect(int redirectCode, java.lang.String addr)
           
 CommandId SIPAgent.redirect(int redirectCode, java.lang.String address)
          Send a 302 redirect response to the peer endpoint with the specified contact address in the response
 CommandId SIPAgentImpl.register(java.lang.String domain, java.lang.String user, java.lang.String passwd)
           
 CommandId SIPAgent.register(java.lang.String domain, java.lang.String userid, java.lang.String passwd)
          Sends a REGISTER message.
 CommandId SIPAgentImpl.register(java.lang.String domain, java.lang.String user, java.lang.String passwd, int expires)
           
 CommandId SIPAgent.register(java.lang.String domain, java.lang.String userid, java.lang.String passwd, int expires)
          Sends a REGISTER message.
 CommandId SIPAgentImpl.reinvite()
           
 CommandId SIPAgent.reinvite()
          Send a re-INVITE to the peer endpoint with no change in SDPs.
 CommandId SIPAgentImpl.reinvite(SDPModifier sdpModifier)
           
 CommandId SIPAgent.reinvite(SDPModifier sdpModifier)
          Send a re-INVITE to the peer endpoint with changes in SDP, the changes specified using the SDPModifier.
 CommandId SIPAgentImpl.reinviteHold()
           
 CommandId SIPAgent.reinviteHold()
          Send a re-INVITE to the peer endpoint with a hold SDP (a=sendonly media attribute).
 CommandId SIPAgentImpl.reinviteNoSdp()
           
 CommandId SIPAgent.reinviteNoSdp()
          Send a re-INVITE with no SDP to solicit an offer from the peer endpoint.
 CommandId SIPAgentImpl.reinviteResume()
           
 CommandId SIPAgent.reinviteResume()
          Send a re-INVITE to the peer endpoint with a normal SDP (a=sendrecv media attribute).
 void CATTestCase.releaseAgent(SIPAgent agent)
          Releases resources associated with an agent.
 void SIPAgentImpl.removeAllMessageModifiers()
           
 void SIPAgent.removeAllMessageModifiers()
          Removes all previously added message modifiers.
 void SIPAgentImpl.removeMessageModifier(MessageModifier modifier)
           
 void SIPAgent.removeMessageModifier(MessageModifier modifier)
          Removes a previously added message modifier.
 CommandId SIPAgentImpl.sendDTMF(java.lang.String keys)
           
 CommandId SIPAgent.sendDTMF(java.lang.String keys)
          Sends DTMF keys to the remote SIP agent with which this agent has already established a SIP dialog and started an RTP session.
 CommandId SIPAgentImpl.sendResponse(int responseCode)
           
 CommandId SIPAgent.sendResponse(int responseCode)
          Send a response to the peer end point with the response code specified as parameter
 CommandId SIPAgentImpl.sendResponse(int responseCode, java.util.LinkedHashMap<java.lang.String,java.util.List<java.lang.String>> headerMap)
           
 void SIPAgentImpl.setProxy(java.lang.String proxy)
           
 void SIPAgent.setProxy(java.lang.String proxy)
          Sets the proxy for this agent.
 CommandId SIPAgentImpl.shutdown()
           
 CommandId SIPAgentImpl.subscribe(java.lang.String eventType, java.lang.String acceptContentType, java.lang.String acceptContentSubType, java.lang.String msgContentType, java.lang.String msgContentSubType, java.lang.String msgContent, int expires)
           
 int SIPAgentImpl.waitForRtpAbsence(int silenceDuration, int maxWait)
           
 int SIPAgent.waitForRtpAbsence(int silenceDuration, int maxWait)
          EXPERIMENTAL.
 int SIPAgentImpl.waitForRtpPresence(int maxWait)
           
 int SIPAgent.waitForRtpPresence(int maxWait)
          EXPERIMENTAL.