|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SIPHeaderList | |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. |
Uses of SIPHeaderList in gov.nist.javax.sip.header |
Subclasses of SIPHeaderList in gov.nist.javax.sip.header | |
class |
AcceptEncodingList
AcceptEncodingList of AccepEncoding headers. |
class |
AcceptLanguageList
AcceptLanguageList: Strings together a list of AcceptLanguage SIPHeaders. |
class |
AcceptList
Accept List of SIP headers. |
class |
AlertInfoList
AlertInfo SIPHeader - there can be several AlertInfo headers. |
class |
AllowEventsList
List of AllowEvents headers. |
class |
AllowList
List of ALLOW headers. |
class |
AuthenticationInfoList
A list of AuthenticationInfo headers (there can be multiple in a message). |
class |
CallInfoList
A list of CallInfo headers (there can be multiple in a message). |
class |
ContactList
List of contact headers.ContactLists are also maintained in a hashtable for quick lookup. |
class |
ContentEncodingList
Content Encoding SIP header List. |
class |
ContentLanguageList
ContentLanguage list of headers. |
class |
ErrorInfoList
Error Info sip header. |
class |
ExtensionHeaderList
A generic extension header list. |
class |
InReplyToList
In-Reply-To SIP header. |
class |
ProxyAuthenticateList
List of ProxyAuthenticate headers. |
class |
ProxyRequireList
Proxy Require SIPSIPObject (list of option tags) |
class |
ReasonList
List of Reason headers. |
class |
RecordRouteList
RecordRoute List of SIP headers (a collection of Addresses) |
class |
RequireList
List of Require headers. |
class |
RouteList
A list of Route Headers. |
class |
SupportedList
A list of supported headers. |
class |
UnsupportedList
List of Unsupported headers. |
class |
ViaList
Keeps a list and a hashtable of via header functions. |
class |
WarningList
A Warning SIPObject. |
class |
WWWAuthenticateList
WWWAuthenticate SIPHeader (of which there can be several?) |
Methods in gov.nist.javax.sip.header with parameters of type SIPHeaderList | |
void |
ViaList.concatenate(SIPHeaderList otherVia,
boolean topFlag)
Concatenation function - concatenates a given via list at either end of this list. |
void |
ViaList.concatenate(SIPHeaderList otherVia)
Concatenation function - append the given list to this list. |
void |
SIPHeaderList.concatenate(SIPHeaderList other,
boolean top)
Concatenate two compatible lists. |
void |
SIPHeaderList.concatenate(SIPHeaderList other)
Concatenate two compatible lists. |
void |
ContactList.concatenate(SIPHeaderList clist)
Concatenate two contact lists by appending the argument to this list. |
void |
ContactList.concatenate(SIPHeaderList clist,
boolean topFlag)
Concatenate two contact lists. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |