Searched refs:AlertInfo (Results 1 – 7 of 7) sorted by relevance
45 public final class AlertInfo class62 public AlertInfo() { in AlertInfo() method in AlertInfo120 AlertInfo retval = (AlertInfo) super.clone(); in clone()
38 public class AlertInfoList extends SIPHeaderList<AlertInfo> {55 super( AlertInfo.class,AlertInfoHeader.NAME); in AlertInfoList()
95 putNameMap(ALERT_INFO, AlertInfo.class.getName()); //9 in initializeNameMap()
145 AlertInfo a = new AlertInfo(); in createAlertInfoHeader()
29 import gov.nist.javax.sip.header.AlertInfo;78 AlertInfo alertInfo = new AlertInfo(); in parse()
87 headerListTable.put(AlertInfo.class, AlertInfoList.class); in initializeListMap()
34 import gov.nist.javax.sip.header.AlertInfo;187 return sipHeader instanceof AlertInfo || sipHeader instanceof InReplyTo in isRequestHeader()