HomeSort by relevance Sort by last modified time
    Searched refs:SipStackImpl (Results 1 - 11 of 11) 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;
ListeningPointImpl.java 79 protected SipStackImpl sipStack;
132 this.sipStack = (SipStackImpl) sipStack;
EventScanner.java 57 private SipStackImpl sipStack;
65 public EventScanner(SipStackImpl sipStackImpl) {
72 this.sipStack = sipStackImpl;
SipStackImpl.java 435 public class SipStackImpl extends SIPTransactionStack implements
488 * Creates a new instance of SipStackImpl.
491 protected SipStackImpl() {
532 public SipStackImpl(Properties configurationProperties)
    [all...]
DialogFilter.java 95 private SipStackImpl sipStack;
97 public DialogFilter(SipStackImpl sipStack) {
274 SipStackImpl sipStack = (SipStackImpl) transactionChannel.getSIPStack();
    [all...]
SipProviderImpl.java 99 protected SipStackImpl sipStack;
197 protected SipProviderImpl(SipStackImpl sipStack) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 32 import gov.nist.javax.sip.SipStackImpl;
64 private SipStackImpl sipStack;
81 this.sipStack = (SipStackImpl) sipStack;
DefaultRouter.java 101 private SipStackImpl sipStack;
113 this.sipStack = (SipStackImpl) sipStack;
TLSMessageProcessor.java 44 import gov.nist.javax.sip.SipStackImpl;
111 String []enabledCiphers = ((SipStackImpl)sipStack).getEnabledCipherSuites();
SIPTransactionStack.java 42 import gov.nist.javax.sip.SipStackImpl;
91 * the JAIN-SIP implementation. This is the structure that is wrapped by the SipStackImpl.
93 * @see gov.nist.javax.sip.SipStackImpl
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 20 import gov.nist.javax.sip.SipStackImpl;
80 private SipStackImpl sipStack;
92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager,
109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager,

Completed in 892 milliseconds