
gov.nist.javax.sip.SipStackExt Maven / Gradle / Ivy
package gov.nist.javax.sip;
import gov.nist.core.net.AddressResolver;
import gov.nist.javax.sip.clientauthutils.AccountManager;
import gov.nist.javax.sip.clientauthutils.AuthenticationHelper;
import gov.nist.javax.sip.header.extensions.ReplacesHeader;
import java.util.Collection;
import javax.sip.Dialog;
import javax.sip.header.HeaderFactory;
/**
* SIP Stack extensions to be added to the next spec revision. Only these may be
* safely used in the interim between now and the next release. SipStackImpl implements
* this interface.
*
* @author M. Ranganathan
*
*/
public interface SipStackExt {
/**
* Get the collection of dialogs currently in the Dialog table. This is useful for debugging purposes.
*
*/
public Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy