Searched refs:tlsMessageProcessor (Results 1 – 2 of 2) sorted by relevance
104 private TLSMessageProcessor tlsMessageProcessor; field in TLSMessageChannel152 this.tlsMessageProcessor = msgProcessor; in TLSMessageChannel()153 this.myPort = this.tlsMessageProcessor.getPort(); in TLSMessageChannel()180 this.tlsMessageProcessor = messageProcessor; in TLSMessageChannel()583 this.tlsMessageProcessor.useCount++; in run()595 synchronized (tlsMessageProcessor) { in run()596 tlsMessageProcessor.nConnections--; in run()597 tlsMessageProcessor.notify(); in run()621 synchronized (tlsMessageProcessor) { in run()622 tlsMessageProcessor.nConnections--; in run()[all …]
1952 TLSMessageProcessor tlsMessageProcessor = new TLSMessageProcessor(ipAddress, this, in createMessageProcessor() local1954 this.addMessageProcessor(tlsMessageProcessor); in createMessageProcessor()1956 return tlsMessageProcessor; in createMessageProcessor()