Searched refs:AlertInfoList (Results 1 – 3 of 3) sorted by relevance
38 public class AlertInfoList extends SIPHeaderList<AlertInfo> { class46 AlertInfoList retval = new AlertInfoList(); in clone()54 public AlertInfoList() { in AlertInfoList() method in AlertInfoList
30 import gov.nist.javax.sip.header.AlertInfoList;72 AlertInfoList list = new AlertInfoList(); in parse()
87 headerListTable.put(AlertInfo.class, AlertInfoList.class); in initializeListMap()