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

123456

/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
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java58 public HttpHost getHost() { method in class:HttpHostConnectException
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DIntentFilterTest.java29 assertThat(intentFilter.getDataAuthority(0).getHost(), equalTo("test.com"));
31 assertThat(intentFilter.getDataAuthority(1).getHost(), equalTo("example.com"));
H A DUriTest.java20 assertThat(testUri.getHost(), equalTo("someplace.com"));
/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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java119 abstract public String getHost(); method in interface:ServiceConnection
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntentFilterAuthorityEntry.java22 public String getHost() { method in class:ShadowIntentFilterAuthorityEntry
/external/testng/src/main/java/org/testng/
H A DITestResult.java79 public String getHost(); method in interface:ITestResult
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDomainHandler.java57 String host = origin.getHost();
104 String host = origin.getHost();
H A DBasicDomainHandler.java78 String host = origin.getHost();
114 String host = origin.getHost();
H A DRFC2109DomainHandler.java75 String host = origin.getHost();
124 String host = origin.getHost();
H A DRFC2965DomainAttributeHandler.java122 String host = origin.getHost().toLowerCase(Locale.ENGLISH);
186 String host = origin.getHost().toLowerCase(Locale.ENGLISH);
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsTransportSE.java46 public String getHost() { method in class:HttpsTransportSE
51 retVal = new URL(url).getHost();
H A DHttpsServiceConnectionSE.java116 public String getHost() { method in class:HttpsServiceConnectionSE
117 return connection.getURL().getHost();
H A DServiceConnectionSE.java131 public String getHost() { method in class:ServiceConnectionSE
132 return connection.getURL().getHost();
/external/testng/src/main/java/org/testng/remote/adapter/
H A DRemoteResultListener.java46 m_runner.setHost(remoteSuiteRunner.getHost());
54 TestHTMLReporter.generateLog(tc, remoteSuiteRunner.getHost(),
/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java12 String getHost(); method in interface:ViaHeader
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProcess.java56 putEnvironmentVariable("AP_HOST", getHost());
72 public String getHost() { method in class:InterpreterProcess
/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();

Completed in 473 milliseconds

123456