/external/nist-sip/java/gov/nist/javax/sip/ |
NistSipMessageFactoryImpl.java | 53 private SipStackImpl sipStack; 83 if (sipStack.isLoggingEnabled()) 84 sipStack.getStackLogger().logDebug( 107 if (sipStack.isLoggingEnabled()) 108 sipStack.getStackLogger().logDebug( 117 if (sipStack.isLoggingEnabled()) 118 sipStack.getStackLogger().logDebug( 124 if (sipStack.isLoggingEnabled()) 125 sipStack.getStackLogger().logDebug( 133 sipStack); [all...] |
ListeningPointImpl.java | 79 protected SipStackImpl sipStack; 126 * @param sipStack Our sip stack 129 SipStack sipStack, 132 this.sipStack = (SipStackImpl) sipStack; 146 new ListeningPointImpl(this.sipStack, this.port, null); 147 lip.sipStack = this.sipStack; 240 InternalErrorHandler.handleException("Unexpected exception",sipStack.getStackLogger()) [all...] |
SipProviderImpl.java | 68 import javax.sip.SipStack; 99 protected SipStackImpl sipStack; 136 if (sipStack.isLoggingEnabled()) 137 sipStack.getStackLogger().logDebug("Exiting provider"); 169 if (sipStack.isLoggingEnabled()) { 170 sipStack.getStackLogger().logDebug( 177 if ( sipStack.isLoggingEnabled()) sipStack.getStackLogger().logDebug("Dialog = " + dialog); 180 if (sipStack.isLoggingEnabled() ) sipStack.getStackLogger().logDebug("Dialog = " + dialog) [all...] |
DialogFilter.java | 95 private SipStackImpl sipStack; 97 public DialogFilter(SipStackImpl sipStack) { 98 this.sipStack = sipStack; 120 sipStack.addTransactionPendingAck(transaction); 125 sipStack.getStackLogger().logError("Problem sending error response", ex); 127 sipStack.removeTransaction(transaction); 150 sipStack.addTransactionPendingAck(transaction); 155 sipStack.getStackLogger().logError("Problem sending error response", ex); 157 sipStack.removeTransaction(transaction) [all...] |
EventScanner.java | 57 private SipStackImpl sipStack; 72 this.sipStack = sipStackImpl; 81 if (sipStack.isLoggingEnabled()) 82 sipStack.getStackLogger().logDebug("addEvent " + eventWrapper); 129 if (sipStack.isLoggingEnabled()) 130 sipStack.getStackLogger().logDebug( 138 sipListener = sipStack.getSipListener(); 148 if (sipStack.isLoggingEnabled()) { 149 sipStack.getStackLogger().logDebug( 168 SIPServerTransaction tx = (SIPServerTransaction) sipStack [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
IOHandler.java | 64 private SipStackImpl sipStack; 80 protected IOHandler(SIPTransactionStack sipStack) { 81 this.sipStack = (SipStackImpl) sipStack; 140 clientSock = sipStack.getNetworkLayer().createSocket(dst, dstPort, localAddress, 166 if (sipStack.isLoggingEnabled()) { 167 sipStack.getStackLogger().logDebug( 171 if (sipStack.isLoggingEnabled() && sipStack.isLogStackTraceOnMessageSend()) { 172 sipStack.getStackLogger().logStackTrace(StackLogger.TRACE_INFO) [all...] |
UDPMessageProcessor.java | 94 * @param sipStack 98 SIPTransactionStack sipStack, int port) throws IOException { 99 super(ipAddress, port, "udp",sipStack); 101 this.sipStack = sipStack; 107 this.sock = sipStack.getNetworkLayer().createDatagramSocket(port, 110 sock.setReceiveBufferSize(sipStack.getReceiveUdpBufferSize()); 111 sock.setSendBufferSize(sipStack.getSendUdpBufferSize()); 117 if (sipStack.getThreadAuditor().isEnabled()) { 118 sock.setSoTimeout((int) sipStack.getThreadAuditor().getPingIntervalInMillisecs()) [all...] |
TCPMessageChannel.java | 43 * Ahmet Uyar <auyar@csit.fsu.edu>sent in a bug report for TCP operation of the JAIN sipStack. 52 * The SIP sipStack starts this from the main SIPStack class for each connection that it accepts. 83 protected SIPTransactionStack sipStack; 102 protected TCPMessageChannel(SIPTransactionStack sipStack) { 103 this.sipStack = sipStack; 108 * Constructor - gets called from the SIPStack class with a socket on accepting a new client. 109 * All the processing of the message is done here with the sipStack being freed up to handle 116 * @param sipStack Ptr to SIP Stac [all...] |
DefaultRouter.java | 101 private SipStackImpl sipStack; 112 public DefaultRouter(SipStack sipStack, String defaultRoute) { 113 this.sipStack = (SipStackImpl) sipStack; 116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver() 120 ((SIPTransactionStack) sipStack) 203 if (sipStack.isLoggingEnabled()) 204 sipStack.getStackLogger() 209 if (sipStack.isLoggingEnabled() [all...] |
TLSMessageChannel.java | 30 * JAIN sipStack. Niklas Uhrberg suggested that a mechanism be added to 58 * This is sipStack for TLS connections. This abstracts a stream of parsed messages. The SIP 59 * sipStack starts this from the main SIPStack class for each connection that it accepts. It 106 private SIPTransactionStack sipStack; 111 * Constructor - gets called from the SIPStack class with a socket on accepting a new client. 112 * All the processing of the message is done here with the sipStack being freed up to handle 119 * @param sipStack Ptr to SIP Stack 124 protected TLSMessageChannel(Socket sock, SIPTransactionStack sipStack, 126 if (sipStack.isLoggingEnabled()) [all...] |
UDPMessageChannel.java | 102 protected SIPTransactionStack sipStack; 168 * is the shared SIPStack structure 175 this.sipStack = stack; 193 * is the SIP sipStack. 204 this.sipStack = stack; 223 * @param sipStack 227 SIPTransactionStack sipStack, UDPMessageProcessor messageProcessor) { 234 this.sipStack = sipStack; 235 if (sipStack.isLoggingEnabled()) [all...] |
MessageProcessor.java | 100 protected SIPTransactionStack sipStack; 130 this.sipStack = transactionStack;
|
SIPServerTransaction.java | 305 SIPTransactionStack sipStack = serverTransaction.getSIPStack(); 306 sipStack.removePendingTransaction(serverTransaction); 307 sipStack.removeTransaction(serverTransaction); 311 sipStack.getStackLogger().logError("unexpected exception", ex); 324 if (sipStack.isLoggingEnabled()) 325 sipStack.getStackLogger().logDebug("scheduled timer for " + SIPServerTransaction.this); 335 if (sipStack.isLoggingEnabled()) 336 sipStack.getStackLogger().logDebug(" sending Trying current state = " 341 if (sipStack.isLoggingEnabled()) 342 sipStack.getStackLogger().logDebug(" trying sent [all...] |
ServerLog.java | 44 import javax.sip.SipStack; 88 private SIPTransactionStack sipStack; 221 if (sipStack.isLoggingEnabled()) { 261 if (sipStack.isLoggingEnabled()) { 316 if (sipStack.isLoggingEnabled()) { 326 LogRecord log = this.sipStack.logRecordFactory.createLogRecord(message, from, to, time, 449 public void setSipStack(SipStack sipStack) { 450 if(sipStack instanceof SIPTransactionStack) { 451 this.sipStack = (SIPTransactionStack)sipStack [all...] |
SIPClientTransaction.java | 218 SIPTransactionStack sipStack; 220 sipStack = clientTransaction.sipStack; 225 if (sipStack.isLoggingEnabled()) { 226 sipStack.getStackLogger().logDebug( 231 sipStack.removeTransaction(clientTransaction); 237 if (!sipStack.isAlive()) 245 if ((!sipStack.cacheClientConnections) && clientTransaction.isReliable()) { 252 sipStack.getTimer().schedule(myTimer, 260 if (sipStack.isLoggingEnabled() && clientTransaction.isReliable()) [all...] |
SIPTransaction.java | 184 protected transient SIPTransactionStack sipStack; 277 if (sipStack.isLoggingEnabled()) { 278 sipStack.getStackLogger().logDebug("LingerTimer : " 287 SIPTransactionStack sipStack = transaction.getSIPStack(); 289 if (sipStack.isLoggingEnabled()) { 290 sipStack.getStackLogger().logDebug("LingerTimer: run() : " 295 sipStack.removeTransaction(transaction); 300 if (sipStack.isLoggingEnabled()) 301 sipStack.getStackLogger().logDebug("removing" + transaction); 302 sipStack.removeTransaction(transaction) [all...] |
SIPDialog.java | 122 * dialog identifier that can be used to retrieve this structure from the SipStack. 174 private transient SIPTransactionStack sipStack; 296 sipStack.getStackLogger().logError("unexpected error", e); 313 if (sipStack.isLoggingEnabled()) 314 sipStack.getStackLogger().logError( 352 if (sipStack.isLoggingEnabled()) 353 sipStack.getStackLogger().logDebug("Interrupted sleep"); 359 if (sipStack.isLoggingEnabled()) 360 sipStack.getStackLogger().logDebug("re-INVITE successfully sent"); 362 sipStack.getStackLogger().logError("Error sending re-INVITE", ex) [all...] |
/external/nist-sip/java/javax/sip/ |
SipFactory.java | 22 // name-to-SipStack map; name could be IP address for backward compatibility 23 private Map<String, SipStack> mNameSipStackMap = 24 new HashMap<String, SipStack>(); 33 public synchronized SipStack createSipStack(Properties properties) 46 SipStack sipStack = mNameSipStackMap.get(name); 47 if (sipStack == null) { 49 + SipStack.class.getCanonicalName() + "Impl"; 51 sipStack = Class.forName(implClassName) 52 .asSubclass(SipStack.class [all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelperImpl.java | 80 private SipStackImpl sipStack; 88 * @param sipStack -- our stack. 92 public AuthenticationHelperImpl(SipStackImpl sipStack, AccountManager accountManager, 96 this.sipStack = sipStack; 98 this.cachedCredentials = new CredentialsCache(((SIPTransactionStack) sipStack).getTimer()); 105 * @param sipStack -- our stack. 109 public AuthenticationHelperImpl(SipStackImpl sipStack, SecureAccountManager accountManager, 113 this.sipStack = sipStack; [all...] |