NIST SIP Parser and Stack (v1.2) API
A B C D E F G H I J K L M N O P Q R S T U V W _

S

S - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
SAT - Static variable in class gov.nist.javax.sip.header.SIPDate
 
SAT - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
SCTP - Static variable in interface javax.sip.ListeningPoint
Transport constant: SCTP
SDP_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
SDP_PARSER_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
SdpConstants - interface javax.sdp.SdpConstants.
The SdpConstants class contains the RTP/AVP related constants.
SdpEncoder - interface javax.sdp.SdpEncoder.
A SdpEncoder serializes SessionDescription objects in a customizable manner.
SdpEncoderImpl - class gov.nist.javax.sdp.SdpEncoderImpl.
Implementation of SDP encoder.
SdpEncoderImpl() - Constructor for class gov.nist.javax.sdp.SdpEncoderImpl
Creates new SdpEncoderImpl
SdpException - exception javax.sdp.SdpException.
The SdpException defines a general exception for the SDP classes to throw when they encounter a difficulty.
SdpException() - Constructor for class javax.sdp.SdpException
Creates new SdpException
SdpException(String) - Constructor for class javax.sdp.SdpException
Constructs a new SdpException with the message you specify.
SdpException(String, Throwable) - Constructor for class javax.sdp.SdpException
Constructs a new SdpException when the Codelet needs to throw an exception and include a message about another exception that interfered with its normal operation.
SdpException(Throwable) - Constructor for class javax.sdp.SdpException
Constructs a new SdpException as a result of a system exception and uses the localized system exception message.
SdpFactory - class javax.sdp.SdpFactory.
The SdpFactory enables applications to encode and decode SDP messages.
SdpFactory() - Constructor for class javax.sdp.SdpFactory
Creates new SdpFactory
SdpFactoryException - exception javax.sdp.SdpFactoryException.
The SdpFactoryException encapsulates the information thrown when a problem with configuration with the SdpFactory exists.
SdpFactoryException() - Constructor for class javax.sdp.SdpFactoryException
Creates new SdpFactoryException
SdpFactoryException(Exception) - Constructor for class javax.sdp.SdpFactoryException
Create a new FactoryConfigurationException with a given Exception base cause of the error.
SdpFactoryException(String) - Constructor for class javax.sdp.SdpFactoryException
Create a new FactoryConfigurationException with the String specified as an error message.
SdpFactoryException(String, Exception) - Constructor for class javax.sdp.SdpFactoryException
Create a new FactoryConfigurationException with the given Exception base cause and detail message.
SdpParseException - exception javax.sdp.SdpParseException.
The SdpParseException encapsulates the information thrown when an error occurs during SDP parsing.
SdpParseException(int, int, String) - Constructor for class javax.sdp.SdpParseException
Constructs a new SdpParseException when the parser needs to throw an exception indicating a parsing failure.
SdpParseException(int, int, String, Throwable) - Constructor for class javax.sdp.SdpParseException
Constructs a new SdpParseException when the parser needs to throw an exception indicating a parsing failure.
selectLexer(String) - Method in class gov.nist.javax.sip.parser.Lexer
 
selectLexer(String) - Method in class gov.nist.core.LexerCore
 
SEMICOLON - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SEMICOLON - Static variable in interface gov.nist.core.Separators
 
SEMICOLON - Static variable in class gov.nist.core.LexerCore
 
sendAck(Request) - Method in interface javax.sip.Dialog
Sends ACK Request to the remote party of this dialog.
sendAck(Request) - Method in class gov.nist.javax.sip.stack.DialogImpl
Sends ACK Request to the remote party of this Dialogue.
sendBytes(InetAddress, int, String, byte[]) - Static method in class gov.nist.javax.sip.stack.IOHandler
Forward a given request to the address given.
sendMessage(byte[], InetAddress, int) - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
Send a message to a specified address.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.UDPMessageChannel
Return a reply from a pre-constructed reply.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
Return a formatted message to the client.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Process the message through the transaction and sends it to the SIP peer.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
Send a response message through this transactionand onto the client.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPClientTransaction
Send a request message through this transaction and onto the client.
sendMessage(SIPMessage) - Method in class gov.nist.javax.sip.stack.MessageChannel
Send the message (after it has been formatted)
sendMessage(SIPMessage, InetAddress, int) - Method in class gov.nist.javax.sip.stack.MessageChannel
Send a message given SIP message.
sendRequest(AddressImpl, String) - Static method in class gov.nist.javax.sip.stack.IOHandler
Forward a given request to the address given.
sendRequest(ClientTransaction, Request) - Method in interface javax.sip.SipProvider
Sends the Request which is identified by the ClientTransaction.
sendRequest(ClientTransaction, Request) - Method in interface javax.sip.Dialog
Sends a Request to the remote party of this dialog.
sendRequest(ClientTransaction, Request) - Method in class gov.nist.javax.sip.SipProviderImpl
Sends specified Request on a unique client transaction identifier.
sendRequest(ClientTransaction, Request) - Method in class gov.nist.javax.sip.stack.DialogImpl
Sends a Request to the remote party of this dialog.
sendRequest(HostPort, String, String) - Static method in class gov.nist.javax.sip.stack.IOHandler
Forward a given request to the address given.
sendRequest(InetAddress, int, String, String) - Static method in class gov.nist.javax.sip.stack.IOHandler
Forward a given request to the address given.
sendRequest(String, int, String, SIPStack, SIPMessage) - Static method in class gov.nist.javax.sip.stack.IOHandler
Send a request when you have a host and port string
sendResponse(ServerTransaction, Response) - Method in interface javax.sip.SipProvider
Sends the Response to a Request which is identified by the ServerTransaction.
sendResponse(ServerTransaction, Response) - Method in class gov.nist.javax.sip.SipProviderImpl
Sends specified Response message to a Request which is identified by the specified server transaction identifier.
sendStatelessRequest(Request) - Method in interface javax.sip.SipProvider
Sends the Request statelessly, that is no transaction record is associated with this action.
sendStatelessRequest(Request) - Method in class gov.nist.javax.sip.SipProviderImpl
Sends specified Request and returns void i.e.
sendStatelessResponse(Response) - Method in interface javax.sip.SipProvider
Sends the Response statelessly, that is no transaction record is associated with this action.
sendStatelessResponse(Response) - Method in class gov.nist.javax.sip.SipProviderImpl
Sends specified Response and returns void i.e.
SEP - Static variable in class gov.nist.javax.sip.header.SIPDate
 
SEP - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
Separators - interface gov.nist.core.Separators.
Separators.
Server - class gov.nist.javax.sip.header.Server.
Supported SIP Header.
SERVER - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
SERVER - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
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.
Server() - Constructor for class gov.nist.javax.sip.header.Server
Constructor.
ServerHeader - interface javax.sip.header.ServerHeader.
The Server header field contains information about the software used by the UAS to handle the request.
ServerLog - class gov.nist.javax.sip.stack.ServerLog.
Log file wrapper class.
ServerLog() - Constructor for class gov.nist.javax.sip.stack.ServerLog
 
ServerParser - class gov.nist.javax.sip.parser.ServerParser.
Parser for Server header.
ServerParser(String) - Constructor for class gov.nist.javax.sip.parser.ServerParser
Creates a new instance of ServerParser
ServerTransaction - interface javax.sip.ServerTransaction.
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 via the SipProvider 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.
SESSION - Static variable in interface javax.sip.header.ContentDispositionHeader
Session Disposition Type Constant
SESSION - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
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.
SessionDescription - interface javax.sdp.SessionDescription.
A SessionDescription represents the data defined by the Session Description Protocol (see IETF RFC 2327) and holds information about the originitor of a session, the media types that a client can support and the host and port on which the client will listen for that media.
SessionDescriptionImpl - class gov.nist.javax.sdp.SessionDescriptionImpl.
Implementation of the SessionDescription interface.
SessionDescriptionImpl() - Constructor for class gov.nist.javax.sdp.SessionDescriptionImpl
Creates new SessionDescriptionImpl
SessionName - interface javax.sdp.SessionName.
A SessionName represents the s= fields contained within a SessionDescription.
set(int, Object) - Method in class gov.nist.javax.sip.header.SIPHeaderList
 
set(NameValue) - Method in class gov.nist.core.NameValueList
Set a namevalue object in this list.
set(String, Object) - Method in class gov.nist.core.NameValueList
Set a namevalue object in this list.
set(URL) - Method in interface javax.sdp.URI
Sets the value.
setAcceptLanguage(Locale) - Method in interface javax.sip.header.AcceptLanguageHeader
Sets the language parameter of this AcceptLanguageHeader.
setAcceptLanguage(Locale) - Method in class gov.nist.javax.sip.header.AcceptLanguage
Sets the language parameter of this AcceptLanguageHeader.
setActiveDuration(int) - Method in interface javax.sdp.RepeatTime
Sets the "active duration" in seconds.
setAddess(URI) - Method in class gov.nist.javax.sip.address.AddressImpl
Set the address field
setAddress(Address) - Method in interface javax.sip.header.HeaderAddress
Sets the Address parameter of this Address.
setAddress(Address) - Method in class gov.nist.javax.sip.header.From
Set the address member
setAddress(Address) - Method in class gov.nist.javax.sip.header.Contact
Set the address member
setAddress(Address) - Method in class gov.nist.javax.sip.header.AddressParametersHeader
set the Address field
setAddress(String) - Method in interface javax.sdp.Origin
Sets the type of the address for this Connection.
setAddress(String) - Method in interface javax.sdp.Connection
Sets the type of the address for this Connection.
setAddress(String) - Method in class gov.nist.core.Host
Set the address member
setAddressType(int) - Method in class gov.nist.javax.sip.address.AddressImpl
Set the address type.
setAddressType(String) - Method in interface javax.sdp.Origin
Returns the type of the network for this Connection.
setAddressType(String) - Method in interface javax.sdp.Connection
Returns the type of the network for this Connection.
setAgent(String) - Method in interface javax.sip.header.WarningHeader
Sets the agent value of the WarningHeader to the new value passed to the method.
setAgent(String) - Method in class gov.nist.javax.sip.header.Warning
Sets host of WarningHeader
setAlertInfo(URI) - Method in interface javax.sip.header.AlertInfoHeader
Sets the AlertInfo of the AlertInfoHeader to the alertInfo parameter value.
setAlertInfo(URI) - Method in class gov.nist.javax.sip.header.AlertInfo
Set the uri member
setAlgorithm(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm 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 class gov.nist.javax.sip.header.AuthenticationHeader
Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm parameter value.
setAttribute(String, String) - Method in interface javax.sdp.SessionDescription
Sets the value of the specified attribute.
setAttribute(String, String) - Method in interface javax.sdp.MediaDescription
Sets the value of the specified attribute
setAttribute(String, String) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the value of the specified attribute.
setAttribute(String, String) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Sets the value of the specified attribute
setAttributeFields(Vector) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the attributeFields member
setAttributes(Vector) - Method in interface javax.sdp.SessionDescription
Adds the specified Attribute to this Description object.
setAttributes(Vector) - Method in interface javax.sdp.MediaDescription
Adds the specified Attribute to this Description object.
setAttributes(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Adds the specified Attribute to this Description object.
setAttributes(Vector) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Adds the specified Attribute to this Description object.
setAuthority(Authority) - Method in class gov.nist.javax.sip.address.SipUri
Set the authority member
setAuthParams(NameValueList) - Method in class gov.nist.javax.sip.header.Challenge
Set the authParams member
setAuxInfo(String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set aux information.
setBandwidth(String, int) - Method in interface javax.sdp.SessionDescription
Sets the value of the specified bandwidth type.
setBandwidth(String, int) - Method in interface javax.sdp.MediaDescription
Sets the value of the specified bandwidth type.
setBandwidth(String, int) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the value of the specified bandwidth type.
setBandwidth(String, int) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Sets the value of the specified bandwidth type.
setBandwidths(Vector) - Method in interface javax.sdp.SessionDescription
set the value of the Bandwidth with the specified type.
setBandwidths(Vector) - Method in interface javax.sdp.MediaDescription
set the value of the Bandwidth with the specified type
setBandwidths(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
set the value of the Bandwidth with the specified type.
setBandwidths(Vector) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
set the value of the Bandwidth with the specified type
setBranch(String) - Method in interface javax.sip.header.ViaHeader
Sets the branch parameter of the ViaHeader to the newly supplied branch value.
setBranch(String) - Method in class gov.nist.javax.sip.header.Via
Sets the branch parameter of the ViaHeader to the newly supplied branch value.
setBranch(String) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Sets the Via header branch parameter used to identify this transaction.
setCallId(String) - Method in interface javax.sip.header.InReplyToHeader
Sets the Call-Id of the InReplyToHeader.
setCallId(String) - Method in interface javax.sip.header.CallIdHeader
Sets the Call-Id of the CallIdHeader.
setCallId(String) - Method in class gov.nist.javax.sip.header.InReplyTo
Sets the Call-Id of the InReplyToHeader.
setCallId(String) - Method in class gov.nist.javax.sip.header.CallID
set the CallId field
setCallID(String) - Method in class gov.nist.javax.sip.header.CallIdentifier
set the callId field
setCallIdentifier(CallIdentifier) - Method in class gov.nist.javax.sip.header.CallID
Set the callIdentifier member.
setCause(int) - Method in interface javax.sip.header.ReasonHeader
Sets the cause value of the ReasonHeader.
setCause(int) - Method in class gov.nist.javax.sip.header.Reason
Set the cause.
setChallenge(Challenge) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
This is only used for the parser interface.
setCNonce(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the CNonce of the AuthorizationHeader to the cNonce parameter value.
setCNonce(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the CNonce of the AuthenticationInfoHeader to the cNonce parameter value.
setCNonce(String) - Method in class gov.nist.javax.sip.header.AuthenticationInfo
Sets the CNonce of the AuthenticationInfoHeader to the cNonce parameter value.
setCNonce(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Set the CNonce.
setCode(int) - Method in interface javax.sip.header.WarningHeader
Sets the code of the WarningHeader.
setCode(int) - Method in class gov.nist.javax.sip.header.Warning
Sets code of WarningHeader
setComment(String) - Method in interface javax.sip.header.RetryAfterHeader
Sets the comment value of the RetryAfterHeader.
setComment(String) - Method in class gov.nist.javax.sip.header.Via
Set the comment member
setComment(String) - Method in class gov.nist.javax.sip.header.RetryAfter
Sets the comment value of the RetryAfterHeader.
setConnection(Connection) - Method in interface javax.sdp.SessionDescription
Set the connection data for this entity.
setConnection(Connection) - Method in interface javax.sdp.MediaDescription
Set the connection data for this entity
setConnection(Connection) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Set the connection data for this entity.
setConnection(Connection) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the connection data for this entity
setConnectionField(ConnectionField) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the connectionField member
setContactList(ContactList) - Method in class gov.nist.javax.sip.header.Contact
set the Contact List
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(ContentLanguageHeader) - Method in interface javax.sip.message.Message
Sets the ContentLanguageHeader of this Message.
setContentLanguage(Locale) - Method in interface javax.sip.header.ContentLanguageHeader
Sets the language parameter of this ContentLanguageHeader.
setContentLanguage(Locale) - Method in class gov.nist.javax.sip.header.ContentLanguage
Sets the language parameter of this ContentLanguageHeader.
setContentLength(ContentLengthHeader) - Method in interface javax.sip.message.Message
Set the ContentLengthHeader of this Message.
setContentLength(int) - Method in interface javax.sip.header.ContentLengthHeader
Set content-length of ContentLengthHeader.
setContentLength(int) - Method in class gov.nist.javax.sip.header.ContentLength
Set the contentLength member
setContentSubType(String) - Method in interface javax.sip.header.MediaType
Sets value of media subtype of Header with Content sub-type.
setContentSubType(String) - Method in class gov.nist.javax.sip.header.ContentType
Set the content subtype.
setContentSubType(String) - Method in class gov.nist.javax.sip.header.Accept
set the ContentSubType field
setContentType(String) - Method in interface javax.sip.header.MediaType
Sets value of media type of Header with Content Type.
setContentType(String) - Method in class gov.nist.javax.sip.header.ContentType
set the content type.
setContentType(String) - Method in class gov.nist.javax.sip.header.Accept
set the ContentType field
setContentType(String, String) - Method in class gov.nist.javax.sip.header.ContentType
set the content type and subtype.
setCredential(NameValue) - Method in class gov.nist.javax.sip.header.Credentials
 
setCredentials(NameValueList) - Method in class gov.nist.javax.sip.header.Credentials
Set the parameters member
setCSeqNumber(int) - Method in interface javax.sip.header.RAckHeader
Sets the sequence number value of the CSeqHeader of the provisional response being acknowledged.
setCSeqNumber(int) - Method in class gov.nist.javax.sip.header.RAck
Sets the sequence number value of the CSeqHeader of the provisional response being acknowledged.
setDate(Calendar) - Method in interface javax.sip.header.DateHeader
Sets date of DateHeader.
setDate(Calendar) - Method in class gov.nist.javax.sip.header.SIPDateHeader
Sets date of DateHeader.
setDate(SIPDate) - Method in class gov.nist.javax.sip.header.SIPDateHeader
Set the date member
setDay(int) - Method in class gov.nist.javax.sip.header.SIPDate
Set the day member
setDefaultParm(String, Object) - Method in class gov.nist.javax.sip.address.SipUri
Set the default parameters for this URI.
setDefaultRoute(Route) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the default route (the default next hop for the proxy or the proxy address for the user agent).
setDefaultRouteFlag() - Method in class gov.nist.javax.sip.stack.HopImpl
Set the defaultRouteFlag.
setDelay(float) - Method in interface javax.sip.header.TimeStampHeader
Sets the new delay value of the TimestampHeader to the delay parameter passed to this method
setDelay(float) - Method in class gov.nist.javax.sip.header.TimeStamp
Sets the new delay value of the TimestampHeader to the delay paramter passed to this method
setDescription(String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set the descriptive String for the log.
setDialog(DialogImpl) - Method in class gov.nist.javax.sip.stack.SIPTransaction
set the dialog object.
setDialogId(String) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the dialog identifier.
setDisplayName(String) - Method in interface javax.sip.address.Address
Sets the display name of the Address.
setDisplayName(String) - Method in class gov.nist.javax.sip.address.AddressImpl
Set the displayName member
setDispositionType(String) - Method in interface javax.sip.header.ContentDispositionHeader
Sets the interpretation value of the message body or message body part for this ContentDispositionHeader.
setDispositionType(String) - Method in class gov.nist.javax.sip.header.ContentDisposition
Set the disposition type.
setDomain(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Domain of the WWWAuthenicateHeader to the domain parameter value.
setDomain(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the Domain of the WWWAuthenicateHeader to the domain parameter value.
setDuration(int) - Method in interface javax.sip.header.RetryAfterHeader
Sets the duration value of the RetryAfterHeader.
setDuration(int) - Method in class gov.nist.javax.sip.header.RetryAfter
Sets the duration value of the RetryAfterHeader.
setEmails(Vector) - Method in interface javax.sdp.SessionDescription
Sets a an email address to contact for further information about the session.
setEmails(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets a an email address to contact for further information about the session.
setEncoding(String) - Method in interface javax.sip.header.Encoding
Sets the encoding of an EncodingHeader.
setEncoding(String) - Method in class gov.nist.javax.sip.header.ContentEncoding
set the ConentEncoding field.
setEncoding(String) - Method in class gov.nist.javax.sip.header.AcceptEncoding
Sets the encoding of an EncodingHeader.
setEncoding(String) - Method in interface javax.sdp.SdpEncoder
Specifies the character set to be used to display the session name and information data.
setEncoding(String) - Method in class gov.nist.javax.sdp.SdpEncoderImpl
Specifies the character set to be used to display the session name and information data.
setErrorInfo(URI) - Method in interface javax.sip.header.ErrorInfoHeader
Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo parameter value.
setErrorInfo(URI) - Method in class gov.nist.javax.sip.header.ErrorInfo
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.
setErrorMessage(String) - Method in class gov.nist.javax.sip.header.ErrorInfo
Sets the Error information message to the new message value supplied to this method.
setEventId(String) - Method in interface javax.sip.header.EventHeader
Sets the id to the newly supplied eventId string.
setEventId(String) - Method in class gov.nist.javax.sip.header.Event
Sets the id to the newly supplied eventId string.
setEventType(String) - Method in interface javax.sip.header.EventHeader
Sets the eventType to the newly supplied eventType string.
setEventType(String) - Method in interface javax.sip.header.AllowEventsHeader
Sets the eventType defined in this AllowEventsHeader.
setEventType(String) - Method in class gov.nist.javax.sip.header.Event
Sets the eventType to the newly supplied eventType string.
setEventType(String) - Method in class gov.nist.javax.sip.header.AllowEvents
Sets the eventType defined in this AllowEventsHeader.
setExpires(ExpiresHeader) - Method in interface javax.sip.message.Message
Sets the ExpiresHeader of this Message.
setExpires(int) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the relative expires value of the SubscriptionStateHeader.
setExpires(int) - Method in interface javax.sip.header.ExpiresHeader
Sets the relative expires value of the ExpiresHeader.
setExpires(int) - Method in class gov.nist.javax.sip.header.SubscriptionState
Sets the relative expires value of the SubscriptionStateHeader.
setExpires(int) - Method in class gov.nist.javax.sip.header.MinExpires
Sets the relative expires value of the ExpiresHeader.
setExpires(int) - Method in class gov.nist.javax.sip.header.Expires
Sets the relative expires value of the ExpiresHeader.
setExpires(long) - Method in interface javax.sip.header.ContactHeader
Returns the value of the expires parameter as delta-seconds.
setExpires(long) - Method in class gov.nist.javax.sip.header.Contact
Set the expiry time in seconds.
setExplicitRouteFlag() - Method in class gov.nist.javax.sip.stack.HopImpl
Set the explicitRoute flag.
setGlobal(boolean) - Method in interface javax.sip.address.TelURL
Sets phone user of this TelURL to be either global or local.
setGlobal(boolean) - Method in class gov.nist.javax.sip.address.TelURLImpl
Sets phone user of this TelURL to be either global or local.
setGlobal(boolean) - Method in class gov.nist.javax.sip.address.TelephoneNumber
set the Global field
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.
setHandling(String) - Method in class gov.nist.javax.sip.header.ContentDisposition
set the dispositionType field.
setHeader(Header) - Method in interface javax.sip.message.Message
Sets the new Header to replace existings Header of that type in the message.
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(String, String) - Method in class gov.nist.javax.sip.address.SipUri
Sets the value of the specified header fields to be included in a request constructed from the URI.
setHeaderName(String) - Method in class gov.nist.javax.sip.header.SIPHeader
Set the name of the header .
setHost(Host) - Method in class gov.nist.javax.sip.address.SipUri
Set the host for this URI.
setHost(Host) - Method in class gov.nist.javax.sip.address.Authority
set the host.
setHost(Host) - Method in class gov.nist.javax.sip.header.Via
set the Host of the Via Header
setHost(Host) - Method in class gov.nist.core.HostPort
Set the host member
setHost(String) - Method in interface javax.sip.header.ViaHeader
Set the host part of this ViaHeader to the newly supplied host parameter.
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 class gov.nist.javax.sip.address.SipUri
Returns the host part of this SipURI.
setHost(String) - Method in class gov.nist.javax.sip.header.Via
Set the host part of this ViaHeader to the newly supplied host parameter.
setHost(String) - Method in class gov.nist.javax.sip.header.CallIdentifier
Set the host member
setHostAddress(String) - Method in class gov.nist.javax.sip.stack.SIPStack
Set my address.
setHostAddress(String) - Method in class gov.nist.core.Host
Set the IP Address.
setHostname(String) - Method in class gov.nist.core.Host
Set the hostname member.
setHostPort(HostPort) - Method in class gov.nist.javax.sip.address.SipUri
Set the hostPort field of the imbedded authority field.
setHostPort(HostPort) - Method in class gov.nist.javax.sip.address.Authority
Set the hostPort member
setHour(int) - Method in class gov.nist.javax.sip.header.SIPDate
Set the hour member
setInfo(Info) - Method in interface javax.sdp.SessionDescription
Sets the i= field of this object.
setInfo(Info) - Method in interface javax.sdp.MediaDescription
Sets the i= field of this object.
setInfo(Info) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the i= field of this object.
setInfo(Info) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Sets the i= field of this object.
setInfo(URI) - Method in interface javax.sip.header.CallInfoHeader
Sets the Information parameter of this CallInfoHeader.
setInfo(URI) - Method in class gov.nist.javax.sip.header.CallInfo
set the URI field
setInformationField(InformationField) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the informationField member
setIsdnSubaddress(String) - Method in class gov.nist.javax.sip.address.TelephoneNumber
set the isdn subaddress for this structure.
setIsdnSubAddress(String) - Method in interface javax.sip.address.TelURL
Sets ISDN subaddress of this TelURL.
setIsdnSubAddress(String) - Method in class gov.nist.javax.sip.address.TelURLImpl
Sets ISDN subaddress of this TelURL.
setIsdnSubAddress(String) - Method in class gov.nist.javax.sip.address.SipUri
Sets ISDN subaddress of SipURL
setKey(Key) - Method in interface javax.sdp.SessionDescription
Sets encryption key information.
setKey(Key) - Method in interface javax.sdp.MediaDescription
Sets encryption key information.
setKey(Key) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets encryption key information.
setKey(Key) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Sets encryption key information.
setKey(String) - Method in interface javax.sdp.Key
Sets the value of this attribute.
setKeyField(KeyField) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the keyField member
setLanguageRange(String) - Method in class gov.nist.javax.sip.header.AcceptLanguage
Set the languageRange.
setLanguageTag(String) - Method in class gov.nist.javax.sip.header.ContentLanguage
set the languageTag field
setListeningPoint(ListeningPoint) - Method in interface javax.sip.SipProvider
This method sets the ListeningPoint of the SipProvider.
setListeningPoint(ListeningPoint) - Method in class gov.nist.javax.sip.SipProviderImpl
This method sets the listening point of the SipProvider.
setLocalId(String) - Method in class gov.nist.javax.sip.header.CallIdentifier
Set the localId member
setLocalTag(String) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set local tag for the transaction.
setLogFileName(String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set the log file name
setLogFileName(String) - Static method in class gov.nist.core.LogWriter
Set the log file name
setLogName(String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set the name to assign for the log.
setLrParam() - Method in interface javax.sip.address.SipURI
Sets the value of the lr parameter of this SipURI.
setLrParam() - Method in class gov.nist.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.
setMAddr(String) - Method in class gov.nist.javax.sip.address.SipUri
Set the MADDR parameter .
setMAddr(String) - Method in class gov.nist.javax.sip.header.Via
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.
setMAddrParam(String) - Method in class gov.nist.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.
setMajorVersion(int) - Method in class gov.nist.javax.sip.header.MimeVersion
Sets the Major-Version argument of this MimeVersionHeader to the supplied majorVersion value.
setMatcher(Match) - Method in class gov.nist.core.GenericObject
Set the pattern matcher.
setMatchStatusClass(boolean) - Method in class gov.nist.javax.sip.header.StatusLine
set the flag on a match template.
setMaxConnections(int) - Method in class gov.nist.javax.sip.stack.SIPStack
Set the max # of simultaneously handled TCP connections.
setMaxForwards(int) - Method in interface javax.sip.header.MaxForwardsHeader
Sets the max-forwards argument of this MaxForwardsHeader to the supplied maxForwards value.
setMaxForwards(int) - Method in class gov.nist.javax.sip.header.MaxForwards
Set the maxForwards member
setMedia(Media) - Method in interface javax.sdp.MediaDescription
Set the Media field of the description.
setMedia(Media) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the Media field of the description.
setMediaDescriptions(Vector) - Method in interface javax.sdp.SessionDescription
Removes all MediaDescriptions from the session description.
setMediaDescriptions(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Removes all MediaDescriptions from the session description.
setMediaField(MediaField) - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
Set the mediaField member
setMediaFormats(Vector) - Method in interface javax.sdp.Media
Adds a media format to the media description.
setMediaPort(int) - Method in interface javax.sdp.Media
Sets the port of the media defined by this description
setMediaRange(MediaRange) - Method in class gov.nist.javax.sip.header.ContentType
Set the mediaRange member
setMediaRange(MediaRange) - Method in class gov.nist.javax.sip.header.Accept
Set the mediaRange member
setMediaType(String) - Method in interface javax.sdp.Media
Sets the type (audio,video etc) of the media defined by this description.
setMessageListener(SIPMessageListener) - Method in class gov.nist.javax.sip.parser.PipelinedMsgParser
Add a class that implements a SIPMessageListener interface whose methods get called * on successful parse and error conditons.
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.header.CSeqHeader
Sets the method of CSeqHeader
setMethod(String) - Method in interface javax.sip.header.AllowHeader
Sets the method supported by this AllowHeader.
setMethod(String) - Method in interface javax.sip.message.Request
Sets the method of Request to the newly supplied value.
setMethod(String) - Method in class gov.nist.javax.sip.address.SipUri
set the Method
setMethod(String) - Method in class gov.nist.javax.sip.header.RequestLine
Set the method member
setMethod(String) - Method in class gov.nist.javax.sip.header.RAck
Sets the method of RAckHeader, which correlates to the method of the CSeqHeader of the provisional response being acknowledged.
setMethod(String) - Method in class gov.nist.javax.sip.header.CSeq
Set the method member
setMethod(String) - Method in class gov.nist.javax.sip.header.Allow
Set the method member
setMethod(String) - Method in interface javax.sdp.Key
Sets the id of this attribute.
setMethodParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the method parameter.
setMethodParam(String) - Method in class gov.nist.javax.sip.address.SipUri
Sets the value of the method parameter.
setMethods(List) - Method in class gov.nist.javax.sip.header.AllowList
Sets the methods supported defined by this AllowHeader.
setMethods(List) - Method in class gov.nist.javax.sip.header.AllowEventsList
Sets the methods supported defined by this AllowEventsHeader.
setMinorVersion(int) - Method in interface javax.sip.header.MimeVersionHeader
Sets the Minor-Version argument of this MimeVersionHeader to the supplied minorVersion value.
setMinorVersion(int) - Method in class gov.nist.javax.sip.header.MimeVersion
Sets the Minor-Version argument of this MimeVersionHeader to the supplied minorVersion value.
setMinute(int) - Method in class gov.nist.javax.sip.header.SIPDate
Set the minute member
setMonth(String) - Method in class gov.nist.javax.sip.header.SIPDate
Set the month member
setMyClass(Class) - Method in class gov.nist.javax.sip.address.NetObjectList
set the class
setMyClass(Class) - Method in class gov.nist.javax.sip.header.SIPObjectList
Set the class of the supported objects of this list.
setMyClass(Class) - Method in class gov.nist.core.GenericObjectList
 
setName(String) - Method in class gov.nist.javax.sip.header.ProductToken
Set the name member
setName(String) - Method in class gov.nist.javax.sip.header.ExtensionHeaderImpl
Set the name of the header.
setName(String) - Method in interface javax.sdp.Attribute
Sets the id of this attribute.
setName(String) - Method in class gov.nist.core.NameValue
Set the name member
setNetworkType(String) - Method in interface javax.sdp.Origin
Sets the type of the network for this Connection.
setNetworkType(String) - Method in interface javax.sdp.Connection
Sets the type of the network for this Connection.
setNextNonce(String) - Method in interface javax.sip.header.AuthenticationInfoHeader
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce parameter value.
setNextNonce(String) - Method in class gov.nist.javax.sip.header.AuthenticationInfo
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce parameter value.
setNonce(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Nonce of the WWWAuthenicateHeader to the nonce 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 class gov.nist.javax.sip.header.AuthenticationHeader
Sets the Nonce of the WWWAuthenicateHeader to the nonce parameter value.
setNonceCount(int) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Nonce Count of the AuthorizationHeader to the nonceCount 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 class gov.nist.javax.sip.header.AuthenticationInfo
Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount parameter value.
setNonceCount(int) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Set the nonce count pakrameter.
setOffsetArray(int[]) - Method in interface javax.sdp.RepeatTime
Set the list of offsets.
setOpaque(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Opaque value of the WWWAuthenicateHeader to the new opaque parameter value.
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 class gov.nist.javax.sip.header.AuthenticationHeader
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.
setOptionTag(String) - Method in class gov.nist.javax.sip.header.Unsupported
Set the option member
setOptionTag(String) - Method in class gov.nist.javax.sip.header.Supported
Sets the option tag value to the new supplied optionTag parameter.
setOptionTag(String) - Method in class gov.nist.javax.sip.header.Require
Sets the option tag value to the new supplied optionTag parameter.
setOptionTag(String) - Method in class gov.nist.javax.sip.header.ProxyRequire
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.
setOrganization(String) - Method in class gov.nist.javax.sip.header.Organization
Set the organization member
setOrigin(Origin) - Method in interface javax.sdp.SessionDescription
Sets information about the originator of the session.
setOrigin(Origin) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets information about the originator of the session.
setOriginalRequest(SIPRequest) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Sets the request message that this transaction handles.
setOriginalRequest(SIPRequest) - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
Set the original request.
setParameter(NameValue) - Method in class gov.nist.javax.sip.header.ParametersHeader
Set the parameter given a name and value.
setParameter(NameValue) - Method in class gov.nist.javax.sip.header.Challenge
set the specified parameter
setParameter(String, String) - Method in interface javax.sip.header.Parameters
Sets the value of the specified parameter.
setParameter(String, String) - Method in class gov.nist.javax.sip.address.SipUri
Sets the value of the specified parameter.
setParameter(String, String) - Method in class gov.nist.javax.sip.header.ParametersHeader
Sets the value of the specified parameter.
setParameter(String, String) - Method in class gov.nist.javax.sip.header.Contact
Set a parameter.
setParameter(String, String) - Method in class gov.nist.javax.sip.header.AuthenticationInfo
 
setParameter(String, String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
set the specified parameter.
setParameters(NameValueList) - Method in class gov.nist.javax.sip.address.TelephoneNumber
Set the list of parameters.
setParameters(NameValueList) - Method in class gov.nist.javax.sip.header.ParametersHeader
Set the parameter list.
setParm(String, Object) - Method in class gov.nist.javax.sip.address.TelephoneNumber
set the specified parameter
setParseExceptionListener(ParseExceptionListener) - Method in class gov.nist.javax.sip.parser.StringMsgParser
add a handler for header parsing errors.
setPassword(String) - Method in class gov.nist.javax.sip.address.UserInfo
Set the password member
setPassword(String) - Method in class gov.nist.javax.sip.address.Authority
set the password.
setPathName(String) - Method in class javax.sip.SipFactory
Sets the pathname that identifies the location of a particular vendor's implementation of this specification.
setPhoneNumber(String) - Method in interface javax.sip.address.TelURL
Sets phone number of this TelURL.
setPhoneNumber(String) - Method in class gov.nist.javax.sip.address.TelURLImpl
Set the telephone number.
setPhoneNumber(String) - Method in class gov.nist.javax.sip.address.TelephoneNumber
set the PhoneNumber field
setPhones(Vector) - Method in interface javax.sdp.SessionDescription
Sets a phone number to contact for further information about the session.
setPhones(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets a phone number to contact for further information about the session.
setPort(int) - Method in interface javax.sip.header.ViaHeader
Set the port part of this ViaHeader to the newly supplied port parameter.
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 class gov.nist.javax.sip.address.SipUri
set the port to a given value.
setPort(int) - Method in class gov.nist.javax.sip.address.Authority
Set the port.
setPort(int) - Method in class gov.nist.javax.sip.header.Via
Set the port part of this ViaHeader to the newly supplied port parameter.
setPort(int) - Method in class gov.nist.core.HostPort
Set the port member
setPortCount(int) - Method in interface javax.sdp.Media
Sets the number of ports associated with this media description.
setPostDial(String) - Method in interface javax.sip.address.TelURL
Sets post dial of this TelURL.
setPostDial(String) - Method in class gov.nist.javax.sip.address.TelURLImpl
Sets post dial of this TelURL.
setPostDial(String) - Method in class gov.nist.javax.sip.address.TelephoneNumber
set the PostDial field
setPriority(String) - Method in interface javax.sip.header.PriorityHeader
Set priority of PriorityHeader
setPriority(String) - Method in class gov.nist.javax.sip.header.Priority
Set the priority member
setProduct(List) - Method in interface javax.sip.header.UserAgentHeader
Sets the List of product values of the ServerHeader.
setProduct(List) - Method in interface javax.sip.header.ServerHeader
Sets the List of product values of the ServerHeader.
setProduct(List) - Method in class gov.nist.javax.sip.header.UserAgent
Sets the product value of the UserAgentHeader.
setProduct(List) - Method in class gov.nist.javax.sip.header.Server
Sets the product value of the UserAgentHeader.
setProtocol(String) - Method in interface javax.sip.header.ViaHeader
Sets the value of the protocol parameter.
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 class gov.nist.javax.sip.header.Via
Sets the value of the protocol parameter.
setProtocol(String) - Method in class gov.nist.javax.sip.header.Reason
Set the protocol
setProtocol(String) - Method in interface javax.sdp.Media
Sets the protocol over which this media should be transmitted.
setProtocolName(String) - Method in class gov.nist.javax.sip.header.Protocol
Set the protocolName member
setProtocolVersion(String) - Method in class gov.nist.javax.sip.header.Via
set the Protocol Version
setProtocolVersion(String) - Method in class gov.nist.javax.sip.header.Protocol
Set the protocolVersion member
setPurpose(String) - Method in interface javax.sip.header.CallInfoHeader
Sets the purpose parameter of the info of this CallInfoHeader.
setPurpose(String) - Method in class gov.nist.javax.sip.header.CallInfo
set the purpose field
setQHeader(NameValue) - Method in class gov.nist.javax.sip.address.SipUri
Set the query header when provided as a name-value pair.
setQheaders(NameValueList) - Method in class gov.nist.javax.sip.address.SipUri
Set the qheaders member
setQop(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Qop value of the WWWAuthenicateHeader 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.AuthenticationInfoHeader
Sets the Qop value of the AuthenticationInfoHeader to the new qop parameter value.
setQop(String) - Method in class gov.nist.javax.sip.header.AuthenticationInfo
Sets the Qop value of the AuthenticationInfoHeader to the new qop parameter value.
setQop(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the Qop value of the WWWAuthenicateHeader to the new qop parameter value.
setQuotedParameter(String, String) - Method in class gov.nist.javax.sip.header.ParametersHeader
Sets the value of the specified parameter.
setQuotedValue() - Method in class gov.nist.core.NameValue
A flag that indicates that doublequotes should be put around the value when encoded (for example name=value when value is doublequoted).
setQValue(float) - Method in interface javax.sip.header.ContactHeader
Sets the qValue value of the Name Address.
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.AcceptHeader
Sets q-value for media-range in AcceptHeader.
setQValue(float) - Method in interface javax.sip.header.AcceptEncodingHeader
Sets q-value for the encoding in this encoding value.
setQValue(float) - Method in class gov.nist.javax.sip.header.Contact
set the Q-value parameter
setQValue(float) - Method in class gov.nist.javax.sip.header.AcceptLanguage
Sets q-value for media-range in AcceptLanguageHeader.
setQValue(float) - Method in class gov.nist.javax.sip.header.AcceptEncoding
Set the qvalue member
setQValue(float) - Method in class gov.nist.javax.sip.header.Accept
Set the q value
setRealm(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the Realm of the WWWAuthenicateHeader to the realm parameter value.
setRealm(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Realm of the AuthorizationHeader to the realm parameter value.
setRealm(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
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.
setReasonCode(String) - Method in class gov.nist.javax.sip.header.SubscriptionState
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 class gov.nist.javax.sip.header.StatusLine
Set the reasonPhrase member
setReceived(String) - Method in interface javax.sip.header.ViaHeader
Sets the received parameter of ViaHeader.
setReceived(String) - Method in class gov.nist.javax.sip.header.Via
Sets the received parameter of ViaHeader.
setRemoteRepository(String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set the remote repository name.
setRemoteTag(String) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the remote tag.
setRepeatInterval(int) - Method in interface javax.sdp.RepeatTime
Set the "repeat interval" in seconds.
setRepeatTimes(Vector) - Method in interface javax.sdp.TimeDescription
Returns the list of repeat times (r= fields) specified in the SessionDescription.
setRepeatTimes(Vector) - Method in class gov.nist.javax.sdp.TimeDescriptionImpl
Returns the list of repeat times (r= fields) specified in the SessionDescription.
setRequestInterface(SIPServerRequestInterface) - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
Sets the real RequestInterface this transaction encapsulates.
setRequestURI(URI) - Method in interface javax.sip.message.Request
Sets the RequestURI of Request.
setResponse(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Response of the AuthorizationHeader to the new response parameter value.
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 class gov.nist.javax.sip.header.AuthenticationInfo
Sets the Response of the AuthenticationInfoHeader to the new response parameter value.
setResponse(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Set the Response.
setResponseInterface(SIPServerResponseInterface) - Method in class gov.nist.javax.sip.stack.SIPClientTransaction
Sets the real ResponseInterface this transaction encapsulates.
setRetransmitTimer(int) - Method in interface javax.sip.Transaction
Sets the value of the retransmit timer to the newly supplied timer value.
setRetransmitTimer(int) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Sets the value of the retransmit timer to the newly supplied timer value.
setRetryAfter(int) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the retry after value of the SubscriptionStateHeader.
setRetryAfter(int) - Method in interface javax.sip.header.RetryAfterHeader
Sets the retry after value of the RetryAfterHeader.
setRetryAfter(int) - Method in class gov.nist.javax.sip.header.SubscriptionState
Sets the retry after value of the SubscriptionStateHeader.
setRetryAfter(int) - Method in class gov.nist.javax.sip.header.RetryAfter
Sets the retry after value of the RetryAfterHeader.
setRouter(Router) - Method in class gov.nist.javax.sip.stack.SIPStack
Set the router algorithm.
setRSeqNumber(int) - Method in interface javax.sip.header.RAckHeader
Sets the sequence number value of the RSeqHeader of the provisional response being acknowledged.
setRSeqNumber(int) - Method in class gov.nist.javax.sip.header.RAck
Sets the sequence number value of the RSeqHeader of the provisional response being acknowledged.
setRtpmapAttribute(boolean) - Method in interface javax.sdp.SdpEncoder
Specifies whether to generate "a=rtpmap:" attributes for static RTP/AVP format strings.
setRtpmapAttribute(boolean) - Method in class gov.nist.javax.sdp.SdpEncoderImpl
Specifies whether to generate "a=rtpmap:" attributes for static RTP/AVP format strings.
setScheme(String) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the scheme of the challenge information for this WWWAuthenticateHeader.
setScheme(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the scheme of the Response information for this AuthorizationHeader.
setScheme(String) - Method in class gov.nist.javax.sip.address.SipUri
Constructor given the scheme.
setScheme(String) - Method in class gov.nist.javax.sip.header.Credentials
Set the scheme member
setScheme(String) - Method in class gov.nist.javax.sip.header.Challenge
Set the scheme member
setScheme(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the scheme of the challenge information for this AuthenticationHeaderHeader.
setSecond(int) - Method in class gov.nist.javax.sip.header.SIPDate
Set the second member
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.
setSecure(boolean) - Method in class gov.nist.javax.sip.address.SipUri
Sets the scheme of this URI to sip or sips depending on whether the argument is true or false.
setSentBy(HostPort) - Method in class gov.nist.javax.sip.header.Via
Set the sentBy member
setSentProtocol(Protocol) - Method in class gov.nist.javax.sip.header.Via
Set the sentProtocol member
setSeparator(String) - Method in class gov.nist.core.NameValue
Set the separator for the encoding method below.
setSeparator(String) - Method in class gov.nist.core.GenericObjectList
Set the separator (for encoding the list)
setSequenceNumber(int) - Method in interface javax.sip.header.RSeqHeader
Sets the sequence number value of the RSeqHeader of the provisional response.
setSequenceNumber(int) - Method in interface javax.sip.header.CSeqHeader
Sets the sequence number value of the CSeqHeader.
setSequenceNumber(int) - Method in class gov.nist.javax.sip.header.RSeq
Sets the sequence number value of the RSeqHeader of the provisional response.
setSequenceNumber(int) - Method in class gov.nist.javax.sip.header.CSeq
Sets the sequence number of this CSeqHeader.
setSessionId(long) - Method in interface javax.sdp.Origin
Sets the unique identity of the session.
setSessionName(SessionName) - Method in interface javax.sdp.SessionDescription
Sets the name of the session.
setSessionName(SessionName) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the name of the session.
setSessionVersion(long) - Method in interface javax.sdp.Origin
Sets the unique version of the session.
setSingleThreaded() - Method in class gov.nist.javax.sip.stack.SIPStack
Set the flag that instructs the stack to only start a single thread for sequentially processing incoming udp messages (thus serializing the processing).
setSipVersion(String) - Method in class gov.nist.javax.sip.header.StatusLine
Set the sipVersion member
setSipVersion(String) - Method in class gov.nist.javax.sip.header.RequestLine
Set the sipVersion member
setSIPVersion(String) - Method in interface javax.sip.message.Message
Sets the protocol version of SIP being used by this Message.
setSIPVersion(String) - Method in class gov.nist.javax.sip.header.RequestLine
Set the SIP version.
setStack(SIPTransactionStack) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the stack address.
setStackMessageFactory(SIPStackMessageFactory) - Method in class gov.nist.javax.sip.stack.SIPStack
Set the server Request and response factories.
setStackName(String) - Method in class gov.nist.javax.sip.stack.SIPStack
Set the descriptive name of the stack.
setStale(boolean) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the value of the stale parameter of the WWWAuthenicateHeader to the stale parameter value.
setStale(boolean) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the value of the stale parameter of the WWWAuthenicateHeader to the stale parameter value.
setStart(Date) - Method in interface javax.sdp.Time
Sets the start time of the conference/session.
setState(int) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Changes the state of this transaction.
setState(int) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the state for this dialog.
setState(String) - Method in interface javax.sip.header.SubscriptionStateHeader
Sets the state value of the SubscriptionStateHeader.
setState(String) - Method in class gov.nist.javax.sip.header.SubscriptionState
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 class gov.nist.javax.sip.header.StatusLine
Set the statusCode member
setStop(Date) - Method in interface javax.sdp.Time
Sets the stop time of the session.
setSubject(String) - Method in interface javax.sip.header.SubjectHeader
Sets the subject value of the SubjectHeader to the supplied string subject value.
setSubject(String) - Method in class gov.nist.javax.sip.header.Subject
Sets the subject value of the SubjectHeader to the supplied string subject value.
setSubtype(String) - Method in class gov.nist.javax.sip.header.MediaRange
Set the subtype member
setTag(String) - Method in interface javax.sip.header.ToHeader
Sets the tag parameter of the ToHeader.
setTag(String) - Method in interface javax.sip.header.FromHeader
Sets the tag parameter of the FromHeader.
setTag(String) - Method in class gov.nist.javax.sip.header.To
Set the tag member.
setTag(String) - Method in class gov.nist.javax.sip.header.From
Set the tag member
setTelephoneNumber(TelephoneNumber) - Method in class gov.nist.javax.sip.address.TelURLImpl
Set the telephone number.
setTelephoneSubscriber(TelephoneNumber) - Method in class gov.nist.javax.sip.address.SipUri
Set the telephone subscriber field.
setText(String) - Method in interface javax.sip.header.WarningHeader
Sets the text of WarningHeader to the newly supplied text value.
setText(String) - Method in interface javax.sip.header.ReasonHeader
Sets the text value of the ReasonHeader.
setText(String) - Method in class gov.nist.javax.sip.header.Warning
Sets text of WarningHeader
setText(String) - Method in class gov.nist.javax.sip.header.Reason
Set the text.
setThreadPoolSize(int) - Method in class gov.nist.javax.sip.stack.SIPStack
Set the thread pool size for processing incoming UDP messages.
setTime(Time) - Method in interface javax.sdp.TimeDescription
Sets the Time field.
setTime(Time) - Method in class gov.nist.javax.sdp.TimeDescriptionImpl
Sets the Time field.
setTimeDescriptions(Vector) - Method in interface javax.sdp.SessionDescription
Sets a TimeField indicating the start, stop, repetition and time zone information of the session.
setTimeDescriptions(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets a TimeField indicating the start, stop, repetition and time zone information of the session.
setTimeStamp(float) - Method in interface javax.sip.header.TimeStampHeader
Sets the timestamp value of this TimeStampHeader to the new timestamp value passed to this method.
setTimeStamp(float) - Method in class gov.nist.javax.sip.header.TimeStamp
Sets the timestamp value of this TimeStampHeader to the new timestamp value passed to this method.
setTraceLevel(int) - Static method in class gov.nist.javax.sip.stack.ServerLog
Set the trace level for the stack.
setTraceLevel(int) - Static method in class gov.nist.core.LogWriter
Set the trace level for the stack.
setTransport(String) - Method in interface javax.sip.header.ViaHeader
Sets the value of the transport.
setTransport(String) - Method in class gov.nist.javax.sip.header.Via
Sets the value of the transport.
setTransport(String) - Method in class gov.nist.javax.sip.header.Protocol
Set the transport member
setTransportParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the "transport" parameter.
setTransportParam(String) - Method in class gov.nist.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.
setTTL(int) - Method in class gov.nist.javax.sip.header.Via
Sets the value of the ttl parameter.
setTTLParam(int) - Method in interface javax.sip.address.SipURI
Sets the value of the ttl parameter.
setTTLParam(int) - Method in class gov.nist.javax.sip.address.SipUri
Sets the value of the ttl parameter.
setType(String) - Method in class gov.nist.javax.sip.header.MediaRange
Set the type member
setType(String) - Method in interface javax.sdp.BandWidth
Sets the bandwidth type.
setTypedTime(boolean) - Method in interface javax.sdp.TimeZoneAdjustment
Sets whether the field will be output as a typed time or a integer value.
setTypedTime(boolean) - Method in interface javax.sdp.Time
Sets whether the field will be output as a typed time or a integer value.
setTypedTime(boolean) - Method in interface javax.sdp.SdpEncoder
Specifies whether to try to write "typed-time" fields instead of raw integer values.
setTypedTime(boolean) - Method in interface javax.sdp.RepeatTime
Sets whether the field will be output as a typed time or a integer value.
setTypedTime(boolean) - Method in class gov.nist.javax.sdp.SdpEncoderImpl
Specifies whether to try to write "typed-time" fields instead of raw integer values.
setUri(GenericURI) - Method in class gov.nist.javax.sip.header.RequestLine
Set the uri member.
setURI(URI) - Method in interface javax.sip.header.WWWAuthenticateHeader
Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
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.address.Address
Sets the URI of this Address.
setURI(URI) - Method in class gov.nist.javax.sip.address.AddressImpl
Sets the URI address of this Address.
setURI(URI) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the URI of the WWWAuthenicateHeader to the uri parameter value.
setURI(URI) - Method in interface javax.sdp.SessionDescription
Sets the uri to the location of more details about the session.
setURI(URI) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the uri to the location of more details about the session.
setUriParameter(NameValue) - Method in class gov.nist.javax.sip.address.SipUri
Set the parameter as given.
setUriParm(String, Object) - Method in class gov.nist.javax.sip.address.SipUri
Set a given URI parameter.
setUriParms(NameValueList) - Method in class gov.nist.javax.sip.address.SipUri
Set the uriParms member
setURIRouteFlag() - Method in class gov.nist.javax.sip.stack.HopImpl
Set the URIRoute flag.
setUser(String) - Method in interface javax.sip.address.SipURI
Sets the user of SipURI.
setUser(String) - Method in class gov.nist.javax.sip.address.UserInfo
Set the user member
setUser(String) - Method in class gov.nist.javax.sip.address.SipUri
Sets the user of SipURI.
setUser(String) - Method in class gov.nist.javax.sip.address.Authority
Set the user name of the userInfo member.
setUser(String) - Method in class gov.nist.javax.sip.address.AddressImpl
Set the user name for the imbedded URI.
setUser(String) - Method in class gov.nist.javax.sip.stack.DialogImpl
Set the user name for the default route.
setUserInfo(UserInfo) - Method in class gov.nist.javax.sip.address.Authority
Set the userInfo member
setUsername(String) - Method in interface javax.sip.header.AuthorizationHeader
Sets the Username of the AuthorizationHeader to the username parameter value.
setUsername(String) - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Sets the Username of the AuthorizationHeader to the username parameter value.
setUsername(String) - Method in interface javax.sdp.Origin
Sets the name of the session originator.
setUserParam(String) - Method in interface javax.sip.address.SipURI
Sets the value of the user parameter.
setUserParam(String) - Method in class gov.nist.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.
setUserPassword(String) - Method in class gov.nist.javax.sip.address.SipUri
Set the user password.
setUserType(int) - Method in class gov.nist.javax.sip.address.UserInfo
Set the user type (to TELEPHONE_SUBSCRIBER or USER).
setValue(int) - Method in interface javax.sdp.BandWidth
Sets the bandwidth value.
setValue(Object) - Method in class gov.nist.core.NameValue
Set the value member
setValue(String) - Method in interface javax.sip.header.ExtensionHeader
Sets the value parameter of the ExtensionHeader.
setValue(String) - Method in class gov.nist.javax.sip.header.ExtensionHeaderImpl
Set the value of the header.
setValue(String) - Method in interface javax.sdp.SessionName
Sets the value
setValue(String) - Method in interface javax.sdp.Phone
Sets the value.
setValue(String) - Method in interface javax.sdp.Info
Set the value.
setValue(String) - Method in interface javax.sdp.EMail
Set the value.
setValue(String) - Method in interface javax.sdp.Attribute
Sets the value of this attribute.
setVersion(int) - Method in interface javax.sdp.Version
Sets the version.
setVersion(String) - Method in class gov.nist.javax.sip.header.ProductToken
Set the version member
setVersion(Version) - Method in interface javax.sdp.SessionDescription
Sets the version of SDP in use.
setVersion(Version) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the version of SDP in use.
setWildCardFlag(boolean) - Method in class gov.nist.javax.sip.header.Contact
Set the wildCardFlag member
setWkday(String) - Method in class gov.nist.javax.sip.header.SIPDate
Set the wkday member
setWrapper(Object) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Set the encapsulation object ptr.
setYear(int) - Method in class gov.nist.javax.sip.header.SIPDate
Set the year member
setZero() - Method in interface javax.sdp.Time
Sets the start and stop times to zero (in NTP).
setZoneAdjustments(Hashtable) - Method in interface javax.sdp.TimeZoneAdjustment
Sets the Hashtable of adjustment times, where: key = Date.
setZoneAdjustments(Vector) - Method in interface javax.sdp.SessionDescription
Sets the time zone adjustment for the TimeField.
setZoneAdjustments(Vector) - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Sets the time zone adjustment for the TimeField.
SIGNATURE - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
SIGNATURE - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
SIGNED_BY - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
SIGNED_BY - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
SIP - Static variable in class gov.nist.javax.sip.address.GenericURI
 
SIP - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SIP - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
SIP_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
SIP_URI_SCHEME - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
SIP_VERSION_STRING - Static variable in interface gov.nist.javax.sip.SIPConstants
constant SIP_VERSION_STRING
SIPClientTransaction - class gov.nist.javax.sip.stack.SIPClientTransaction.
Represents a client transaction.
SIPConstants - interface gov.nist.javax.sip.SIPConstants.
default constants for SIP.
SIPDate - class gov.nist.javax.sip.header.SIPDate.
Implements a parser class for tracking expiration time when specified as a Date value.
SIPDate() - Constructor for class gov.nist.javax.sip.header.SIPDate
Initializer, sets all the fields to invalid values.
SIPDate(long) - Constructor for class gov.nist.javax.sip.header.SIPDate
Construct a SIP date from the time offset given in miliseconds
SIPDateHeader - class gov.nist.javax.sip.header.SIPDateHeader.
Date Header.
SIPDateHeader() - Constructor for class gov.nist.javax.sip.header.SIPDateHeader
Default constructor.
SipException - exception javax.sip.SipException.
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 class javax.sip.SipException
Constructs a new SipException
SipException(String) - Constructor for class javax.sip.SipException
Constructs a new SipException with the specified error message.
SipException(String, Throwable) - Constructor for class javax.sip.SipException
Constructs a new SipException with the specified error message and specialized cause that triggered this error condition.
SipFactory - class javax.sip.SipFactory.
The SipFactory is a singleton class which applications can use a single access point to obtain proprietary implementations of this specification.
SIPHeader - class gov.nist.javax.sip.header.SIPHeader.
Root class from which all SIPHeader objects are subclassed.
SIPHeader() - Constructor for class gov.nist.javax.sip.header.SIPHeader
Default constructor
SIPHeaderList - class gov.nist.javax.sip.header.SIPHeaderList.
This is the root class for all lists of SIP headers.
SIPHeaderList(Class, String) - Constructor for class gov.nist.javax.sip.header.SIPHeaderList
Constructor
SIPHeaderList(SIPObjectList, String) - Constructor for class gov.nist.javax.sip.header.SIPHeaderList
Constructor
SIPHeaderList(String) - Constructor for class gov.nist.javax.sip.header.SIPHeaderList
Constructor
SIPHeaderList(String, String) - Constructor for class gov.nist.javax.sip.header.SIPHeaderList
Constructor
SIPHeaderNames - interface gov.nist.javax.sip.header.SIPHeaderNames.
SIPHeader names that are supported by this parser
SIPHEADERS_PACKAGE - Static variable in class gov.nist.javax.sip.stack.UDPMessageChannel
 
SIPHEADERS_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
SipListener - interface javax.sip.SipListener.
This interface represents the application view to a SIP stack therefore defines the application's communication channel to the SIP stack.
SIPMessageListener - interface gov.nist.javax.sip.parser.SIPMessageListener.
Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.
SIPObject - class gov.nist.javax.sip.header.SIPObject.
Root class for all singleton objects in this package: specializes the gov.nist.sip.header.GenericObject class for SIPHeader related objects.
SIPObjectList - class gov.nist.javax.sip.header.SIPObjectList.
Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in SIPObjects.
SIPObjectList() - Constructor for class gov.nist.javax.sip.header.SIPObjectList
Construct an empty SIPObjectList.
SIPObjectList(String) - Constructor for class gov.nist.javax.sip.header.SIPObjectList
Construct a SIPObject List given a list name.
SIPObjectList(String, Class) - Constructor for class gov.nist.javax.sip.header.SIPObjectList
Construct a SIPObject List given a list name and a class for the objects that go into the list.
SIPObjectList(String, String) - Constructor for class gov.nist.javax.sip.header.SIPObjectList
Construct a SIPObject List given a list name and a class for the objects that go into the list.
SipProvider - interface javax.sip.SipProvider.
This interface represents the messaging entity of a SIP stack and as such is the interface that defines the messaging and transational component view of the SIP stack.
SipProviderImpl - class gov.nist.javax.sip.SipProviderImpl.
Implementation of the JAIN-SIP provider interface.
SipProviderImpl() - Constructor for class gov.nist.javax.sip.SipProviderImpl
Creates a new instance of SipProviderImpl
SIPS - Static variable in class gov.nist.javax.sip.address.GenericURI
 
SIPS - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
SIPS_URI_SCHEME - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
SIPServerException - exception gov.nist.javax.sip.stack.SIPServerException.
Exception that gets generated when the Stack encounters an error.
SIPServerException(int) - Constructor for class gov.nist.javax.sip.stack.SIPServerException
Constructor when we are given only the error code
SIPServerException(int, SIPMessage) - Constructor for class gov.nist.javax.sip.stack.SIPServerException
Constructor that constructs the message from the standard Error messages.
SIPServerException(int, SIPMessage, String) - Constructor for class gov.nist.javax.sip.stack.SIPServerException
Constructor for when we have a return code and a SIPMessage.
SIPServerException(int, String) - Constructor for class gov.nist.javax.sip.stack.SIPServerException
Constructor for when we have the error code and some error info.
SIPServerException(String) - Constructor for class gov.nist.javax.sip.stack.SIPServerException
Constructor when we have a pre-formatted response.
SIPServerRequestInterface - interface gov.nist.javax.sip.stack.SIPServerRequestInterface.
An interface for a genereic message processor for SIP Request messages.
SIPServerResponseInterface - interface gov.nist.javax.sip.stack.SIPServerResponseInterface.
An interface for a genereic message processor for SIP Response messages.
SIPServerTransaction - class gov.nist.javax.sip.stack.SIPServerTransaction.
Represents a server transaction.
SipStack - interface javax.sip.SipStack.
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.
SIPStack - class gov.nist.javax.sip.stack.SIPStack.
This class defines a SIP Stack.
SIPStack() - Constructor for class gov.nist.javax.sip.stack.SIPStack
Default constructor.
SIPStack(SIPStackMessageFactory, String, String) - Constructor for class gov.nist.javax.sip.stack.SIPStack
Construcor for the stack.
SIPStack(SIPStackMessageFactory, String, String, ChannelNotifier) - Constructor for class gov.nist.javax.sip.stack.SIPStack
Construcor for the stack.
SipStackImpl - class gov.nist.javax.sip.SipStackImpl.
Implementation of SipStack.
SipStackImpl(Properties) - Constructor for class gov.nist.javax.sip.SipStackImpl
 
SIPStackMessageFactory - interface gov.nist.javax.sip.stack.SIPStackMessageFactory.
An interface for generating new requests and responses.
SIPTimerEvent - class gov.nist.javax.sip.stack.SIPTimerEvent.
 
SIPTimerListener - interface gov.nist.javax.sip.stack.SIPTimerListener.
Event listener for timeout events.
SIPTransaction - class gov.nist.javax.sip.stack.SIPTransaction.
Abstract class to support both client and server transactions.
SIPTransactionErrorEvent - class gov.nist.javax.sip.stack.SIPTransactionErrorEvent.
An event that indicates that a transaction has encountered an error.
SIPTransactionEventListener - interface gov.nist.javax.sip.stack.SIPTransactionEventListener.
Interface implemented by classes that want to be notified of asynchronous transacion events.
SIPTransactionStack - class gov.nist.javax.sip.stack.SIPTransactionStack.
Adds a transaction layer to the SIPStack class.
SipUri - class gov.nist.javax.sip.address.SipUri.
The SipUri structure.
SipURI - interface javax.sip.address.SipURI.
This class represents SIP URIs, that may have either a sip: or sips: scheme.
SipUri() - Constructor for class gov.nist.javax.sip.address.SipUri
 
sipURL() - Method in class gov.nist.javax.sip.parser.URLParser
Parse and return a structure for a SIP URL.
size() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Get the number of headers in the list.
SLASH - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SLASH - Static variable in interface gov.nist.core.Separators
 
SLASH - Static variable in class gov.nist.core.LexerCore
 
SP - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SP - Static variable in interface gov.nist.core.Separators
 
SP - Static variable in class gov.nist.core.LexerCore
 
SPorHT() - Method in class gov.nist.core.LexerCore
 
sprint(String) - Method in class gov.nist.javax.sip.header.ViaList
function for debug
STACK_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
STALE - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
STALE - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
STAR - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
STAR - Static variable in interface gov.nist.core.Separators
 
STAR - Static variable in class gov.nist.core.LexerCore
 
START - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
START - Static variable in class gov.nist.core.LexerCore
 
start() - Method in class gov.nist.javax.sip.stack.UDPMessageProcessor
Start our processor thread.
start() - Method in class gov.nist.javax.sip.stack.TCPMessageProcessor
Start the processor.
start() - Method in class gov.nist.javax.sip.stack.MessageProcessor
Start our thread.
startsId() - Method in class gov.nist.core.LexerCore
 
StatusLine - class gov.nist.javax.sip.header.StatusLine.
Status Line (for SIPReply) messages.
StatusLine() - Constructor for class gov.nist.javax.sip.header.StatusLine
Default Constructor
StatusLineParser - class gov.nist.javax.sip.parser.StatusLineParser.
Parser for the SIP status line.
StatusLineParser(Lexer) - Constructor for class gov.nist.javax.sip.parser.StatusLineParser
 
StatusLineParser(String) - Constructor for class gov.nist.javax.sip.parser.StatusLineParser
 
stop() - Method in class gov.nist.javax.sip.stack.UDPMessageProcessor
Shut down the message processor.
stop() - Method in class gov.nist.javax.sip.stack.TCPMessageProcessor
Stop the message processor.
stop() - Method in class gov.nist.javax.sip.stack.MessageProcessor
Stop method.
stopStack() - Method in class gov.nist.javax.sip.stack.SIPStack
Make the stack close all accept connections and return.
StringMsgParser - class gov.nist.javax.sip.parser.StringMsgParser.
Parse SIP message and parts of SIP messages such as URI's etc from memory and return a structure.
StringMsgParser() - Constructor for class gov.nist.javax.sip.parser.StringMsgParser
 
StringMsgParser(ParseExceptionListener) - Constructor for class gov.nist.javax.sip.parser.StringMsgParser
Constructor (given a parse exception handler).
StringTokenizer - class gov.nist.core.StringTokenizer.
Base string token splitter.
StringTokenizer() - Constructor for class gov.nist.core.StringTokenizer
 
StringTokenizer(String) - Constructor for class gov.nist.core.StringTokenizer
 
Subject - class gov.nist.javax.sip.header.Subject.
Supported SIP Header.
SUBJECT - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
SUBJECT - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
Subject() - Constructor for class gov.nist.javax.sip.header.Subject
Default Constructor.
SubjectHeader - interface javax.sip.header.SubjectHeader.
The Subject header field provides a summary or indicates the nature of the call, allowing call filtering without having to parse the session description.
SubjectParser - class gov.nist.javax.sip.parser.SubjectParser.
Parser for Subject header.
SubjectParser(String) - Constructor for class gov.nist.javax.sip.parser.SubjectParser
Creates a new instance of SubjectParser
subList(int, int) - Method in class gov.nist.javax.sip.header.SIPHeaderList
 
submitRemoteLog(String, String, String) - Method in interface gov.nist.javax.sip.stack.MessageLogTable
 
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.
SUBSCRIBE - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SUBSCRIBE - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
SUBSCRIPTION_STATE - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
SUBSCRIPTION_STATE - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
SubscriptionState - class gov.nist.javax.sip.header.SubscriptionState.
SubscriptionState header
SubscriptionState() - Constructor for class gov.nist.javax.sip.header.SubscriptionState
Creates a new instance of SubscriptionState
SubscriptionStateHeader - interface javax.sip.header.SubscriptionStateHeader.
This interface represents the Subscription State header, as defined by RFC3265, this header is not part of RFC3261.
SubscriptionStateParser - class gov.nist.javax.sip.parser.SubscriptionStateParser.
Parser for SubscriptionState header.
SubscriptionStateParser(String) - Constructor for class gov.nist.javax.sip.parser.SubscriptionStateParser
Creates a new instance of SubscriptionStateParser
SUN - Static variable in class gov.nist.javax.sip.header.SIPDate
 
SUN - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
Supported - class gov.nist.javax.sip.header.Supported.
Supported SIP Header.
SUPPORTED - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
SUPPORTED - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
Supported() - Constructor for class gov.nist.javax.sip.header.Supported
default constructor
Supported(String) - Constructor for class gov.nist.javax.sip.header.Supported
Constructor
SupportedHeader - interface javax.sip.header.SupportedHeader.
The Supported header field enumerates all the extensions supported by the UAC or UAS.
SupportedList - class gov.nist.javax.sip.header.SupportedList.
A list of supported headers.
SupportedList() - Constructor for class gov.nist.javax.sip.header.SupportedList
Default Constructor
SupportedParser - class gov.nist.javax.sip.parser.SupportedParser.
Parser for Supported header.
SupportedParser(String) - Constructor for class gov.nist.javax.sip.parser.SupportedParser
Creates a new instance of SupportedParser

NIST SIP Parser and Stack (v1.2) API
A B C D E F G H I J K L M N O P Q R S T U V W _
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.