HomeSort by relevance Sort by last modified time
    Searched refs:tlsMessageProcessor (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 104 private TLSMessageProcessor tlsMessageProcessor;
125 TLSMessageProcessor msgProcessor) throws IOException {
152 this.tlsMessageProcessor = msgProcessor;
153 this.myPort = this.tlsMessageProcessor.getPort();
170 TLSMessageProcessor messageProcessor) throws IOException {
180 this.tlsMessageProcessor = messageProcessor;
436 ((TLSMessageProcessor) this.messageProcessor).cacheMessageChannel(this);
583 this.tlsMessageProcessor.useCount++;
595 synchronized (tlsMessageProcessor) {
    [all...]
SIPTransactionStack.java     [all...]

Completed in 40 milliseconds