Package | Description |
---|---|
android.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.
|
android.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).
|
android.gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
android.gov.nist.javax.sip.parser.ims |
Parser for IMS headers.
|
Modifier and Type | Class and Description |
---|---|
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?)
|
Modifier and Type | Method and Description |
---|---|
protected SIPHeaderList<HDR> |
SIPHeaderList.clonehlist(List<HDR> hlistToClone) |
Modifier and Type | Method and Description |
---|---|
void |
SIPHeaderList.concatenate(SIPHeaderList<HDR> other,
boolean topFlag)
Concatenate two compatible lists.
|
boolean |
SIPHeaderList.match(SIPHeaderList<?> template)
Template match against a template.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static SIPHeaderList<SIPHeader> |
ListMap.getList(SIPHeader sipHeader)
Return a list object for this header if it has an associated list object.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPMessage.setHeader(SIPHeaderList<Via> sipHeaderList)
Set the header given a list of headers.
|
Modifier and Type | Method and Description |
---|---|
static void |
ListMap.addListHeader(Class<? extends SIPHeader> sipHeaderClass,
Class<? extends SIPHeaderList<? extends SIPHeader>> sipHeaderListClass)
Mark a listable Header
|
Modifier and Type | Method and Description |
---|---|
SIPHeaderList |
SecurityAgreeParser.parse(SecurityAgree header) |
Copyright © 2018. All Rights Reserved.