|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispatcherException | |
|---|---|
| org.mobicents.servlet.sip.core.dispatchers | |
| org.mobicents.servlet.sip.proxy | |
| Uses of DispatcherException in org.mobicents.servlet.sip.core.dispatchers |
|---|
| Methods in org.mobicents.servlet.sip.core.dispatchers that throw DispatcherException | |
|---|---|
void |
SubsequentRequestDispatcher.SubsequentDispatchTask.dispatch()
|
abstract void |
DispatchTask.dispatch()
|
void |
CancelRequestDispatcher.CancelDispatchTask.dispatch()
|
void |
InitialRequestDispatcher.InitialDispatchTask.dispatch()
|
void |
SubsequentRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider,
SipServletMessageImpl sipServletMessage)
Responsible for routing and dispatching a SIP message to the correct application |
void |
ResponseDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider,
SipServletMessageImpl sipServletMessage)
Responsible for routing and dispatching a SIP message to the correct application |
void |
CancelRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider,
SipServletMessageImpl sipServletMessage)
Responsible for routing and dispatching a SIP message to the correct application |
void |
InitialRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider,
SipServletMessageImpl sipServletMessage)
Responsible for routing and dispatching a SIP message to the correct application |
abstract void |
MessageDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider,
SipServletMessageImpl sipServletMessage)
Responsible for routing and dispatching a SIP message to the correct application |
protected static SipApplicationSessionKey |
MessageDispatcher.makeAppSessionKey(SipContext sipContext,
SipServletRequestImpl sipServletRequestImpl,
java.lang.String applicationName)
|
| Uses of DispatcherException in org.mobicents.servlet.sip.proxy |
|---|
| Methods in org.mobicents.servlet.sip.proxy that throw DispatcherException | |
|---|---|
void |
ProxyImpl.onBranchTimeOut(ProxyBranchImpl branch)
|
void |
ProxyImpl.onFinalResponse(ProxyBranchImpl branch)
|
void |
ProxyBranchImpl.onResponse(SipServletResponseImpl response,
int status)
A callback. |
void |
ProxyBranchImpl.onTimeout(ResponseType responseType)
This callback is called when the remote side has been idle too long while establishing the dialog. |
void |
ProxyImpl.sendFinalResponse(SipServletResponseImpl response,
ProxyBranchImpl proxyBranch)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||