public class RuntimeInformation
extends java.lang.Object
| Constructor and Description |
|---|
RuntimeInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress |
getHost() |
java.lang.String |
getHostName() |
java.lang.String |
getShortHostName() |
protected java.net.InetAddress |
resolveHost() |
protected java.lang.String |
resolveHostNameFor(java.net.InetAddress host) |
protected java.lang.String |
resolveShortHostNameFor(java.lang.String hostName) |
@Nullable protected java.net.InetAddress resolveHost()
@Nullable
protected java.lang.String resolveHostNameFor(@Nullable
java.net.InetAddress host)
@Nullable
protected java.lang.String resolveShortHostNameFor(@Nullable
java.lang.String hostName)
@Nullable public java.net.InetAddress getHost()
@Nullable public java.lang.String getShortHostName()
@Nullable public java.lang.String getHostName()
Copyright © 2013 echocat. All Rights Reserved.