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 _

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 javax.sip.ListeningPoint
Transport constant: TCP
TCP - Static variable in interface gov.nist.javax.sip.address.ParameterNames
 
TCPMessageChannel - class gov.nist.javax.sip.stack.TCPMessageChannel.
This is stack for TCP connections.
TCPMessageProcessor - class gov.nist.javax.sip.stack.TCPMessageProcessor.
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.TokenTypes
 
TEL - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
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 gov.nist.javax.sip.address.TelephoneNumber.
Telephone number class.
TelephoneNumber() - Constructor for class gov.nist.javax.sip.address.TelephoneNumber
Creates new TelephoneNumber
TelURL - interface javax.sip.address.TelURL.
This class represents Tel URLs, which are used for addressing.
telURL() - Method in class gov.nist.javax.sip.parser.URLParser
Parse and return a structure for a Tel URL.
TelURLImpl - class gov.nist.javax.sip.address.TelURLImpl.
Implementation of the TelURL interface.
TelURLImpl() - Constructor for class gov.nist.javax.sip.address.TelURLImpl
Creates a new instance of TelURLImpl
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.
TERMINATED - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Terminated".
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_STATE - Static variable in class gov.nist.javax.sip.stack.SIPTransaction
Terminated state.
TERMINATED_STATE - Static variable in class gov.nist.javax.sip.stack.DialogImpl
 
TEXT - Variable in class gov.nist.javax.sip.header.Reason
 
TEXT - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
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
 
TILDE - Static variable in class gov.nist.core.LexerCore
 
Time - interface javax.sdp.Time.
A RepeatTime represents a t= field contained within a TimeDescription.
TimeDescription - interface javax.sdp.TimeDescription.
A TimeDescription represents the fields present within a SDP time description.
TimeDescriptionImpl - class gov.nist.javax.sdp.TimeDescriptionImpl.
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
Timeout - class javax.sip.Timeout.
This class contains the enumerations that define whether a timeout has occured in the underlying implementation.
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_ERROR - Static variable in class gov.nist.javax.sip.stack.SIPTransactionErrorEvent
This event ID indicates that the transaction has timed out.
TimeoutEvent - class javax.sip.TimeoutEvent.
This class represents an Timeout event that is passed from a SipProvider to its SipListener.
TimeoutEvent(Object, ClientTransaction, Timeout) - Constructor for class javax.sip.TimeoutEvent
Constructs a TimeoutEvent to indicate a client retransmission or transaction timeout.
TimeoutEvent(Object, ServerTransaction, Timeout) - Constructor for class javax.sip.TimeoutEvent
Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout.
timerEvent(SIPTimerEvent) - Method in interface gov.nist.javax.sip.stack.SIPTimerListener
Invoked for clients who want to handle their own transaction state machine.
TimeStamp - class gov.nist.javax.sip.header.TimeStamp.
TimeStamp SIP Header.
TIMESTAMP - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
TIMESTAMP - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
TimeStamp() - Constructor for class gov.nist.javax.sip.header.TimeStamp
Default Constructor
TimeStampHeader - interface javax.sip.header.TimeStampHeader.
The Timestamp header field describes when the UAC sent the request to the UAS.
TimeStampParser - class gov.nist.javax.sip.parser.TimeStampParser.
Parser for TimeStamp header.
TimeStampParser(String) - Constructor for class gov.nist.javax.sip.parser.TimeStampParser
Creates a new instance of TimeStampParser
TimeZoneAdjustment - interface javax.sdp.TimeZoneAdjustment.
A TimeZoneAdjustment represents the z= fields contained within a TimeDescription.
TLS - Static variable in interface javax.sip.ListeningPoint
Transport constant: TLS over TCP
To - class gov.nist.javax.sip.header.To.
To SIP Header.
TO - Static variable in interface gov.nist.javax.sip.header.SIPHeaderNames
 
TO - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
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
toArray() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Array conversion.
toArray(Object[]) - Method in class gov.nist.javax.sip.header.SIPHeaderList
 
ToHeader - interface javax.sip.header.ToHeader.
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
Token - class gov.nist.core.Token.
Base token class.
Token() - Constructor for class gov.nist.core.Token
 
TokenNames - interface gov.nist.javax.sip.parser.TokenNames.
A grab bag of SIP Token names.
TokenTypes - interface gov.nist.javax.sip.parser.TokenTypes.
 
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 javax.sip.header.TooManyHopsException.
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 class javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException
TooManyHopsException(String) - Constructor for class javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException with the specified error message.
TooManyHopsException(String, Throwable) - Constructor for class javax.sip.header.TooManyHopsException
Constructs a new TooManyHopsException with the specified error message and specialized cause that triggered this error condition.
ToParser - class gov.nist.javax.sip.parser.ToParser.
To Header parser.
ToParser(String) - Constructor for class gov.nist.javax.sip.parser.ToParser
Creates new ToParser
toString() - Method in class javax.sip.TransactionState
This method returns a string version of this class.
toString() - Method in class javax.sip.Timeout
This method returns a string version of this class.
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 interface javax.sip.address.URI
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.SipURI
This method returns the URI as a string.
toString() - Method in interface javax.sip.address.Hop
This method returns the Hop as a string.
toString() - Method in interface javax.sip.address.Address
Returns a string representation of this Address.
toString() - Method in class gov.nist.javax.sip.address.TelURLImpl
Return the string encoding.
toString() - Method in class gov.nist.javax.sip.address.SipUri
Return a string representation.
toString() - Method in class gov.nist.javax.sip.address.NetObjectList
Encode this to a string.
toString() - Method in class gov.nist.javax.sip.address.NetObject
Encode this to a string.
toString() - Method in class gov.nist.javax.sip.address.GenericURI
Encode this URI.
toString() - Method in class gov.nist.javax.sip.header.ViaList
Return an encoding for this header.
toString() - Method in class gov.nist.javax.sip.header.To
Gets a string representation of the Header.
toString() - Method in class gov.nist.javax.sip.header.SIPObject
 
toString() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Encode this to a string representation.
toString() - Method in class gov.nist.javax.sip.header.From
Gets a string representation of the Header.
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 class gov.nist.javax.sdp.TimeDescriptionImpl
 
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.MediaDescriptionImpl
 
toString() - Method in class gov.nist.core.Token
 
toString() - Method in class gov.nist.core.GenericObjectList
Alias for the encode function above.
TRACE_AUTHENTICATION - Static variable in class gov.nist.core.LogWriter
Trace authentication sequences
TRACE_DEBUG - Static variable in class gov.nist.javax.sip.stack.ServerLog
Debug trace level (all tracing enabled).
TRACE_DEBUG - Static variable in class gov.nist.core.LogWriter
Debug trace level (all tracing enabled).
TRACE_EXCEPTION - Static variable in class gov.nist.javax.sip.stack.ServerLog
Trace exception processing
TRACE_EXCEPTION - Static variable in class gov.nist.core.LogWriter
Trace exception processing
TRACE_INITIALIZATION - Static variable in class gov.nist.core.LogWriter
Trace initialization code
TRACE_MESSAGES - Static variable in class gov.nist.javax.sip.stack.ServerLog
 
TRACE_MESSAGES - Static variable in class gov.nist.core.LogWriter
Trace message processing
TRACE_NONE - Static variable in class gov.nist.javax.sip.stack.ServerLog
Dont trace
TRACE_NONE - Static variable in class gov.nist.core.LogWriter
Dont trace
traceMsg(int, String) - Static method in class gov.nist.javax.sip.stack.ServerLog
Log a message into the log file.
traceWriter - Static variable in class gov.nist.core.LogWriter
print stream for writing out trace
Transaction - interface javax.sip.Transaction.
Transactions are a fundamental component of SIP.
TRANSACTION - Static variable in class javax.sip.Timeout
This constant value indicates the "Transaction" timeout.
TransactionAlreadyExistsException - exception javax.sip.TransactionAlreadyExistsException.
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 class javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException
TransactionAlreadyExistsException(String) - Constructor for class javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException with the specified error message.
TransactionAlreadyExistsException(String, Throwable) - Constructor for class javax.sip.TransactionAlreadyExistsException
Constructs a new TransactionAlreadyExistsException with the specified error message and specialized cause that triggered this error condition.
TransactionDoesNotExistException - exception javax.sip.TransactionDoesNotExistException.
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 class javax.sip.TransactionDoesNotExistException
Constructs a new TransactionDoesNotExistException
TransactionDoesNotExistException(String) - Constructor for class javax.sip.TransactionDoesNotExistException
Constructs a new TransactionDoesNotExistException with the specified error message.
TransactionDoesNotExistException(String, Throwable) - Constructor for class 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.SipStackImpl
Invoked when an error has ocurred with a transaction.
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.
TransactionState - class javax.sip.TransactionState.
This class contains the enumerations that define the underlying state of an existing transaction.
TransactionUnavailableException - exception javax.sip.TransactionUnavailableException.
The TransactionUnavailableException indicates that a vendor's implementation could not create a Transaction for some reason.
TransactionUnavailableException() - Constructor for class javax.sip.TransactionUnavailableException
Constructs a new TransactionUnavailableException.
TransactionUnavailableException(String) - Constructor for class javax.sip.TransactionUnavailableException
Constructs a new TransactionUnavailableException with the specified error message.
TransactionUnavailableException(String, Throwable) - Constructor for class 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.
TransportNotSupportedException - exception javax.sip.TransportNotSupportedException.
The TransportNotSupportedException indicates that a specific transport is not supported by a vendor's implementation of this specification.
TransportNotSupportedException() - Constructor for class javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException.
TransportNotSupportedException(String) - Constructor for class javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException with the specified error message.
TransportNotSupportedException(String, Throwable) - Constructor for class javax.sip.TransportNotSupportedException
Constructs a new TransportNotSupportedException with the specified error message and specialized cause that triggered this error condition.
TRYING - Static variable in class javax.sip.TransactionState
This constant value indicates that the transaction state is "Trying".
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_STATE - Static variable in class gov.nist.javax.sip.stack.SIPTransaction
Trying state.
TTL - Static variable in class gov.nist.javax.sip.header.Via
The "TTL" parameter is designating the time-to-live value.
TTL - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
ttoken() - Method in class gov.nist.core.LexerCore
 
ttokenAllowSpace() - Method in class gov.nist.core.LexerCore
 
TUE - Static variable in class gov.nist.javax.sip.header.SIPDate
 
TUE - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 

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.