HomeSort by relevance Sort by last modified time
    Searched refs:TLSMessageProcessor (Results 1 - 3 of 3) 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...]
TLSMessageProcessor.java 67 public class TLSMessageProcessor extends MessageProcessor {
88 protected TLSMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) {
SIPTransactionStack.java     [all...]

Completed in 34 milliseconds