Home | History | Annotate | Download | only in stack

Lines Matching refs:tlsMessageProcessor

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) {
596 tlsMessageProcessor.nConnections--;
597 tlsMessageProcessor.notify();
621 synchronized (tlsMessageProcessor) {
622 tlsMessageProcessor.nConnections--;
623 tlsMessageProcessor.notify();
640 this.tlsMessageProcessor.remove(this);
641 this.tlsMessageProcessor.useCount--;
649 this.tlsMessageProcessor.remove(this);