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

Packages that use CommandId
org.echarts.test.sip   
org.echarts.test.sip.commands   
org.echarts.test.sip.matchers   
 

Uses of CommandId in org.echarts.test.sip
 

Methods in org.echarts.test.sip that return CommandId
 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
 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.
 CommandId MessageExchangeRecord.getCommandId()
           
 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.
 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).
 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)
           
 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)
           
 

Methods in org.echarts.test.sip with parameters of type CommandId
 java.util.List<Response> SIPAgentImpl.getResponses(CommandId cmdId, int respCode)
           
 java.util.List<Response> SIPAgent.getResponses(CommandId cmdId, int respCode)
          Returns the list of responses for the request indicated by cmdId and with response code respCode .
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdErrorResponse(CommandId cmdId)
          Factory method to create a matcher to check whether agent received a error response (response code between 400 and 699) for the specified earlier request.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdFinalResponse(CommandId cmdId)
          Factory method to create a matcher to check whether agent received a final response (response code between 200 and 699) for the specified earlier request.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdMessage(CommandId cmdId, MessageComparator comparator)
          Factory method to create a matcher to check whether agent received a response with particular properties to a request sent earlier.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdProvisionalResponse(CommandId cmdId)
          Factory method to create a matcher to check whether agent received a provisional response (response code between 100 and 199) for the specified earlier request.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdRedirectResponse(CommandId cmdId)
          Factory method to create a matcher to check whether agent received a rediect response (response code between 300 and 399) for the specified earlier request.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdResponse(CommandId cmdId, int respCode)
          Factory method to create a matcher to check whether agent received a response for a specified earlier request and with specified response code.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdResponse(CommandId cmdId, int respCode1, int respCode2)
          Factory method to create a matcher to check whether agent received a response for a specified earlier request and with response code in the specified range.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdResponse(CommandId cmdId, int respCode, java.util.regex.Pattern messagePattern, java.util.regex.Pattern contentPattern)
           
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdSuccessResponse(CommandId cmdId)
          Factory method to create a matcher to check whether agent received a success response (response code between 200 and 299) for the specified earlier request.
 

Uses of CommandId in org.echarts.test.sip.commands
 

Methods in org.echarts.test.sip.commands that return CommandId
 CommandId UserCommand.getCommandId()
           
 

Methods in org.echarts.test.sip.commands with parameters of type CommandId
 void UserCommand.setCommandId(CommandId cmdId)
           
 

Uses of CommandId in org.echarts.test.sip.matchers
 

Constructors in org.echarts.test.sip.matchers with parameters of type CommandId
MessageHistoryMatcher(MessageExchangeRecord.Operation op, MessageComparator msgComparator, CommandId cmdId)