|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.Machine org.echarts.StateMachine org.echarts.TransitionMachine org.echarts.servlet.sip.machines.SendReinviteFSM
public class SendReinviteFSM
Send a re-INVITE on given port and process response.
Field Summary | |
---|---|
static java.lang.String |
SUCCESS_RESPONSE
|
Constructor Summary | |
---|---|
SendReinviteFSM(SipPort p,
javax.sdp.SessionDescription sdp)
Send a re-INVITE on port p with the supplied SessionDescription. |
|
SendReinviteFSM(SipPort p,
SipServletRequest reinvite)
Send the specified re-INVITE on port p |
|
SendReinviteFSM(SipPort p,
SipServletResponse responseToMatch)
Send a re-INVITE on port p with SDP from responseToMatch. |
|
SendReinviteFSM(SipPort p,
java.lang.String sdpString)
Send a re-INVITE on port p with the supplied SDP. |
Method Summary | |
---|---|
SuccessResponse |
getSuccessResponse()
Retrieve 2xx response to re-INVITE |
Methods inherited from class org.echarts.TransitionMachine |
---|
addMessagelessTransition, addMessageTransition, globalStateString, globalStateString, initializeMessagelessTransitions, initializeMessageTransitions, initializeRoot, localStateString, localStateString, removePort, run, run, runNoQueueing |
Methods inherited from class org.echarts.StateMachine |
---|
setMachineDebugging, setMachineMonitor, setMachineMonitoring |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SUCCESS_RESPONSE
Constructor Detail |
---|
public SendReinviteFSM(SipPort p, SipServletRequest reinvite) throws java.lang.Exception
java.lang.Exception
public SendReinviteFSM(SipPort p, SipServletResponse responseToMatch) throws java.lang.Exception
java.lang.Exception
public SendReinviteFSM(SipPort p, java.lang.String sdpString) throws java.lang.Exception
java.lang.Exception
public SendReinviteFSM(SipPort p, javax.sdp.SessionDescription sdp) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public SuccessResponse getSuccessResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |