Searched defs:getHostName (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/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
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DEndPointInfoImpl.java59 public String getHostName() { method in class:EndPointInfoImpl
/openjdk7/jdk/src/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();
344 public final String getHostName() { method in class:InetSocketAddress
345 return holder.getHostName();
H A DInetAddress.java218 String getHostName() { method in class:InetAddress.InetAddressHolder
287 return new Inet4Address(holder().getHostName(), holder().getAddress());
496 public String getHostName() { method in class:InetAddress
497 return getHostName(true);
523 String getHostName(boolean check) { method in class:InetAddress
524 if (holder().getHostName() == null) {
527 return holder().getHostName();
690 String hostName = holder().getHostName();
835 addressCache.put(impl.anyLocalAddress().getHostName(),
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelAcceptorImpl.java607 public String getHostName() method in class:SocketOrChannelAcceptorImpl
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java98 this.hostName = proxyClient.getHostName();
607 public String getHostName() { method in class:VMPanel
H A DProxyClient.java535 public String getHostName() { method in class:ProxyClient
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java1715 private String getHostName(String host) method in class:ORBImpl

Completed in 59 milliseconds