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 _

C

CALL_IS_BEING_FORWARDED - Static variable in interface javax.sip.message.Response
A server MAY use this status code to indicate that the call is being forwarded to a different set of destinations.
CALL_OR_TRANSACTION_DOES_NOT_EXIST - Static variable in interface javax.sip.message.Response
This status indicates that the UAS received a request that does not match any existing dialog or transaction.
CallIdHeader - Interface in javax.sip.header
The Call-ID header field uniquely identifies a particular invitation or all registrations of a particular client.
CallInfoHeader - Interface in javax.sip.header
The Call-Info header field provides additional information about the caller or callee, depending on whether it is found in a request or response.
CALLING - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Calling".
CANCEL - Static variable in interface javax.sip.message.Request
The CANCEL request is used to cancel a previous request sent by a client.
CK - Static variable in interface javax.sip.header.ims.WWWAuthenticateHeaderIms
 
ClientTransaction - Interface in javax.sip
A client transaction is used by a User Agent Client application to send Request messages to a User Agent Server application.
clone() - Method in interface javax.sip.address.Address
Clone method.
clone() - Method in interface javax.sip.address.URI
Creates and returns a deep copy of the URI.
clone() - Method in interface javax.sip.header.Header
Creates and returns a deep copy of the Header.
clone() - Method in interface javax.sip.message.Message
Creates and returns a deep copy of the Message.
COMPLETED - Static variable in class javax.sip.DialogState
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. This state does not exist in a dialog.
COMPLETED - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Completed".
CONDITIONAL_REQUEST_FAILED - Static variable in interface javax.sip.message.Response
The server is refusing to service the PUBLISH request because the entity-tag in the SIP-If-Match header does not match with existing event state.
CONFIRMED - Static variable in class javax.sip.DialogState
This constant value indicates that the dialog state is "Confirmed".
CONFIRMED - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Confirmed".
ContactHeader - Interface in javax.sip.header
A Contact header field value provides a URI whose meaning depends on the type of request or response it is in.
Content - Interface in javax.sip.message
Content fragment for a Multipart-Mime content.
ContentDispositionHeader - Interface in javax.sip.header
The Content-Disposition header field describes how the message body or, for multipart messages, a message body part is to be interpreted by the UAC or UAS.
ContentEncodingHeader - Interface in javax.sip.header
A ContentEncodingHeader is used as a modifier to the "media-type".
ContentLanguageHeader - Interface in javax.sip.header
The Content-Language header field is used to indicate the language of the message body.
ContentLengthHeader - Interface in javax.sip.header
The Content-Length header field indicates the size of the message-body, in decimal number of octets, sent to the recipient.
ContentTypeHeader - Interface in javax.sip.header
The Content-Type header field indicates the media type of the message-body sent to the recipient.
createAcceptEncodingHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AcceptEncodingHeader based on the newly supplied encoding value.
createAcceptHeader(String, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AcceptHeader based on the newly supplied contentType and contentSubType values.
createAcceptLanguageHeader(Locale) - Method in interface javax.sip.header.HeaderFactory
Creates a new AcceptLanguageHeader based on the newly supplied language value.
createAck() - Method in interface javax.sip.ClientTransaction
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. As a transaction that received a 2xx response terminates immediately, it cannot be used for creating the corresponding ACK. If this transaction created a dialog, the Dialog.createAck(long) method should be used. Otherwise the stack will automatically create and send the ACK for non-2xx responses that need to be acknowledged. That is the application should never need to use this method.
createAck(long) - Method in interface javax.sip.Dialog
Creates an ACK request for an Invite that was responded with 2xx response.
createAddress(String) - Method in interface javax.sip.address.AddressFactory
Creates an Address with the new address string value.
createAddress(URI) - Method in interface javax.sip.address.AddressFactory
Creates an Address with the new URI attribute value.
createAddress(String, URI) - Method in interface javax.sip.address.AddressFactory
Creates an Address with the new display name and URI attribute values.
createAddressFactory() - Method in class javax.sip.SipFactory
Creates an instance of the AddressFactory implementation.
createAlertInfoHeader(URI) - Method in interface javax.sip.header.HeaderFactory
Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
createAllowEventsHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AllowEventsHeader based on the newly supplied event type value.
createAllowHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AllowHeader based on the newly supplied method value.
createAuthenticationInfoHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AuthenticationInfoHeader based on the newly supplied response value.
createAuthorizationHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new AuthorizationHeader based on the newly supplied scheme value.
createCallIdHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new CallIdHeader based on the newly supplied callId value.
createCallInfoHeader(URI) - Method in interface javax.sip.header.HeaderFactory
Creates a new CallInfoHeader based on the newly supplied callInfo value.
createCancel() - Method in interface javax.sip.ClientTransaction
Creates a new Cancel message from the Request associated with this client transaction.
createChargingVectorHeader(String) - Method in interface javax.sip.header.HeaderFactory
P-Charging-Vector header
createContactHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContactHeader based on the newly supplied address value.
createContactHeader() - Method in interface javax.sip.header.HeaderFactory
Creates a new wildcard ContactHeader.
createContactHeader() - Method in interface javax.sip.ListeningPoint
Create a contact for this listening point.
createContentDispositionHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContentDispositionHeader based on the newly supplied contentDisposition value.
createContentEncodingHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContentEncodingHeader based on the newly supplied encoding value.
createContentLanguageHeader(Locale) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContentLanguageHeader based on the newly supplied contentLanguage value.
createContentLengthHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContentLengthHeader based on the newly supplied contentLength value.
createContentTypeHeader(String, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ContentTypeHeader based on the newly supplied contentType and contentSubType values.
createCSeqHeader(int, String) - Method in interface javax.sip.header.HeaderFactory
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since 1.2. Use HeaderFactory.createCSeqHeader(long, String) method with type long.
createCSeqHeader(long, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new CSeqHeader based on the newly supplied sequence number and method values.
createDateHeader(Calendar) - Method in interface javax.sip.header.HeaderFactory
Creates a new DateHeader based on the newly supplied date value.
createErrorInfoHeader(URI) - Method in interface javax.sip.header.HeaderFactory
Creates a new ErrorInfoHeader based on the newly supplied errorInfo value.
createEventHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new EventHeader based on the newly supplied eventType value.
createExpiresHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new ExpiresHeader based on the newly supplied expires value.
createFromHeader(Address, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new FromHeader based on the newly supplied address and tag values.
createHeader(String, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new Header based on the newly supplied name and value values.
createHeader(String) - Method in interface javax.sip.header.HeaderFactory
Create a header from a string.
createHeaderFactory() - Method in class javax.sip.SipFactory
Creates an instance of the HeaderFactory implementation.
createHeaders(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new List of Headers based on a supplied comma seperated list of Header values for a single header name.
createInReplyToHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new InReplyToHeader based on the newly supplied callId value.
createJoinHeader(String, String, String) - Method in interface javax.sip.header.HeaderFactory
Create a Join header with a call Id, to and from tag.
createListeningPoint(int, String) - Method in interface javax.sip.SipStack
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. This has been replaced by SipStack.createListeningPoint(String, int, String) For backwards compatibility with v1.1 implementations should support this method. Implementations should throw TransportNotSupportedException if the Properties specified during stack creation do not include an IP Address.
createListeningPoint(String, int, String) - Method in interface javax.sip.SipStack
Creates a ListeningPoint a given IP address, port and transport.
createMaxForwardsHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new MaxForwardsHeader based on the newly supplied maxForwards value.
createMessageFactory() - Method in class javax.sip.SipFactory
Creates an instance of the MessageFactory implementation.
createMimeVersionHeader(int, int) - Method in interface javax.sip.header.HeaderFactory
Creates a new MimeVersionHeader based on the newly supplied mimeVersion values.
createMinExpiresHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new MinExpiresHeader based on the newly supplied minExpires value.
createMultipartMimeContent(ContentTypeHeader, String[], String[], String[]) - Method in interface javax.sip.message.MessageFactory
Create a MultipartMime attachment from a list of content type, subtype and content.
createOrganizationHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new OrganizationHeader based on the newly supplied organization value.
createPAccessNetworkInfoHeader() - Method in interface javax.sip.header.HeaderFactory
creates a P-Access-Network-Info header
createPAssertedIdentityHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a P-Asserted-Identity header
createPAssociatedURIHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a P-Associated-URI header based on the supplied address
createPathHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create Path header.
createPCalledPartyIDHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a P-Called-Party-ID header.
createPChargingFunctionAddressesHeader() - Method in interface javax.sip.header.HeaderFactory
Create empty P-Charging-Function-Addresses header.
createPMediaAuthorizationHeader(String) - Method in interface javax.sip.header.HeaderFactory
Create P-Media-Authorization header
createPPreferredIdentityHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create P-Preferred-Identity header.
createPProfileKeyHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a P-Profile-Key header.
createPrack(Response) - Method in interface javax.sip.Dialog
Creates a new PRACK Request message based on a reliable provisional response received by this Dialog and the Dialog internal information.
createPriorityHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new PriorityHeader based on the newly supplied priority value.
createPrivacyHeader(String) - Method in interface javax.sip.header.HeaderFactory
Create Privacy header.
createProxyAuthenticateHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ProxyAuthenticateHeader based on the newly supplied scheme value.
createProxyAuthorizationHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ProxyAuthorizationHeader based on the newly supplied scheme value.
createProxyRequireHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ProxyRequireHeader based on the newly supplied optionTag value.
createPServedUserHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a P-Served-User header.
createPUserDatabaseHeader(String) - Method in interface javax.sip.header.HeaderFactory
Create a P-User-Database IMS header.
createPVisitedNetworkIDHeader() - Method in interface javax.sip.header.HeaderFactory
Create empty P-Visited-Network-ID header.
createRAckHeader(int, int, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new RAckHeader based on the newly supplied rSeqNumber, cSeqNumber and method values.
createReasonHeader(String, int, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ReasonHeader based on the newly supplied reason value.
createRecordRouteHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Creates a new RecordRouteHeader based on the newly supplied address value.
createReferredByHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create a ReferredBy Header
createReferToHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Creates a new ReferToHeader based on the newly supplied address value.
createReliableProvisionalResponse(int) - Method in interface javax.sip.Dialog
Creates a new reliable provisional response based on an Invite request that created this Dialog or that is now refreshing this Dialog.
createReplacesHeader(String, String, String) - Method in interface javax.sip.header.HeaderFactory
Create a Replaces header with a call Id, to and from tag
createReplyToHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Creates a new ReplyToHeader based on the newly supplied address value.
createRequest(String) - Method in interface javax.sip.Dialog
Creates a new Request message based on the dialog creating request.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in interface javax.sip.message.MessageFactory
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message with a body in the form of a Java object and the body content type.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in interface javax.sip.message.MessageFactory
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message with a body in the form of a byte array and body content type.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in interface javax.sip.message.MessageFactory
Creates a new Request message of type specified by the method paramater, containing the URI of the Request, the mandatory headers of the message.
createRequest(String) - Method in interface javax.sip.message.MessageFactory
Create a new SIP Request object based on a specific string value.
createRequestLine(String) - Method in interface javax.sip.header.HeaderFactory
Create a RequestLine from a String
createRequireHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new RequireHeader based on the newly supplied optionTag value.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in interface javax.sip.message.MessageFactory
Deprecated. This method is deprecated since version 2.0. MaxForwards header is not required for the response. Please use MessageFactory.createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, ContentTypeHeader, Object)
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, ContentTypeHeader, Object) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, containing the mandatory headers of the message with a body in the form of a Java object and the body content type.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in interface javax.sip.message.MessageFactory
Deprecated. This method is not supported since version 2.0 because MaxForwards header is not relevant for the response. Please use MessageFactory.createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, ContentTypeHeader, byte[])
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, ContentTypeHeader, byte[]) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, containing the mandatory headers of the message with a body in the form of a byte array and the body content type.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in interface javax.sip.message.MessageFactory
Deprecated. since version 2.0 as MaxForwards header is not relevant for the response. Please use MessageFactory.createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List)
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, containing the mandatory headers of the message.
createResponse(int, Request, ContentTypeHeader, Object) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, based on a specific Request with a new body in the form of a Java object and the body content type.
createResponse(int, Request, ContentTypeHeader, byte[]) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, based on a specific Request with a new body in the form of a byte array and the body content type.
createResponse(int, Request) - Method in interface javax.sip.message.MessageFactory
Creates a new Response message of type specified by the statusCode paramater, based on a specific Request message.
createResponse(String) - Method in interface javax.sip.message.MessageFactory
Creates a Response from a String.
createRetryAfterHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new RetryAfterHeader based on the newly supplied retryAfter value.
createRouteHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Creates a new RouteHeader based on the newly supplied address value.
createRSeqHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new RSeqHeader based on the newly supplied sequenceNumber value.
createSecurityClientHeader() - Method in interface javax.sip.header.HeaderFactory
Security-Client IMS header
createSecurityServerHeader() - Method in interface javax.sip.header.HeaderFactory
Create a Security-Server header
createSecurityVerifyHeader() - Method in interface javax.sip.header.HeaderFactory
Create a Security-Verify header
createServerHeader(List) - Method in interface javax.sip.header.HeaderFactory
Creates a new ServerHeader based on the newly supplied List of product values.
createServiceRouteHeader(Address) - Method in interface javax.sip.header.HeaderFactory
Create Service-Route header.
createSessionExpiresHeader(int) - Method in interface javax.sip.header.HeaderFactory
Creates a new SessionExpiresHeader based on the newly supplied expires value.
createSIPETagHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new SIP-ETag header with the supplied tag value
createSIPIfMatchHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new SIP-If-Match header with the supplied tag value
createSipProvider(ListeningPoint) - Method in interface javax.sip.SipStack
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object.
createSipStack(Properties) - Method in class javax.sip.SipFactory
Creates an instance of a SipStack implementation based on the configuration properties object passed to this method.
createSipURI(String, String) - Method in interface javax.sip.address.AddressFactory
Creates a SipURI based on the given user and host components.
createStatusLine(String) - Method in interface javax.sip.header.HeaderFactory
Create a StatusLine from a String
createSubjectHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new SubjectHeader based on the newly supplied subject value.
createSubscriptionStateHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new SubscriptionStateHeader based on the newly supplied subscriptionState value.
createSupportedHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new SupportedHeader based on the newly supplied optionTag value.
createTelURL(String) - Method in interface javax.sip.address.AddressFactory
Creates a TelURL based on given URI string.
createTimeStampHeader(float) - Method in interface javax.sip.header.HeaderFactory
Creates a new TimeStampHeader based on the newly supplied timeStamp value.
createToHeader(Address, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ToHeader based on the newly supplied address and tag values.
createUnsupportedHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new UnsupportedHeader based on the newly supplied optionTag value.
createURI(String) - Method in interface javax.sip.address.AddressFactory
Creates a URI based on given URI string.
createUserAgentHeader(List) - Method in interface javax.sip.header.HeaderFactory
Creates a new UserAgentHeader based on the newly supplied List of product values.
createViaHeader(String, int, String, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new ViaHeader based on the newly supplied uri and branch values.
createViaHeader() - Method in interface javax.sip.ListeningPoint
Create a Via header for this listening point.
createWarningHeader(String, int, String) - Method in interface javax.sip.header.HeaderFactory
Creates a new WarningHeader based on the newly supplied agent, code and comment values.
createWWWAuthenticateHeader(String) - Method in interface javax.sip.header.HeaderFactory
Creates a new WWWAuthenticateHeader based on the newly supplied scheme value.
CSeqHeader - Interface in javax.sip.header
A CSeq header field in a request contains a single decimal sequence number and the request method.

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.