私のコードは次のとおりです。
public chkRechable(String hostNameOrIp) {
boolean isRechable = InetAddress.getByName(hostNameOrIp).isReachable(30);
return isRechable;
}
パラメータは"http://192.168.0.77:8080/ws/api/customer/5"
または"http://example.com:8080/ws/api/customer/5"
しかし、URLを参照することはできますが、falseが返されるたびに。