Searched refs:getHostName (Results 1 - 25 of 74) sorted by relevance

123

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DLegacyServerSocketEndPointInfo.java41 * instead of InetAddress.getHostName() because this would take
44 public String getHostName(); method in interface:LegacyServerSocketEndPointInfo
/openjdk10/jdk/test/java/net/Socket/
H A DB6210227.java45 String sLocalHostname = iaLocal.getHostName();
/openjdk10/jdk/test/java/net/InetAddress/
H A DgetOriginalHostName.java52 testInetAddress(ia, ia.getHostName());
54 testInetAddress(ia, ia.getHostName());
H A DGetLocalHostWithSM.java52 getHostName());
H A DInternalNameServiceTest.java167 retrievedHost = testAddress.getHostName();
178 retrievedHost = testAddress.getHostName();
/openjdk10/jdk/test/sun/security/ssl/ServerHandshaker/
H A DGetPeerHostClient.java45 server = InetAddress.getLocalHost().getHostName();
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DUserAuth.java63 URL url = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/redirect/");
98 String redirectUrl = "http://" + address.getHostName() + ":" + address.getPort() + "/doStuff/";
H A DB6369510.java62 String urlString = "http://" + InetAddress.getLocalHost().getHostName() + ":" + address.getPort() + "/test/";
66 URL url = new URL("http://" + InetAddress.getLocalHost().getHostName() + ":" + address.getPort() + "/test/");
H A DStreamingOutputStream.java62 URL url = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test/");
H A DUserCookie.java61 URL url = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test/");
H A DAsyncDisconnect.java62 URL url = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test/");
H A DB5017051.java84 URL url = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test/");
93 URL url2 = new URL("http://" + address.getHostName() + ":" + address.getPort() + "/test2/");
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DInetSocketAddress.java78 private String getHostName() { method in class:InetSocketAddress.InetSocketAddressHolder
82 return addr.getHostName();
90 if (addr.holder().getHostName() != null)
91 return addr.holder().getHostName();
336 public final String getHostName() { method in class:InetSocketAddress
337 return holder.getHostName();
/openjdk10/jdk/test/java/net/Inet6Address/serialize/
H A DInet6AddressSerializationTest.java95 InetAddress.getLoopbackAddress().getHostName(),
113 + InetAddress.getLocalHost().getHostName());
117 .getHostName());
126 .getLoopbackAddress().getHostName(), LOOPBACKIPV6ADDRESS,
131 .getLoopbackAddress().getHostName(), LOOPBACKIPV6ADDRESS,
134 .getLocalHost().getHostName(), IN6ADDR_ANY_INIT, scope_id),
137 .getLocalHost().getHostName(), thisHostIPV6Address, scope_id),
155 .getLocalHost().getHostName());
163 if (inetAddress.getHostName().equals(hostName)) {
203 String expectedHostName = expectedInet6Address.getHostName();
1043 static String getHostName() { method in class:MockLo0Inet6Address
1099 static String getHostName() { method in class:MockE1000g0Inet6Address
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DEndPointInfoImpl.java59 public String getHostName() { method in class:EndPointInfoImpl
/openjdk10/jdk/test/java/rmi/server/UnicastRemoteObject/changeHostName/
H A DChangeHostName.java59 localAddress.getHostAddress(), localAddress.getHostName() };
/openjdk10/jdk/test/java/net/Socks/
H A DSocksIPv6Test.java143 String ipv6Hostname = InetAddress.getByName("::1").getHostName();
144 String ipv4Hostname = InetAddress.getByName("127.0.0.1").getHostName();
/openjdk10/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java97 socket, socket.getInetAddress().getHostName(),
147 sslsf.createSocket(socket, socket.getInetAddress().getHostName(),
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DCR6551600Test.java63 hostName = java.net.InetAddress.getLocalHost().getHostName();
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/protocol/mailto/
H A DMailToURLConnection.java73 host = InetAddress.getLocalHost().getHostName();
/openjdk10/jdk/test/java/net/InetAddress/ptr/
H A DLookup.java82 String name = ia.getHostName();
/openjdk10/jdk/test/java/rmi/registry/nonLocalRegistry/
H A DNonLocalRegistryTest.java62 String myHostName = InetAddress.getLocalHost().getHostName();
/openjdk10/jdk/test/sun/security/krb5/auto/
H A DNoAddresses.java51 String localHostName = localHost.getHostName();
/openjdk10/jdk/test/sun/security/ssl/GenSSLConfigs/
H A DServerThread.java133 + s.getInetAddress ().getHostName ()
H A DHandler.java184 + " to " + sock.getInetAddress ().getHostName ()

Completed in 233 milliseconds

123