Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageChannel.java104 private TLSMessageProcessor tlsMessageProcessor;
125 TLSMessageProcessor msgProcessor) throws IOException { in TLSMessageChannel()
170 TLSMessageProcessor messageProcessor) throws IOException { in TLSMessageChannel()
436 ((TLSMessageProcessor) this.messageProcessor).cacheMessageChannel(this); in processMessage()
DTLSMessageProcessor.java67 public class TLSMessageProcessor extends MessageProcessor { class
88 protected TLSMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) { in TLSMessageProcessor() method in TLSMessageProcessor
DSIPTransactionStack.java1952 TLSMessageProcessor tlsMessageProcessor = new TLSMessageProcessor(ipAddress, this, in createMessageProcessor()