HomeSort by relevance Sort by last modified time
    Searched defs:serverTransaction (Results 1 - 12 of 12) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 174 javax.sip.ServerTransaction, ServerTransactionExt {
226 SIPServerTransaction serverTransaction = SIPServerTransaction.this;
229 serverTransaction.fireRetransmissionTimer();
249 SIPServerTransaction serverTransaction = SIPServerTransaction.this;
262 if (serverTransaction.isTerminated()) {
269 serverTransaction.fireReliableResponseRetransmissionTimer();
296 SIPServerTransaction serverTransaction = SIPServerTransaction.this;
303 if (serverTransaction.getState() == null) {
304 serverTransaction.terminate();
305 SIPTransactionStack sipStack = serverTransaction.getSIPStack()
    [all...]
SIPTransactionStack.java 69 import javax.sip.ServerTransaction;
142 // High water mark for ServerTransaction Table
848 * @param serverTransaction
850 public void addTransactionPendingAck(SIPServerTransaction serverTransaction) {
851 String branchId = ((SIPRequest)serverTransaction.getRequest()).getTopmostVia().getBranch();
853 this.terminatedServerTransactionsPendingAck.put(branchId, serverTransaction);
871 * @param serverTransaction
875 public boolean removeTransactionPendingAck(SIPServerTransaction serverTransaction) {
876 String branchId = ((SIPRequest)serverTransaction.getRequest()).getTopmostVia().getBranch();
888 * @param serverTransaction
    [all...]
SIPDialog.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 467 milliseconds