Home
last modified time | relevance | path

Searched refs:SipStackImpl (Results 1 – 11 of 11) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DNistSipMessageFactoryImpl.java53 private SipStackImpl sipStack;
71 SipStackImpl theStack = (SipStackImpl) messageChannel.getSIPStack(); in newSIPServerRequest()
142 public NistSipMessageFactoryImpl(SipStackImpl sipStackImpl) { in NistSipMessageFactoryImpl()
DListeningPointImpl.java79 protected SipStackImpl sipStack;
132 this.sipStack = (SipStackImpl) sipStack; in ListeningPointImpl()
DEventScanner.java57 private SipStackImpl sipStack;
65 public EventScanner(SipStackImpl sipStackImpl) { in EventScanner()
DDialogFilter.java95 private SipStackImpl sipStack;
97 public DialogFilter(SipStackImpl sipStack) { in DialogFilter()
274 SipStackImpl sipStack = (SipStackImpl) transactionChannel.getSIPStack(); in processRequest()
1155 SipStackImpl sipStackImpl = sipProvider.sipStack; in processResponse()
DSipStackImpl.java435 public class SipStackImpl extends SIPTransactionStack implements class
491 protected SipStackImpl() { in SipStackImpl() method in SipStackImpl
532 public SipStackImpl(Properties configurationProperties) in SipStackImpl() method in SipStackImpl
DSipProviderImpl.java99 protected SipStackImpl sipStack;
197 protected SipProviderImpl(SipStackImpl sipStack) { in SipProviderImpl()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DIOHandler.java32 import gov.nist.javax.sip.SipStackImpl;
64 private SipStackImpl sipStack;
81 this.sipStack = (SipStackImpl) sipStack; in IOHandler()
DDefaultRouter.java101 private SipStackImpl sipStack;
113 this.sipStack = (SipStackImpl) sipStack; in DefaultRouter()
DTLSMessageProcessor.java44 import gov.nist.javax.sip.SipStackImpl;
111 String []enabledCiphers = ((SipStackImpl)sipStack).getEnabledCipherSuites(); in start()
DSIPTransactionStack.java42 import gov.nist.javax.sip.SipStackImpl;
1625 SipListener sipListener = ((SipStackImpl)this).getSipListener(); in dialogErrorEvent()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java20 import gov.nist.javax.sip.SipStackImpl;
80 private SipStackImpl sipStack;
92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, in AuthenticationHelperImpl()
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, in AuthenticationHelperImpl()