ServerTransactionUserpublic class InitialRequestManager extends RequestManager implements ServerTransactionUser
byeHandler, cancelHandler, inviteHandler, logger, optionsHandler, registerHandler, transactionManager, transportManager, userAgent| Constructor | Description |
|---|---|
InitialRequestManager(UserAgent userAgent,
InviteHandler inviteHandler,
CancelHandler cancelHandler,
ByeHandler byeHandler,
OptionsHandler optionsHandler,
RegisterHandler registerHandler,
DialogManager dialogManager,
TransactionManager transactionManager,
TransportManager transportManager,
Logger logger) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addContact(SipRequest sipRequest,
String contactEnd,
String profileUri) |
|
void |
createCancel(SipRequest inviteRequest,
MidDialogRequestManager midDialogRequestManager,
String profileUri) |
|
SipRequest |
createInitialRequest(String requestUri,
String method,
String profileUri) |
|
SipRequest |
createInitialRequest(String requestUri,
String method,
String profileUri,
String callId) |
|
SipRequest |
createInitialRequest(String requestUri,
String method,
String profileUri,
String callId,
String fromTag,
MessageInterceptor messageInterceptor) |
|
SipRequest |
getGenericRequest(String requestUri,
String method,
String profileUri,
String callId,
String fromTag) |
gives a new request outside of a dialog
|
void |
manageInitialRequest(SipRequest sipRequest) |
|
void |
transactionFailure() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateResponse, getByeHandler, getDestinationUri, getInviteHandler, getRegisterHandlerpublic InitialRequestManager(UserAgent userAgent, InviteHandler inviteHandler, CancelHandler cancelHandler, ByeHandler byeHandler, OptionsHandler optionsHandler, RegisterHandler registerHandler, DialogManager dialogManager, TransactionManager transactionManager, TransportManager transportManager, Logger logger)
public SipRequest getGenericRequest(String requestUri, String method, String profileUri, String callId, String fromTag) throws SipUriSyntaxException
requestUri - method - SipUriSyntaxExceptionpublic SipRequest createInitialRequest(String requestUri, String method, String profileUri) throws SipUriSyntaxException
SipUriSyntaxExceptionpublic SipRequest createInitialRequest(String requestUri, String method, String profileUri, String callId) throws SipUriSyntaxException
SipUriSyntaxExceptionpublic SipRequest createInitialRequest(String requestUri, String method, String profileUri, String callId, String fromTag, MessageInterceptor messageInterceptor) throws SipUriSyntaxException
SipUriSyntaxExceptionpublic void createCancel(SipRequest inviteRequest, MidDialogRequestManager midDialogRequestManager, String profileUri)
public void manageInitialRequest(SipRequest sipRequest)
public void addContact(SipRequest sipRequest, String contactEnd, String profileUri)
public void transactionFailure()
transactionFailure in interface ServerTransactionUserCopyright © 2018. All rights reserved.