Searched refs:sipHdrClass (Results 1 – 1 of 1) sorted by relevance
150 static protected boolean hasList(Class<?> sipHdrClass) { in hasList() argument153 return headerListTable.get(sipHdrClass) != null; in hasList()159 static protected Class<?> getListClass(Class<?> sipHdrClass) { in getListClass() argument162 return (Class<?>) headerListTable.get(sipHdrClass); in getListClass()