Package | Description |
---|---|
javax.servlet.sip.ar |
The
javax.servlet.sip.ar package contains Application Router interfaces |
Modifier and Type | Method and Description |
---|---|
SipTargetedRequestType |
SipTargetedRequestInfo.getType() |
static SipTargetedRequestType |
SipTargetedRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipTargetedRequestType[] |
SipTargetedRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SipTargetedRequestInfo(SipTargetedRequestType targetedRequestType,
String applicationName)
Creates a SipTargetedRequestInfo object containing information necessary
to help the application router make its application selection decision
when the request is targeted.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.