|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
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.2 and an implementation of the JAIN-SIP header factory. |
gov.nist.javax.sip.header.ims | NIST-SIP Specific support for IMS headers contributed by Jose Miguel Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva Santos (PT Inovacau, Portugal). |
gov.nist.javax.sip.message | Class definitions for SIP messages and message factory. |
gov.nist.javax.sip.parser.ims | Parser for IMS headers. |
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 |
AuthorizationList
WWWAuthenticate SIPHeader (of which there can be several?) |
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 |
ProxyAuthorizationList
List of ProxyAuthorization 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 list of Warning headers. |
class |
WWWAuthenticateList
WWWAuthenticate SIPHeader (of which there can be several?) |
Methods in gov.nist.javax.sip.header with parameters of type SIPHeaderList | |
---|---|
void |
SIPHeaderList.concatenate(SIPHeaderList<HDR> other,
boolean topFlag)
Concatenate two compatible lists. |
boolean |
SIPHeaderList.match(SIPHeaderList<?> template)
Template match against a template. null field in template indicates wild card match. |
Uses of SIPHeaderList in gov.nist.javax.sip.header.ims |
---|
Subclasses of SIPHeaderList in gov.nist.javax.sip.header.ims | |
---|---|
class |
PAssertedIdentityList
List of P-Asserted-Identity headers |
class |
PAssociatedURIList
List of P-Associated-URI headers |
class |
PathList
|
class |
PMediaAuthorizationList
List of P-Media-Authorization headers. |
class |
PrivacyList
List of Privacy headers. |
class |
PVisitedNetworkIDList
List of P-Visited-Network-ID headers. |
class |
SecurityClientList
List of Security-Client headers. |
class |
SecurityServerList
List of Security-Server headers. |
class |
SecurityVerifyList
List of Security-Verify headers. |
class |
ServiceRouteList
|
Uses of SIPHeaderList in gov.nist.javax.sip.message |
---|
Methods in gov.nist.javax.sip.message with parameters of type SIPHeaderList | |
---|---|
void |
SIPMessage.setHeader(SIPHeaderList<Via> sipHeaderList)
Set the header given a list of headers. |
Uses of SIPHeaderList in gov.nist.javax.sip.parser.ims |
---|
Methods in gov.nist.javax.sip.parser.ims that return SIPHeaderList | |
---|---|
SIPHeaderList |
SecurityAgreeParser.parse(SecurityAgree header)
|
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |