Searched refs:AlertInfo (Results 1 - 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAlertInfoList.java31 * AlertInfo SIPHeader - there can be several AlertInfo headers.
38 public class AlertInfoList extends SIPHeaderList<AlertInfo> {
55 super( AlertInfo.class,AlertInfoHeader.NAME);
H A DAlertInfo.java35 * AlertInfo SIP Header.
45 public final class AlertInfo class in inherits:ParametersHeader,javax.sip.header.AlertInfoHeader
62 public AlertInfo() { method in class:AlertInfo
100 * Returns the AlertInfo value of this AlertInfoHeader.
101 * @return the URI representing the AlertInfo.
120 AlertInfo retval = (AlertInfo) super.clone();
H A DNameMap.java95 putNameMap(ALERT_INFO, AlertInfo.class.getName()); //9
H A DHeaderFactoryImpl.java145 AlertInfo a = new AlertInfo();
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAlertInfoParser.java29 import gov.nist.javax.sip.header.AlertInfo;
37 * Parser for AlertInfo header.
48 * Creates a new instance of AlertInfo Parser
64 * parse the AlertInfo String header
78 AlertInfo alertInfo = new AlertInfo();
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DListMap.java87 headerListTable.put(AlertInfo.class, AlertInfoList.class);
H A DSIPMessage.java34 import gov.nist.javax.sip.header.AlertInfo;
187 return sipHeader instanceof AlertInfo || sipHeader instanceof InReplyTo

Completed in 327 milliseconds