Class ProxyCancel
- java.lang.Object
-
- org.vorpal.blade.framework.callflow.Callflow
-
- org.vorpal.blade.framework.deprecated.proxy.ProxyCancel
-
- All Implemented Interfaces:
Serializable
public class ProxyCancel extends Callflow
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private SipServletRequest
aliceCancel
private SipServletRequest
aliceInvite
private SipServletRequest
bobInvite
private static long
serialVersionUID
-
Fields inherited from class org.vorpal.blade.framework.callflow.Callflow
ACK, BYE, CANCEL, Contact, DELAYED_REQUEST, INFO, INVITE, LINKED_SESSION, NOTIFY, OPTIONS, PRACK, PUBLISH, REFER, REGISTER, RELIABLE, REQUEST_CALLBACK_, RESPONSE_CALLBACK_, sessionParameters, SIP, sipFactory, sipLogger, sipUtil, SUBSCRIBE, timerService, UPDATE, WITHHOLD_RESPONSE
-
-
Constructor Summary
Constructors Constructor Description ProxyCancel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(SipServletRequest request)
-
Methods inherited from class org.vorpal.blade.framework.callflow.Callflow
cancelTimer, copyContent, copyContent, copyContentAndHeaders, copyContentAndHeaders, copyHeader, copyHeaders, copyHeaders, copyParameters, createAcknowlegement, createContinueInitialRequest, createContinueInitialRequest, createContinueRequest, createInitialRequest, createInitialRequest, createNewInitialRequest, createNewRequest, createNewRequest, createRequest, createRequest, createResponse, createResponse, createVorpalDialogId, createVorpalSessionId, expectRequest, expectRequest, failure, getLinkedSession, getLogger, getSessionParameters, getSipFactory, getSipLogger, getSipUtil, getTimerService, getVorpalDialogId, getVorpalSessionId, linkSessions, main, makeReliable, processContinue, processLater, provisional, proxyRequest, pullCallback, pullCallback, pullCallback, redirection, schedulePeriodicTimer, schedulePeriodicTimerInMilliseconds, scheduleTimer, scheduleTimerInMilliseconds, sendAckOrPrack, sendRequest, sendRequest, sendRequestsInParallel, sendRequestsInParallel, sendRequestsInSerial, sendResponse, sendResponse, setLogger, setSessionParameters, setSipFactory, setSipLogger, setSipUtil, setTimerService, startTimer, startTimer, stopTimer, stopTimers, successful, unlinkSessions, withholdResponse
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
aliceCancel
private SipServletRequest aliceCancel
-
aliceInvite
private SipServletRequest aliceInvite
-
bobInvite
private SipServletRequest bobInvite
-
-
Method Detail
-
process
public void process(SipServletRequest request) throws ServletException, IOException
- Specified by:
process
in classCallflow
- Throws:
ServletException
IOException
-
-