Searched refs:getHost (Results 1 - 25 of 63) sorted by relevance

123

/external/nist-sip/java/javax/sip/address/
H A DHop.java4 String getHost(); method in interface:Hop
H A DAddress.java11 String getHost(); method in interface:Address
H A DSipURI.java16 String getHost(); method in interface:SipURI
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java53 public HttpHost getHost() { method in class:HttpHostConnectException
/external/nist-sip/java/gov/nist/javax/sip/
H A DTransactionExt.java40 public String getHost(); method in interface:TransactionExt
H A DDefaultAddressResolver.java67 return new HopImpl(inputAddress.getHost(),
/external/nist-sip/java/javax/sip/
H A DIOExceptionEvent.java18 public String getHost() { method in class:IOExceptionEvent
H A DTransaction.java12 String getHost(); method in interface:Transaction
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java76 assertEquals("u returns a wrong host", "www.yahoo1.com", u.getHost());
85 assertEquals("u1 returns a wrong host", "www.yahoo2.com", u1.getHost());
94 assertEquals("u2 returns a wrong host", "www.yahoo3.com", u2.getHost());
104 .getHost());
113 assertEquals("u3 returns a wrong host", "www.yahoo4.com", u3.getHost());
122 .getHost());
131 .getHost());
140 assertEquals("u4 returns a wrong host", "www.yahoo5.com", u4.getHost());
148 assertTrue("u5 returns a wrong host", u5.getHost().equals(""));
155 assertTrue("u5a returns a wrong host", u5a.getHost()
[all...]
H A DURITest.java233 assertNull("Assert 3: returned wrong host value,", uri.getHost());
243 assertNull("Assert 6: returned wrong host value,", uri.getHost());
289 assertNull("wrong hostname", uri.getHost());
383 assertEquals("wrong hostname", "hostname", uri.getHost());
484 assertNull("wrong hostname", uri.getHost());
516 .getHost());
786 assertNull("Host not null for URI " + uri, uri.getHost());
792 assertNull("Host not null for URI " + uri, uri.getHost());
798 assertNull("Host not null for URI " + uri, uri.getHost());
807 assertNull("Host not null for URI " + uri2, uri.getHost());
[all...]
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDomainHandler.java51 String host = origin.getHost();
98 String host = origin.getHost();
H A DBasicDomainHandler.java72 String host = origin.getHost();
108 String host = origin.getHost();
H A DRFC2109DomainHandler.java69 String host = origin.getHost();
118 String host = origin.getHost();
H A DRFC2965DomainAttributeHandler.java117 String host = origin.getHost().toLowerCase(Locale.ENGLISH);
181 String host = origin.getHost().toLowerCase(Locale.ENGLISH);
/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java12 String getHost(); method in interface:ViaHeader
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java56 if (buildProperties.getHost().equals("")||buildProperties.getSender().equals("")||buildProperties.getToRecipientList().equals("")){
76 props.put("mail.smtp.host", buildProperties.getHost());
129 props.put("mail.smtp.host", buildProperties.getHost());
176 props.put("mail.smtp.host", buildProperties.getHost());
236 System.out.println("\nhost="+buildProperties.getHost()+"\nsender="+buildProperties.getSender()+"\nrecipients="+buildProperties.getToRecipientList());
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java116 && getHost().equalsIgnoreCase( o.getHost() )
157 HopImpl hop = new HopImpl(sentBy.getHost().getHostname(),
297 public String getHost() { method in class:Via
301 Host host = sentBy.getHost();
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageChannel.java176 public String getHost() { method in class:MessageChannel
201 InetAddress hopAddr = InetAddress.getByName(hop.getHost());
280 return (transport + ":" + hostPort.getHost().getHostname() + ":" + hostPort.getPort())
289 retval.setHost(new Host(this.getHost()));
350 getSIPStack().serverLogger.logMessage(sipMessage, this.getHost() + ":" + this.getPort(),
370 String to = this.getHost() + ":" + getPort();
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAuthority.java134 public Host getHost() { method in class:Authority
138 return hostPort.getHost();
H A DSipUri.java171 if (a.getHost() == null ^ b.getHost() == null) return false;
172 if (a.getHost() != null && !a.getHost().equalsIgnoreCase(b.getHost())) return false;
276 String host = authority.getHost().encode();
295 String host = authority.getHost().encode();
402 if (authority == null || authority.getHost() == null )
423 public String getHost() { method in class:SipUri
425 else if (authority.getHost()
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DCookieOrigin.java77 public String getHost() { method in class:CookieOrigin
/external/chromium/chrome/browser/ui/cocoa/notifications/
H A Dballoon_controller.h89 - (BalloonViewHost*)getHost;
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java98 public Host getHost() { method in class:HostPort
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java156 this.host = authscope.getHost();
165 public String getHost() { method in class:AuthScope
/external/apache-http/src/org/apache/http/impl/conn/
H A DProxySelectorRoutePlanner.java216 result = new HttpHost(getHost(isa), isa.getPort());
233 protected String getHost(InetSocketAddress isa) { method in class:ProxySelectorRoutePlanner

Completed in 2609 milliseconds

123