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 _

S

SCTP - Static variable in interface javax.sip.ListeningPoint
Transport constant: SCTP
SDSL - Static variable in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
SecureAccountManager - Interface in javax.sip
Interface that implements the hashed password account manager.
SecurityAgreeHeader - Interface in javax.sip.header.ims
"Security Mechanism Agreemet for SIP Sessions" - sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
SecurityClientHeader - Interface in javax.sip.header.ims
Security-Client header - sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
SecurityServerHeader - Interface in javax.sip.header.ims
Security-Server header See RFC 3329 + 3GPP TS33.203 (Annex H).
SecurityVerifyHeader - Interface in javax.sip.header.ims
Security-Verify header - sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
sendAck(Request) - Method in interface javax.sip.Dialog
Sends ACK Request to the remote party of this dialog.
sendHeartbeat(String, int) - Method in interface javax.sip.ListeningPoint
Send a heartbeat to the specified Ip address and port via this listening point.
sendReliableProvisionalResponse(Response) - Method in interface javax.sip.Dialog
Sends a reliable provisional response to the remote party of this dialog.
sendRequest() - Method in interface javax.sip.ClientTransaction
Sends the Request which created this ClientTransaction.
sendRequest(ClientTransaction) - Method in interface javax.sip.Dialog
Sends a Request to the remote party of this dialog.
sendRequest(Request) - Method in interface javax.sip.SipProvider
Sends the Request statelessly, that is no transaction record is associated with this action.
sendResponse(Response) - Method in interface javax.sip.ServerTransaction
Sends the Response to a Request which is associated with this ServerTransaction.
sendResponse(Response) - Method in interface javax.sip.SipProvider
Sends the Response statelessly, that is no transaction record is associated with this action.
SERVER_INTERNAL_ERROR - Static variable in interface javax.sip.message.Response
The server encountered an unexpected condition that prevented it from fulfilling the request.
SERVER_TIMEOUT - Static variable in interface javax.sip.message.Response
The server did not receive a timely response from an external server it accessed in attempting to process the request. 408 (Request Timeout) should be used instead if there was no response within the period specified in the Expires header field from the upstream server.
ServerHeader - Interface in javax.sip.header
The Server header field contains information about the software used by the UAS to handle the request.
ServerTransaction - Interface in javax.sip
A server transaction is used by a SipProvider to handle incoming Request messages to fire Request events to the SipListener on a specific server transaction and by a User Agent Server application to send Response messages to a User Agent Client application.
SERVICE_UNAVAILABLE - Static variable in interface javax.sip.message.Response
The server is temporarily unable to process the request due to a temporary overloading or maintenance of the server.
ServiceRouteHeader - Interface in javax.sip.header.ims
SERVICE-ROUTE header SIP param: RFC 3608.
SESSION - Static variable in interface javax.sip.header.ContentDispositionHeader
Session Disposition Type Constant
SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOOD - Static variable in interface javax.sip.header.WarningHeader
A parameter other than those listed above was not understood.
SESSION_NOT_ACCEPTABLE - Static variable in interface javax.sip.message.Response
The user's agent was contacted successfully but some aspects of the session description such as the requested media, bandwidth, or addressing style were not acceptable.
SESSION_PROGRESS - Static variable in interface javax.sip.message.Response
The 183 (Session Progress) response is used to convey information about the progress of the call that is not otherwise classified.
SessionExpiresHeader - Interface in javax.sip.header
Header interface for the Sesison-Expires SIP header as defined in RFF 4028.
setAcceptLanguage(Locale) - Method in interface javax.sip.header.AcceptLanguageHeader
Sets the language parameter of this AcceptLanguageHeader.
setAccessType(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
Set the access type.
setAddress(Address) - Method in interface javax.sip.header.HeaderAddress
Sets the Address parameter of this Address.
setAgent(String) - Method in interface javax.sip.header.WarningHeader
Sets the agent value of the WarningHeader to the new value passed to the method.
setAlertInfo(URI) - Method in interface javax.sip.header.AlertInfoHeader
Sets the AlertInfo of the AlertInfoHeader to the alertInfo parameter value.
setAlgorithm(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Algorithm of the AuthorizationHeader to the new algorithm parameter value.
setAlgorithm(String) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Algorithm (alg parameter)
setAlgorithm(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm parameter value.
setApplicationData(Object) - Method in interface javax.sip.Dialog
Sets application specific data to this dialog.
setApplicationData(Object) - Method in interface javax.sip.message.Message
This method allows applications to associate application context with the message.
setApplicationData(Object) - Method in interface javax.sip.Transaction
This method allows applications to associate application context with the transaction.
setAssociatedURI(URI) - Method in interface javax.sip.header.ims.PAssociatedURIHeader
Set the URI on this address
setAuthenticationHeaders(Request) - Method in interface javax.sip.AuthenticationHelper
Attach authentication headers to the given request.
setAutomaticDialogSupportEnabled(boolean) - Method in interface javax.sip.SipProvider
Enable or disable automatic dialog creation for this Provider.
setBackToBackUserAgent() - Method in interface javax.sip.Dialog
Sets a flag that indicates that this Dialog is part of a BackToBackUserAgent.
setBranch(String) - Method in interface javax.sip.header.ViaHeader
Sets the branch parameter of the ViaHeader to the newly supplied branch value.
setCallId(String) - Method in interface javax.sip.header.CallIdHeader
Sets the Call-Id of the CallIdHeader.
setCallId(String) - Method in interface javax.sip.header.InReplyToHeader
Sets the Call-Id of the InReplyToHeader.
setCallId(String) - Method in interface javax.sip.header.JoinHeader
Set the call Id.
setCallId(String) - Method in interface javax.sip.header.ReplacesHeader
Set the CallId of the Replaces header.
setCause(int) - Method in interface javax.sip.header.ReasonHeader
Sets the cause value of the ReasonHeader.
setCGI3GPP(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
Set the CGI value.
setChargingCollectionFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Set the Charging Collection Function (CCF) Address
setCI3GPP2(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
 
setCK(String) - Method in interface javax.sip.header.ims.WWWAuthenticateHeaderIms
 
setCNonce(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the CNonce of the AuthenticationInfoHeader to the cNonce parameter value.
setCNonce(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the CNonce of the AuthorizationHeader to the cNonce parameter value.
setCode(int) - Method in interface javax.sip.header.WarningHeader
Sets the code of the WarningHeader.
setComment(String) - Method in interface javax.sip.header.RetryAfterHeader
Sets the comment value of the RetryAfterHeader.
setContent(Object) - Method in interface javax.sip.message.Content
 
setContent(Object, ContentTypeHeader) - Method in interface javax.sip.message.Message
Sets the body of this Message, with the ContentType defined by the new ContentTypeHeader object and the string value of the content.
setContentDisposition(ContentDispositionHeader) - Method in interface javax.sip.message.Message
Sets the ContentDispositionHeader of this Message.
setContentEncoding(ContentEncodingHeader) - Method in interface javax.sip.message.Message
Sets the ContentEncodingHeader of this Message.
setContentLanguage(Locale) - Method in interface javax.sip.header.ContentLanguageHeader
Sets the language parameter of this ContentLanguageHeader.
setContentLanguage(ContentLanguageHeader) - Method in interface javax.sip.message.Message
Sets the ContentLanguageHeader of this Message.
setContentLength(int) - Method in interface javax.sip.header.ContentLengthHeader
Set content-length of ContentLengthHeader.
setContentLength(ContentLengthHeader) - Method in interface javax.sip.message.Message
Set the ContentLengthHeader of this Message.
setContentSubType(String) - Method in interface javax.sip.header.MediaType
Sets value of media subtype of Header with Content sub-type.
setContentType(String) - Method in interface javax.sip.header.MediaType
Sets value of media type of Header with Content Type.
setCSeqNumber(int) - Method in interface javax.sip.header.RAckHeader
Sets the sequence number value of the CSeqHeader of the provisional response being acknowledged.
setDatabaseName(String) - Method in interface javax.sip.header.ims.PUserDatabaseHeader
 
setDate(Calendar) - Method in interface javax.sip.header.DateHeader
Sets date of DateHeader.
setDefaultContentEncodingCharset(String) - Method in interface javax.sip.message.MessageFactory
Set default charset used for encoding String content.
setDefaultServerHeader(ServerHeader) - Method in interface javax.sip.message.MessageFactory
Set the common Server header for all Responses created from this message factory.
setDefaultUserAgentHeader(UserAgentHeader) - Method in interface javax.sip.message.MessageFactory
Set the common UserAgent header for all Requests created from this message factory.
setDelay(float) - Method in interface javax.sip.header.TimeStampHeader
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. This method is replaced with TimeStampHeader.setTimeDelay(int).
setDialogErrorsAutomaticallyHandled() - Method in interface javax.sip.SipProvider
Sets a flag that indicates that automatic error handling is enabled for this dialog (the default when automatic dialog support is enabled).
setDisplayName(String) - Method in interface javax.sip.address.Address
Sets the display name of the Address.
setDispositionType(String) - Method in interface javax.sip.header.ContentDispositionHeader
Sets the interpretation value of the message body or message body part for this ContentDispositionHeader.
setDomain(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Domain of the WWWAuthenicateHeader to the domain parameter value.
setDSLLocation(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
Set the DSL Location.
setDuration(int) - Method in interface javax.sip.header.RetryAfterHeader
Sets the duration value of the RetryAfterHeader.
setEarlyDialogTimeoutSeconds(int) - Method in interface javax.sip.Dialog
Sets the early dialog timeout period.
setEnabledCipherSuites(String[]) - Method in interface javax.sip.SipStack
Set the list of cipher suites supported by the stack.
setEncoding(String) - Method in interface javax.sip.header.Encoding
Sets the encoding of an EncodingHeader.
setEncryptionAlgorithm(String) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Encryption Algorithm (ealg parameter)
setErrorInfo(URI) - Method in interface javax.sip.header.ErrorInfoHeader
Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo parameter value.
setErrorMessage(String) - Method in interface javax.sip.header.ErrorInfoHeader
Sets the Error information message to the new message value supplied to this method.
setETag(String) - Method in interface javax.sip.header.SIPETagHeader
Sets the entity-tag value of this header.
setETag(String) - Method in interface javax.sip.header.SIPIfMatchHeader
Sets the entity-tag
setEventChargingFunctionAddress(String) - Method in interface javax.sip.header.ims.PChargingFunctionAddressesHeader
Set the Event Charging Function (ECF) Address
setEventId(String) - Method in interface javax.sip.header.EventHeader
Sets the id to the newly supplied eventId string.
setEventType(String) - Method in interface javax.sip.header.AllowEventsHeader
Sets the eventType defined in this AllowEventsHeader.
setEventType(String) - Method in interface javax.sip.header.EventHeader
Sets the eventType to the newly supplied eventType string.
setExpires(int) - Method in interface javax.sip.header.ContactHeader
Sets the value of the expires parameter as delta-seconds.
setExpires(int) - Method in interface javax.sip.header.ExpiresHeader
Sets the relative expires value of the ExpiresHeader in units of seconds.
setExpires(int) - Method in interface javax.sip.header.SessionExpiresHeader
Set the expires parameter.
setExpires(int) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the relative expires value of the SubscriptionStateHeader.
setExpires(ExpiresHeader) - Method in interface javax.sip.message.Message
Sets the ExpiresHeader of this Message.
setExtensionAccessInfo(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
Set Extension Access Info.
setForkedResponse(boolean) - Method in class javax.sip.ResponseEvent
Set true if this is a forked response.
setFromTag(String) - Method in interface javax.sip.header.JoinHeader
Set the from tag for the Join header.
setFromTag(String) - Method in interface javax.sip.header.ReplacesHeader
Set the From tag of the Replaces header.
setGlobal(boolean) - Method in interface javax.sip.address.TelURL
Sets phone user of this TelURL to be either global or local.
setGrParam(String) - Method in interface javax.sip.address.SipURI
Sets the gr parameter.
setHandling(String) - Method in interface javax.sip.header.ContentDispositionHeader
The handling parameter describes how the UAS should react if it receives a message body whose content type or disposition type it does not understand.
setHeader(String, String) - Method in interface javax.sip.address.SipURI
Sets the value of the specified header fields to be included in a request constructed from the URI.
setHeader(Header) - Method in interface javax.sip.message.Message
Sets the new Header to replace existings Header of that type in the message.
setHost(String) - Method in interface javax.sip.address.SipURI
Set the host part of this SipURI to the newly supplied host parameter.
setHost(String) - Method in interface javax.sip.header.ViaHeader
Set the host part of this ViaHeader to the newly supplied host parameter.
setICID(String) - Method in interface javax.sip.header.ims.PChargingVectorHeader
 
setICIDGeneratedAt(String) - Method in interface javax.sip.header.ims.PChargingVectorHeader
 
setIK(String) - Method in interface javax.sip.header.ims.WWWAuthenticateHeaderIms
 
setInfo(URI) - Method in interface javax.sip.header.CallInfoHeader
Sets the Information parameter of this CallInfoHeader.
setIntegrityProtected(String) - Method in interface javax.sip.header.ims.AuthorizationHeaderIms
set the IntegrityProtected value.
setIsdnSubAddress(String) - Method in interface javax.sip.address.TelURL
Sets ISDN subaddress of this TelURL.
setListeningPoint(ListeningPoint) - Method in interface javax.sip.SipProvider
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will add the ListeningPoint to the list of ListeningPoints associated with the SipProvider. This method has been replaced with SipProvider.addListeningPoint(ListeningPoint), the same semantics apply to this method.
setLrParam() - Method in interface javax.sip.address.SipURI
Sets the value of the lr parameter of this SipURI.
setMAddr(String) - Method in interface javax.sip.header.ViaHeader
Sets the value of the maddr parameter of this ViaHeader.
setMAddrParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the maddr parameter of this SipURI.
setMajorVersion(int) - Method in interface javax.sip.header.MimeVersionHeader
Sets the Major-Version argument of this MimeVersionHeader to the supplied majorVersion value.
setMaxForwards(int) - Method in interface javax.sip.header.MaxForwardsHeader
Sets the max-forwards argument of this MaxForwardsHeader to the supplied maxForwards value.
setMediaAuthorizationToken(String) - Method in interface javax.sip.header.ims.PMediaAuthorizationHeader
Set the media authorization token.
setMethod(String) - Method in interface javax.sip.header.AllowHeader
Sets the Allow header value.
setMethod(String) - Method in interface javax.sip.header.CSeqHeader
Sets the method of CSeqHeader
setMethod(String) - Method in interface javax.sip.header.RAckHeader
Sets the method of RAckHeader, which correlates to the method of the CSeqHeader of the provisional response being acknowledged.
setMethod(String) - Method in interface javax.sip.message.Request
Sets the method of Request to the newly supplied value.
setMethod(String) - Method in interface javax.sip.message.SipRequestLine
Set the method member
setMethodParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the method parameter.
setMinorVersion(int) - Method in interface javax.sip.header.MimeVersionHeader
Sets the Minor-Version argument of this MimeVersionHeader to the supplied minorVersion value.
setMode(String) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Mode (mod parameter)
setNextNonce(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce parameter value.
setNonce(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Nonce of the AuthorizationHeader to the nonce parameter value.
setNonce(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Nonce of the WWWAuthenicateHeader to the nonce parameter value.
setNonceCount(int) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount parameter value.
setNonceCount(int) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Nonce Count of the AuthorizationHeader to the nonceCount parameter value.
setNotifyOnRetransmit(boolean) - Method in interface javax.sip.ClientTransaction
Notify on retransmission from the client transaction side.
setOpaque(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Opaque value of the AuthorizationHeader to the new opaque parameter value.
setOpaque(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Opaque value of the WWWAuthenicateHeader to the new opaque parameter value.
setOptionTag(String) - Method in interface javax.sip.header.OptionTag
Sets the option tag value to the new supplied optionTag parameter.
setOrganization(String) - Method in interface javax.sip.header.OrganizationHeader
Sets the organization value of the OrganizationHeader to the organization parameter supplied.
setOriginalTransaction(ClientTransaction) - Method in class javax.sip.ResponseEvent
Set the original transaction for a forked response.
setOriginatingIOI(String) - Method in interface javax.sip.header.ims.PChargingVectorHeader
 
setParameter(String, String) - Method in interface javax.sip.header.Parameters
Sets the value of the specified parameter.
setPathName(String) - Method in class javax.sip.SipFactory
Sets the pathname that identifies the location of a particular vendor's implementation of this specification.
setPhoneContext(String) - Method in interface javax.sip.address.TelURL
Sets the phone context of this TelURL.
setPhoneNumber(String) - Method in interface javax.sip.address.TelURL
Sets phone number of this TelURL.
setPort(int) - Method in interface javax.sip.address.SipURI
Set the port part of this SipURI to the newly supplied port parameter.
setPort(int) - Method in interface javax.sip.header.ViaHeader
Set the port part of this ViaHeader to the newly supplied port parameter.
setPortClient(int) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Client Port (port-c parameter)
setPortServer(int) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Server Port (port-s parameter)
setPostDial(String) - Method in interface javax.sip.address.TelURL
Sets post dial of this TelURL.
setPreference(float) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Preference
setPriority(String) - Method in interface javax.sip.header.PriorityHeader
Set priority of PriorityHeader
setPrivacy(String) - Method in interface javax.sip.header.ims.PrivacyHeader
Set Privacy header value
setProduct(List) - Method in interface javax.sip.header.ServerHeader
Sets the List of product values of the ServerHeader.
setProduct(List) - Method in interface javax.sip.header.UserAgentHeader
Sets the List of product values of the ServerHeader.
setProtocol(String) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Protocol (prot paramater)
setProtocol(String) - Method in interface javax.sip.header.ReasonHeader
Sets the protocol of the ReasonHeader, for example SIP or Q.850.
setProtocol(String) - Method in interface javax.sip.header.ViaHeader
Sets the value of the protocol parameter.
setPurpose(String) - Method in interface javax.sip.header.CallInfoHeader
Sets the purpose parameter of the info of this CallInfoHeader.
setQop(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the Qop value of the AuthenticationInfoHeader to the new qop parameter value.
setQop(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the MessageQop value of the AuthorizationHeader to the new qop parameter value.
setQop(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Qop value of the WWWAuthenicateHeader to the new qop parameter value.
setQValue(float) - Method in interface javax.sip.header.AcceptEncodingHeader
Sets q-value for the encoding in this encoding value.
setQValue(float) - Method in interface javax.sip.header.AcceptHeader
Sets q-value for media-range in AcceptHeader.
setQValue(float) - Method in interface javax.sip.header.AcceptLanguageHeader
Sets q-value for media-range in AcceptLanguageHeader.
setQValue(float) - Method in interface javax.sip.header.ContactHeader
Sets the qValue value of the Name Address.
setRealm(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Realm of the AuthorizationHeader to the realm parameter value.
setRealm(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Realm of the WWWAuthenicateHeader to the realm parameter value.
setReasonCode(String) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the reason code value of the SubscriptionStateHeader.
setReasonPhrase(String) - Method in interface javax.sip.message.Response
Sets reason phrase of Response.
setReasonPhrase(String) - Method in interface javax.sip.message.SipStatusLine
Set the reasonPhrase member
setReceived(String) - Method in interface javax.sip.header.ViaHeader
Sets the received parameter of ViaHeader.
setRefresher(String) - Method in interface javax.sip.header.SessionExpiresHeader
Set the Refresher parameter.
setRegistrationState(String) - Method in interface javax.sip.header.ims.PServedUserHeader
 
setReleaseReferences(boolean) - Method in interface javax.sip.Dialog
If set to true it will release all references that it no longer needs.
setReleaseReferences(boolean) - Method in interface javax.sip.Transaction
Provide a hint to the stack to release all references that it no longer needs.
setRemoteIpAddress(String) - Method in class javax.sip.RequestEvent
Set the remote IP address.
setRemoteIpAddress(String) - Method in class javax.sip.ResponseEvent
Set the remote IP addr. from which request was received.
setRemotePort(int) - Method in class javax.sip.RequestEvent
 
setRemotePort(int) - Method in class javax.sip.ResponseEvent
Set the remote port from which response was received.
setRequestURI(URI) - Method in interface javax.sip.message.Request
Sets the RequestURI of Request.
setResponse(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the Response of the AuthenticationInfoHeader to the new response parameter value.
setResponse(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Response of the AuthorizationHeader to the new response parameter value.
setRetransmitTimer(int) - Method in interface javax.sip.Transaction
Sets the value of the retransmit timer to the newly supplied timer value.
setRetryAfter(int) - Method in interface javax.sip.header.RetryAfterHeader
Sets the retry after value of the RetryAfterHeader.
setRetryAfter(int) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the retry after value of the SubscriptionStateHeader.
setRPort() - Method in interface javax.sip.header.ViaHeader
Set the rport part of this ViaHeader.
setRSeqNumber(int) - Method in interface javax.sip.header.RAckHeader
Sets the sequence number value of the RSeqHeader of the provisional response being acknowledged.
setScheme(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the scheme of the Response information for this AuthorizationHeader.
setScheme(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the scheme of the challenge information for this WWWAuthenticateHeader.
setSecure(boolean) - Method in interface javax.sip.address.SipURI
Sets the scheme of this URI to sip or sips depending on whether the argument is true or false.
setSecurityMechanism(String) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set security mechanism.
setSentBy(String) - Method in interface javax.sip.ListeningPoint
Sets the sentBy string for this ListeningPoint.
setSeqNumber(long) - Method in interface javax.sip.header.CSeqHeader
Sets the sequence number value of the CSeqHeader.
setSequenceNumber(int) - Method in interface javax.sip.header.CSeqHeader
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. This method is replaced with CSeqHeader.setSeqNumber(long) with type long.
setSequenceNumber(int) - Method in interface javax.sip.header.RSeqHeader
Sets the sequence number value of the RSeqHeader of the provisional response.
setSessionCase(String) - Method in interface javax.sip.header.ims.PServedUserHeader
 
setSIPVersion(String) - Method in interface javax.sip.message.Message
Sets the protocol version of SIP being used by this Message.
setSipVersion(String) - Method in interface javax.sip.message.SipRequestLine
Set the sipVersion member
setSipVersion(String) - Method in interface javax.sip.message.SipStatusLine
Set the sipVersion member
setSPIClient(int) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Client SPI (spi-c parameter)
setSPIServer(int) - Method in interface javax.sip.header.ims.SecurityAgreeHeader
Set Server SPI (spi-s parameter)
setStale(boolean) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the value of the stale parameter of the WWWAuthenicateHeader to the stale parameter value.
setState(String) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the state value of the SubscriptionStateHeader.
setStatusCode(int) - Method in interface javax.sip.message.Response
Sets the status-code of Response.
setStatusCode(int) - Method in interface javax.sip.message.SipStatusLine
Set the statusCode member
setSubject(String) - Method in interface javax.sip.header.SubjectHeader
Sets the subject value of the SubjectHeader to the supplied string subject value.
setTag(String) - Method in interface javax.sip.header.FromHeader
Sets the tag parameter of the FromHeader.
setTag(String) - Method in interface javax.sip.header.ToHeader
Sets the tag parameter of the ToHeader.
setTerminatingIOI(String) - Method in interface javax.sip.header.ims.PChargingVectorHeader
 
setText(String) - Method in interface javax.sip.header.ReasonHeader
Sets the text value of the ReasonHeader.
setText(String) - Method in interface javax.sip.header.WarningHeader
Sets the text of WarningHeader to the newly supplied text value.
setTime(long) - Method in interface javax.sip.header.TimeStampHeader
Sets the timestamp value of this TimeStampHeader to the new timestamp value passed to this method.
setTimeDelay(int) - Method in interface javax.sip.header.TimeStampHeader
Sets the new delay value of the TimestampHeader to the delay parameter passed to this method
setTimerD(int) - Method in interface javax.sip.Transaction
Sets the value of Timer D (in ms)
setTimerT2(int) - Method in interface javax.sip.Transaction
Sets the value of Timer T2 (in ms)
setTimerT4(int) - Method in interface javax.sip.Transaction
Sets the value of Timer T4 (in ms)
setTimeStamp(float) - Method in interface javax.sip.header.TimeStampHeader
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. This method is replaced with TimeStampHeader.setTimeStamp(float).
setToTag(String) - Method in interface javax.sip.header.JoinHeader
Set the to tag for the Join Header
setToTag(String) - Method in interface javax.sip.header.ReplacesHeader
set the to tag of the Replaces header.
setTransport(String) - Method in interface javax.sip.header.ViaHeader
Sets the value of the transport.
setTransportParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the "transport" parameter.
setTTL(int) - Method in interface javax.sip.header.ViaHeader
Sets the value of the ttl parameter.
setTTLParam(int) - Method in interface javax.sip.address.SipURI
Sets the value of the ttl parameter.
setURI(URI) - Method in interface javax.sip.address.Address
Sets the URI of this Address.
setURI(URI) - Method in interface javax.sip.header.AuthorizationHeader
Sets the URI of the AuthorizationHeader to the uri parameter value.
setURI(URI) - Method in interface javax.sip.header.WWWAuthenticateHeader
Deprecated. WARNING: Implementations may throw OperationNotSupportedException. Since v1.2. URI is not a supported parameter for this header.
setUri(URI) - Method in interface javax.sip.message.SipRequestLine
Set the URI.
setUser(String) - Method in interface javax.sip.address.SipURI
Sets the user of SipURI.
setUsername(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Username of the AuthorizationHeader to the username parameter value.
setUserParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the user parameter.
setUserPassword(String) - Method in interface javax.sip.address.SipURI
Sets the user password associated with the user of SipURI.
setUtranCellID3GPP(String) - Method in interface javax.sip.header.ims.PAccessNetworkInfoHeader
Set the Cell ID.
setValue(String) - Method in interface javax.sip.header.ExtensionHeader
Sets the value parameter of the ExtensionHeader.
setVisitedNetworkID(String) - Method in interface javax.sip.header.ims.PVisitedNetworkIDHeader
Set the visited network ID as a string.
setWildCard() - Method in interface javax.sip.header.ContactHeader
Sets a wildcard on this contact address that is "*" is assigned to the contact header so that the header will have the format of Contact: *.
SIPETagHeader - Interface in javax.sip.header
This interface represents the SIP-ETag header, as defined by RFC3903.
SipException - Exception in javax.sip
A SipException is thrown when a general SIP exception is encountered, when no other specialized exception defined in this specification can handle the error.
SipException() - Constructor for exception javax.sip.SipException
Constructs a new SipException
SipException(String) - Constructor for exception javax.sip.SipException
Constructs a new SipException with the specified error message.
SipException(String, Throwable) - Constructor for exception javax.sip.SipException
Constructs a new SipException with the specified error message and specialized cause that triggered this error condition.
SipFactory - Class in javax.sip
The SipFactory is a singleton class which applications can use a single access point to obtain proprietary implementations of this specification.
SIPIfMatchHeader - Interface in javax.sip.header
This interface represents the SIP-If-Match header, as defined by RFC3903.
SipListener - Interface in javax.sip
This interface represents the application view to a SIP stack therefore defines the application's communication channel to the SIP stack.
SipProvider - Interface in javax.sip
This interface represents the messaging entity of a SIP stack and as such is the interface that defines the messaging and transactional component view of the SIP stack.
SipRequestLine - Interface in javax.sip.message
An interface for the SIP Request Line.
SipStack - Interface in javax.sip
This interface represents the management interface of a SIP stack implementing this specification and as such is the interface that defines the management/architectural view of the SIP stack.
SipStatusLine - Interface in javax.sip.message
An interface for the SIP Status Line.
SipURI - Interface in javax.sip.address
This class represents SIP URIs, that may have either a sip: or sips: scheme.
start() - Method in interface javax.sip.SipStack
This method initiates the active processing of the stack.
stop() - Method in interface javax.sip.SipStack
This methods initiates the shutdown of the stack.
SubjectHeader - Interface in javax.sip.header
The Subject header field provides a summary or indicates the nature of the call, allowing call filtering without having to parse the session description.
SUBSCRIBE - Static variable in interface javax.sip.message.Request
Subscribe is an extension method that is used to request current state and state updates from a remote node.
SubscriptionStateHeader - Interface in javax.sip.header
This interface represents the Subscription State header, as defined by RFC3265, this header is not part of RFC3261.
SupportedHeader - Interface in javax.sip.header
The Supported header field enumerates all the extensions supported by the UAC or UAS.

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.