NIST-SIP: The Reference Implementation for JAIN-SIP 1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

I - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
ICID_GENERATED_AT - Static variable in interface gov.nist.javax.sip.header.ims.ParameterNamesIms
 
ICID_VALUE - Static variable in interface gov.nist.javax.sip.header.ims.ParameterNamesIms
 
ICON - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
ICON - Static variable in interface javax.sip.header.ContentDispositionHeader
Icon Disposition Type Constant
ID - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
ID - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
IDSL - Static variable in interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
 
IEEE_802_11 - Static variable in interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
 
IEEE_802_11A - Static variable in interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
 
IEEE_802_11A - Static variable in interface gov.nist.javax.sip.parser.ims.TokenNamesIms
 
IEEE_802_11B - Static variable in interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
 
IEEE_802_11B - Static variable in interface gov.nist.javax.sip.parser.ims.TokenNamesIms
 
IEEE_802_11G - Static variable in interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
 
IK - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
IK - Static variable in interface gov.nist.javax.sip.header.ims.ParameterNamesIms
 
IK - Static variable in interface gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
 
IN - Static variable in interface gov.nist.javax.sdp.fields.SDPKeywords
 
IN - Static variable in interface javax.sdp.Connection
The Internet network type, "IN".
IN_REPLY_TO - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
IN_REPLY_TO - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
INCOMPATIBLE_BANDWIDTH_UNITS - Static variable in interface javax.sip.header.WarningHeader
One or more bandwidth measurement units contained in the session description were not understood.
INCOMPATIBLE_MEDIA_FORMAT - Static variable in interface javax.sip.header.WarningHeader
One or more media formats contained in the session description are not available.
INCOMPATIBLE_NETWORK_ADDRESS_FORMATS - Static variable in interface javax.sip.header.WarningHeader
One or more network address formats contained in the session description are not available.
INCOMPATIBLE_NETWORK_PROTOCOL - Static variable in interface javax.sip.header.WarningHeader
One or more network protocols contained in the session description are not available.
INCOMPATIBLE_TRANSPORT_PROTOCOL - Static variable in interface javax.sip.header.WarningHeader
One or more transport protocols described in the session description are not available.
incrementLocalSequenceNumber() - Method in class gov.nist.javax.sip.stack.SIPDialog
Increment the local CSeq # for the dialog.
incrementLocalSequenceNumber() - Method in interface javax.sip.Dialog
This method may be used to increment the local sequence number of the dialog when an application wishes to switch from dialog stateful mode to transaction stateful mode for client transactions and back again to dialog stateful mode.
indexOf(GenericObject) - Method in class gov.nist.javax.sip.header.SIPHeaderList
index of an element.
indexOf(Object) - Method in class gov.nist.javax.sip.header.SIPHeaderList
Return the index of a given object.
INFO - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
Info - Interface in javax.sdp
An Info represents the i= fields contained within either a MediaDescription or a SessionDescription.
INFO - Static variable in interface javax.sip.message.Request
INFO is an extension method which allows for the carrying of session related control information that is generated during a session.
INFORMATION_FIELD - Static variable in interface gov.nist.javax.sdp.fields.SDPFieldNames
 
InformationField - Class in gov.nist.javax.sdp.fields
Information field implementation
InformationField() - Constructor for class gov.nist.javax.sdp.fields.InformationField
 
informationField() - Method in class gov.nist.javax.sdp.parser.InformationFieldParser
 
InformationFieldParser - Class in gov.nist.javax.sdp.parser
 
InformationFieldParser(String) - Constructor for class gov.nist.javax.sdp.parser.InformationFieldParser
Creates new InformationFieldParser
INITIAL_STATE - Static variable in class gov.nist.javax.sip.stack.SIPTransaction
Initialized but no state assigned.
InReplyTo - Class in gov.nist.javax.sip.header
InReplyTo SIP Header.
InReplyTo() - Constructor for class gov.nist.javax.sip.header.InReplyTo
Default constructor
InReplyTo(CallIdentifier) - Constructor for class gov.nist.javax.sip.header.InReplyTo
constructor
InReplyToHeader - Interface in javax.sip.header
The In-Reply-To header field enumerates the Call-IDs that this call references or returns.
InReplyToList - Class in gov.nist.javax.sip.header
In-Reply-To SIP header.
InReplyToList() - Constructor for class gov.nist.javax.sip.header.InReplyToList
Default constructor
InReplyToParser - Class in gov.nist.javax.sip.parser
Parser for InReplyTo header.
InReplyToParser(String) - Constructor for class gov.nist.javax.sip.parser.InReplyToParser
Creates a new instance of InReplyToParser
INSUFFICIENT_BANDWIDTH - Static variable in interface javax.sip.header.WarningHeader
The bandwidth specified in the session description or defined by the media exceeds that known to be available.
INTEGRITY_PROTECTED - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
INTEGRITY_PROTECTED - Static variable in interface gov.nist.javax.sip.header.ims.ParameterNamesIms
 
INTERVAL_TOO_BRIEF - Static variable in interface javax.sip.message.Response
The server is rejecting the request because the expiration time of the resource refreshed by the request is too short.
inUse() - Method in class gov.nist.javax.sip.stack.MessageProcessor
Return true if there are pending messages to be processed (which prevents the message channel from being closed).
inUse() - Method in class gov.nist.javax.sip.stack.TCPMessageProcessor
 
inUse() - Method in class gov.nist.javax.sip.stack.TLSMessageProcessor
 
inUse() - Method in class gov.nist.javax.sip.stack.UDPMessageProcessor
Return true if there are any messages in use.
InvalidArgumentException - Exception in javax.sip
This exception class is thrown by an implementation when given an invalid argument such as a invalid numerical value.
InvalidArgumentException() - Constructor for exception javax.sip.InvalidArgumentException
Create an InvalidArgumentException with no detail message.
InvalidArgumentException(String) - Constructor for exception javax.sip.InvalidArgumentException
Create an InvalidArgumentException with a detail message.
InvalidArgumentException(String, Throwable) - Constructor for exception javax.sip.InvalidArgumentException
Constructs a new InvalidArgumentException with the specified error message and specialized cause that triggered this error condition.
INVITE - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
INVITE - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
INVITE - Static variable in interface javax.sip.message.Request
The INVITE method is used by an user agent client that desires to initiate a session, session examples include, audio, video, or a game.
IOExceptionEvent - Class in javax.sip
This object is used to signal to the application that an IO Exception has occured.
IOExceptionEvent(Object, String, int, String) - Constructor for class javax.sip.IOExceptionEvent
Constructor
IP4 - Static variable in interface javax.sdp.Connection
The IPv4 address type, "IP4".
IP6 - Static variable in interface javax.sdp.Connection
The IPv6 address type, "IP6".
IPV4 - Static variable in interface gov.nist.javax.sdp.fields.SDPKeywords
 
IPV6 - Static variable in interface gov.nist.javax.sdp.fields.SDPKeywords
 
isAckSeen() - Method in class gov.nist.javax.sip.stack.SIPDialog
Return true if the dialog has already seen the ack.
isAlive() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
return the status of the toExit flag.
isAssigned() - Method in class gov.nist.javax.sip.stack.SIPDialog
Return true if the dialog has already been mapped to a transaction.
isAutomaticDialogSupportEnabled() - Method in class gov.nist.javax.sip.SipProviderImpl
 
isByeTransaction() - Method in class gov.nist.javax.sip.stack.SIPTransaction
Return a flag that states if this is a BYE transaction.
isCancelClientTransactionChecked() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
 
isCancelTransaction() - Method in class gov.nist.javax.sip.stack.SIPTransaction
Return true if the transaction corresponds to a CANCEL message.
isDialogCreated(String) - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
Return true if extension is supported.
isEmpty() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Empty check
isEventForked(String) - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
Return true if a given event can result in a forked subscription.
isFinalResponse(int) - Static method in class gov.nist.javax.sip.message.SIPResponse
Return true if the response is a final response.
isFinalResponse() - Method in class gov.nist.javax.sip.message.SIPResponse
Is this a final response?
isGlobal() - Method in class gov.nist.javax.sip.address.TelephoneNumber
is a global telephone number.
isGlobal() - Method in class gov.nist.javax.sip.address.TelURLImpl
Returns true if this TelURL is global i.e. if the TelURI has a global phone user.
isGlobal() - Method in interface javax.sip.address.TelURL
Returns true if this TelURL is global i.e. if the TelURI has a global phone user.
isHeaderList() - Method in class gov.nist.javax.sip.header.SIPHeader
Return false if this is not a header list (SIPHeaderList overrrides this method).
isHeaderList() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Return true if this is a header list (overrides the base class method which returns false).
isInviteTransaction() - Method in class gov.nist.javax.sip.stack.SIPTransaction
Returns a flag stating whether this transaction is for an INVITE request or not.
isLoggingEnabled() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
Return true if logging is enabled for this stack.
isLooseDialogValidation() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
Delegate some dialog validation to the application.
isMessagePartOfTransaction(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPClientTransaction
Deterines if the message is a part of this transaction.
isMessagePartOfTransaction(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
Deterines if the message is a part of this transaction.
isMessagePartOfTransaction(SIPMessage) - Method in class gov.nist.javax.sip.stack.SIPTransaction
Tests a message to see if it is part of this transaction.
isNon2XXAckPassedToListener() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
 
isNotifyOnRetransmit() - Method in class gov.nist.javax.sip.stack.SIPClientTransaction
 
isNullRequest() - Method in class gov.nist.javax.sip.message.SIPRequest
Return true if this is a null request (i.e. does not have a request line ).
isReliable() - Method in class gov.nist.javax.sip.stack.MessageChannel
Get whether this channel is reliable or not.
isReliable() - Method in class gov.nist.javax.sip.stack.SIPTransaction
 
isReliable() - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
Returns "true" as this is a reliable transport.
isReliable() - Method in class gov.nist.javax.sip.stack.TLSMessageChannel
Returns "true" as this is a reliable transport.
isReliable() - Method in class gov.nist.javax.sip.stack.UDPMessageChannel
Returns "false" as this is an unreliable transport.
isRemoteTagReassignmentAllowed() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
 
isRequestConsumable(SIPRequest) - Method in class gov.nist.javax.sip.stack.SIPDialog
Return true if this request can be consumed by the dialog.
isRequestHeader(SIPHeader) - Static method in class gov.nist.javax.sip.message.SIPMessage
Return true if the header belongs only in a Request.
isResponseHeader(SIPHeader) - Static method in class gov.nist.javax.sip.message.SIPMessage
Return true if the header belongs only in a response.
isRetransmissionAlertEnabled() - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
 
isRetransmissionFilterActive() - Method in class gov.nist.javax.sip.SipStackImpl
Deprecated.  
isRetransmissionFilterActive() - Method in interface javax.sip.SipStack
Deprecated. Since v1.2. This retransmission filter property has been deprecated as a SIP Stack property. Applications can enable retransmission alerts by using the ServerTransaction.enableRetransmissionAlerts() method.
isRfc2543Supported() - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
 
isSecure() - Method in class gov.nist.javax.sip.address.SipUri
Returns true if this SipURI is secure i.e. if this SipURI represents a sips URI.
isSecure() - Method in class gov.nist.javax.sip.stack.MessageChannel
Return true if this is a secure channel.
isSecure() - Method in class gov.nist.javax.sip.stack.MessageProcessor
Flags whether this processor is secure or not.
isSecure() - Method in class gov.nist.javax.sip.stack.SIPDialog
Returns true if this Dialog is secure i.e. if the request arrived over TLS, and the Request-URI contained a SIPS URI, the "secure" flag is set to TRUE.
isSecure() - Method in class gov.nist.javax.sip.stack.SIPTransaction
 
isSecure() - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
TCP Is not a secure protocol.
isSecure() - Method in class gov.nist.javax.sip.stack.TCPMessageProcessor
TCP is not a secure protocol.
isSecure() - Method in class gov.nist.javax.sip.stack.TLSMessageChannel
TLS Is a secure protocol.
isSecure() - Method in class gov.nist.javax.sip.stack.TLSMessageProcessor
TLS is a secure protocol.
isSecure() - Method in class gov.nist.javax.sip.stack.UDPMessageChannel
UDP is not a secure protocol.
isSecure() - Method in class gov.nist.javax.sip.stack.UDPMessageProcessor
UDP is not a secure protocol.
isSecure() - Method in interface javax.sip.address.SipURI
Returns true if this SipURI is secure i.e. if this SipURI represents a sips URI.
isSecure() - Method in interface javax.sip.Dialog
Returns true if this Dialog is secure, for example if the request was sent over a "sips:" scheme, or a "sip:" scheme over TLS.
isSentBySet() - Method in class gov.nist.javax.sip.ListeningPointImpl
 
isSentBySet() - Method in class gov.nist.javax.sip.stack.MessageProcessor
 
isServer() - Method in class gov.nist.javax.sip.stack.SIPDialog
Return true if is server.
isServer() - Method in interface javax.sip.Dialog
Returns whether this Dialog is a server dialog, for example this side was initially acting as a UAS.
isServerTransaction() - Method in class javax.sip.TimeoutEvent
Indicates if the transaction associated with this TimeoutEvent is a server transaction.
isServerTransaction() - Method in class javax.sip.TransactionTerminatedEvent
Indicates if the transaction associated with this TransactionTerminatedEvent is a server transaction.
isSIPAddress() - Method in class gov.nist.javax.sip.address.AddressImpl
Return true if the imbedded URI is a sip URI.
isSipURI() - Method in class gov.nist.javax.sip.address.GenericURI
This method determines if this is a URI with a scheme of "sip" or "sips".
isSipURI() - Method in class gov.nist.javax.sip.address.SipUri
This method determines if this is a URI with a scheme of "sip" or "sips".
isSipURI() - Method in class gov.nist.javax.sip.address.TelURLImpl
This method determines if this is a URI with a scheme of "sip" or "sips".
isSipURI() - Method in interface javax.sip.address.URI
This method determines if this is a URI with a scheme of "sip" or "sips".
isStale() - Method in class gov.nist.javax.sip.header.AuthenticationHeader
Returns the boolean value of the state paramater of this WWWAuthenicateHeader.
isStale() - Method in interface javax.sip.header.WWWAuthenticateHeader
Returns the boolean value of the state paramater of this WWWAuthenicateHeader.
isTargetRefresh(String) - Static method in class gov.nist.javax.sip.message.SIPRequest
 
isTerminated() - Method in class gov.nist.javax.sip.stack.SIPTransaction
Tests if this transaction has terminated.
isTransactionMapped() - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
Return true if the transaction is known to stack.
ISUB - Static variable in class gov.nist.javax.sip.address.GenericURI
 
ISUB - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
ISUB - Static variable in class gov.nist.javax.sip.address.TelephoneNumber
 
isURIRoute() - Method in class gov.nist.javax.sip.stack.HopImpl
Return true if this is uriRoute
isUserTelephoneSubscriber() - Method in class gov.nist.javax.sip.address.SipUri
returns true if the user is a telephone subscriber.
isWildcard() - Method in class gov.nist.javax.sip.address.AddressImpl
This determines if this address is a wildcard address.
isWildCard() - Method in class gov.nist.javax.sip.header.Contact
 
isWildcard() - Method in interface javax.sip.address.Address
This determines if this address is a wildcard address.
isWildCard() - Method in interface javax.sip.header.ContactHeader
Returns a boolean value that indicates if the contact header has the format of Contact: *.
isZero() - Method in class gov.nist.javax.sdp.fields.TimeField
Returns whether the start and stop times were set to zero (in NTP).
isZero() - Method in interface javax.sdp.Time
Returns whether the start and stop times were set to zero (in NTP).
iterator() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Return the iterator to the imbedded list.

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.