Home
last modified time | relevance | path

Searched refs:sipStackImpl (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DNistSipMessageFactoryImpl.java142 public NistSipMessageFactoryImpl(SipStackImpl sipStackImpl) { in NistSipMessageFactoryImpl() argument
143 this.sipStack = sipStackImpl; in NistSipMessageFactoryImpl()
DEventScanner.java65 public EventScanner(SipStackImpl sipStackImpl) { in EventScanner() argument
72 this.sipStack = sipStackImpl; in EventScanner()
DDialogFilter.java1155 SipStackImpl sipStackImpl = sipProvider.sipStack; in processResponse() local
1158 sipStackImpl.getStackLogger().logDebug("Transaction = " + transaction); in processResponse()