Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getHostOrIP
Method
getHostOrIP
CodenameOne/src/com/codename1/io/Socket.java:221–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
///
220
/// the hostname or ip address of the device if available/applicable
221
public
static
String getHostOrIP() {
222
return
Util.getImplementation().getHostOrIP();
223
}
224
225
interface
Close {
226
void
close() throws IOException;
Callers
2
getHostOrIpDelegatesToImplementation
Method · 0.95
invokeStatic14
Method · 0.45
Calls
1
getImplementation
Method · 0.95
Tested by
1
getHostOrIpDelegatesToImplementation
Method · 0.76