public class SipTargetedRequestInfo extends Object
| Constructor and Description |
|---|
SipTargetedRequestInfo(SipTargetedRequestType type,
String applicationName)
Creates a SipTargetedRequestInfo object containing information necessary to help the application router make its application selection decision when the request is targeted.
|
public SipTargetedRequestInfo(SipTargetedRequestType type, String applicationName)
type - Targeted request type {ENCODED_URI, JOIN, REPLACES}applicationName - The name of the application targeted by the request.public String getApplicationName()
public SipTargetedRequestType getType()
Copyright © 2016. All rights reserved.