Class TestReinvite
- java.lang.Object
-
- org.vorpal.blade.framework.callflow.Callflow
-
- org.vorpal.blade.framework.b2bua.InitialInvite
-
- org.vorpal.blade.test.uas.callflows.TestReinvite
-
- All Implemented Interfaces:
Serializable
public class TestReinvite extends InitialInvite
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
blackhole
(package 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 TestReinvite()
-
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.b2bua.InitialInvite
getB2buaListener, getInboundRequest, getOutboundRequest, isDoNotProcess, processContinue, setB2buaListener, setDoNotProcess, setInboundRequest, setOutboundRequest, setSessionExpiration
-
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, 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
static final long serialVersionUID
- See Also:
- Constant Field Values
-
blackhole
public static final String blackhole
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public void process(SipServletRequest request) throws ServletException, IOException
- Overrides:
process
in classInitialInvite
- Throws:
ServletException
IOException
-
-