OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHostString
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java
150
assertEquals("some host", hasHostname.
getHostString
());
153
// between
getHostString
and getHostName...
156
assertEquals("127.0.0.1", noHostname.
getHostString
());
/libcore/luni/src/main/java/java/net/
InetSocketAddress.java
149
* hostname string was provided at construction time. Use {@link #
getHostString
} to
161
public final String
getHostString
() {
Completed in 54 milliseconds