/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | SipUri.java | 171 if (a.getHost() == null ^ b.getHost() == null) return false; in equals() 172 if (a.getHost() != null && !a.getHost().equalsIgnoreCase(b.getHost())) return false; in equals() 276 String host = authority.getHost().encode(); in getUserAtHost() 295 String host = authority.getHost().encode(); in getUserAtHostPort() 402 if (authority == null || authority.getHost() == null ) in getHostPort() 423 public String getHost() { in getHost() method in SipUri 425 else if (authority.getHost() == null ) return null; in getHost() 426 else return authority.getHost().encode(); in getHost()
|
D | Authority.java | 134 public Host getHost() { in getHost() method in Authority 138 return hostPort.getHost(); in getHost()
|
D | AddressImpl.java | 141 public String getHost() { in getHost() method in AddressImpl 145 return uri.getHostPort().getHost().getHostname(); in getHost()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Via.java | 116 && getHost().equalsIgnoreCase( o.getHost() ) in equals() 157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(), in getHop() 297 public String getHost() { in getHost() method in Via 301 Host host = sentBy.getHost(); in getHost()
|
D | CallIdentifier.java | 143 public String getHost() { in getHost() method in CallIdentifier
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageChannel.java | 176 public String getHost() { in getHost() method in MessageChannel 201 InetAddress hopAddr = InetAddress.getByName(hop.getHost()); in sendMessage() 280 return (transport + ":" + hostPort.getHost().getHostname() + ":" + hostPort.getPort()) in getKey() 289 retval.setHost(new Host(this.getHost())); in getHostPort() 350 getSIPStack().serverLogger.logMessage(sipMessage, this.getHost() + ":" + this.getPort(), in logMessage() 370 String to = this.getHost() + ":" + getPort(); in logResponse()
|
D | UDPMessageChannel.java | 434 || !hop.getHost().equals( in processIncomingDataPacket() 477 .getPeerHostPort().toString(), this.getHost() + ":" in processMessage() 826 public String getHost() { in getHost() method in UDPMessageChannel
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | NetscapeDomainHandler.java | 51 String host = origin.getHost(); in validate() 98 String host = origin.getHost(); in match()
|
D | BasicDomainHandler.java | 72 String host = origin.getHost(); in validate() 108 String host = origin.getHost(); in match()
|
D | RFC2109DomainHandler.java | 69 String host = origin.getHost(); in validate() 118 String host = origin.getHost(); in match()
|
D | RFC2965DomainAttributeHandler.java | 117 String host = origin.getHost().toLowerCase(Locale.ENGLISH); in validate() 181 String host = origin.getHost().toLowerCase(Locale.ENGLISH); in match()
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScope.java | 156 this.host = authscope.getHost(); in AuthScope() 165 public String getHost() { in getHost() method in AuthScope
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | ProxySelectorRoutePlanner.java | 204 result = new HttpHost(getHost(isa), isa.getPort()); in determineProxy() 221 protected String getHost(InetSocketAddress isa) { in getHost() method in ProxySelectorRoutePlanner
|
/external/nist-sip/java/javax/sip/address/ |
D | Hop.java | 4 String getHost(); in getHost() method
|
D | Address.java | 11 String getHost(); in getHost() method
|
D | SipURI.java | 16 String getHost(); in getHost() method
|
/external/apache-http/src/org/apache/http/conn/ |
D | HttpHostConnectException.java | 53 public HttpHost getHost() { in getHost() method in HttpHostConnectException
|
/external/nist-sip/java/javax/sip/ |
D | IOExceptionEvent.java | 18 public String getHost() { in getHost() method in IOExceptionEvent
|
D | Transaction.java | 12 String getHost(); in getHost() method
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | AuthenticationHelperImpl.java | 215 if ( !hop.getHost().equalsIgnoreCase(sipUri.getHost()) in handleChallenge() 218 sipUri.setMAddrParam(hop.getHost()); in handleChallenge()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | TransactionExt.java | 40 public String getHost(); in getHost() method
|
D | DefaultAddressResolver.java | 67 return new HopImpl(inputAddress.getHost(), in resolveAddress()
|
/external/nist-sip/java/javax/sip/header/ |
D | ViaHeader.java | 12 String getHost(); in getHost() method
|
/external/apache-http/src/org/apache/http/cookie/ |
D | CookieOrigin.java | 77 public String getHost() { in getHost() method in CookieOrigin
|
/external/nist-sip/java/gov/nist/core/ |
D | HostPort.java | 98 public Host getHost() { in getHost() method in HostPort
|