HomeSort by relevance Sort by last modified time
    Searched refs:inetAddr (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 272 public static String getKey(InetAddress inetAddr, int port, String transport) {
273 return (transport + ":" + inetAddr.getHostAddress() + ":" + port).toLowerCase();
TCPMessageChannel.java 150 * @param inetAddr inet address to connect to.
154 protected TCPMessageChannel(InetAddress inetAddr, int port, SIPTransactionStack sipStack,
160 this.peerAddress = inetAddr;
TLSMessageChannel.java 164 * @param inetAddr inet address to connect to.
169 protected TLSMessageChannel(InetAddress inetAddr, int port, SIPTransactionStack sipStack,
175 this.peerAddress = inetAddr;
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 38 milliseconds