Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageProcessor.java79 private ArrayList<TLSMessageChannel> incomingTlsMessageChannels; field in TLSMessageProcessor
92 this.incomingTlsMessageChannels = new ArrayList<TLSMessageChannel>(); in TLSMessageProcessor()
156 incomingTlsMessageChannels.add(new TLSMessageChannel(newsock, sipStack, this)); in run()
207 for (Iterator incomingMCIterator = incomingTlsMessageChannels.iterator(); incomingMCIterator in stop()
227 incomingTlsMessageChannels.remove(tlsMessageChannel); in remove()