public class ListMap extends Object
Constructor and Description |
---|
ListMap() |
Modifier and Type | Method and Description |
---|---|
static void |
addListHeader(Class<? extends SIPHeader> sipHeaderClass,
Class<? extends SIPHeaderList<? extends SIPHeader>> sipHeaderListClass)
Mark a listable Header
|
static SIPHeaderList<SIPHeader> |
getList(SIPHeader sipHeader)
Return a list object for this header if it has an associated list object.
|
static Class<?> |
getListClass(Class<?> sipHdrClass)
Get the associated list class.
|
static boolean |
hasList(Class<?> sipHdrClass)
Return true if this has an associated list object.
|
static boolean |
hasList(SIPHeader sipHeader)
return true if this has an associated list object.
|
public static boolean hasList(SIPHeader sipHeader)
public static boolean hasList(Class<?> sipHdrClass)
public static void addListHeader(Class<? extends SIPHeader> sipHeaderClass, Class<? extends SIPHeaderList<? extends SIPHeader>> sipHeaderListClass)
public static Class<?> getListClass(Class<?> sipHdrClass)
public static SIPHeaderList<SIPHeader> getList(SIPHeader sipHeader)
Copyright © 2016. All Rights Reserved.