public interface SipApplicationRouter
| Modifier and Type | Method and Description |
|---|---|
void |
applicationDeployed(List<String> newlyDeployedApplicationNames)
Container notifies application router that new applications are deployed.
|
void |
applicationUndeployed(List<String> undeployedApplicationNames)
Container notifies application router that some applications are undeployed.
|
void |
destroy()
Container calls this method when it finishes using this application router.
|
SipApplicationRouterInfo |
getNextApplication(SipServletRequest initialRequest,
SipApplicationRoutingRegion region,
SipApplicationRoutingDirective directive,
SipTargetedRequestInfo targetedRequestInfo,
Serializable stateInfo)
This method is called by the container when a servlet sends or proxies an initial SipServletRequest.
|
void |
init()
Initializes the SipApplicationRouter.
|
void |
init(Properties properties)
Container calls this method to initialize the application router, with applications that are currently deployed.
|
void applicationDeployed(List<String> newlyDeployedApplicationNames)
void applicationUndeployed(List<String> undeployedApplicationNames)
void destroy()
SipApplicationRouterInfo getNextApplication(SipServletRequest initialRequest, SipApplicationRoutingRegion region, SipApplicationRoutingDirective directive, SipTargetedRequestInfo targetedRequestInfo, Serializable stateInfo)
void init()
void init(Properties properties)
Copyright © 2016. All rights reserved.