gov.nist.javax.sip
Interface SipProviderExt

All Superinterfaces:
SipProvider
All Known Implementing Classes:
SipProviderImpl

public interface SipProviderExt
extends SipProvider

Extensions to SipProvider under consideration for Version 2.0.

Since:
2.0

Method Summary
 void setDialogErrorsAutomaticallyHandled()
          Sets a flag that indicates that automatic error handling is enabled for this dialog (the default when automatic dialog support is enabled).
 
Methods inherited from interface javax.sip.SipProvider
addListeningPoint, addSipListener, getListeningPoint, getListeningPoint, getListeningPoints, getNewCallId, getNewClientTransaction, getNewDialog, getNewServerTransaction, getSipStack, removeListeningPoint, removeSipListener, sendRequest, sendResponse, setAutomaticDialogSupportEnabled, setListeningPoint
 

Method Detail

setDialogErrorsAutomaticallyHandled

void setDialogErrorsAutomaticallyHandled()
Sets a flag that indicates that automatic error handling is enabled for this dialog (the default when automatic dialog support is enabled). This flag is set by default to TRUE when the Dialog is automatically created by the provider ( automatic dialog support is true) and set to FALSE by default when the Dialog is created under program control ( automatic dialog support is false). When this flag is set to true, the stack will automatically send the following errors : If this flag is set to false, the stack will not drop out of sequence ACKs but will pass these up to the application for handling. This flag is automatically set to true if any of the the following conditions is true: This flag should only be set at the time of Dialog creation ( before the Dialog has seen its first request or response). If set subsequently, the behavior of the flag is undefined.

Since:
2.0


Copyright © 2012. All Rights Reserved.