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

  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 248 HostPort targetHostPort = new HostPort();
249 targetHostPort.setHost(new Host( ipAddress));
250 targetHostPort.setPort(port);
251 MessageChannel messageChannel = this.messageProcessor.createMessageChannel(targetHostPort);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]

Completed in 64 milliseconds