JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

A

ACCEPTED - Static variable in interface javax.sip.message.Response
The Acceptable extension response code signifies that the request has been accepted for processing, but the processing has not been completed.
AcceptEncodingHeader - Interface in javax.sip.header
This interface represents the Accept-Encoding request-header.
AcceptHeader - Interface in javax.sip.header
This interface represents an Accept request-header.
AcceptLanguageHeader - Interface in javax.sip.header
The Accept-Language header field is used in requests to indicate the preferred languages for reason phrases, session descriptions, or status responses carried as message bodies in the response.
AccountManager - Interface in javax.sip
Account Manager helper class for the AuthenticationHelper.
ACK - Static variable in interface javax.sip.message.Request
An ACK is used to acknowledge the successful receipt of a message in a transaction.
ACTIVE - Static variable in interface javax.sip.header.SubscriptionStateHeader
State: The subscription has been accepted and (in general) has been authorized.
add(Content) - Method in interface javax.sip.message.MultipartMimeContent
 
addChargingCollectionFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Add another Charging Collection Function (CCF) Address to this header
addContent(Content) - Method in interface javax.sip.message.MultipartMimeContent
Set the content by its type.
addEventChargingFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Add another Event Charging Function (ECF) Address to this header
addFirst(Header) - Method in interface javax.sip.message.Message
Adds the new Header to the head of the existing list of Headers contained in this Message.
addHeader(Header) - Method in interface javax.sip.message.Message
Adds the new Header to the existing list of Headers contained in this Message.
addLast(Header) - Method in interface javax.sip.message.Message
Adds the new Header to the end of existing list of Headers contained in this Message.
addListeningPoint(ListeningPoint) - Method in interface javax.sip.SipProvider
This method adds the supplied ListeningPoint to the list of ListeningPoints associated to this SipProvider.
Address - Interface in javax.sip.address
This interface represents a user's display name and URI address.
ADDRESS_INCOMPLETE - Static variable in interface javax.sip.message.Response
The server received a request with a Request-URI that was incomplete.
AddressFactory - Interface in javax.sip.address
This interface provides factory methods that allow an application to create Address objects, URI's, SipURI's and TelURL's from a particular implementation of this specification.
addSipListener(SipListener) - Method in interface javax.sip.SipProvider
This method registers the SipListener object to this SipProvider, once registered the SIP Listener recieve events emitted from the SipProvider.
ADSL - Static variable in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
ADSL2 - Static variable in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
ADSL2p - Static variable in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
ALERT - Static variable in interface javax.sip.header.ContentDispositionHeader
Alert Disposition Type Constant
alertIfStillInCallingStateBy(int) - Method in interface javax.sip.ClientTransaction
Send a transaction timeout event to the application if Tx is still in Calling state in the given time period ( in base timer interval count ) after sending request.
AlertInfoHeader - Interface in javax.sip.header
When present in an INVITE request, the Alert-Info header field specifies an alternative ring tone to the UAS.
AllowEventsHeader - Interface in javax.sip.header
This interface represents the AllowEvents SIP header, as defined by RFC3265, this header is not part of RFC3261.
AllowHeader - Interface in javax.sip.header
The Allow header field lists the set of methods supported by the User Agent generating the message.
allowsAllContentSubTypes() - Method in interface javax.sip.header.AcceptHeader
Gets boolean value to indicate if the AcceptHeader allows all media sub-types, that is the content sub-type is "*".
allowsAllContentTypes() - Method in interface javax.sip.header.AcceptHeader
Gets boolean value to indicate if the AcceptHeader allows all media types, that is the content type is "*".
ALTERNATIVE_SERVICE - Static variable in interface javax.sip.message.Response
The call was not successful, but alternative services are possible.
AMBIGUOUS - Static variable in interface javax.sip.message.Response
The Request-URI was ambiguous.
ATTRIBUTE_NOT_UNDERSTOOD - Static variable in interface javax.sip.header.WarningHeader
One or more of the media attributes in the session description are not supported.
AuthenticationHelper - Interface in javax.sip
A helper interface that provides useful functionality for clients that need to authenticate with servers.
AuthenticationInfoHeader - Interface in javax.sip.header
The Authentication-Info header field provides for mutual authentication with HTTP Digest.
AuthorizationHeader - Interface in javax.sip.header
The Authorization header is used when a user agent wishes to authenticate itself with a server - usually, but not necessarily, after receiving an UNAUTHORIZED Response - by including an AuthorizationHeader with the Request.
AuthorizationHeaderIms - Interface in javax.sip.header.ims
Extension to Authorization header (3GPP TS 24299-5d0).

JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

See conditions of use.
Submit a bug report or feature request.