JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

D

DateHeader - Interface in javax.sip.header
The Date header field reflects the time when the request or response is first sent.
DEACTIVATED - Static variable in interface javax.sip.header.SubscriptionStateHeader
Reason Code: The subscription has been terminated, but the subscriber SHOULD retry immediately with a new subscription.
DECLINE - Static variable in interface javax.sip.message.Response
The callee's machine was successfully contacted but the user explicitly does not wish to or cannot participate.
decrementMaxForwards() - Method in interface javax.sip.header.MaxForwardsHeader
This convenience function decrements the number of max-forwards by one.
delete() - Method in interface javax.sip.Dialog
This method will release all resources associated with this dialog that are tracked by the SipProvider.
deleteListeningPoint(ListeningPoint) - Method in interface javax.sip.SipStack
Deletes the specified ListeningPoint attached to this SipStack.
deleteSipProvider(SipProvider) - Method in interface javax.sip.SipStack
Deletes the specified peer SipProvider attached to this SipStack.
Dialog - Interface in javax.sip
A dialog represents a peer-to-peer SIP relationship between two user agents that persists for some time.
DialogDoesNotExistException - Exception in javax.sip
This Exception is thrown when a user attempts to reference Dialog that does currently not exist in the underlying SipProvider
DialogDoesNotExistException() - Constructor for exception javax.sip.DialogDoesNotExistException
Constructs a new DialogDoesNotExistException
DialogDoesNotExistException(String) - Constructor for exception javax.sip.DialogDoesNotExistException
Constructs a new DialogDoesNotExistException with the specified error message.
DialogDoesNotExistException(String, Throwable) - Constructor for exception javax.sip.DialogDoesNotExistException
Constructs a new DialogDoesNotExistException with the specified error message and specialized cause that triggered this error condition.
DialogState - Class in javax.sip
This class contains the enumerations that define the underlying state of an existing dialog.
DialogTerminatedEvent - Class in javax.sip
DialogTerminatedEvent is delivered to the Listener when the dialog transitions to the terminated state.
DialogTerminatedEvent(Object, Dialog) - Constructor for class javax.sip.DialogTerminatedEvent
Constructs a DialogTerminatedEvent to indicate a dialog timeout.
DialogTimeoutEvent - Class in javax.sip
DialogTimeoutEvent is delivered to the Listener when the dialog does not receive or send an ACK.
DialogTimeoutEvent(Object, Dialog, DialogTimeoutEvent.Reason) - Constructor for class javax.sip.DialogTimeoutEvent
Constructs a DialogTerminatedEvent to indicate a dialog timeout.
DialogTimeoutEvent.Reason - Enum in javax.sip
 
disableSequenceNumberValidation() - Method in interface javax.sip.Dialog
Turn off sequence number validation for this dialog.
DOES_NOT_EXIST_ANYWHERE - Static variable in interface javax.sip.message.Response
The server has authoritative information that the user indicated in the Request-URI does not exist anywhere.

JAIN-SIP 2.0 API
A B C D E F G H I J L M N O P Q R S T U V W Y _

See conditions of use.
Submit a bug report or feature request.