Package | Description |
---|---|
android.gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
android.gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
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.extensions | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Host
Stores hostname.
|
class |
HostPort
Holds the hostname:port.
|
class |
NameValue
Generic structure for storing name-value pairs.
|
Modifier and Type | Method and Description |
---|---|
protected GenericObject |
GenericObjectList.first()
This is the default list iterator.This will not handle nested list
traversal.
|
protected GenericObject |
GenericObjectList.next()
Fetch the next object from the list based on the default list iterator
|
protected GenericObject |
GenericObjectList.next(ListIterator iterator)
Traverse the list given a list iterator
|
Modifier and Type | Method and Description |
---|---|
void |
GenericObjectList.addFirst(GenericObject objToAdd) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeField
Attribute Field.
|
class |
BandwidthField
Bandwidth field of a SDP header.
|
class |
ConnectionAddress
Connection Address of the SDP header (appears as part of the Connection field)
|
class |
ConnectionField
Connectin Field of the SDP request.
|
class |
Email
Email address record.
|
class |
EmailAddress
email address field of the SDP header.
|
class |
EmailField
email field in the SDP announce.
|
class |
InformationField
Information field implementation
|
class |
KeyField
Key field part of an SDP header.
|
class |
MediaField
Media field SDP header.
|
class |
OriginField
Origin Field SDP header
|
class |
PhoneField
Phone Field SDP header
|
class |
ProtoVersionField
Proto version field of SDP announce.
|
class |
RepeatField
Repeat SDP Field (part of the time field).
|
class |
SDPField
Placeholder root class for SDP headers.
|
class |
SDPFieldList
A list of SDP Fields.
|
class |
SDPFormat
Media Description SDP header
|
class |
SDPObject
Root class for everything in this package.
|
class |
SessionNameField |
class |
TimeField
Time Field.
|
class |
TypedTime
Typed time SDP field.
|
class |
URIField
Implementation of URI field.
|
class |
ZoneAdjustment
Zone adjustment class.
|
class |
ZoneField
Z= SDP field.
|
Modifier and Type | Method and Description |
---|---|
GenericObject |
SDPObjectList.first() |
GenericObject |
SDPObjectList.next() |
Modifier and Type | Class and Description |
---|---|
class |
AddressImpl
Address structure.
|
class |
Authority
Authority part of a URI structure.
|
class |
GenericURI
Implementation of the URI class.
|
class |
NetObject
Root object for all objects in this package.
|
class |
SipUri
Implementation of the SipURI interface.
|
class |
TelephoneNumber
Telephone number class.
|
class |
TelURLImpl
Implementation of the TelURL interface.
|
class |
UserInfo
User information part of a URL.
|
Modifier and Type | Method and Description |
---|---|
GenericObject |
NetObjectList.first()
returns the first element
|
GenericObject |
NetObjectList.next()
returns the next element
|
GenericObject |
NetObjectList.next(ListIterator li)
returns the next element
|
Modifier and Type | Class and Description |
---|---|
class |
Accept
Accept header : The top level header is actually AcceptList which is a list of
Accept headers.
|
class |
AcceptEncoding
Accept-Encoding SIP (HTTP) Header.
|
class |
AcceptEncodingList
AcceptEncodingList of AccepEncoding headers.
|
class |
AcceptLanguage
Accept Language body.
|
class |
AcceptLanguageList
AcceptLanguageList: Strings together a list of AcceptLanguage SIPHeaders.
|
class |
AcceptList
Accept List of SIP headers.
|
class |
AddressParametersHeader
An abstract class for headers that take an address and parameters.
|
class |
AlertInfo
AlertInfo SIP Header.
|
class |
AlertInfoList
AlertInfo SIPHeader - there can be several AlertInfo headers.
|
class |
Allow
Allow SIPHeader.
|
class |
AllowEvents
AllowEvents SIPHeader.
|
class |
AllowEventsList
List of AllowEvents headers.
|
class |
AllowList
List of ALLOW headers.
|
class |
AuthenticationHeader
The generic AuthenticationHeader
|
class |
AuthenticationInfo
Authentication info SIP Header.
|
class |
AuthenticationInfoList
A list of AuthenticationInfo headers (there can be multiple in a message).
|
class |
Authorization
Authorization SIP header.
|
class |
AuthorizationList
WWWAuthenticate SIPHeader (of which there can be several?)
|
class |
CallID
Call ID SIPHeader.
|
class |
CallIdentifier
The call identifer that goes into a callID header and a in-reply-to header.
|
class |
CallInfo
CallInfo SIPHeader.
|
class |
CallInfoList
A list of CallInfo headers (there can be multiple in a message).
|
class |
Challenge
Challenge part of the Auth header.
|
class |
Contact
Contact Item.
|
class |
ContactList
List of contact headers.ContactLists are also maintained in a hashtable
for quick lookup.
|
class |
ContentDisposition
Content Dispositon SIP Header.
|
class |
ContentEncoding
Content encoding part of a content encoding header list.
|
class |
ContentEncodingList
Content Encoding SIP header List.
|
class |
ContentLanguage
ContentLanguage header
|
class |
ContentLanguageList
ContentLanguage list of headers.
|
class |
ContentLength
ContentLength SIPHeader (of which there can be only one in a SIPMessage).
|
class |
ContentType
ContentType SIP Header
|
class |
Credentials
Credentials that are used in authentication and authorization headers.
|
class |
CSeq
CSeq SIP Header.
|
class |
ErrorInfo
ErrorInfo SIP Header.
|
class |
ErrorInfoList
Error Info sip header.
|
class |
Event
Event SIP Header.
|
class |
Expires
Expires SIP Header.
|
class |
ExtensionHeaderImpl
A generic extension header for the stack.
|
class |
ExtensionHeaderList
A generic extension header list.
|
class |
From
From SIP Header.
|
class |
InReplyTo
InReplyTo SIP Header.
|
class |
InReplyToList
In-Reply-To SIP header.
|
class |
MaxForwards
MaxForwards SIPHeader
|
class |
MediaRange
Media Range
|
class |
MimeVersion
MimeVersion SIP Header.
|
class |
MinExpires
MinExpires SIP Header.
|
class |
Organization
Organization SIP Header.
|
class |
ParametersHeader
Parameters header.
|
class |
Priority
the Priority header.
|
class |
Protocol
Protocol name and version.
|
class |
ProxyAuthenticate
Proxy Authenticate SIP (HTTP ) header.
|
class |
ProxyAuthenticateList
List of ProxyAuthenticate headers.
|
class |
ProxyAuthorization
ProxyAuthorization Header.
|
class |
ProxyAuthorizationList
List of ProxyAuthorization headers.
|
class |
ProxyRequire
ProxyRequire Header.
|
class |
ProxyRequireList
Proxy Require SIPSIPObject (list of option tags)
|
class |
RAck
RAck SIP Header implementation
|
class |
Reason
Definition of the Reason SIP Header.
|
class |
ReasonList
List of Reason headers.
|
class |
RecordRoute
The Request-Route header is added to a request by any proxy that insists on
being in the path of subsequent requests for the same call leg.
|
class |
RecordRouteList
RecordRoute List of SIP headers (a collection of Addresses)
|
class |
ReferTo
ReferTo SIP Header.
|
class |
ReplyTo
ReplyTo Header.
|
class |
RequestLine
RequestLine of SIP Request.
|
class |
Require
Require SIP Header.
|
class |
RequireList
List of Require headers.
|
class |
RetryAfter
Retry-After SIP Header.
|
class |
Route
Route SIPHeader Object
|
class |
RouteList
A list of Route Headers.
|
class |
RSeq |
class |
Server
Supported SIP Header.
|
class |
SIPDateHeader
Date Header.
|
class |
SIPETag
the SIP-ETag header.
|
class |
SIPHeader
Root class from which all SIPHeader objects are subclassed.
|
class |
SIPHeaderList<HDR extends SIPHeader>
This is the root class for all lists of SIP headers.
|
class |
SIPIfMatch
the SIP-If-Match header.
|
class |
SIPObject
Root class for all singleton objects in this package:
specializes the gov.nist.sip.header.GenericObject class for SIPHeader
related objects.
|
class |
StatusLine
Status Line (for SIPReply) messages.
|
class |
Subject
Supported SIP Header.
|
class |
SubscriptionState
SubscriptionState header
|
class |
Supported
Supported SIP Header.
|
class |
SupportedList
A list of supported headers.
|
class |
TimeStamp
TimeStamp SIP Header.
|
class |
To
To SIP Header.
|
class |
Unsupported
the Unsupported header.
|
class |
UnsupportedList
List of Unsupported headers.
|
class |
UserAgent
the UserAgent SIPObject.
|
class |
Via
Via SIPHeader (these are strung together in a ViaList).
|
class |
ViaList
Keeps a list and a hashtable of via header functions.
|
class |
Warning
the WarningValue SIPObject.
|
class |
WarningList
A list of Warning headers.
|
class |
WWWAuthenticate
The WWWAuthenticate SIP header.
|
class |
WWWAuthenticateList
WWWAuthenticate SIPHeader (of which there can be several?)
|
Modifier and Type | Method and Description |
---|---|
GenericObject |
SIPObjectList.first()
Get the first object of this list.
|
GenericObject |
SIPObjectList.next()
Get the next object of this list (assumes that first() has been
called prior to calling this method.)
|
Modifier and Type | Method and Description |
---|---|
int |
SIPHeaderList.indexOf(GenericObject gobj)
index of an element.
|
Modifier and Type | Class and Description |
---|---|
class |
Join
Join SIPHeader.
|
class |
MinSE
MinSE SIP Header.
|
class |
References |
class |
ReferredBy
ReferredBy SIP Header.
|
class |
Replaces
Replaces SIPHeader.
|
class |
SessionExpires
ReferredBy SIP Header.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressHeaderIms
AddressHeader base class.
|
class |
PAccessNetworkInfo
P-Access-Network-Info SIP Private Header
|
class |
PAssertedIdentity
P-Asserted-Identity SIP Private Header.
|
class |
PAssertedIdentityList
List of P-Asserted-Identity headers
|
class |
PAssertedService |
class |
PAssociatedURI
P-Associated-URI SIP Private Header.
|
class |
PAssociatedURIList
List of P-Associated-URI headers
|
class |
Path |
class |
PathList |
class |
PCalledPartyID
P-Called-Party-ID SIP Private Header.
|
class |
PChargingFunctionAddresses
P-Charging-Function-Addresses SIP Private Header.
|
class |
PChargingVector
P-Charging-Vector header SIP Private Header: RFC 3455.
|
class |
PMediaAuthorization
P-Media-Authorization SIP Private Header - RFC 3313.
|
class |
PMediaAuthorizationList
List of P-Media-Authorization headers.
|
class |
PPreferredIdentity
P-Preferred-Identity SIP Private Header - RFC 3325.
|
class |
PPreferredService |
class |
PProfileKey |
class |
Privacy
Privacy SIP header - RFC 3323.
|
class |
PrivacyList
List of Privacy headers.
|
class |
PServedUser |
class |
PUserDatabase |
class |
PVisitedNetworkID
P-Visited-Network-ID SIP Private Header: RFC 3455.
|
class |
PVisitedNetworkIDList
List of P-Visited-Network-ID headers.
|
class |
SecurityAgree
"Security Mechanism Agreemet for SIP Sessions"
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
|
class |
SecurityClient
Security-Client header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
|
class |
SecurityClientList
List of Security-Client headers.
|
class |
SecurityServer
Security-Server header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
|
class |
SecurityServerList
List of Security-Server headers.
|
class |
SecurityVerify
Security-Verify header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
|
class |
SecurityVerifyList
List of Security-Verify headers.
|
class |
ServiceRoute
SERVICE-ROUTE header SIP param: RFC 3608.
|
class |
ServiceRouteList |
Modifier and Type | Class and Description |
---|---|
class |
MessageObject
This is the root object from which all other objects in this package
are derived.
|
class |
SIPMessage
This is the main SIP Message structure.
|
class |
SIPRequest
The SIP Request structure.
|
class |
SIPResponse
SIP Response structure.
|
Copyright © 2015. All Rights Reserved.