Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java1656 MessageProcessor[] processorList; in stopStack() local
1657 processorList = getMessageProcessors(); in stopStack()
1658 for (int processorIndex = 0; processorIndex < processorList.length; processorIndex++) { in stopStack()
1659 removeMessageProcessor(processorList[processorIndex]); in stopStack()