OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sipStackImpl
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java
53
private
SipStackImpl
sipStack;
71
SipStackImpl
theStack = (
SipStackImpl
) messageChannel.getSIPStack();
142
public NistSipMessageFactoryImpl(
SipStackImpl
sipStackImpl
) {
143
this.sipStack =
sipStackImpl
;
EventScanner.java
57
private
SipStackImpl
sipStack;
65
public EventScanner(
SipStackImpl
sipStackImpl
) {
72
this.sipStack =
sipStackImpl
;
DialogFilter.java
95
private
SipStackImpl
sipStack;
97
public DialogFilter(
SipStackImpl
sipStack) {
274
SipStackImpl
sipStack = (
SipStackImpl
) transactionChannel.getSIPStack();
[
all
...]
Completed in 54 milliseconds