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 _

T

T - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
TAG - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
TCP - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
TCP - Static variable in interface javax.sip.ListeningPoint
Transport constant: TCP
TCPMessageChannel - Class in gov.nist.javax.sip.stack
This is a stack abstraction for TCP connections.
TCPMessageProcessor - Class in gov.nist.javax.sip.stack
Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new connection.
TEL - Static variable in class gov.nist.javax.sip.address.GenericURI
 
TEL - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
TEL - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
TEL_URI_SCHEME - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
TELEPHONE_SUBSCRIBER - Static variable in class gov.nist.javax.sip.address.UserInfo
Constant field
TelephoneNumber - Class in gov.nist.javax.sip.address
Telephone number class.
TelephoneNumber() - Constructor for class gov.nist.javax.sip.address.TelephoneNumber
Creates new TelephoneNumber
telURL() - Method in class gov.nist.javax.sip.parser.URLParser
Parse and return a structure for a Tel URL.
TelURL - Interface in javax.sip.address
This class represents Tel URLs, which are used for addressing.
TelURLImpl - Class in gov.nist.javax.sip.address
Implementation of the TelURL interface.
TelURLImpl() - Constructor for class gov.nist.javax.sip.address.TelURLImpl
Creates a new instance of TelURLImpl
TEMP_GRUU - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
TEMPORARILY_UNAVAILABLE - Static variable in interface javax.sip.message.Response
The callee's end system was contacted successfully but the callee is currently unavailable (for example, is not logged in, logged in but in a state that precludes communication with the callee, or has activated the "do not disturb" feature).
TENSIXTEEN - Static variable in interface javax.sdp.SdpConstants
Static RTP/AVP payload type for the TENSIXTEEN audio codec.
TERM_IOI - Static variable in interface gov.nist.javax.sip.header.ims.ParameterNamesIms
 
terminate() - Method in class gov.nist.javax.sip.stack.SIPClientTransaction
 
terminate() - Method in class gov.nist.javax.sip.stack.SIPDialog.ReInviteSender
 
terminate() - Method in class gov.nist.javax.sip.stack.SIPServerTransaction
 
terminate() - Method in interface javax.sip.Transaction
Terminate this transaction and immediately release all stack resources associated with it.
TERMINATED - Static variable in class javax.sip.DialogState
This constant value indicates that the dialog state is "Terminated".
TERMINATED - Static variable in interface javax.sip.header.SubscriptionStateHeader
State: The subscription has been terminated, if a reason code is present, the client should behave as described in the reason code.
TERMINATED - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Terminated".
TERMINATED_STATE - Static variable in class gov.nist.javax.sip.stack.SIPDialog
 
TERMINATED_STATE - Static variable in class gov.nist.javax.sip.stack.SIPTransaction
Terminated state.
terminateOnBye(boolean) - Method in class gov.nist.javax.sip.stack.SIPDialog
 
terminateOnBye(boolean) - Method in interface javax.sip.Dialog
Terminate Dialog on BYE.
TEXT - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
TEXT - Variable in class gov.nist.javax.sip.header.Reason
 
THU - Static variable in class gov.nist.javax.sip.header.SIPDate
 
THU - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
TILDE - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
Time - Interface in javax.sdp
A RepeatTime represents a t= field contained within a TimeDescription.
TIME_FIELD - Static variable in interface gov.nist.javax.sdp.fields.SDPFieldNames
 
TimeDescription - Interface in javax.sdp
A TimeDescription represents the fields present within a SDP time description.
TimeDescriptionImpl - Class in gov.nist.javax.sdp
Implementation of Time Description
TimeDescriptionImpl() - Constructor for class gov.nist.javax.sdp.TimeDescriptionImpl
Creates new TimeDescriptionImpl
TimeDescriptionImpl(TimeField) - Constructor for class gov.nist.javax.sdp.TimeDescriptionImpl
constructor
TimeField - Class in gov.nist.javax.sdp.fields
Time Field.
TimeField() - Constructor for class gov.nist.javax.sdp.fields.TimeField
 
timeField() - Method in class gov.nist.javax.sdp.parser.TimeFieldParser
parse the field string
TimeFieldParser - Class in gov.nist.javax.sdp.parser
 
TimeFieldParser(String) - Constructor for class gov.nist.javax.sdp.parser.TimeFieldParser
Creates new TimeFieldParser
TIMEOUT - Static variable in interface javax.sip.header.SubscriptionStateHeader
Reason Code: The subscription has been terminated because it was not refreshed before it expired.
Timeout - Class in javax.sip
This class contains the enumerations that define whether a timeout has occured in the underlying implementation.
TIMEOUT_ERROR - Static variable in class gov.nist.javax.sip.stack.SIPTransactionErrorEvent
This event ID indicates that the transaction has timed out.
TIMEOUT_RETRANSMIT - Static variable in class gov.nist.javax.sip.stack.SIPTransactionErrorEvent
Retransmit signal to application layer.
TimeoutEvent - Class in javax.sip
This class represents an Timeout event that is passed from a SipProvider to its SipListener.
TimeoutEvent(Object, ServerTransaction, Timeout) - Constructor for class javax.sip.TimeoutEvent
Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout.
TimeoutEvent(Object, ClientTransaction, Timeout) - Constructor for class javax.sip.TimeoutEvent
Constructs a TimeoutEvent to indicate a client retransmission or transaction timeout.
TIMESTAMP - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
TimeStamp - Class in gov.nist.javax.sip.header
TimeStamp SIP Header.
TimeStamp() - Constructor for class gov.nist.javax.sip.header.TimeStamp
Default Constructor
TIMESTAMP - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
TimeStampHeader - Interface in javax.sip.header
The Timestamp header field describes when the UAC sent the request to the UAS.
TimeStampParser - Class in gov.nist.javax.sip.parser
Parser for TimeStamp header.
TimeStampParser(String) - Constructor for class gov.nist.javax.sip.parser.TimeStampParser
Creates a new instance of TimeStampParser
TimeZoneAdjustment - Interface in javax.sdp
A TimeZoneAdjustment represents the z= fields contained within a TimeDescription.
TLS - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
TLS - Static variable in interface javax.sip.ListeningPoint
Transport constant: TLS over TCP
TLSMessageChannel - Class in gov.nist.javax.sip.stack
This is sipStack for TLS connections.
TLSMessageProcessor - Class in gov.nist.javax.sip.stack
Sit in a loop waiting for incoming tls connections and start a new thread to handle each new connection.
TO - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
To - Class in gov.nist.javax.sip.header
To SIP Header.
To() - Constructor for class gov.nist.javax.sip.header.To
default Constructor.
To(From) - Constructor for class gov.nist.javax.sip.header.To
Generate a TO header from a FROM header
TO - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
TO_TAG - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
toArray() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Array conversion.
toArray(T[]) - Method in class gov.nist.javax.sip.header.SIPHeaderList
 
ToHeader - Interface in javax.sip.header
The To header field first and foremost specifies the desired "logical" recipient of the request, or the address-of-record of the user or resource that is the target of this request.
toHexString(byte[]) - Static method in class gov.nist.javax.sip.Utils
convert an array of bytes to an hexadecimal string
TokenNames - Interface in gov.nist.javax.sip.parser
A grab bag of SIP Token names.
TokenNamesIms - Interface in gov.nist.javax.sip.parser.ims
 
TokenTypes - Interface in gov.nist.javax.sip.parser
 
toLowerCase(String) - Static method in class gov.nist.javax.sip.header.SIPHeaderNamesCache
 
TOO_MANY_HOPS - Static variable in interface javax.sip.message.Response
The server received a request that contains a Max-Forwards header field with the value zero.
TooManyHopsException - Exception in javax.sip.header
This Exception is thrown when a user attempts decrement the Hop count when the message as already reached its max number of forwards.
TooManyHopsException() - Constructor for exception javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException
TooManyHopsException(String) - Constructor for exception javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException with the specified error message.
TooManyHopsException(String, Throwable) - Constructor for exception javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException with the specified error message and specialized cause that triggered this error condition.
ToParser - Class in gov.nist.javax.sip.parser
To Header parser.
ToParser(String) - Constructor for class gov.nist.javax.sip.parser.ToParser
Creates new ToParser
toString() - Method in class gov.nist.javax.sdp.fields.AttributeField
 
toString() - Method in class gov.nist.javax.sdp.fields.ConnectionField
 
toString() - Method in class gov.nist.javax.sdp.fields.EmailField
 
toString() - Method in class gov.nist.javax.sdp.fields.SDPField
 
toString() - Method in class gov.nist.javax.sdp.fields.SDPFieldList
Return a string representation.
toString() - Method in class gov.nist.javax.sdp.fields.SDPObject
 
toString() - Method in class gov.nist.javax.sdp.fields.SDPObjectList
 
toString() - Method in class gov.nist.javax.sdp.MediaDescriptionImpl
 
toString() - Method in class gov.nist.javax.sdp.SessionDescriptionImpl
Returns the canonical string representation of the current SessionDescrption.
toString() - Method in class gov.nist.javax.sdp.TimeDescriptionImpl
 
toString() - Method in class gov.nist.javax.sip.address.GenericURI
Encode this URI.
toString() - Method in class gov.nist.javax.sip.address.NetObject
Encode this to a string.
toString() - Method in class gov.nist.javax.sip.address.NetObjectList
Encode this to a string.
toString() - Method in class gov.nist.javax.sip.address.SipUri
Return a string representation.
toString() - Method in class gov.nist.javax.sip.address.TelURLImpl
Return the string encoding.
toString() - Method in class gov.nist.javax.sip.header.SIPHeader
 
toString() - Method in class gov.nist.javax.sip.header.SIPObject
 
toString() - Method in interface gov.nist.javax.sip.LogRecord
Get an XML String for this message
toString() - Method in interface gov.nist.javax.sip.message.Content
The default packing method.
toString() - Method in class gov.nist.javax.sip.message.ContentImpl
 
toString() - Method in interface gov.nist.javax.sip.message.MultipartMimeContent
 
toString() - Method in class gov.nist.javax.sip.message.MultipartMimeContentImpl
 
toString() - Method in class gov.nist.javax.sip.message.SIPMessage
 
toString() - Method in class gov.nist.javax.sip.message.SIPRequest
ALias for encode above.
toString() - Method in class gov.nist.javax.sip.message.SIPResponse
 
toString() - Method in class gov.nist.javax.sip.stack.HopImpl
Debugging println.
toString() - Method in interface javax.sdp.Media
Generates a string description of this object.
toString() - Method in interface javax.sip.address.Address
Returns a string representation of this Address.
toString() - Method in interface javax.sip.address.Hop
This method returns the Hop as a string.
toString() - Method in interface javax.sip.address.SipURI
This method returns the URI as a string.
toString() - Method in interface javax.sip.address.TelURL
This method returns the URI as a string.
toString() - Method in interface javax.sip.address.URI
This method returns the URI as a string.
toString() - Method in class javax.sip.DialogState
This method returns a string version of this class.
toString() - Method in interface javax.sip.header.Header
Gets a string representation of the Header.
toString() - Method in interface javax.sip.message.Message
Gets string representation of Message
toString() - Method in class javax.sip.Timeout
This method returns a string version of this class.
toString() - Method in class javax.sip.TransactionState
 
TRANSACTION - Static variable in class javax.sip.Timeout
This constant value indicates the "Transaction" timeout.
Transaction - Interface in javax.sip
Transactions are a fundamental component of SIP.
TransactionAlreadyExistsException - Exception in javax.sip
This Exception is thrown when a user attempts to get a transaction to handle a message when infact a transaction is already handling this message.
TransactionAlreadyExistsException() - Constructor for exception javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException
TransactionAlreadyExistsException(String) - Constructor for exception javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException with the specified error message.
TransactionAlreadyExistsException(String, Throwable) - Constructor for exception javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException with the specified error message and specialized cause that triggered this error condition.
TransactionDoesNotExistException - Exception in javax.sip
This Exception is thrown when a user attempts to reference a client or server transaction that does currently not exist in the underlying SipProvider
TransactionDoesNotExistException() - Constructor for exception javax.sip.TransactionDoesNotExistException
Constructs a new TransactionDoesNotExistException
TransactionDoesNotExistException(String) - Constructor for exception javax.sip.TransactionDoesNotExistException
Constructs a new TransactionDoesNotExistException with the specified error message.
TransactionDoesNotExistException(String, Throwable) - Constructor for exception javax.sip.TransactionDoesNotExistException
Constructs a new TransactionDoesNotExistException with the specified error message and specialized cause that triggered this error condition.
transactionErrorEvent(SIPTransactionErrorEvent) - Method in class gov.nist.javax.sip.SipProviderImpl
Invoked when an error has ocurred with a transaction.
transactionErrorEvent(SIPTransactionErrorEvent) - Method in interface gov.nist.javax.sip.stack.SIPTransactionEventListener
Invoked when an error has ocurred with a transaction.
transactionErrorEvent(SIPTransactionErrorEvent) - Method in class gov.nist.javax.sip.stack.SIPTransactionStack
Invoked when an error has ocurred with a transaction.
TransactionExt - Interface in gov.nist.javax.sip
 
TransactionState - Class in javax.sip
This class contains the enumerations that define the underlying state of an existing transaction.
TransactionTerminatedEvent - Class in javax.sip
TransactionTerminatedEvent is delivered to the Listener when the transaction transitions to the terminated state.
TransactionTerminatedEvent(Object, ServerTransaction) - Constructor for class javax.sip.TransactionTerminatedEvent
Constructs a TransactionTerminatedEvent to indicate a server retransmission or transaction timeout.
TransactionTerminatedEvent(Object, ClientTransaction) - Constructor for class javax.sip.TransactionTerminatedEvent
Constructs a TransactionTerminatedEvent to indicate a client retransmission or transaction timeout.
transactionTimeout(Hop) - Method in interface gov.nist.javax.sip.address.RouterExt
Record that a transaction failure occured for the given hop.
TransactionUnavailableException - Exception in javax.sip
The TransactionUnavailableException indicates that a vendor's implementation could not create a Transaction for some reason.
TransactionUnavailableException() - Constructor for exception javax.sip.TransactionUnavailableException
Constructs a new TransactionUnavailableException.
TransactionUnavailableException(String) - Constructor for exception javax.sip.TransactionUnavailableException
Constructs a new TransactionUnavailableException with the specified error message.
TransactionUnavailableException(String, Throwable) - Constructor for exception javax.sip.TransactionUnavailableException
Constructs a new TransactionUnavailableException with the specified error message and specialized cause that triggered this error condition.
TRANSPORT - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
TRANSPORT_ERROR - Static variable in class gov.nist.javax.sip.stack.SIPTransactionErrorEvent
This event ID indicates that there was an error sending a message using the underlying transport.
TransportAlreadySupportedException - Exception in javax.sip
The TransportAlreadySupportedException indicates that a specific transport is already supported by a SipProvider via its ListeningPoints.
TransportAlreadySupportedException() - Constructor for exception javax.sip.TransportAlreadySupportedException
Constructs a new TransportAlreadySupportedException.
TransportAlreadySupportedException(String) - Constructor for exception javax.sip.TransportAlreadySupportedException
Constructs a new TransportAlreadySupportedException with the specified error message.
TransportAlreadySupportedException(String, Throwable) - Constructor for exception javax.sip.TransportAlreadySupportedException
Constructs a new TransportAlreadySupportedException with the specified error message and specialized cause that triggered this error condition.
TransportNotSupportedException - Exception in javax.sip
The TransportNotSupportedException indicates that a specific transport is not supported by a vendor's implementation of this specification.
TransportNotSupportedException() - Constructor for exception javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException.
TransportNotSupportedException(String) - Constructor for exception javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException with the specified error message.
TransportNotSupportedException(String, Throwable) - Constructor for exception javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException with the specified error message and specialized cause that triggered this error condition.
TRYING - Static variable in interface javax.sip.message.Response
This response indicates that the request has been received by the next-hop server and that some unspecified action is being taken on behalf of this call (for example, a database is being consulted).
TRYING - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Trying".
TRYING_STATE - Static variable in class gov.nist.javax.sip.stack.SIPTransaction
Trying state.
TTL - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
TTL - Static variable in class gov.nist.javax.sip.header.Via
The "TTL" parameter is designating the time-to-live value.
TUE - Static variable in class gov.nist.javax.sip.header.SIPDate
 
TUE - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
TypedTime - Class in gov.nist.javax.sdp.fields
Typed time SDP field.
TypedTime() - Constructor for class gov.nist.javax.sdp.fields.TypedTime
 

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.